.banner{ width:100%; margin:0 auto; max-width:960px;}

.banner img{ width:100%; height:auto;}

.news { background: #f6f6f6; padding: 0 15px;
    overflow: hidden;}
.news .list{ margin-top:-15px; margin-bottom:-20px;}
.news dl{ margin:0px; padding:0px;}
.news .maxsize { max-width: 1200px; }
.news .title { }
.news .title .maxsize { position: relative; height:70px;}
.news .title h1 {font-weight: normal;font-size: 30px; color: #595959; line-height: 30px; float: left; width: 420px;}
.news .title .select { float: left; margin: 5px 0; }
.news .title .select .inb { position: relative; border: 1px solid #c9c9c9; border-radius: 10px;margin: 0 5px;}
.news .title .select .inb:before { content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 40px;border-left: 1px solid #c9c9c9; }
.news .title .select .inb:after { content: '';width: 0; height: 0; border: 6px solid; border-color: #c9c9c9 transparent transparent transparent; position: absolute; top: 50%; right: 13px; margin-top: -4px; }
.news .title .select .inb select {color: #919191; font-size: 14px; line-height: 30px; height:30px; padding: 0px 60px 0 10px; background: none; min-width: 100px;position: relative;z-index: 9;}
.news .item { position: relative; }

.news .item .con { margin: 20px 0; background: #fff; padding: 15px 0; }
.news .item .con .maxsize {position: relative; padding:0 15px; }
.news .item .con .face { top: 0px;bottom: 0px; background-size: cover; background-position: center; left: 0;
    position: initial;
    height: 200px;
    width: 100%;
}
.news .item .con .text {
	position: relative;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	color: #666;
}
.news .item .con .text:before { content: '\e61b';font-family: 'iconfont';position: absolute; left: -60px; width: 40px; line-height: 40px; text-align: center; color:#cbcfc0; border: 1px solid #cbcfc0; border-radius: 100%; font-size: 25px; background: #fff; bottom: 0;display: none;}
	
.news .item .con .text h1 {font-size: 18px;margin-bottom: 10px; margin-top:10px;font-weight: normal; color: #373737; overflow:hidden;font-weight: bold; line-height:1.5em;}
.news .item .con .text h2 {  font-size: 16px; margin-bottom: 30px; color: #565656; }
.news .item .con .text p {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #3e3e3e;
}
.news .item .con .text:hover{transform:translateY(-10px);-o-transform:translateY(-10px);-ms-transform:translateY(-10px);-moz-transform:translateY(-10px);-webkit-transform:translateY(-10px);}
.news .list dl dd { display: none; padding-bottom: 15px;}
.news .list dl dd.active { display: block; }
.news .top { position: absolute; width: 100px; bottom: 0; text-align: center; margin-top: 0px;     margin-left: -50px;
    left: 50%;
    top: 30%;}
.news .top:before {
    content: '';
    display: block;
    top: 41px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #cbcfc0;
}
.news .top .arrow {
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height:40px;
	text-align: center;
	border: 1px solid #cbcfc0;
	color: #cbcfc0;
	font-size: 20px;
	border-radius: 100%;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50%;
}
.news .end { height: 125px; position: relative; }
.news .end .maxsize { height: 100%; }
.news .bottom { position: absolute; left: 50%; width: 100px;top: -30px;bottom: 50%; text-align: center; margin-left:-50px; }
.news .bottom:before { content: '';display: block; left: 50%; top: 0; bottom: 40px; width: 1px; background: #cbcfc0; position: absolute; }
.news .bottom .arrow {
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #cbcfc0;
	color: #cbcfc0;
	font-size: 20px;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50%;
}


.nd {
    padding: 0;
}

.nd .maxsize {
    max-width: 960px;
}

.nd .maxsize .page {
    padding: 30px 15px;
	background: #fff;
}

.nd .maxsize .page .title {
    border-bottom: 1px solid #eaeaea;
    color: #aaa;
    padding-bottom: 30px;
}

.nd .maxsize .page .title h1 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.nd .maxsize .page .title small {
    display: block;
}

.nd .maxsize .page .cont {
    padding-top: 30px;
	line-height:2em;
	font-size:14px;
}

.nd .maxsize .page .cont img{ max-width:100%; height:auto !important;}
.nd .back {
    width: 150px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #d0b72a;
    color: #d0b72a;
    margin: 0 auto;
    cursor: pointer;
    background: #fff;
    display: block;
    font-size: 18px;
    border-radius:20px;
    margin-top: 30px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.nd .list {
	padding: 30px 15px;
	background-color: #f6f6f6;
}
.nd .list li{padding:5px 0;}
.nd .list li a{
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	color: #343434;
}
.nd .list li a:hover{color: #c74250;}


.koubei .slogan {
    background: url(../images/banner_koubei.png) no-repeat center;
    background-size: cover;
     padding: 0;
    overflow: hidden;
}
.koubei .slogan img {
    display: none;
}
.koubei .slogan .txt {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    width: 46%;
	max-width:360px;
	text-align:center;
}

.pros .top .text h1, .common_banner .text h1, .pinpai .top .text h1, .dai .top h1 {
    padding-bottom: 45px;
    font-size: 24px;
}

.pros .top .text h1, .common_banner .text h1 {
    color: #fff;
    font-weight: normal;
    line-height: 1;
    position: relative;
}

.pros .top .text, .common_banner .text, .pinpai .top .text {
    padding: 50px 0;
}

.pros .top .text h1:after, .common_banner .text h1:after, .pinpai .top .text h1:after, .dai .top h1:after {
    top: 35px;
    bottom: 15px;
}

.pros .top .text h1:after, .common_banner .text h1:after {
    content: '';
    display: block;
    top: 42px;
    bottom: 30px;
    position: absolute;
    width: 1px;
    background: #fff;
    left: 50%;
	height:19px;
}

.pros .top .text h3, .common_banner .text h3, .pinpai .top .text h3, .dai .top h3 {
    font-size: 14px;
}

.pros .top .text h3, .common_banner .text h3 {
    font-weight: normal;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.koubei{ background: #f1f1f1;}
.koubei .common_banner .text p {
	font-size: 12px;
	color: #FFF;
}

.koubei .content {
    padding: 30px 15px;
	width:auto;
}

.koubei .content .maxsize {
    text-align: center;
}

.koubei .items {
    display: inline-block;
    text-align: left;
	overflow:hidden;
}
.koubei .items .item {
    width: auto;
    float: none;
}

.koubei .items .item .con {
    margin: 0 0 30px 0;
	background: #fff;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.koubei .items .item .con .face {
    padding: 10px;
}
.koubei .items .item .con .face img{ width:100%;}
.koubei .items .item .con .text {
    padding-bottom: 40px;
}

.koubei .items .item .con a.at {
    display: block;
    line-height: 50px;
    color: #bc9950;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E1e0e0;
}

.koubei .items .item .con a.at, .koubei .items .item .con p {
    padding-left: 20px;
    padding-right: 20px;
}

.koubei .items .item .con p {
    font-size: 14px;
    line-height: 24px;
}

.koubei .items .item .con p {
    color: #7e7e7e;
}

.koubei .add{
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5b759;
}

.koubei .add h3{
	text-align: center;
	font-size: 18px;
	line-height: 2em;
	color: #191919;
	font-weight: bold;
	margin-bottom:20px;
}
.koubei .add  .form{ padding-bottom:20px;}
.koubei .add  .form .p{ clear:both; padding:10px 0;}
.koubei .add  .form .p >label {
    line-height: 35px;
    color: #161616;
    font-size: 14px;
    width: 25%;
	text-align:right;
    float: left;
}
.koubei .add  .form .p >label span{color: #ff0000;}
.koubei .add .form .p .bd {
    display: inline-block;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 0;
}
.koubei .add .form .p .bd2{
    display: inline-block;
    padding: 10px 0;
}
.koubei .add .form .p .bd input[type="text"]{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:180px;
}
.koubei .add .form .p .bd select{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:190px;
}
.koubei .add .form .p .bd textarea{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:180px;
	height:140px;
}

.koubei .add  .form .p .submit{
	width: 80%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	background-color: #c6a336;
	text-align: center;
	margin:0 auto;
	 -moz-border-radius: 20px;  
	 -webkit-border-radius: 20px;  
	 border-radius:20px;
	 display:block;
}

.contact {
    background: #f4f4f4;
    padding-bottom: 40px;
}

.contact .top {
    height: 200px;
    background-size: auto 100%;
    background-position: center;
}

.contact .win {
    margin-top: -30px;
    background: #fff;
    position: relative;
}

.contact .win .sidebar {    
    width: auto;
    float: none;
}
.contact .win .sidebar ul {
	text-align: center;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.contact .win .sidebar ul li {padding: 10px 15px;display: inline-block;}
.contact .win .sidebar ul li a {display: inline-block; line-height: 45px; font-size: 18px;     text-decoration: none;color: #666;}
.contact .win .sidebar ul li.active a { border-bottom: 2px solid #d5b759; color: #d5b759; }
.contact .win .cont { width: auto;float: none;border-left: 1px solid #dbdbdb; margin-left: -1px;  }
.contact .win .cont  p { padding:30px 30px;  font-size: 16px; line-height: 2.5em; color: #626262;}

.contact .win .sidebar ul li a {
    font-size: 14px;
    padding: 0 15px;
}

.zhaoshang .biaodan {
    background-size: cover;
    background-position: center;
    color: #fff;
}

.zhaoshang .maxsize form {
    display: block;
    padding: 40px 0;
}

.tac {
    text-align: center;
}

.zhaoshang .maxsize form h1 {
    font-size: 26px;
}
.zhaoshang .maxsize form .row {
    padding: 25px 0;
}
.zhaoshang .md6 {
    width: 100%;
}

.md1, .md2, .md3, .md4, .md5, .md6, .md7, .md8, .md9, .md10, .md11, .dv {
    float: left;
}
.zhaoshang form .con {
    margin: 10px 20px;
    position: relative;
}

.zhaoshang form .con input, .zhaoshang form .con textarea {
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    padding: 5px 0;
    border: 1px solid #7a7f84;
    background: none;
    color: #fff;
}

.zhaoshang form .con .iconfont {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 22px;
	color: #b4b4b4;
	height: 42px;
	line-height: 42px;
	width: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	
}

.zhaoshang form .con .name{
	background-image: url(../images/input-ico1.png);
	background-size:50%;
}

.zhaoshang form .con .tel{
	background-image: url(../images/input-ico2.png);
	background-size:40% 60%;
}

.zhaoshang form .con .address{
	background-image: url(../images/input-ico3.png);
	background-size:50%;
}

.zhaoshang form .con .neirong{
	background-image: url(../images/input-ico4.png);
	background-size:50%;
}



.zhaoshang .maxsize form input[type="submit"], .zhaoshang .maxsize form input[type="button"] {
	text-indent: 0;
	color: #fff;
	line-height: 48px;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	width: 147px;
	text-align: center;
	border-radius: 24px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 24px; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 24px; /* Webkit浏览器的私有属性 */
	border: 2px solid #e8c571;
	background-color:transparent;
}

.zhaoshang form .con textarea {
    height: 110px;
    resize: none;
}


#newsbanner .slogan {
    background: url(../images/banner_news.png) no-repeat center;
    background-size: cover;
     padding: 0;
    overflow: hidden;
}
#newsbanner .slogan img {
    display: none;
}
#newsbanner .slogan .txt {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    width: 100%;
	text-align:center;
}

#pinpai .slogan {
    background: url(../images/banner_news.png) no-repeat center;
    background-size: cover;
     padding: 0;
    overflow: hidden;
}
#pinpai .slogan img {
    display: none;
}
#pinpai .slogan .txt {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    width: 100%;
	text-align:center;
}

#pinpai .common_banner .text p {
    font-size: 16px;
    color: #FFF;
}

#pinpai2{
	padding: 15px;
	width:auto;
	overflow: hidden;
	background-color: #f6f6f6;
}

#pinpai2 .img{ width:100%; margin-bottom:20px;}

#pinpai2 .img img{ width:100%; height:auto;}

#pinpai2 .pinpai{
	background-color: #FFF;
	padding:15px;
}

#pinpai2 .pinpai2{
	background-color: #e3dcc1;
	padding:15px;
}

#pinpai2 p{
	font-size: 1rem;
	line-height: 2em;
	color: #000;
}

#pinpai2 h2{
	font-size: 1.4rem;
	line-height: 2em;
	color: #000;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d5b759;
	display:inline-table;
	margin-bottom:1.5rem;
}

.pros{ background-color:#f6f6f6;}

.pros .top .text p{
    color: #fff;
}

.pros .list {
    padding: 30px 0 20px 0;
    background: url(../images/pro_listbg.jpg) no-repeat center;
    background-size: cover;
	padding-top:0px;
}

.pros .maxsize {
    margin: 0 15px;
}

.pros .maxsize {
    max-width: 1400px;
}

.pros .breadcrumb {
    border-bottom: 1px solid #cacaca;
    line-height: 65px;
	margin-bottom:20px;
}

.pros .breadcrumb a {
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
	color:#666;
}

.pros .md4 {
    width: 100%;
    margin-bottom: 30px;
}

.pros .md4>a {
    margin: 0;
    position: relative;
    display: block;
}

.pros .md4 .face {
    
}
.pros .md4 .face img{ width:100%; height:auto;}
.pros .md4 .text {
    background: #fff;
    padding-top: 20px;
    text-align: center;
}

.pros .md4 .text h2 {
    font-weight: 900;
    font-size: 16px;
    color: #000;
}
.pros .md4 .text p {
    font-size: 14px;
    color: #818181;
    margin-top: 15px;
}
.pros .md4 .text .price {
    margin-top: 20px;
    padding: 18px 0;
    border-top: 1px solid #f0f0f0;
    line-height: 30px;
}


.product .detial {
    background: #f3f3f3;
    padding: 40px 0;
}

.product .detial .maxsize, .buyliucheng .maxsize {
    margin: 0 15px;
}

.product .detial .md6 {
    float: none;
    width: auto;
}
.product .detial .main .left .slider li { background-size: cover ;background-position: center; background-repeat: no-repeat; }
.product .detial .preview .nmg { margin: 0 -10px; margin-top: 20px;}
.product .detial .preview li {float: left; width: 20%; }
.product .detial .preview li .con { margin: 0 10px; background-size: cover; background-position: center; cursor: pointer; }
.product .detial .right .con {     padding: 15px; color: #272727;}
.product .detial .right .title { padding: 20px 0; border-bottom: 1px solid #fff; }
.product .detial .right .title h1 {font-size: 20px; font-weight: normal; line-height: 1.2; color:#1a1a1a; }
.product .detial .right .price { padding: 15px 0; border-bottom: 1px solid #fff; }
.product .detial .right .price p {     font-size: 16px; }
.product .detial .right .price p em { font-style: normal; font-weight: normal; }
.product .detial .right .price p strong {font-weight: normal; font-size: 26px; }
.product .detial .right .price img{margin-right: 5px; width:35px; height:auto;}
.product .detial .right .price .f2 {
    font-size: 16px;
}
.product .detial .right .price p .call1{
	height: 30px;
	line-height:30px;
	font-size:18px;
	padding-left: 35px;
	background-image: url(../images/cart-ico1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:30px 20px;
}
.product .detial .right .price p .call2{
	height: 30px;
	line-height:30px;
	font-size:18px;
	padding-left: 35px;
	background-image: url(../images/cart-ico2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-size:30px 22px;
}
.product .detial .right .price a {
    color: #1a1a1a;
	font-size:16px;
}
.product .detial .right .amount { padding-top: 20px; }
.product .detial .right .options { font-size: 20px; overflow: hidden; margin-top: 15px;line-height: 35px;}
.product .detial .right .options dt { float: left;     font-size: 16px;}
.product .detial .right .options dd { float: left; }
.product .detial .right .options dd a {  display: inline-block; margin-bottom: 5px;margin-left: 5px; position: relative; padding: 0 10px; line-height: 35px; font-size: 16px; position: relative; z-index: 10; cursor: pointer;}
.product .detial .right .options dd a.active { background: #7c7c7c; color:#fff; }
	.product .detial .right .shuliang { overflow: hidden; margin-bottom: 25px; }
	.product .detial .right .shuliang p { float: left;  line-height: 40px; font-size: 20px;} 
	.product .detial .right .shuliang .uikit_amount { float: left; position: relative; padding-right: 42px; margin-left: 20px; }
	.product .detial .right .shuliang .uikit_amount input { background: #7c7c7c; width: 50px; line-height:40px; color: #fff; text-align: center; font-size: 20px;}
	.product .detial .right .shuliang .uikit_amount a { position: absolute; right: 0; width: 40px; display: block; line-height: 20px; text-align: center; color: #fff; background: #7c7c7c;font-family: 'iconfont' !important; }
	.product .detial .right .shuliang .uikit_amount a.min { bottom: 0; }
.product .detial .right .shuliang .uikit_amount #add{
	    background-image: url(../images/awu1.png);
		width:40px;
		height:20px;
		background-repeat: no-repeat;
	background-position: center center;		
}
.product .detial .right .shuliang .uikit_amount #min{
	background-image: url(../images/awd1.png);
	width: 40px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
	.product .detial .right .amount p {     font-size: 16px;}
	.product .detial .right .amount .buybtn { margin-top: 20px; display: block; line-height: 52px; background: #ed1c2f; color: #fff; font-size: 18px; text-align: center; border-radius: 6px; }
	.product .detial .desc { margin-top: 45px; background: #fff; }
	.product .detial .desc .title {padding: 10px 0; border-bottom: 1px solid #ececec; }
	.product .detial .desc .title h1 { font-weight: normal;     font-size: 20px; color: #000; }
	.product .detial .desc .imgs {padding: 40px 0; }


	.product .detial .desc .imgs img{ max-width:100%; height:auto!important;}

#order{
	background-color: #f6f6f6;
}

#order .steps {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#order .inb {
    display: inline-block;
}

#order .steps li {
    float: left;
    width: 60px;
    padding: 0 20px;
    position: relative;
}

#order .steps #two li{ float:right;}

#order .steps li .iconfont{
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
	border-radius: 100%;
    margin-bottom: 5px;
	border: 1px solid #c8c8c8;
	text-align:center;
	display: inline-block;
	
}
#order .steps li.active i{
	background-color: #d5b85a;
}

#order .steps li:after, #order .steps li:before {
    width: 20px;
    top: 25px;
}
#order .steps li#a1:after,#order .steps li#a2:after,#order .steps li#a4:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 20px;
    border: 1px dashed #c8c8c8;
}
#order .steps li#a2:before,#order .steps li#a3:before,#order .steps li#a5:before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 20px;
    border: 1px dashed #c8c8c8;
}

#order .steps li#a3:after{
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 0px;
	height:20px;
    border: 1px dashed #c8c8c8;
}

#order .steps li#a1 .iconfont{
	background-image: url(../images/cartflow-ico1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 25px;
}

#order .steps li#a2 .iconfont{
	background-image: url(../images/cartflow-ico2-on.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	border: 1px solid #d5b85a;
}

#order .steps li#a3 .iconfont{
	background-image: url(../images/cartflow-ico3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 25px;
}

#order .steps li#a4 .iconfont{
	background-image: url(../images/cartflow-ico5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px 20px;
}

#order .steps li#a5 .iconfont{
	background-image: url(../images/cartflow-ico4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 25px;
}

#order .page{
	padding:15px;
	width:auto;
}
#order .page h2{ font-size:18px; color:#0e0e0e;}
#order .page .ct {
    border: 1px solid #dcdcdc;
    border-top-width: 28px;
    margin-top: 25px;
    padding: 15px;
}
#order .page  .form .p{ clear:both; padding:10px 0;}
#order .page  .form .p >label {
    line-height: 35px;
    color: #161616;
    font-size: 14px;
    width: 30%;
	text-align:right;
    float: left;
}
#order .page .form .p .bd {
    display: inline-block;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 0;
}
#order .page .form .p .bd2{
    display: inline-block;
    padding: 10px 0;
}
#order .page .form .p .bd input[type="text"]{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:180px;
}
#order .page .form .p .bd select{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:190px;
}
#order .page .form .p .bd textarea{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:180px;
	height:140px;
}
#order .page .foot p.p2 {
    line-height: 2em;
    text-align: left;
    color: #353535;
    font-size: 14px;
}

#order .page .ft{
  margin: 20px 10px;
  padding-bottom: 40px;
}
#order .page .ft p.p1{
  color: #da251c;
  font-size: 16px;
}
#order .page .ft p.p2{
  color: #0a0a0a;
  font-size: 14px;
  line-height: 2em;
  text-indent: 2em;
}
#order .page .foot p.p1{ text-align:center;}
#order .page .foot p.p1 .bt {
    display: inline-block;
    width: 130px;
    height: 50px;
    background-color: #da251c;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 30px 0;
}
.ui-abox_bg{ width:100%; height:100%; background-color:#000; position:fixed; left:0; top:0; z-index:1000;filter:alpha(opacity=60);  
      -moz-opacity:0.6;  
      -khtml-opacity: 0.6;  
      opacity: 0.6;}
