

   h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }



/* ========== */
/* = float-menu = */
/* ========== */
.float-menu {
	position: fixed;
	right:2%;
	top:50%;
	margin-top: -110px;
	z-index: 999;
}
.float-menu ul li {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #d1d1d1;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 1px;
	-webkit-transition: all ease .1s;
	transition: all ease .1s;
	background-size: cover;
	background-repeat:no-repeat;
	cursor: pointer;
}
.float-menu ul li a{
	color: #FFFFFF;
	display: block;
	width: 50px;
	height: 50px;
}
.float-menu li:hover {
	background-color: #71001c;
}
.float-menu li:hover a{
	color:#FFFFFF;
}
.float-menu li.on {
	background-color: #71001c;
}
.float-menu li.on a{
	color:#FFFFFF;
}
.float-menu li span {
	display: none;
	padding-top: 8px;
	line-height:18px;
}
.float-menu li i{
	display: block;
	width: 50px;
	height: 50px;
	opacity: 1;
}
.float-menu .icon-01{
	background-image:url(img/f_icon1.png);
}
.float-menu .icon-02{
	background-image:url(img/f_icon2.png);
}
.float-menu .icon-03{
	background-image:url(img/f_icon3.png);
}
.float-menu .icon-04{
	background-image:url(img/f_icon4.png);
}
.float-menu .icon-05{
	background-image:url(img/f_icon5.png);
}
.float-menu li:hover span{
	display: block;
}
.float-menu li:hover i{
	opacity: 0;
}
.float-menu li.on span{display: block;}
.float-menu li.on i{opacity:0}
@media (max-width:1280px){
	.home-sub li p{
		font-size: 12px;
	}
}

/* ========== */
/* = float-bottom = */
/* ========== */
.float-bottom{
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	width: 100%;
	background:rgba(0,0,0,.8);
	color: #FFFFFF;
	padding: 23px 0;
	z-index: 99;
}
.float-bottom .inner-wrap{ 
	overflow: hidden;
}
.float-bottom .red{
	position: absolute;
	top:0;
	left:0;
	width:56px;
	height: 100%;
	background: #B09764;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	cursor: pointer;
}
.float-bottom .red span{
	display: inline-block;
	width: 14px;
	vertical-align: middle;
	padding-bottom: 20px;
	background: url(img/f_left.png) bottom center no-repeat;
}
.float-bottom .red i{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.float-bottom .tit{
	text-align: center;
	font-size: 18px;
	position: relative;
}
.float-bottom .tit b{
	font-size: 24px;
	margin-right: 10px;
}
.float-bottom .tit span{
	padding: 0 35px;
	z-index:1;
}
.float-bottom .tit:after{
	content:"";
	position: absolute;
	top:50%;
	left:0;
	height: 1px;
	width: 40%;
	background: #7b7a7a;
	z-index:0;
}
.float-bottom .tit:before{
	content:"";
	position: absolute;
	top:50%;
	right:0;
	height: 1px;
	width: 40%;
	background: #7b7a7a;
	z-index:0;
}
.float-bottom .con {
	margin-top: 25px;
	line-height: 40px;
}
.float-bottom .con div{
	float:left;
	width:17.5%;
}
.float-bottom .in {
	position:relative;
	margin-right: 3.125%;
	height: 40px;
	line-height:38px;
	padding:5px 10px;
	padding-left:55px;
	border: 1px solid #7b7a7a;
	border-radius:5px;
}
.float-bottom .in span {
	position: absolute;
	top:0;
	left:10px;
}
.float-bottom .in input {
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: none;
	background: none;
	color: #FFFFFF;
}
.float-bottom .button input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #B09764;
	background: #FFFFFF;
	border-radius:5px;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}
.float-bottom .button input:hover{
	font-size: 15px;
	opacity: .9;
}

.page-wrap{ /* padding-bottom:137px; */}

@media (max-width:1440px){
	.float-bottom .inner-wrap{ 
		padding: 0 70px;
	}
}
@media (max-width:750px){
	.page-wrap{
		padding-bottom: 0;
	}
	.float-menu,.float-bottom{
		display: none;
	}
}



/* 2017-10-31 */
.fixed-get-price {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	padding: 20px 0;
	width: 100%;
	/*background: rgba(0,0,0,.8);*/
	background: rgba(0,0,0,.6);
	-webkit-transition: all ease .3s;
   -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
     -o-transition: all ease .3s;
        transition: all ease .3s;
    -webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);    
}

.fixed-get-price.active {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.fixed-get-price-in {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	overflow: hidden;
}

.get-price-img {
	float: left;
	width: 48%;
}

.get-price-img img { max-width: 100%;}

.get-price-form {
	margin-left: 48%;
	margin-right: 96px;
	overflow: hidden;
}

.get-price-form li {
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	width: 47%;
}


.get-price-form li .iptxt{
	display: block;
	padding: 10px;
	width: 100%;
	height: 40px;
	line-height: 18px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-sizing: border-box;
}

.get-price-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
}

.get-price-button button {
	display: block;
	width: 100%;
	height: 96px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	background: #540000;
	border-radius: 100%;
	box-shadow: 1px 2px 5px rgba(11,2,5,.75);
	border: 0;
	cursor: pointer;
}

.fixed-get-price-close {
 	position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 11;
}

.small-get-price.active{width: 40px;}
.small-get-price {
	z-index: 999;
	cursor: pointer;
	position:fixed;
	left:0;
	bottom:0;
	height: 140px;
	width: 0;
	background:rgba(0,0,0,.8);
	color: #540000;
	line-height: 20px;
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;	
	overflow: hidden;
	-webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s;  -o-transition: all ease .3s;  transition: all ease .3s; transition-delay:.5s;  -webkit-transition-delay:.5s;  -moz-transition-delay:.5s; -ms-transition-delay:.5s; -o-transition-delay:.5s;
}
.small-get-price span{
	display: inline-block;
	width: 18px;
}

/*重置*/
html {
    font: 12px/1.5 '微软雅黑';
    color: #333;
}

body {
    min-width: 1200px;
}

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
}

ul, ol, li {
    list-style: none;
}

input, textarea, button {
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #40a883;
}

/*弹层*/
.luck {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}

.luck-tit {
    border-bottom: solid 1px #ddd;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    font-size: 16px;
}

.luck-shade {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 0
}

.luck-con {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    min-width: 150px;
    min-height: 100px;
    max-width: 1200px;
    animation: bouncedelay ease .3s;
    -webkit-animation: bouncedelay ease .3s
}

