
/**成果**/
.result a{
	display: block;
}
.result h2{
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
	z-index: 55;
}
.result .fm{
	display: block;
	width: 33.33%;
	text-align: center;
	background: url(../images/index-bg.jpg) no-repeat center center;
	float: left;
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
}
.result .fm::before{
	content: "";
	position: absolute;
	top: -240px;
	left: 170px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
	transition: all 0.4s;
	-webkit-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
}
.result .fm::after{
	content: "";
	position: absolute;
	top: 274px;
	left: -180px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
	transition: all 0.4s;
	-webkit-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
}
.result .fm:hover::before{
	position: absolute;
	top: -84px;
	left: 10px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
}
.result .fm:hover::after{
	content: "";
	position: absolute;
	top: 105px;
	left: -78px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
}
.result .hz{
	width: 33.33%;
	text-align: center;
	background: url(../images/index-bg1.jpg) no-repeat center center;
	padding-top: 90px;
	padding-bottom: 90px;
	float: left;
	overflow: hidden;
	position: relative;
}
.result .hz::before{
	content: "";
	position: absolute;
	top: -240px;
	left: 170px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.result .hz::after{
	content: "";
	position: absolute;
	top: 274px;
	left: -180px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.result .hz:hover::before{
	position: absolute;
	top: -84px;
	left: 10px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
}
.result .hz:hover::after{
	content: "";
	position: absolute;
	top: 105px;
	left: -78px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
}
.result .bz{
	width: 33.33%;
	text-align: center;
	background: url(../images/index-bg2.jpg) no-repeat center center;
	padding-top: 90px;
	padding-bottom: 90px;
	float: left;
	overflow: hidden;
	position: relative;
}
.result .bz::before{
	content: "";
	position: absolute;
	top: -240px;
	left: 170px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.result .bz::after{
	content: "";
	position: absolute;
	top: 274px;
	left: -180px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.result .bz:hover::before{
	position: absolute;
	top: -84px;
	left: 10px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
}
.result .bz:hover::after{
	content: "";
	position: absolute;
	top: 105px;
	left: -78px;
	width: 120%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: rotate(21deg);
}
/**搜索**/
.search{
	padding-top:20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}
.search .hot p{
	color: #696969;
	font-size: 14px;
}
.search .hot p a{
	color: #696969;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.search .hot{
	float: left;
}
.search .search-box{
	float: right;
}
.search .search-box select,.search .search-box input,.search .search-box button{
	border: none;
	background-color: #FFF;
	vertical-align: middle;
}

/**product**/
.product{
	background: url(../images/index_bg.png) no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.product .title{
	text-align: center;
	margin-bottom: 40px;
}
.product .title h2{
	font-weight: bold;
	margin-bottom: 6px;
}
.product .title p{
	font-size: 24px;
}
.product .product-list{
	width: 23%;
	float: left;
}
.product .product-list .pro-list-box li a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	padding: 16px 15px 16px 30px;
	background-color: #cb9e05;
	border-bottom: 1px solid #eee0af;
	border-top: 1px solid #ac8602;
}
.product .product-list .pro-list-box  .list-hover a{
	background-color:#937612;
}
.product .product-list .pro-list-box  .list-hover a p{
	background: url(../images/cp-icon1.png) no-repeat right center;
}
.product .product-list .pro-list-box li a p{
	margin-bottom: 0px;
	background: url(../images/cp-icon2.png) no-repeat right center;
}
.product .product-list .pro-list-box li a:hover{
	background-color:#937612;
}
.product .product-list .pro-list-box li a:hover p{
	background: url(../images/cp-icon1.png) no-repeat right center;
}
.product .product-list .product-list-text{
	background: url(../images/list-bg.png) no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 30px;
}
.product .product-list .product-list-text h4{
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.product .product-list .kf{
	background: url(../images/list-bg2.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px 30px 20px 30px;
}
.product .product-list .kf h4{
	font-size: 18px;
	color: #FFF;
}
.product-list .kf ul li{
	width: 33.33%;
	float: left;
	margin-top: 10px;
}
.product-list .kf ul li a{
	color:#FFF;
}
.product-main{
	width: 75%;
	float: right;
}
.product-main ul li{
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
}
.product-main ul li p{
	color: #000;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.product .btn-default{
	margin-top: 40px;
	padding: 8px 40px;
	color: #474747;
	border: 1px solid #474747;
	background-color: transparent;
}
.product .btn-default:hover{
	background-color:#b88e14;
	border-color:#b88e14;
	color: #FFF;
}
#product p{
	color:#000;
	margin-top: 10px;
}

/**about**/
.about{
	margin-top:50px;
	margin-bottom: 32px;
}
.about .about-text{
	padding-right: 5px;
}
.about .about-img{
	padding-left: 5px;
}
.about .title h2{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
.about .title p{
	font-size: 24px;
	text-indent: 0em;
}
.about .title p span{
	display: inline-block;
	color: #cacaca;
	font-weight: bold;
	font-size: 36px;
}
.about .title{
	margin-bottom: 10px;
}
.about p{
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 0px;
}
.about-list{
	margin-top: 10px;
}
.about .btn-default{
	font-size: 12px;
	margin-top: 30px;
	padding: 8px 30px;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}
.about .btn-default:hover{
	background-color:#b88e14;
	border-color:#b88e14;
	color: #FFF;
}
.lunbo{
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left:0px;
	padding-right:0px;
}
.lunbo img{
	border: 1px solid #f2fafb;
}
.lunbo  a p{
	color: #1b1b1b;
}
/**product-轮播**/
.pro_frUl{
	padding-left: 5px;
	padding-right: 5px;
}
.lunbo .tempWrap{
	width: 100%!important;
}
.lunbo .tempWrap{
	width: 100%!important;
}
.pro_frUl ul li{
	width: 220px!important;
	margin-left: 5px;
	margin-right: 5px;
}

.about-more{
	text-align: right;
}
.about-more a{
	color:#ff0000;
}
.about-more a:hover{
	text-decoration: underline;
}
.about-list li{
	width: 24.6%;
	margin-left: 0.2%;
	margin-right: 0.2%;
	float: left;
	margin-top: 4px;
}
.about-list li a p{
	text-align: center;
	text-indent: 0em;
	color: #232323;
}
.about-list li a:hover p{
	text-decoration: underline;
}
#demos .owl-prev{
	display: inline-block!important;
	position: absolute;
	top:28%;
	left: -40px;
	height: 73px;
	width: 24px;
	border-radius: 0px;
	background: url(../images/prev-icon.png) no-repeat 3px 18px;
	background-color: #dcdcdc;

}
#demos .owl-prev:hover{
	background-color: #737373;
}
#demos .owl-next{
	display: inline-block!important;
	position: absolute;
	top:28%;
	right: -40px;
	height: 73px;
	width: 24px;
	border-radius: 0px;
	background: url(../images/next-icon.png) no-repeat 5px 18px;
	background-color: #dcdcdc;
}
#demos .owl-next:hover{
	background-color: #737373;
}
/**经典案例**/
.case{
	background: url(../images/case-bg.png) no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.case .title{
	text-align: center;
}
.case .title h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.case .title .anli{
	position: relative;
}
.case .title .anli hr{
	width: 290px;
	border: none;
	border-top: 7px solid #dfa707;
}
.case .title .anli p{
	font-size: 22px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	background: url(../images/case-bg.png) no-repeat center center;
}
.case .case-tab{
	text-align: center;
	margin-top: 40px;
}
.case .case-tab ul li{
	width: 13%;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-table;
}
.case .case-tab ul li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
	font-size: 16px;
	background-color:#FFF;
	color: #232323;
}
.case .case-tab ul .case-active a{
	border-radius: 4px;
	color: #FFF;
	background-color:#b88e14;
}
.case .case-tab ul li a:hover{
	color: #FFF;
	background-color:#b88e14;
}
.case-main{
	margin-top: 40px;
}
.case-main dl dt{
	width: 56.5%;
	float: left;
}
.case-main dl dd{
	width: 43%;
	float: right;
}
.case-main dl dt .case-img{
	position: relative;
	overflow: hidden;
}
.case-main dl dt .case-img img{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.case-main dl dt .case-img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.case-main dl dt .case-img .case-text{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: -121px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	padding-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.case-main dl dt .case-img .case-text h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
.case-main dl dt .case-img .case-text p{
	font-weight: 500;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.case-main dl dt .case-img:hover .case-text{
	bottom: 0px;
	left: 0px;
}
.case-main dl dt .case-img:hover .case-text p{
	height:auto;
}
.case-main dl dd ul li{
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
}
.case-main dl dd ul li .case-anli{
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
}
.case-main dl dd ul li .case-anli img{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.case-main dl dd ul .case-anli-hover .case-anli img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.case-main dl dd ul .case-anli-hover .case-anli .case-anli-text{
	position: absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 15px 10px 5px 10px;
	color: #FFF;
}
.case-main dl dd ul li .case-anli:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.case-main dl dd ul li .case-anli .case-anli-text{
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 15px 10px 5px 10px;
	color: #FFF;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.case-main dl dd ul li a:hover .case-anli .case-anli-text{
	position: absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 15px 10px 5px 10px;
	color: #FFF;
}

/**案例轮播**/
.classic ul li{
	width: 24%;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.cla_frbox{
	height: 280px;
}
.cla_frUl{
	height: 280px;
}
.classic .tempWrap{
	height: 280px!important;
}
.classic{
	margin-top: 5px;
}
.classic a img{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.classic a p{
	color: #242424;
	background-color: #f4ebdd;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.classic .chassic-hover a p{
	color: #FFF;
	background-color: #ac830d;
}
.classic a:hover p{
	color: #FFF;
	background-color: #ac830d;
}
.classic .anli-img{
	overflow:hidden;
}
.classic a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.case .more{
	text-align: center;
	margin-top: 50px;
}
.case .more .btn-default{
	padding: 8px 50px;
	background-color: transparent;
	border:1px solid #d1bb7d;
	border-radius: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.case .more .btn-default:hover{
	color: #FFF;
	background-color: #ac830d;
	border-color:#ac830d;
}

/**合作客户**/
.client{
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom: 50px;
}
.client .title{
	text-align: center;
}
.client .title h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.client .title .anli{
	position: relative;
}
.client .title .anli hr{
	width: 260px;
	border: none;
	border-top: 7px solid #dfa707;
}
.client .title .anli p{
	font-size: 22px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -65px;
	width: 130px;
	background-color:#f5f5f5;
}
.client-box{
	margin-top: 50px;
}

/**合作客户轮播**/
.mr_frbox{
	height:250px;
}
.mr_frBtnL{
	float:left;
	display:block;
	height: 73px;
	width: 24px;
	background: url(../images/prev-icon.png) no-repeat 3px 18px;
	background-color: #dcdcdc;
	margin:58px 11px 0px 0px;
	cursor:pointer;
	display:inline;
}
.mr_frBtnL:hover{
	background-color:#737373;
}
.mr_frUl{float:left;height:230px;width:1100px;}
.mr_frBtnR{
	float:right;
	display: block;
	margin-top:58px;
	height: 73px;
	width: 24px;
	background: url(../images/next-icon.png) no-repeat 5px 18px;
	background-color: #dcdcdc;
	cursor:pointer;
}
.mr_frBtnR:hover{
	background-color:#737373;
}
.mr_frUl ul li{display:inline;float:left;height:250px;width:auto;margin-right:0px;overflow:hidden;}
.mr_frUl ul li img{display:block;margin-bottom:0px;border:1px solid #D8D8D8; width:110px; height:74px;}
.mr_frUl ul li a:hover img{border:1px solid #A0C0EB;}

/**百妥木优势**/
.advantage{
	padding-top: 10px;
	padding-bottom: 50px;
}
.advantage .title{
	text-align: center;
	margin-top: 50px;
	margin-bottom:25px;
}
.advantage .title h2{
	font-weight: bold;
}
.advantage .title .anli{
	position: relative;
}
.advantage .title .anli hr{
	width: 260px;
	border: none;
	border-top: 7px solid #dfa707;
}
.advantage .title .anli p{
	font-size: 22px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -65px;
	width: 130px;
	background-color:#FFF;
}
.advantage .advantage-tab{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.advantage-tab ul li{
	width: 14%;
	display: inline-table;
	margin-left: 5px;
	margin-right: 5px;
}
.advantage-tab ul li a{
	color: #242424;
	font-size: 16px;
	display: block;
	background-color:#ececec;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius:4px;
}
.advantage-tab ul .advantage-active a{
	background-color: #b88e14;
	color: #FFF;
}
.advantage-tab ul li a:hover{
	background-color: #b88e14;
	color: #FFF;
}
.advantage-text{
	padding-left: 0px;
}
.advantage-text h4{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}
.advantage-text p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0px;
}
.advantage-text .more{
	margin-top: 8px;
	background: url(../images/ys-fg.png) no-repeat;
	height: 107px;
	background-size: cover;
	text-align: right;
	padding-right: 20px;
}
.advantage-text .more .btn-default{
	margin-top: 35px;
	background: transparent;
	border:1px solid #FFF;
	padding: 7px 30px;
	color: #FFF;
}
.advantage-text .more .btn-default:hover{
	background-color: #FFF;
	color: #343434;
}
/**新闻中心**/
.new{
	background-color:#f4f4f4;
	padding-top:5px;
	padding-bottom: 80px;
}
.new .title{
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.new .title h2{
	font-size: 34px;
	width: 25%;
	float: left;
}
.new .title h2 span{
	font-size:24px;
}
.new .new-tab{
	width: 75%;
	float: right;
	text-align: right;
	margin-top: 25px;
}
.new .new-tab a{
	padding: 6px 25px;
	color: #242424;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	border:1px solid #999999;
	border-radius: 4px;
}
.new .new-tab a:hover{
	background-color: #b88e14;
	color: #FFF;
	border-color: #b88e14;
}
.new .new-text{
	margin-bottom: 20px;
}
.new .new-text dt{
	width:35%;
	float: left;
}
.new .new-text dd{
	width: 62%;
	float: right;
}
.new .new-text dd h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
}
.new .new-text dd h5 a{
	color: #999999;
	float: right;
	font-weight: 500;
	font-size: 14px;
}
.new .new-text dd h5 a:hover{
	color:#b88e14;
}
.new .new-text dd p{
	line-height: 26px;
}
.new .new-text .btn-default{
	margin-top: 25px;
	padding: 6px 20px;
	background-color: #464646;
	color: #FFF;
	border-radius: 20px;
}
.new .new-text .btn-default:hover{
	border-color:#464646;
	color: #242424;
	background-color: transparent;
}
.new .new-list ul li{
	width: 30.33%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-left: 1.5%;
	margin-right: 1.5%;
	padding-left: 20px;
	margin-top: 25px;
	background: url(../images/new-icon.png) no-repeat 3px 5px;
}
.new .new-list ul li a{
	color:#767676;
	display: inline-block;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.new .new-list ul li span{
	float: right;
	color: #bfbfbf;
}
.new .new-list ul li a:hover{
	color: #b88e14;
}
@media(min-width: 768px) and (max-width: 992px){
	.result h2{
		font-size: 22px;
		color: #FFF;
		font-weight: bold;
		margin: 0 auto;
		line-height: 35px;
	}
	.result .fm{
		width: 33%;
		text-align: center;
		background-color:#b09c5c;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 8px;
		float: left;
		margin-right:0.33%;
		padding-left: 5px;
		padding-right: 5px;
		min-height: 170px;
	}
	.result .hz{
		width: 33%;
		text-align: center;
		background-color:#89a261;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 8px;
		float: left;
		margin-left:0.17%;
		margin-right:0.16%;
		padding-left: 5px;
		padding-right: 5px;
		min-height: 170px;
	}
	.result .bz{
		width: 33%;
		text-align: center;
		background-color:#966c6c;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 8px;
		float: left;
		margin-left: 0.33%;
		padding-left: 5px;
		padding-right: 5px;
		min-height: 170px;
	}


	/**about**/
	.about .about-img {
		padding-left: 5px;
		margin-top: 20px;
	}


	/**案例**/
	.case .case-tab ul li {
		width: 15%;
		margin-left: 5px;
		margin-right: 5px;
		display: inline-table;
	}
	/**合作客户轮播**/
	.mr_frbox{
		height:250px;
		width:90%;
		margin: 0 auto;
	}
	.mr_frBtnL{
		float:left;
		display:block;
		height: 73px;
		width: 24px;
		background: url(../images/prev-icon.png) no-repeat 3px 18px;
		background-color: #dcdcdc;
		margin:58px 25px 0px 0px;
		cursor:pointer;
		display:inline;
	}
	.mr_frBtnL:hover{
		background-color:#737373;
	}
	.tempWrap{
		width: 550px!important;
	}
	.mr_frUl{float:left;height:230px;width:550px;}
	.mr_frBtnR{
		float:right;
		display: block;
		margin-top:58px;
		height: 73px;
		width: 24px;
		background: url(../images/next-icon.png) no-repeat 5px 18px;
		background-color: #dcdcdc;
		cursor:pointer;
	}
	.mr_frBtnR:hover{
		background-color:#737373;
	}
	.mr_frUl ul li{display:inline;float:left;height:250px;width:auto;margin-right:0px;overflow:hidden;}
	.mr_frUl ul li img{display:block;margin-bottom:0px;border:1px solid #D8D8D8;}
	.mr_frUl ul li a:hover img{border:1px solid #A0C0EB;}

	/**product**/
	.product .product-list .product-list-text {
		background: url(../images/list-bg.png) no-repeat;
		background-size: cover;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 5px;
	}
	.product .product-list{
		width: 30%;
		float: left;
	}
	.product-main{
		width: 67%;
		float: right;
	}
	.product-main ul li{
		width: 31.33%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	/**product-轮播**/
	.pro_frbox{
	}
	.pro_frUl{
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-lb .tempWrap{
		width: 100%!important;
	}
	.pro_frUl ul li{
		margin-left: 5px;
		margin-right: 5px;
	}
	/**案例轮播**/
	.classic ul li{
		width: 24%;
		margin-left: 5px;
		margin-right: 5px;
		float: left;
	}
	.cla_frbox{
		height: 180px;
	}
	.cla_frUl{
		height: 180px;
	}
	.classic .tempWrap{
		width: 100%!important;
		height: 180px!important;
	}
}
@media(max-width: 767px){
	.result h2{
		font-size: 22px;
		color: #FFF;
		font-weight: bold;
		margin: 0 auto;
		line-height: 35px;
	}
	.result .fm{
		width: 96%;
		text-align: center;
		background-color:#b09c5c;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
		float: none;
		margin: 0 auto;
		margin-top: 8px;
	}
	.result .hz{
		width: 96%;
		margin: 0 auto;
		text-align: center;
		background-color:#89a261;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
		float: none;
		margin: 0 auto;
		margin-top: 8px;
	}
	.result .bz{
		width: 96%;
		margin: 0 auto;
		text-align: center;
		background-color:#966c6c;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
		float: none;
		margin: 0 auto;
		margin-top: 8px;
	}
	/**product**/
	.product .product-list .product-list-text {
		background: url(../images/list-bg.png) no-repeat;
		background-size: cover;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 5px;
		text-align: center;
	}
	.product .product-list{
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.product-main{
		width: 100%;
		float: right;
	}
	.product-main ul li{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	/**about**/
	.about .btn-default{
		font-size: 12px;
		margin-top: 30px;
		padding: 8px 30px;
		background-color: #f4f4f4;
		border-color: #f4f4f4;
		margin-bottom: 20px;
	}
	/**经典案例**/
	.case .case-tab ul li {
		width: 40%;
		margin-left: 5px;
		margin-right: 5px;
		display: inline-table;
		margin-top: 10px;
	}
	.case-main dl dt {
		width: 100%;
		float: left;
	}
	.case-main dl dd {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.classic ul li {
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		float: left;
	}
	.about-list li a p{
		text-align: center;
		text-indent: 0em;
		color: #232323;
		line-height: 21px;
	}
	/**合作客户**/
	.client .client-box ul li {
		width: 31.33%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		text-align: center;
		margin-top: 10px;
	}

	/**合作客户轮播**/
	.mr_frbox{
		height:250px;
		width:100%;
		margin: 0 auto;
	}
	.mr_frBtnL{
		float:left;
		display:block;
		height: 73px;
		width: 24px;
		background: url(../images/prev-icon.png) no-repeat 3px 18px;
		background-color: #dcdcdc;
		margin:58px 40px 0px 0px;
		cursor:pointer;
		display:inline;
	}
	.mr_frBtnL:hover{
		background-color:#737373;
	}
	.tempWrap{
		width: 220px!important;
	}
	.mr_frUl{
		float:left;
		height:230px;
		width:220px;
	}
	.mr_frBtnR{
		float:right;
		display: block;
		margin-top:58px;
		height: 73px;
		width: 24px;
		background: url(../images/next-icon.png) no-repeat 5px 18px;
		background-color: #dcdcdc;
		cursor:pointer;
	}
	.mr_frBtnR:hover{
		background-color:#737373;
	}
	.mr_frbox .mr_frUl ul li{
		display:inline;
		float:left;
		height:250px;
		width:auto;
		margin-right:0px;
		overflow:hidden;
		margin: 0px;
	}
	.mr_frUl ul li img{display:block;margin-bottom:0px;border:1px solid #D8D8D8;}
	.mr_frUl ul li a:hover img{border:1px solid #A0C0EB;}
	/**优势**/
	.advantage-tab ul li {
		width: 40%;
		display: inline-table;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
	}
	.advantage-text {
		padding-left: 16px;
	}
	.advantage-text .more {
		margin-top: 23px;
		background: url(../images/ys-fg.png) no-repeat;
		height: 107px;
		background-size: cover;
		text-align: right;
		padding-right: 5px;
	}
	.advantage-text .more .btn-default {
		margin-top: 68px;
		background: transparent;
		border: 1px solid #FFF;
		padding: 7px 30px;
		color: #FFF;
	}
	.advantage-text img{
		margin-top: 10px;
	}
	/**新闻中心**/
	.new .title h2 {
		font-size: 34px;
		width: 100%;
		float: left;
	}
	.new .new-tab {
		width: 100%;
		float: right;
		text-align: right;
		margin-top: 10px;
		overflow: hidden;
	}
	.new .new-tab a {
		width: 44%;
		float: left;
		text-align: center;
		display: block;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 10px;
	}
	.new .new-text dt {
		width: 100%;
		float: left;
	}
	.new .new-text dd {
		width: 100%;
		float: right;
	}
	.new .new-text dd h5 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 50px;
		margin-bottom: 20px;
		line-height: 25px;
	}
	.new .new-list ul li {
		width: 100%;
		float: left;
		padding-bottom: 20px;
		border-bottom: 1px solid #cccccc;
		margin-left: 1.5%;
		margin-right: 1.5%;
		padding-left: 20px;
		margin-top: 25px;
		background: url(../images/new-icon.png) no-repeat 3px 5px;
	}
	/**product-轮播**/
	.pro_frUl{
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-lb .tempWrap{
		width: 100%!important;
	}
	.pro_frUl ul li{
		margin-left: 5px;
		margin-right: 5px;
	}
	/**案例轮播**/
	.classic ul li{
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		/*margin-left: 5px;
		margin-right: 5px;*/
		float: left;
	}
	.cla_frbox{
		height: 280px;
	}
	.cla_frUl{
		height: 280px;
	}
	.classic .tempWrap{
		width: 100%!important;
		height: 280px!important;
	}
	.case .more {
		text-align: center;
		margin-top: 20px;
	}
}

@media(max-width: 340px){
	.mr_frBtnL{
		float:left;
		display:block;
		height: 73px;
		width: 24px;
		background: url(../images/prev-icon.png) no-repeat 3px 18px;
		background-color: #dcdcdc;
		margin:58px 10px 0px 0px;
		cursor:pointer;
		display:inline;
	}
	/**案例轮播**/
	.classic ul li{
		width: 80%;
		margin: 0 auto;
		float: none;
	}
	.cla_frbox{
		height: 280px;
	}
	.cla_frUl{
		height: 280px;
	}
	.classic .tempWrap{
		width: 100%!important;
		height: 280px!important;
	}
	.case .more {
		text-align: center;
		margin-top: 20px;
	}
}