.ui-abox{
  position: fixed;
  z-index: 1100;
  width: 90%;
  height: 340px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .8);
  top: 50%;
  margin-top: -170px;
  left: 5%;
}
.ui-abox >.hd{
  padding: 15px 25px;
}
.ui-abox >.hd p{

}
.ui-abox >.ct{
  width:90%;
  margin:0 auto;
}
.ui-abox >.ct h3{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #c20404;
	line-height: 2em;
	height:40px;
	background-image: url(../images/state-1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ui-abox >.ct h3 p{ width:70%; text-align:center; line-height:1.5em; margin:0 auto;}

.ui-abox >.ct .info{
	font-size: 14px;
	line-height: 1.5em;
	color: #0a0a0a;
	text-align:center;
	margin-top:10px;
}
.ui-abox >.ft{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.ui-abox >.ft p{
  text-align: center;
}
.ui-abox >.ft p .bt{
  display: inline-block;
  width: 120px;
  height: 32px;
  background-color: #b70404;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.ui-abox >.ft p .bt:hover{
  opacity: .8;
}

.pros .top{ background-size:100% auto;}

.pros .prolist{
	width: 100%;
	min-height: 240px;
	background-image: url(../images/pro_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100% 100%;
}
.pros .filter {
    padding: 20px 0;
}
.pros .filter dd {
    width: 100%;
	float:left;
}
.pros .filter dd .top {
    padding:0 20px;
    text-align: left;
    line-height: 60px;
	height:60px;
	display:block;
}
.pros .filter dd .intro .top{
	background-color: #d5b85a;
}
.pros .filter dd  .top a:active .iconfont{background-image: url(../images/menu-ico1-on.png);}

.pros .filter dd .top .iconfont {
	font-size: 22px;
	margin-bottom: 0;
	margin-top:18px;
	float: left;
	margin-right: 10px;
	color: #b4b4b4;
	display: inline-block;
	width: 30px;
	height: 25px;
	background-image: url(../images/menu-ico1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
}
.pros .filter dd .intro .top .iconfont{background-image: url(../images/menu-ico1-on.png);}
.pros .filter dd .top p{
    font-size: 14px;
    line-height: 60px;
	color: #5e5e5e;
}
.pros .filter dd .box {
    background: #fff;
    margin-right: 1px;
	margin-bottom:10px;
    position: relative;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.pros .filter dd .hover .more {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 22px;
	right: 30px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
}
.pros .filter dd .intro .more{background-image: url(../images/more_on.png)!important;}
.pros .filter dd .hover .sel_box {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
}
.pros .filter dd .hover ul {
    max-height: inherit;
    overflow-y: inherit;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    text-align: left;
}
.pros .filter dd .hover ul li a {
    font-size: 13px;
    line-height: 45px;
    text-align: left;
    text-indent: 50px;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
	color: #666;
}
.koubei .go{
	width: 50px;
	height: 80px;
	padding: 10px 15px;
	background-color: #cbbba5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 10000;
	filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.8; /*Firefox私有，透明度50%*/
	opacity: 0.8;/*其他，透明度50%*/
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	letter-spacing: 0.1em;
	background-image: url(../images/pj.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	background-size:25%;
}

@media (max-width:640px){
#order .steps li {
    float: left;
    width: 60px;
    padding: 0 50px;
    position: relative;
}
#order .steps li:after, #order .steps li:before {
    width: 50px;
    top: 25px;
}
#order .steps li#a1:after,#order .steps li#a2:after,#order .steps li#a4:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 50px;
    border: 1px dashed #c8c8c8;
}
#order .steps li#a2:before,#order .steps li#a3:before,#order .steps li#a5:before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 50px;
    border: 1px dashed #c8c8c8;
}

#order .steps li#a3:after{
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 0px;
	height:20px;
    border: 1px dashed #c8c8c8;
}
}
@media (max-width:480px){
	#order .steps li {
    float: left;
    width: 60px;
    padding: 0 30px;
    position: relative;
}
#order .steps li:after, #order .steps li:before {
    width: 30px;
    top: 25px;
}
#order .steps li#a1:after,#order .steps li#a2:after,#order .steps li#a4:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 30px;
    border: 1px dashed #c8c8c8;
}
#order .steps li#a2:before,#order .steps li#a3:before,#order .steps li#a5:before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    border: 1px dashed #c8c8c8;
}

#order .steps li#a3:after{
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 0px;
	height:20px;
    border: 1px dashed #c8c8c8;
}
}
@media (max-width:320px){
	#order .steps li {
    float: left;
    width: 60px;
    padding: 0 20px;
    position: relative;
}
	#order .steps li:after, #order .steps li:before {
    width: 20px;
    top: 25px;
}
#order .steps li#a1:after,#order .steps li#a2:after,#order .steps li#a4:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 20px;
    border: 1px dashed #c8c8c8;
}
#order .steps li#a2:before,#order .steps li#a3:before,#order .steps li#a5:before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 20px;
    border: 1px dashed #c8c8c8;
}

#order .steps li#a3:after{
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 0px;
	height:20px;
    border: 1px dashed #c8c8c8;
}
#order .page .form .p .bd input[type="text"]{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:150px;
}
#order .page .form .p .bd select{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:160px;
}
#order .page .form .p .bd textarea{
    font-size: 14px;
    border: none;
    padding: 0;
    background: none;
    height: 34px;
	padding-left:10px;
	width:150px;
	height:140px;
}
}





