@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body { color:#222; font:12px/20px "Microsoft YaHei", "微软雅黑", "SimSun", "宋体",HELVETICA; background:#fff; }
em{font-style:normal}
li{list-style:none}
fieldset, img { border:none; }
img{border:0;vertical-align:middle}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","微软雅黑";}
input::-moz-focus-inner { border:none; padding:0; }
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; font-family:"微软雅黑";}
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; }
p {word-wrap:break-word}
table { border-collapse:collapse; }
a{  text-decoration:none;blr:expression(this.onFocus=this.blur());	 }
a:hover { text-decoration:none; }
.empty{color: #999;font: 16px;}

.w1200{ width:1200px; margin:0 auto;} 
.mb20{ margin-bottom:20px;}
.mb10{ margin-bottom:10px;}
.mb60{ margin-bottom:60px;}
.ov{ overflow:hidden}
.cen{ text-align:center}

.padding-top-40{padding-top: 40px;}

.fl{float: left;}
.fr{float: right;}
.cc{overflow: hidden;}
.block{display: block;}

.warp{width: 1200px;margin: 0 auto;}
.BMap_bubble_title{padding: 0px 10px;font-size: 16px;box-sizing: border-box;}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #bd9c73;
  
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
	  16.65% {
	    -webkit-transform: translateX(6px);
	    transform: translateX(6px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	  }
	  49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	@keyframes hvr-icon-wobble-horizontal {
	  16.65% {
	    -webkit-transform: translateX(6px);
	    transform: translateX(6px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	  }
	  49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}

/* 头部 */
.header{height: 70px;line-height: 30px;position: relative;z-index: 99;background-color: #fff;width: 100%;}
.header .logo{margin-top: 20px;}
.header .iconlist{float: right;}
.header .iconlist .iconbox{width: 30px;height: 30px;float: right;margin-left: 20px;border-radius: 30px;border: 1px solid #bd946b;font-size: 18px;text-align: center;line-height: 30px;margin-top: 20px;position: relative;cursor: pointer;}
.header .iconlist .iconbox i{color: #bd946b;}
.header .iconlist .iconbox .ewmbox{width: 100px;height: 100px;position: absolute;left: -25px;top: 40px;display: none;cursor: pointer;}
.header .iconlist .iconbox .ewmbox img{width: 100px;height: 100px;}
.header .iconlist .shop{width: 98px;height: 28rpx;float: right;margin-left: 20px;padding: 20px 0;cursor: pointer;}
.header .iconlist .shopbox{width: 98px;height: 28px;border: 1px solid #bd946b;border-radius: 28px;line-height: 28px;text-align: center;font-size: 15px;color:#bd946b;}
.header .iconlist .nav{float: right;}
.header .iconlist .nav ul{overflow: hidden;}
.header .iconlist .nav li{float: left;padding: 20px 14px;font-size: 15px;color: #222;}
.header .proxl{position: absolute;top: 70px;width: 100%;background: rgba(255,255,255,0.95);z-index: 9;left: 0;height: 0px;overflow: hidden;}
.header .proxl .bbk{padding: 22px 0 22px 100px;box-sizing: border-box;overflow: hidden;text-align: center;width: 100%;}
.header .proxl .pros{width:100px ;margin: 0 35px;display: inline-block;}
.header .proxl .pros .imgsur{margin: 0 auto;width: 50px;height: 50px;background: no-repeat center 0;background-size: cover;transition: transform 0.5s;-moz-transition: -moz-transform 0.5s;-webkit-transition: -webkit-transform 0.5s;-o-transition: -o-transform 0.5s;}
.header .proxl .pros:hover .imgsur{transform:scale(1.1,1.1);
	        -ms-transform:scale(1.1,1.1); /* IE 9 */
	        -moz-transform:scale(1.1,1.1); /* Firefox */
	        -webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
	        -o-transform:scale(1.1,1.1); /* Opera */}
.header .proxl .pros p{color: #4b4b4b;font-size: 14px;text-align: center;line-height: 16px;margin-top: 11px;}
/* 底部 */
.footer{background-color: #333;background: url(/Document/Themes/default/static/img/fotbac.png) center center no-repeat;background-color: #c0c0c2;}
.footer .footop{height: 215px;}
.footer .fot_t{width: 100%;background: rgba(20,20,20,0.95);padding-top: 50px;}
.footer .fot_b{width: 100%;background: rgba(0,0,0,0.9);}
.footer .footop ul{float: left;margin-right: 60px;}
.footer .footop ul .footit{color: #bd946b;font-size: 14px;line-height: 16px;margin-bottom: 28px;}
.footer .footop ul li{color: #959595;font-size: 13px;line-height: 16px;margin-bottom: 12px;cursor: pointer;}
.footer .footop .footinfo{float: right;width: 310px;}
.footer .footop .footinfo .footlogo{height: 24px;margin-bottom:16px;}
.footer .footop .footinfo .cont{height: 20px;font-size: 13px;line-height: 20px;margin-bottom: 10px;color: #959595;}
.footer .footop .footinfo .cont .icob{width: 18px;font-size: 12px;color: #bd946b;width: 18px;border-radius: 18px;display: inline-block;margin-left: 10px;line-height: 18px;text-align: center;border: 1px solid #bd946b;position: relative;cursor: pointer;}
.footer .footop .footinfo .cont .icob .show_box{position: absolute;left: 50%;width: 90px;height: 90px;margin-left: -45px;top: -100px;padding: 5px;box-sizing: border-box;background-color: #fff;display: none;}
.footer .footop .footinfo .cont .icob .show_box img{width: 100%;height: 100%;}
.footer .footop .footinfo .cont .icob .show_box .jiao{position: absolute;bottom: -10px;border-width: 5px;
 border-style: solid;border-color:#fff transparent transparent transparent;left: 42px;width: 0px;height: 0px;}
.footer .footop .footinfo .cont i{color: #bd946b;}
.footer .footbt{overflow: hidden;height: 55px;line-height: 55px;color: #666;font-size: 13px;}
/* 悬浮 */
.popbox{position: fixed;bottom: 0px;left: 0;width: 100%;background-color: #000;height: 90px;box-sizing: border-box;z-index: 99;}
.popbox .close{width: 18px;height: 18px;line-height: 18px;color: #737373;font-size: 18px;position: absolute;right: -40px;top: 20px;cursor: pointer;}
.popbox .wenti{width: 482px;padding-top: 20px;}
.popbox .wenti .bigtit{color: #bd946b;font-size: 26px;font-weight: 600;line-height: 28px;}
.popbox .wenti .midtit{color: #bd946b;font-size: 14px;mline-height: 16px;margin-top: 8px;}
.popbox .form{padding: 20px 0;position: relative;}
.popbox .form .text{color: #bd946b;position: absolute;left: 10px;bottom: 00px;line-height: 20px;font-size: 12px;}
.popbox .form .inputkb{width: 170px;height: 43px;line-height: 43px;position: relative;float: left;margin-left: 8px;border-radius: 6px;font-size: 14px;background-color: #434343;}
.popbox .form .inputkb span{position: absolute;right: 20px;top: 0px;color: #bbbbbb;}
.popbox .form .inputkb input{border: none;background-color: #434343;padding-left: 20px;color: #bbbbbb;font-size: 14px;width: 126px;height: 43px;border-radius: 6px;}
.popbox .form .getform{width: 100%;height: 100%;border-radius: 6px;background-color: #bd946b;color: #f1f1f1;font-size: 14px;text-align: center;line-height: 43px;cursor: pointer;}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background:no-repeat center 0;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a{display: block;width: 100%;height: 100%;}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 0.8;
	background: #bd946b;
}

	/* 明星产品 */
	.ming_title{height: 30px;line-height: 30px;font-size: 28px;color: #222;}
	.ming_title .midtit{height: 29px;line-height: 16px;color: #666;font-size: 14px;cursor: pointer;}
	.ming_title .midtit:after{content: "";position: absolute;z-index: -1;left: 0;left: 0;bottom: 0;background: #ccc;height: 1px;width: 100%;}
	.ming_title .midtit i{margin-left: 10px;color: #666;font-size: 14px;display: inline-block; }

	.ming_box{width: 100%;height: 390px;padding:60px 0}
	.ming_box .ming_pro{width: 270px;margin-left: 40px;height: 420px;position: relative;float: left;}
	.ming_box .ming_pro a{display: block;width: 100%;height: 100%;cursor: pointer;}
	.ming_box .ming_pro.active{animation:mymove 0.3s ;
                animation-timing-function: ease-in; /*动画的速度曲线*/
                -webkit-animation:mymove 0.3s ;
                -webkit-animation-timing-function: ease-in; 
				animation-fill-mode: forwards;}
	.ming_box .ming_pro.active2{animation:mymove2 0.3s ;
	            animation-timing-function: ease-in; /*动画的速度曲线*/
	            -webkit-animation:mymove2 0.3s ;
	            -webkit-animation-timing-function: ease-in; 
				animation-fill-mode: forwards;}
	.ming_box .ming_pro:nth-child(1){margin-left: 0px;background:#f2f2f2 no-repeat center 0; background-size: cover;background-image: url(/Document/Themes/default/static/img/pro1.png);}
	.ming_box .ming_pro:nth-child(2){background:#f2f2f2 no-repeat center 0; background-size: cover;background-image: url(/Document/Themes/default/static/img/pro2.png);}
	.ming_box .ming_pro:nth-child(3){background:#f2f2f2 no-repeat center 0; background-size: cover;background-image: url(/Document/Themes/default/static/img/pro3.png);}
	.ming_box .ming_pro:nth-child(4){background:#f2f2f2 no-repeat center 0; background-size: cover;background-image: url(/Document/Themes/default/static/img/pro4.png);}
	.ming_box .ming_pro .pro_info{position: absolute;bottom: 10px;}
	.ming_box .ming_pro .pro_info .pro_tit{padding: 0 25px;height: 42px;line-height: 42px;color: #fff;background: rgba(152,115,79,0.7);font-size: 18px;}
	.ming_box .ming_pro .pro_info .pro_look{margin: 24px 0 0 20px;height: 14px;padding-bottom: 13px;line-height: 14px;color: #fff;border-bottom: 1px solid #bd9c73;font-size: 12px;float: left;}
	.ming_box .ming_pro .pro_info .pro_look i{margin-left: 10px;color: #bd9c73;font-size: 14px; }
	@keyframes mymove
	{
		0%{
		transform: scale(1);  /*开始为原始大小*/
		}

		100%{
			transform: scale(1.1);
		}

	}
	
	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
		0%{
		transform: scale(1);  /*开始为原始大小*/
		}

		100%{
			transform: scale(1.1);
		}
	}
	@keyframes mymove2
	{
		0%{
		transform: scale(1.1);  /*开始为原始大小*/
		}
	
		100%{
			transform: scale(1);
		}
	
	}
	
	@-webkit-keyframes mymove2 /*Safari and Chrome*/
	{
		0%{
		transform: scale(1.1);  /*开始为原始大小*/
		}
	
		100%{
			transform: scale(1);
		}
	}
	
	
	/* 图片放大 */
	.bigthumb{transition: transform 1s;-moz-transition: -moz-transform 1s;
            -webkit-transition: -webkit-transform 1s;
            -o-transition: -o-transform 1s;}
	.bigthumb:hover{transform:scale(1.1,1.1);
            -ms-transform:scale(1.1,1.1); /* IE 9 */
            -moz-transform:scale(1.1,1.1); /* Firefox */
            -webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
            -o-transform:scale(1.1,1.1); /* Opera */}
	/* 最新资讯 */
	.new_title{width: 100%;height: 45px;font-size: 28px;color: #222222;line-height: 30px;border-bottom: 1px solid #c8c8c8;margin-top: 25px;}
	.new_title .new_nav{font-size: 14px;color: #222222;height:43px;line-height: 36px;margin-left: 40px;float: left;cursor: pointer;}
	.new_title .new_nav.active{color: #aa8d68;border-bottom: 2px solid #aa8d68;}
	.new_title .new_nav.active a{color: #aa8d68;width: 100%;height: 100%;display: block;}
	.new_box{width: 100%;overflow: hidden;margin-top: 32px;height: 400px;overflow: hidden;}
	.new_box .longbox{width: 3600px;overflow: hidden;}
	.new_box .longbox .new_list{width: 1200px;float: left;overflow: hidden;}
	.new_box .longbox .new_list .new_ad{float: left;width: 270px;height: 400px;display: block;overflow: hidden;}
			.new_box .longbox .new_list .new_ad .new_adbig{transition: transform 1s;
            -moz-transition: -moz-transform 1s;
            -webkit-transition: -webkit-transform 1s;
            -o-transition: -o-transform 1s;background:#f2f2f2 no-repeat center 0;background-size: cover;width: 100%;height: 100%;}
	.new_box .longbox .new_list .new_show{float: left;width: 270px;height: 400px;display: block;margin-left: 40px;}
	.new_box .longbox .new_list .new_show .time{color: #222;font-size: 28px;line-height: 30px;height: 30px;}
	.new_box .longbox .new_list .new_show .time span{color: #222;font-size: 14px;margin-left: 10px;}
	.new_box .longbox .new_list .new_show .img{width: 270px;height: 150px;margin-top: 18px;overflow: hidden;}
	.new_box .longbox .new_list .new_show .img .thumb{width: 270px;height: 150px;background:#f2f2f2 no-repeat center center;background-size: cover;transition: transform 1s;-moz-transition: -moz-transform 1s;
            -webkit-transition: -webkit-transform 1s;
            -o-transition: -o-transform 1s;}
	
	.new_box .longbox .new_list .new_ad:hover .new_adbig{transform:scale(1.2,1.2);
            -ms-transform:scale(1.2,1.2); /* IE 9 */
            -moz-transform:scale(1.2,1.2); /* Firefox */
            -webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
            -o-transform:scale(1.2,1.2); /* Opera */}
	.new_box .longbox .new_list .new_show:hover .img .thumb{transform:scale(1.2,1.2);
	        -ms-transform:scale(1.2,1.2); /* IE 9 */
	        -moz-transform:scale(1.2,1.2); /* Firefox */
	        -webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
	        -o-transform:scale(1.2,1.2); /* Opera */}
	
	.new_box .longbox .new_list .new_show .tit{margin-top: 16px;font-size: 18px;color: #222;line-height: 22px;height: 44px;overflow: hidden;text-align:justify;}
	.new_box .longbox .new_list .new_show .info{margin-top: 10px;color: #999;line-height: 22px;height: 66px;overflow: hidden;text-align:justify;}
	.new_box .longbox .new_list .new_show .goshow{height: 26px;line-height: 14px;color: #666;font-size: 12px;margin-top: 38px;float: left;position: relative;border-bottom: 1px solid #ccc;}
	.new_box .longbox .new_list .new_show .goshow i{margin-left: 20px;color: #666;font-size: 14px;display: inline-block; }
	
	.new_box .longbox .new_list .new_show .goshow:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 0;
	  right: 100%;
	  bottom: 0;
	  background: #bd9c73;
	  
	  height: 1px;
	  -webkit-transition-property: right;
	  transition-property: right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.new_box .longbox .new_list .new_show:hover .goshow:before, .new_box .longbox .new_list .new_show:focus .goshow:before{right: 0;}
	
	
	.new_box .longbox .new_list .new_show:hover .goshow .hvr-icon,.new_box .longbox .new_list .new_show:focus .goshow .hvr-icon{
	  -webkit-animation-name: hvr-icon-wobble-horizontal2;
	  animation-name: hvr-icon-wobble-horizontal2;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-timing-function: ease-in-out;
	  animation-timing-function: ease-in-out;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;
	}
	@-webkit-keyframes hvr-icon-wobble-horizontal2 {
	  16.65% {
	    -webkit-transform: translateX(6px);
	    transform: translateX(6px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	  }
	  49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	@keyframes hvr-icon-wobble-horizontal2 {
	  16.65% {
	    -webkit-transform: translateX(6px);
	    transform: translateX(6px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	  }
	  49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	
	.case_title{width: 100%;height: 32px;font-size: 28px;color: #222222;line-height: 30px;margin-top: 80px;}
	.case_title .case_navbox{float: right;overflow: hidden;border-bottom: 1px solid #aa8d68;height: 28px;}
	.case_title .case_navbox .case_nav{font-size: 14px;color: #222222;padding-bottom:10px ;line-height: 16px;margin-left: 40px;float: left;display: block;cursor: pointer;}
	.case_title .case_navbox .case_nav.active{color: #aa8d68;border-bottom: 2px solid #aa8d68;}
	
	.case_box{margin-top: 36px;overflow: hidden;padding-bottom: 88px;}
	.case_list{width: 300px;float: left;height: 338px;position: relative;overflow: hidden;}
	.case_list .box{width: 100%;height: 100%;background:no-repeat center 0;background-size: cover;transition: transform 0.5s;-moz-transition: -moz-transform 0.5s;-webkit-transition: -webkit-transform 0.5s;-o-transition: -o-transform 0.5s;}
	.case_list .box:hover{transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); }
	.case_list .tit{width: 100%;position: absolute;left: 0px;bottom: 0;height: 80px;line-height: 26px;color: #fff;text-align: center;font-size: 16px;}
	.case_list .tit span{font-size: 14px;}
	.case_list .info{position: absolute;text-align: center;left: 0px;top: 130px;width: 100%;}
	.case_list .info .name{font-size: 24px;color: #bd946b;line-height: 26px;}
	.case_list .info .xieshou{font-size: 14px;color: #fefefe;line-height: 26px;margin-top: 20px;opacity: 0.7;}
	.case_list .info .span{width: 34px;height: 2px;background-color: #bd946b;margin: 22px auto;}
	
	/* 联系 */
	.contart{width: 100%;padding: 42px 0 72px;background-color: #f6f3f0;}
	.contart .contart_title{width: 100%;text-align: center;font-size: 16px;color: #222;line-height: 18px;}
	.contart .contart_subtit{width: 100%;text-align: center;font-size: 26px;color: #222;line-height: 28px;margin-top: 16px;}
	.contart .contart_box{height: 216px;margin-top: 32px;width: 100%;}
	.contart .contart_box .contart_list{width: 25%;float: left;height: 216px;position: relative;}
	.contart .contart_box .contart_list .hspan{height: 190px;width: 1px;background-color: #b89d82;position: absolute;right: 0px;bottom: 0;opacity: 0.4;}
	.contart .contart_box .contart_list .fuwu{width: 100%;padding-top:126px;background: url(/Document/Themes/default/static/img/fuwu.png) top center no-repeat;font-size: 16px;color: #ac8f72;line-height: 18px;text-align: center;}
	.contart .contart_box .contart_list img{margin: 25px auto 30px;display: block;height: 70px;}
	.contart .contart_box .contart_list .tuoy{width:190px;border: 1px solid #ac8f72;height: 36px;line-height: 34px;margin: 0 auto 12px;color: #ac8f72;font-size: 16px;text-align: right;padding: 0 22px;box-sizing: border-box;position: relative;border-radius: 36px;cursor: pointer;}
	.contart .contart_box .contart_list .tuoy i{color: #ac8f72;font-size: 20px;position: absolute;left: 22px;top: 0px;}
	.contart .contart_box .contart_list .tuoy:hover{color: #f6f3f0;background-color: #ac8f72;}
	.contart .contart_box .contart_list .tuoy:hover i{color: #f6f3f0;}
	
	.cx_box{height: 38px;line-height: 38px;overflow: hidden;margin-bottom: 10px;}
	.cx_box .ming{float: left;width: 70px;color: #333;font-size: 16px;}
	.cx_box input{display: block;float: left;width: 170px;border: none;height: 36px;padding: 0 10px;color: #666;margin-left: 10px;border: 1px solid #e5e5e5;}
	.cx_box button{height: 38px;line-height: 38px;color: #fff;width: 130px;font-size: 16px;display: inline-block;background-color: #e2d4c3;text-align: center;border: none;cursor: pointer;}
	.cx_box .quxiao{height: 38px;line-height: 38px;color: #fff;width: 130px;font-size: 16px;display: inline-block;margin-left: 10px;background-color: #ccc;text-align: center;cursor: pointer;}























		
		
		
		
		