.luck-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background: url(http://icon.dyrs.cc/ico.png!c) no-repeat -85px -176px;
    opacity: .5;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.luck-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

@-webkit-keyframes bouncedelay {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

/*公共*/
.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.clearfix:after, .row:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*不折行*/
.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*灰色背景*/
.bg-gray {
    background: #f7f7f7;
    padding-bottom: 20px;
}

.bg-white {
    background: #fff;
}

/*文本对齐*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*浮动*/
.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*显示隐藏*/
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/*字颜色*/
.text-red, .text-red a {
    color: #B09764;
}

.text-blue, .text-blue a {
    color: #ff4c43;
}

.text-green, .text-green a {
    color: #090;
}

/*小图标*/
.ico-angle {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    border-width: 6px 5px 0;
    border-color: #ccc transparent transparent;
    border-style: solid;
}

.ico-hot {
    position: absolute;
    right: -5px;
    top: 0px;
    background: #f27734;
    color: #fff;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    padding: 0 3px;
    border-radius: 3px;
    z-index: 999;
}

.ico-hot i {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    border-width: 5px 6px 0 0;
    border-color: #f27734 transparent transparent;
    border-style: solid;
}

/*间距*/
.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt70 {
    margin-top: 70px !important
}

/*隐藏分享弹层*/
.bdshare_dialog_box, .bdshare_dialog_bg {
    display: none !important;
}

/*面包屑*/
.here {
    color: #666;
    padding: 20px 0 10px;
}

.here a h1 {
    display: inline;
    font: 12px/1.5 '微软雅黑';
    color: #666
}

/*分页*/
.paging {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}

.paging a {
    display: inline-block;
    padding: 0 10px;
    min-width: 13px;
    line-height: 33px;
    border: solid 1px #ddd;
    margin: 0 3px;
    background: #fff;
}

.paging a:hover {
    background: #f8f8f8;
}

.paging a.active {
    background: #ff3740;
    color: #fff;
    border-color: #ff3740;
}

/*bootstrap栅格系统*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

/*.col-xs-7 { width: 58.33333333%; }*/
.col-xs-7 {
    width: 45%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.667%;
}

.col-xs-55 {
    width: 55%;
}

.col-top {
    width: 42.667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

/*头部*/
.topbar {
    min-width: 1200px;
    height: 38px;
    line-height: 38px;
    background: #e7e7e7;
    color: #9b9b9b;
}

.topbar a {
    margin: 0 5px;
}

.topbar a:hover {
    text-decoration: underline;
}

.topbar a.sion, .topbar a.qq, .topbar a.weixin {
    padding-left: 24px;
    line-height: 38px;
    display: inline-block;
}

.topbar a.sion {
    background: url(http://icon.dyrs.cc/loginafter_sion.gif!c) no-repeat 3px 10px;
}

.topbar a.qq {
    background: url(http://icon.dyrs.cc/loginafter_qq.gif!c) no-repeat 3px 11px;
}

.topbar a.weixin {
    background: url(http://icon.dyrs.cc/loginafter_weixin.gif) no-repeat 3px 11px;
}



.cityList {
    background: #fff;
    position: absolute;
    left: 0;
    top: 25px;
    width: 350px;
    border: solid 1px #ddd;
    font-size: 12px;
    line-height: 26px;
    padding: 15px;
    display: none;
}

.cityList .tabTit {
    border-bottom: dotted 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cityList .tabTit span {
    padding: 5px 10px;
    cursor: pointer;
}

.cityList .tabTit .active {
    background: #302e31;
    color: #fff;
}

.cityList a {
    width: 33%;
    color: #666;
    margin: 0 5px;
    white-space: nowrap;
}

.cityList a:hover {
    color: #B09764;
}

.cityList .tabLayer span {
    background: #302e31;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}



/*select美化*/
.select-box {
    width: 228px;
    margin: 16px auto;
    position: relative;
    background: #fff;
    height: 32px;
    border: solid 1px #d0d0d0;
    overflow: hidden;
}

.select-box .angle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #ccc #fff #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.select-box select {
    width: 120%;
    height: 100%;
    border: 0;
    color: #666;
}

/*公共小导航*/
.min-head {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    background: #302e30;
    text-align: center;
    z-index: 99;
}

.min-head .logo {
    margin-top: 12px;
}

.min-head .nav {
    margin-left: 55px;
}

.min-head .nav li {
    float: left;
    position: relative;
    width: 90px;
    border-left: solid 1px #373737;
    margin-left: -1px;
}

.min-head .nav-menu {
    display: block;
    color: #fff;
}

.min-head li:hover .nav-menu {
    background: #272527;
    color: #d42021
}

.min-head .active .nav-menu, .min-head .active .nav-menu:hvoer {
    background: #d42021;
    color: #fff;
}

.min-head .hotline {
    background: #272527;
    color: #fff;
    padding: 0 25px;
}

.min-head .hotline span {
    color: #d42021
}

.min-head .sub-menu {
    position: absolute;
    left: 0;
    top: 60px;
    opacity: .9;
    width: 230px;
    line-height: 38px;
    background: #272528;
    font-size: 12px;
    text-align: left;
    visibility: hidden;
    z-index: 1;
}

.min-head li:hover .sub-menu {
    visibility: visible;
}

.min-head .sub-menu a {
    display: block;
    color: #cfcfcf;
    padding-left: 25px;
    height: 38px;
    transition: padding-left ease .3s;
    -webkit-transition: padding-left ease .3s;
}

.min-head .sub-menu a:hover {
    background: #1E1E1E;
    color: #fff;
    padding-left: 35px;
    border-left: solid 2px #e82929;
    font-size: 14px;
}

/*底部*/
.flink {
    line-height: 25px;
    margin: 15px auto;
}

.flink a {
    margin-right: 15px;
    display: inline-block;
    white-space: nowrap;
}


/*底部公共悬浮条*/
.fixed-bottom-box {
    clear: both;
    font-family: "微软雅黑";
}

.fixed-bottom-box .fixed-bottom-bar {
    height: 135px;
    width: 100%;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    font-size: 14px;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.fixed-bottom-box.active .fixed-bottom-bar {
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.fixed-bottom-bar .close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 11;
}

.fixed-bottom-bar .close:hover {
    background: #000;
}

.fixed-bottom-bar .shadow {
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-bottom-bar .box {
    position: relative;
    z-index: 10;
    padding-top: 29px;
}

.fixed-bottom-bar .myform {
    height: 80px;
    padding-right: 110px;
    position: relative;
}

#fixed-bottom-submit {
    position: absolute;
    top: 0;
    right: 30px;
    width: 80px;
    height: 77px;
    background: #ff5d37;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

#fixed-bottom-submit:hover {
    background: #ec4c26;
}

.fixed-bottom-bar select, .fixed-bottom-bar .input {
    width: 187px;
    height: 35px;
    line-height: 35px;
    border: 0;
    margin-bottom: 7px;
    position: relative;
    color: #7d7d7d;
    background: #fff;
    overflow: hidden;
}

.fixed-bottom-bar input {
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 0 !important;
    margin: 0 5px;
    color: #666;
}

.fixed-bottom-bar .input .placeholder {
    position: absolute;
    left: 5px;
    top: 7px;
    pointer-events: none;
    line-height: 20px;
}

.fixed-bottom-bar .tel-tit {
    font-size: 24px;
    color: #fff;
}

.fixed-bottom-bar .tel-num {
    font-size: 24px;
    color: #ff5d37;
}

.fixed-bottom-box .down-bar-btn {
    width: 130px;
    height: 134px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 21;
    background: url(http://icon.dyrs.cc/down-bar-btn.png) no-repeat;
    cursor: pointer;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.fixed-bottom-box .down-bar-btn p {
    font-size: 16px;
    color: #fff;
    width: 25px;
    text-align: center;
    margin: 20px 0 0 19px;
}

.fixed-bottom-box.active .down-bar-btn {
    visibility: hidden;
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
}

/*右侧悬浮导航*/
.fixed-right-nav {
    position: fixed;
    z-index: 50;
    right: 50%;
    margin-right: -688px;
    top: 50%;
    margin-top: -100px;
    width: 78px;
    text-align: center;
    opacity: .9;
}

.fixed-right-nav a {
    display: block;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 2px;
    background: #939393;
    overflow: hidden;
    color: #fff;
}

.fixed-right-nav a:hover {
    background: #f84f45;
}

.fixed-right-nav .backtop i {
    display: block;
    width: 29px;
    height: 17px;
    margin: 17px auto 0;
    background: url(http://icon.dyrs.cc/ico.png!c) no-repeat -42px -116px;
}

.fixed-right-nav .msg i {
    display: block;
    width: 16px;
    height: 17px;
    margin: 9px auto 0;
    background: url(http://icon.dyrs.cc/ico.png!c) no-repeat -48px -45px;
}

.fixed-right-nav .decora i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 8px auto 0;
    background: url(http://icon.dyrs.cc/ico.png!c) no-repeat -47px -68px;
}

.fixed-right-nav .qrcode i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 15px auto 0;
    background: url(http://icon.dyrs.cc/ico.png!c) no-repeat -47px -91px;
}

.fixed-right-nav .qrcodePic {
    position: absolute;
    bottom: 2px;
    visibility: hidden;
    right: 80px;
    width: 150px;
    height: 150px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    cursor: default
}

.fixed-right-nav .qrcode:hover .qrcodePic {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

@media (max-width: 1410px) {
    .fixed-right-nav {
        right: 0;
        margin-right: 0;
    }
}

/*动画*/
@keyframes phone {
    0%, 100% {
        transform: rotate(0);
    }
    20%, 60% {
        transform: rotate(20deg)
    }
    30%, 80% {
        transform: rotate(-20deg)
    }
}

@-webkit-keyframes phone {
    0%, 100% {
        -webkit-transform: rotate(0);
    }
    20%, 60% {
        -webkit-transform: rotate(20deg)
    }
    30%, 80% {
        -webkit-transform: rotate(-20deg)
    }
}

/*轮播图*/
.slider {
    position: relative;
    clear: both;
    overflow: hidden;
}

.slider .slider-content {
    min-width: 1200px;
    height: 560px;
    position: relative;
    overflow: hidden;
}

.slider .slider-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.slider .slider-panel img {
    display: block;
    margin: 0 auto;
}

.slider .slider-nav {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    z-index: 10;
}

.slider .slider-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    line-height: 99px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .slider-nav li.active {
    background-position: -87px -66px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 31px;
    height: 57px;
    z-index: 20;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.slider:hover .slider-prev, .slider:hover .slider-next {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider-prev {
    left: 50%;
    margin-left: -580px;
    background: url(http://icon.dyrs.cc/ico.png!c) -110px 0 no-repeat;
}

.slider-next {
    right: 50%;
    margin-right: -580px;
    background: url(http://icon.dyrs.cc/ico.png!c) -141px 0 no-repeat;
}

/*搜索为空*/
.search_empty_content {
    text-align: center;
    margin: 50px auto;
}

.search_empty_content div.empty_font {
    display: inline-block;
    font-size: 14px;
    color: #999;
    text-align: left;
    padding-left: 100px;
    min-height: 75px;
    position: relative;
    margin: 90px 0;
}

.search_empty_content div.empty_font i.icon {
    width: 85px;
    height: 73px;
    background: url('http://icon.dyrs.cc/search_empty.jpg') no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
}

.search_empty_content div.empty_font h6 {
    font-size: 18px;
    color: #666;
    line-height: 1em;
    margin-top: -3px;
    line-height: 1.3;
    padding-top: 7px;
    font-weight: normal;
}

.search_empty_content div.empty_font a {
    color: #B09764;
    text-decoration: underline;
}

/*搜索结果公共条*/
.result {
    height: 40px;
    margin-top: 10px;
    background: #ececec;
    line-height: 40px;
    padding: 0 20px;
}

.result a {
    text-decoration: underline;
}

.result .icon-filter {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background: url(http://icon.dyrs.cc/ico.png!c) no-repeat -85px -206px;
}

/*获奖案例、外籍设计师弹层幻灯*/
.slidePop {
    width: 1200px;
    height: 700px;
    background: #fff;
    -moz-user-select: none;
    user-select: none;
}

.slidePop .left {
    width: 915px;
    height: 700px;
    background: #000;
    position: relative;
}

.slidePop .left .prev, .slidePop .left .next {
    background: url(http://icon.dyrs.cc/prev.png!c) no-repeat;
    cursor: pointer;
    height: 150px;
    position: absolute;
    width: 120px;
    z-index: 10;
    top: 50%;
    margin-top: -45px;
    opacity: .8
}

.slidePop .left .prev:hover, .slidePop .left .next:hover {
    opacity: 1
}

.slidePop .left .next {
    background-position: -78px 0;
    right: 0;
}

.slidePop table {
    width: 100%;
    height: 100%;
}

.slidePop .left img {
    max-width: 915px;
    max-height: 700px;
    display: block;
    margin: 0 auto;
}

.slidePop .right {
    width: 285px;
    height: 700px;
}

.slidePop .text-info {
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.slidePop .text-info .shadow {
    height: 120px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.slidePop .text-info .txt {
    position: relative;
    z-index: 2;
    padding: 20px 30px 0;
}

.slidePop .text-info .txt h3 {
    font-size: 18px;
    font-weight: normal
}

.slidePop .text-info .txt p {
    font-size: 14px;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
}

.slidePop .userInfo .headPic {
    width: 100px;
    height: 100px;
    margin: 30px auto 10px;
    border-radius: 50%;
    overflow: hidden;
}

.slidePop .userInfo .userName {
    font-size: 18px;
    line-height: 30px;
}

.slidePop .userInfo .zhiwei {
    color: #999;
}

.slidePop .userInfo .btnBox {
    margin-top: 12px;
}

.slidePop .userInfo .btn {
    display: inline-block;
    width: 122px;
    height: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.slidePop .userInfo .btn:hover {
    opacity: .8;
}

.slidePop .userInfo .btn-red {
    background: #ff736c;
}

.slidePop .userInfo .btn-yellow {
    background: #ffa053;
    margin-left: 5px;
}

.slidePop .smallPic {
    height: 445px;
    margin-top: 20px;
    background: #f2f2f2;
    border-top: solid 1px #e5e5e5;
}

.slidePop .smallPic ul {
    height: 380px;
    overflow: hidden;
    margin: 15px 0 0 15px;
    overflow: hidden;
}

.slidePop .smallPic img {
    width: 122px;
    height: 84px;
}

.slidePop .smallPic li {
    width: 122px;
    height: 84px;
    margin: 0 8px 10px 0;
    float: left;
    border: solid 1px #f2f2f2;
    cursor: pointer;
}

.slidePop .smallPic .active {
    border-color: #f00;
}

.slidePop .page {
    text-align: center;
    padding-top: 10px;
}

.slidePop .page a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    margin: 0 5px;
    background: #f54848;
    color: #fff;
}

.slidePop .page .disabled {
    background: #727272;
    cursor: no-drop;
}

/*分类筛选*/
.alllist-sort {
    background: #fff;
}

.alllist-sort-ul {
    width: auto;
    border: 1px #eaeaea solid;
    overflow: hidden;
}

.alllist-sort-ul li.clearfix {
    line-height: 40px;
    border-top: 1px #eaeaea dotted;
    background: #f8f8f8;
    position: relative;
    top: -1px;
}

.alllist-sort-ul-title {
    width: 109px;
    text-align: center;
    color: #999;
}

.alllist-sort-ul-angle {
    padding: 0 30px 0 30px;
    border-left: 1px #eaeaea solid;
    width: 1028px;
    overflow: hidden;
    background: #fff;
}

.alllist-sort-ul-angle li {
    padding-right: 33px;
    display: inline;
}

.alllist-sort-ul-angle li a {
    display: inline-block;
    white-space: nowrap;
}

.alllist-sort .active {
    color: #ff4953
}

.alllist-sort-ul li {
    position: relative;
}

.alllist-sort-ul li .ico {
    width: 16px;
    height: 16px;
    background: url(http://icon.dyrs.cc/ico.png) no-repeat 0 -75px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.alllist-sort-ul li.current ul {
    max-height: 80px;
    overflow: hidden;
}

.alllist-sort-ul li.current .ico {
    background-position: 0 -58px;
}

.footer .bar a.xq2 {
    margin-right: 0;
}

/*户型解析*/
.fen_floor_cont {
    padding: 0 20px;
    background: #fff;
}

.fen_floor_cont .win-title {
    margin-top: 0;
}

.fen_floor_cont .floor_parsing {
}

.fen_floor_cont .floor_parsing .box {
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid #c7c7c7;
}

.fen_floor_cont .floor_parsing .box:hover {
    -webkit-box-shadow: 2px 2px 3px 0px #B9B6B6;
    -moz-box-shadow: 2px 2px 3px 0px #B9B6B6;
    -o-box-shadow: 2px 2px 3px 0px #B9B6B6;
    box-shadow: 2px 2px 3px 0px #B9B6B6;
}

.fen_floor_cont .floor_parsing .pic {
    width: 320px;
    height: 240px;
    overflow: hidden;
}

.fen_floor_cont .floor_parsing .pic img {
    width: 100%;
}

.fen_floor_cont .floor_parsing dl {
    width: 478px;
}

.fen_floor_cont .floor_parsing dt {
    line-height: 38px;
    font-size: 14px;
    margin-top: 5px;
}

.fen_floor_cont .floor_parsing dt h2 {
    height: 38px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
}

.fen_floor_cont .floor_parsing dt p {
    color: #666;
    font-weight: bold;
}

.fen_floor_cont .floor_parsing dt p span {
    color: #f44;
}

.fen_floor_cont .floor_parsing dt p i {
    font-style: normal;
    padding: 0 10px;
}

.fen_floor_cont .floor_parsing dd {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #666;
    margin: 10px 0 50px;
}

.fen_floor_cont .floor_parsing dd a {
    color: #003cd6;
}

.fen_floor_cont .floor_parsing .time {
    color: #666;
}

.fen_floor_cont .floor_parsing .time span {
    color: #f44;
}

.fen_floor_cont .floor_parsing .box2 {
    padding: 0 20px 10px;
}

.fen_floor_cont .floor_parsing .box2 dl {
    width: 100%;
}

.fen_floor_cont .floor_parsing .box2 dd {
    height: 44px;
    margin-bottom: 10px;
}

/*修复乐语浏览器卡顿闪屏问题*/
#doyoo_share {
    position: inherit;
    display: none !important;
}

.doyoo_f_original body {
    overflow: auto !important;
}

.doyoo_f_original {
    overflow: auto !important;
}

.doyoo_f_frame {
    display: none !important;
}

/*重置第三方控件样式*/
#MEIQIA-BTN-HOLDER img {
    display: inline;
}

/**
 *	404
 */
.p404 {
    height: 100px;
    margin: 100px 0;
    padding: 360px 0 0 480px;
    background: url(http://icon.dyrs.cc/404.png!c) no-repeat 160px center;
    position: relative;
}

.p404 .tip {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.p404 .btnBox a {
    float: left;
    margin-right: 11px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    border: solid 1px #b8b8b8;
    transition: all ease .2s;
}

.p404 .btnBox a:hover {
    background: #ff3232;
    color: #fff;
    border-color: #ff3232;
}

.bread {
    color: #999;
    border: 1px dashed #999;
    margin: 4px 0 0 10px;
    padding: 2px 27px 2px 11px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.bread_span {
    margin-left: 5px;
    font-size: 17px;
    width: 15px;
    height: 15px;
    position: absolute;
    padding-top: -5px;
    top: 0;
    line-height: 17px;
    right: 6px;
}

.brand_ban {
    padding-top: 30px;
}

/*.navBar{width:100%;z-index: 100;}*/

.ability-big {
    height: 40px;
    margin: 10px 0 20px;
    border-bottom: solid 1px #ddd;
}

.win-text {
    font-weight: normal;
    color: #333;
    float: left;
    border-bottom: solid 1px #000;
    line-height: 40px;
}

.fz-serve {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    padding: 15px 0 0 15px;
}

.win-title h3 {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    padding: 15px 0 0 15px;
}

.ops_sever {
    margin-top: -48px;
    margin-bottom: 50px;
    margin-left: 100px;
    color: #666;
    font-weight: 100;
    font-size: 12px;
}

.ge-select-wrap {
    display: none;
}

#search {
    position: relative;
}

.ge-select-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 90px;
    border: 1px solid red;
    width: 323px;
}

.ge-select-wrap .ge-select-item {
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    cursor: pointer;
}

#sanjiao-down {
    position: absolute;
    top: 14px;
    left: 380px;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    border-top: 10px solid red;
}

.ge-select-wrap {
    /*position: absolute;*/
    /*left: 21%;*/
    /*top: 8px;*/
    overflow: hidden;
    width: 324px;
    border-top: none;
    /*height: 21px;*/
}

.ge-select-wrap .ge-select-item {
    /*height: 28px;*/
}

.ge-select-wrap .ge-select-item:hover {
    color: red;
}

/*底部友情链接*/
.link-tab {
    height: 29px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 14px;
}

.link-tab a {
    cursor: pointer;
    font-size: 16px;
}

.link-tab-active {
    border-bottom: 1px solid #f1544b;
    margin-bottom: 14px;
    height: 28px;
    border-width: 2px;
    color: #f1544b;
}

.link-tab a:hover {
    height: 28px;
    border-bottom: 1px solid #f1544b;
    border-width: 2px;
    color: #f1544b;
}

#link_data ul li {
    float: left;
    width: 14%;
}
.posa {
    position: absolute;
}
.imga {
    display: block;
}
.imga img {
    display: block;
    width: 100%;
}
.tran,.scale
img{transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}
.inline {
    display: inline-block;
    vertical-align: middle;
}

.CasesInfo {
    margin-bottom: 2px;
    color: #999;
    position: relative;
}
.CasesInfo .des{}
.CasesInfo .des .imga{position:relative;overflow:hidden;width:100%;height:245px}.CasesInfo .des .imga
img{min-height:245px}

.CasesInfo .des .info{position:absolute;left:0;right:0;bottom:0;padding:12px 3px;background:rgba(81,78,77,8);line-height:30px;text-align:center;font-size:20px;color:#FFF; margin:0; height:54px;}

.CasesInfo .des .info i{width:30px;height:30px;background:url(img/public.png) -390px -60px no-repeat}.CasesInfo .des .info
.name{padding:0
10px 0 4px;font-size:28px}.CasesInfo .des .info
.pos{display:inline-block;vertical-align:bottom;line-height:24px;height:24px}.CasesInfo .des
.workday{top:30px;left:0;width:80px;height:24px;background:rgba(196,38,29,.8);text-align:center;color:#f5f5f5}.CasesInfo .des
.item{line-height:30px;font-size:16px;color:#332F2C}.CasesInfo .des .item
span{float:left;display:inline;color:#A5A4A4}.CasesInfo .des .item
p{overflow:hidden}.CasesInfo .des a:hover
.info{background:rgba(196,38,29,.8)}.CasesInfo .rArea
.txt{font-size:18px;padding:15px;border:1px
solid #C9C9C9;color:#282828;background:#FFF;margin-bottom:30px}.CasesInfo .rArea .txt
.bases{margin-bottom:15px}.CasesInfo .rArea .txt
.yanse{}.CasesInfo .rArea .txt .yanse
span{border-radius:50%;width:36px;height:36px;display:block;float:left;margin:22px
22px 0 0}.CasesInfo
.infoTab{margin:25px
0;background:#FFF;padding:20px
30px;border:1px
solid #C9C9C9}.CasesInfo .infoTab
table{width:100%;border-collapse:collapse;color:#4f4f4f}*/
.CasesInfo .infoTab
th{vertical-align:middle;width:80px;padding:0
15px;border:1px
solid #C9C9C9}.CasesInfo .infoTab
td{vertical-align:text-top;padding:6px
15px;border:1px
solid #C9C9C9;width:638px}.CasesInfo .infoTab
td.fb{width:80px;padding:0
2px;text-align:center;font-weight:bold}.CasesInfo .rArea .txt
.dp_ht{background:#EDA5A1;color:#FFF;text-align:center;width:150px;height:32px;line-height:32px}

.table{width:100%;clear:both;margin-bottom:14px;line-height:36px}.table
.left{float:left;width:150px;margin-right:5px;font-size:14px;text-align:right}.table .left
.red{color:#F00}.table .right .input-text{height:30px;line-height:30px;padding:2px
10px;font-size:14px;color:#444;background-color:#fff;border:1px
solid #DADADA;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.table .right
select{height:36px;line-height:36px;padding-left:5px;border-color:#DADADA}.table .right
textarea{display:block}.table .right .input-text.hover,.table .right .input-text.focus,.table .right .input-text:focus{border-color:#CF1F1F;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(207,31,31,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(207,31,31,.6)}.placeholder{color:#999}.table .right .input-text::-moz-placeholder{color:#999}.table .right .input-text:-ms-input-placeholder{color:#999}.table .right .input-text::-webkit-input-placeholder{color:#999}.table .right
.clue_on{padding-left:5px}.table .right
.imgcode{width:85px;height:36px;margin-left:5px;cursor:pointer;vertical-align:top}.table .right
.button{width:160px;height:36px;padding:0;margin:0;border:none;background:#C4261D;line-height:32px;font-size:18px;text-align:center;color:#FFF;cursor:pointer;vertical-align:middle;transition:color 0.3s linear 0s,background-color 0.3s linear 0s,border-color 0.3s linear 0s}.table .right .button:hover{background:#F44336;color:#FFF}

.CaseBaojia{position:relative;color:#161616}.CaseBaojia
.tips_bg{display:none;z-index:98;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.CaseBaojia
.tips{display:none;z-index:98;position:absolute;bottom:100%;right:0;width:685px;height:423px;margin:0
130px -10px 0}.CaseBaojia .tips
.close{position:absolute;left:469px;top:79px;width:40px;height:40px;line-height:40px;text-align:center;text-indent:-999em}.RDesInd .tips
.close{left:422px;top:85px}.CaseBaojia
.hd{margin-bottom:15px;line-height:40px;text-align:center;font-size:20px}.CaseBaojia .hd
i{width:40px;height:40px;margin-right:5px;background:url(/tpl/www/images/public.png) -660px -180px no-repeat}.CaseBaojia
.result{height:42px;padding:20px
15px 10px;margin-bottom:14px;border:1px
solid #898989;background:#FFF;line-height:42px;text-align:right;font-size:20px}.CaseBaojia .result
em{margin-right:10px;font-size:32px;color:#DC190E}.CaseBaojia
.table{margin-bottom:20px}.CaseBaojia .table
.left{display:none}.CaseBaojia .table .right
.clue_on{display:none}


.CasesInfo
.rArea.noFixed{top:0;transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}


.CaseBaojia .table .input-text{width:283px;border-color:#373737;border-radius:4px;height:40px;line-height:40px}.CaseBaojia .table .right
.button{width:305px;height:48px;line-height:48px;border-radius:4px;background:#D21F15}.CaseBaojia
.cls_unit{margin-bottom:0}.CaseBaojia
.unitVal{width:305px}.CaseBaojia .unitVal
.section{float:left;width:145px;margin:0
15px 20px 0}.CaseBaojia .unitVal .section
select{width:145px;border-color:#373737;height:46px;line-height:46px;border-radius:4px}.CaseBaojia .unitVal .section
label{display:none}.CaseBaojia
.ftips{opacity:.43;text-align:center;font-size:15px}


.right_box{
    border:1px solid #ddd;
    border-top:4px solid #ffac00;
    padding-left:20px;
    padding-right:20px;
}
.right_box .tit{
    font-size:18px;
    font-family: 微软雅黑;
    color:#333;
    height:30px;
    line-height:30px;
    margin-top:10px;
    font-weight:700;
}

.mt20{ margin-top:20px;}
.r_news{
    padding-bottom:10px;
    line-height: 1.5;
}
.r_news .tit_tag{
    height:35px;
    width:298px;
    margin-left:-20px;
    padding-bottom: 10px;
}
.r_news .tit_tag a{
    font-family:'微软雅黑';
    float:left;
    height:34px;
    background:#fff7e5;
    border-bottom:1px solid #ebebeb;
    font-size:14px;
    color:#333;
    width:149px;
    text-align:center;
    line-height:34px;
}
.r_news .tit_tag .on{
    background:#fff;
    border-bottom:1px solid #fff;
    font-weight:700;
    border-right:1px solid #ebebeb;
}
.r_news .tit_tag .last{
    width:148px;
}
.r_news .tit_tag .last.on{
    border-left:1px solid #ebebeb;
    border-right:0px solid #ebebeb;
}
.r_news .m_tit{
	border-bottom:2px solid #ffa800;
	padding-bottom:5px;
}
.r_news .m_tit em{
	float:left;
	color:#ffa800;
	font-size:14px;
	font-family:'微软雅黑';
}
.r_news .pc2 em {
	color:#51b500;
}
.r_news .pc2{
	border-bottom:2px solid #57b809;
}
.r_news .m_tit span{
	float:right;
	height:21px;
	line-height:21px;
}
.r_news .m_tit span a{
	color:#999;
}
.r_news .m_tit span a:hover{
	color:#f60;
}
.r_news dl{
	border-bottom:1px dashed #ddd;
	padding:10px 0px;
}
.r_news dl.last{
	border-bottom:0px dashed #ddd;
}
.r_news dl dt{
	float:left;
}
.r_news dl dt{
	width:20px;
	height:20px;
	line-height:20px;
	background-color:#a9a7a7;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.r_news dl dd{
	margin-left:30px;
}
.r_news dl dd p{
	color:#999;
    font-size:14px;
    font-family:微软雅黑;
	padding-bottom:2px;
    line-height: 1.5;
}
.r_news dl dd p a{
	color:#333;
}
.r_news dl dd p a:hover{
	color:#f60;
}
.r_news dl dd p em{
	float:right;
}
.r_news dl dt.c1{
	background-color:#f23434
}
.r_news dl dt.c2{
	background-color:#ff8400
}
.r_news dl dt.c3{
	background-color:#ffcc00
}
.ora {
    color: #FF6200;
}
.item-list > li { position: relative; float: left; width: 280px; margin: 0 20px 20px 0; text-align: center; overflow: hidden; }
.item-list > li:nth-child(4n) { margin-right: 0; }
.item-list > li .item-img { width: 100%; }
.item-list > li .item-img img { width: 280px; height:280px ; transition: all ease .3s; }
.item-list > li .item-name { width: 100%; height: 40px; line-height: 40px; overflow: hidden\9; }
.item-list > li .item-name a { display: block; padding: 0 1.5%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.item-list > li a.avatar img { width: 100%; height: 100%; border-radius: 50%; border: #eee 3px solid; }

.item-list > li:nth-child(4n) { margin-right: 0 !important; }
.item-list > li:nth-child(3n) {  margin-right: 20px;}

.item-list > li .item-info { position: relative; height: 70px; padding: 0 15px; text-align: left; background: #F5F5F5; transition: all .2s linear; overflow: hidden; }
.item-list > li .item-name a { padding: 0; }
.item-list > li .item-sort { font-size: 12px; line-height: 1.2; }
.item-list > li .item-sort a { color: #bbb; margin-right: .5em; }
.item-list > li .item-sort a:hover { color: #333; }
.item-list > li .item-sort .sep { margin: 0 .5em; }
.item-list > li a.avatar { position: absolute; right: 13px; top: 7px; width: 50px; height: 50px; }
.item-list > li { transition: all .2s linear; }
.item-list > li:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.1); transform: translate3d(0, -2px, 0); }
.item-list > li:hover .item-info { background: #fff; }


.clear{ clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:'.';display:block;visibility:hidden;clear:both;height:0px; overflow:hidden;}


.scAlCTop{overflow: hidden;float: left;position: relative;width: 1200px; margin-bottom:30px;}
.style-list{width: 1180px;}
.scAlCTop .style-list{width: 1198px;}
.scAlCTopLeft{width: 1053px;line-height: 20px;float: left;height: 35px;overflow: hidden;}
.scAlCTopLeftD{width: 960px;line-height: 20px;float: left;height: auto;overflow: visible;padding-bottom: 20px;}
.style-list .slist-1 .scAlCTopLeftD li{padding-bottom: 28px;}
.scAlCTopRight{width: 80px;height: 20px;line-height: 20px;float: right;position: relative;top:12px;background: url(img/index1.png) no-repeat 28px 8px;cursor: pointer; text-align:left}
.scAlCTopRight:hover{background: url(img/index3.png) no-repeat 28px 8px;cursor: pointer;}
.scAlCTopRightD{width: 80px;line-height: 20px;float: right;position: relative;top:12px;background: url(img/index2.png) no-repeat 28px 8px;cursor: pointer;}
.scAlCTopRightD:hover{background: url(img/index4.png) no-repeat 28px 8px;cursor: pointer;}

.style-list { width:878px; /*height:162px; */border:1px solid #dbdbdb;}
.style-list .slist-1 { position:relative;height:48px; line-height:49px; border-bottom:1px dashed#dbdbdb;width: 100%;}
.style-list .slist-1 ul li { float:left; padding: 0 2px; cursor:pointer; height:24px; line-height:24px; position:relative; top:10px; margin-left:13px;}
.style-list .slist-1 ul li.title{ padding: 0 5px !important;}
.style-list .slist-1 ul{position: relative; margin-top:3px;}
.style-list .slist-1 ul ,.style-list .slist-1 ul li h2 a.cur { color:#e0172a;font-size:15px; }
.style-list .slist-1 ul li.touch { background:#f6efe9; color:#e0172a; width:30px; margin-right:10px;font-size:14px;}
.style-list .slist-1 ul li.touch a{color:#e0172a;}
.style-list .slist-1 ul li.icon { width:23px; height:22px; margin-left:13px; position:relative; top:10px;} 
.style-list .slist-1 ul li.title {float:left; width:112px!important;height:22px!important;display:inline-block;color:#333; font-weight:bold; font-size:14px;}
.style-list .slist-1 ul li.title a{color:#333;}
.style-list .slist-1 ul li.title.cur a{color:#e0172a;}
.style-list .slist-1 ul li.icon:hover { background:#fff;}
.style-list .slist-1 ul li.title:hover { color:#333; font-weight:bold; background:#fff;}
.style-list .noborder { border-bottom:none;}
.style-list .nb2 a { color:#999999; }
.style-list .nb2 ul li { padding: 0 5px; }
.style-list .slist-1 ul li h2 a{font-size:14px;}


.pages {margin: 20px auto ; width:420px;}
.pages a, .pages span { display: block; float: left; margin-left: 5px; padding: 0 5px; min-width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; border: #e4e4e4 1px solid; }
.pages i { display: block; float: left; margin-left: 5px; margin-right: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #ddd; }
.pages a.pageprev, .pages a.pagenext { width: 80px; }
.pages a:hover { border: #e0172a 1px solid; transition: ease .2s; }
.pages .current { background-color: #e0172a; color: #fff; border: #e0172a 1px solid; }

.lp-list { margin: 20px 0; }
.lp-list > li { float: left; margin-bottom: 20px; width: 578px; margin-right: 20px; border: #eee 1px solid; }
.lp-list > li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.lp-list > li:nth-child(2n) { margin-right: 0; }
.lp-list > li .lp-img, .rzlp-c .lp-img { float: left; width: 220px; height: 165px; margin: 20px 0 20px 20px; }
.lp-list > li .lp-info, .rzlp-c .lp-info { margin: 20px 20px 0 0; padding-left: 260px; line-height: 30px; }
.lp-list > li .lp-info:after, .rzlp-c .lp-info:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.lp-list > li .lp-info dt, .rzlp-c .lp-info dt { margin-bottom: 10px; font-size: 16px; border-bottom: #eee 1px solid; line-height: 40px; }
.lp-list > li .lp-info dd, .rzlp-c .lp-info dd { float: left; width: 50%; font-size: 12px; }
.lp-list > li .lp-info dd.qy, .rzlp-c .lp-info dd.qy { width: 100%; }

@media screen and (max-width:1250px) {
.item-list.sp > li { width: 280px; }
.item-list.hjsjs > li { width: 420px; }
.item-list.hjsjs > li .item-info { padding-left: 170px; }
.item-list.hjsjs > li .avatar { width: 130px; height: 130px; box-shadow: 10px -10px 0px rgba(221,221,221,0.5); }
.lp-list > li { width: 428px; }
.lp-list > li .lp-img { width: 170px; height: 128px; }
.lp-list > li .lp-info { padding-left: 210px; line-height: 25px; }
.lp-list > li .jindu { padding: 10px 5px 20px; }
.lp-list > li .jindu .bar { left: 30px; right: 30px; }}

@media screen and (max-width:880px) {
.item-list > li .item-sort a { font-size: 11px; line-height: 1.2; }
.item-list.sp > li:nth-child(n) { width: 49%; margin: 2px 1% 2px 0; }
.item-list.sp > li:hover .mask { display: none; }
.item-list.hjsjs > li { width: 100%; margin: 2px 0; }
.item-list.hjsjs > li .avatar { width: 80px; height: 80px; }
.item-list.hjsjs > li .item-info { padding: 0 10px 0 110px; }
.item-list.hjsjs > li .item-info .item-name { line-height: 35px; height: 35px; font-size: 14px; }
.item-list.hjsjs > li .item-info .item-sort.scfg { overflow: auto; white-space: normal; }
.lp-list > li { width: 100%; border: none; border-bottom: #eee 1px solid; padding: 10px 0; margin-bottom: 0; }
.lp-list > li .lp-img { width: 90px; height: 68px; margin-left: 0; margin-top: 0; }
.lp-list > li .lp-info { margin-bottom: 20px; margin-right: 0; padding-left: 100px; line-height: 20px; margin-top: 0; }
.lp-list > li .lp-info dt { line-height: 30px; }
.lp-list > li .jindu p span { width: 2.5em; margin: 0 auto; }}

.jindu { position: relative; clear: both; padding: 10px 20px 20px; }
.jindu p { position: relative; display: inline-block; float: left; width: 12.5%; z-index: 10; }
.jindu p em, .jindu p span { display: block; text-align: center; }
.jindu p em { margin: 0 auto; width:23px; height: 23px; line-height: 17px; border-radius: 50%; border: #eee 3px solid; background: #ddd; color: #fff; }
.jindu p span { margin-top: 10px; font-size: 12px; }
.jindu p.act em { border: #d8caab 3px solid; background: #bfaa7c; }
.jindu p.act span { color: #bfaa7c; }
.jindu .bar { position: absolute; left: 50px; right: 50px; top: 20px; height: 4px; background: #eee; }
.jindu .bar.now { background: #d8caab; }


.case-header { padding: 20px; background: #fafafa; border: #eee 1px solid; }
.case-header .case-title { padding-right: 280px; }
.case-header.zsgd .case-title { padding-right: 560px; }
.case-header .case-title h1 { margin-bottom: 10px; color: #333;font-size: 2em;}
.case-header .case-title p span { display: inline-block; float: left; margin-right: 10px; color: #999; font-size: 12px; }
.case-header .case-designer, .case-header .jindu { float: right; }
.case-header .case-designer .avatar { float: left; width: 100px; height: 100px; }
.case-header .case-designer .designer-info { padding-left: 120px; width: 140px; }
.case-header .case-designer .designer-info span { display: block; }
.case-header .case-designer .designer-info span.more a { display: inline-block; padding: 3px 5px; margin-top: 10px; background: #bfaa7c; color: #fff; }
.case-header .jindu { width: 500px; }
.case-info { margin-bottom: 20px; padding: 15px 20px; background: #535353; color: #d2d2d2; }
.case-info span.sep { padding: 0 15px; color: #434343; }
.case-info span a { color: #bfaa7c; }
.case-info span a:hover { text-decoration: underline; }
.case-c { position: relative; padding: 20px; border: #eee 1px solid; }
.case-c h2 { margin-bottom: 20px; font-size: 18px; }
.case-c .case-intro { padding-bottom: 10px; margin-bottom: 30px; border-bottom: #eee 1px solid; }
.case-c .case-intro p { text-indent: 2em; }
.case-c .case-sidebar { float: left; padding: 20px; width: 170px; background: #fafafa; border: #eee 1px solid; }
.case-c .case-sidebar a { display: block; line-height: 30px; }
.case-c .case-sidebar a.curr { color: #FF6200; font-weight: bold; }
.case-c .case-main { float: right; width: 800px; }
.case-c .case-main h3 { margin: 20px 0; }
.case-c .case-main img { max-width: 100%; margin-bottom: 20px; }
.zp-content { float: left; padding: 30px; width: 900px; border: #EEE 1px solid; }
.zp-content h1 { margin-bottom: 20px; }
.zp-content .text img { margin-bottom: 10px; }
.zp-sidebar { float: right; width: 180px; border: #EEE 1px solid; }
.zp-sidebar dl { line-height: 35px; text-align: center; }
.zp-sidebar dt { font-size: 16px; background: #fafafa; text-align: center; color: #B09764; font-weight: bold; }
.zp-sidebar dd a { display: block; padding: 0 25px; border-bottom: #EEE 1px solid; }

.bt-box { clear: both; }
.bt-box.act .bt-bar { visibility: visible; transform: translateX(0); }
.bt-box .bt-bar { height: 135px; width: 100%; position: fixed; z-index: 9999; bottom: 0; left: 0; font-size: 14px; visibility: hidden; transform: translateX(-100%); transition: all ease .3s; }
.bt-box .bt-bar .close { width: 30px; height: 30px; text-align: center; line-height: 30px; position: absolute; right: 0; top: 0; color: #fff; font-size: 20px; cursor: pointer; }
.bt-box .bt-bar .shadow { background: #000; opacity: .7; filter: alpha(opacity=70); width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.bt-box .bt-bar .bt-c { position: relative; padding: 15px 0; z-index: 9999; }
.bt-box .input-box { float: left; width: 420px; }
.bt-box .input-box li { position: relative; float: left; margin: 0 10px 10px 0; padding: 5px 10px; width: 180px; height: 36px; line-height: 30px; background: #fff; border-radius: 5px; }
.bt-box .input-box li input { border: 0; width: 150px; height:30px}
.bt-box .input-box li em { position: absolute; top: 5px; right: 10px; }
.bt-box .input-box li input.mj { width: 120px; }
.bt-box .input-box li .Validform_wrong { position: relative; z-index: 99; background-color: #f5f5f5; }
.bt-box .check-box { float: left; margin-left: 20px; color: #ddd; }
.bt-box .check-box dt, .bt-box .check-box dd { float: left; }
.bt-box .check-box dt { font-size: 24px; margin-right: 20px; line-height: 90px; }
.bt-box .check-box dd { position: relative; margin-right: 10px; width: 80px; height: 90px; text-align: center; background-color: #F0F0F0; border-radius: 5px; cursor: pointer; color: #333; font-size: 16px; }
.bt-box .check-box dd span { display: block; }
.bt-box .check-box dd label { display: block; padding-top: 20px; height: 70px; cursor: pointer; }
.bt-box .check-box dd label input[type=checkbox] { position: absolute; display: block; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; filter: alpha(opacity=0); }
.bt-box .check-box dd i { position: absolute; right: -4px; bottom: -4px; display: none; font-size: 16px; }
.bt-box .check-box dd.act, .bt-box .check-box dd:hover { background: #fff; color: #B09764; }
.bt-box .check-box dd.act i { display: block; }
.bt-box .btn { width: 80px; height: 90px; border: none; font-size: 16px; color: #fff; background: #B09764; border-radius: 5px; }





/****** Aboutus ******/

#Aboutus { background: #000 url('/zhimatong/css/img/aboutbg.jpg') no-repeat center; padding: 70px 0; }
#Aboutus .left { width: 63%; float: left; }
#Aboutus .right { width: 33%; float: right; }
.about-intro { font-size: 16px; color: #fff; line-height: 30px; margin-bottom: 20px; }
.about-ul { border-bottom: 1px solid #2f2e2f; }
.about-ul li { float: left; width: 25%; text-align: center; padding: 40px 0; }
.about-ul strong { display: block; font-weight: 500; }
.about-ul .number { font-size: 72px; color: #B09764; line-height: 80px; font-family: Arial; }
.about-ul .jia { font-size: 72px; color: #B09764; line-height: 80px; font-family: Arial; }
.about-ul .year { font-size: 18px; color: #fff; line-height: 60px; }
.about-ul p { font-size: 16px; color: #fff; line-height: 30px; text-align: center; }
.about-list { padding-top: 60px; margin: 0 -20px; }
.about-list li { float: left; width: 25%; }
.about-list .Item { padding: 20px; text-align: center; background-image: url('/zhimatong/css/img/about_bs.png'); margin: 0 20px; transition: all 0.3s linear; }
.about-list .Item h3 { font-size: 16px; color: #adadad; line-height: 30px; margin: 0 auto; font-weight: 500; }
.about-list li .Item:hover { background: #B09764; }
.about-list li .Item:hover h3 { color: #fff; }
.aboout-form { background: url('formbg.png') no-repeat; padding: 35px 50px; height: 460px; }
.aboout-form h2 { font-size: 26px; color: #fff; line-height: 40px; position: relative; padding-bottom: 20px; margin-bottom: 20px; }
.aboout-form h2 .line { display: block; position: absolute; left: 0; bottom: 0; width: 26px; height: 3px; background: #9a9b9c; }
.myform2 .form-item { margin-bottom: 20px; }
.myform2 .form-label { font-size: 14px; color: #bdbcbc; line-height: 30px; display: block; margin-bottom: 10px; }
.myform2 .form-inner { border: 1px solid #7d7d7d; }
.myform2 .form-inner input { width: 100%; height: 53px; line-height: 53px; background: rgba(255,255,255,0.13); border: none; color: #fff; }
.myform2 .form-submit { margin-top: 30px; }
.myform2 .btn-form { background: #B09764; width: 100%; line-height: 60px; height: 60px; font-size: 16px; color: #fff; border: none; }




.mbx{ padding:20px 0; font-size:14px; }
.mbx a{color: #333; display:inline-block; padding-right:5px;font-size: 14px;}
.plist_bg{margin-top:10px;}