﻿/* CSS Document */
body{background:#fff;}
div{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#555555;}
a{  font-size:12px; color:#555555;font-family:Arial, Helvetica, sans-serif;}
a:hover{ font-size:12px;  color:#6ab62c;font-family:Arial, Helvetica, sans-serif;}

/*基础标签重置*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption,tfoot, s { margin:0; padding:0; border:0; font-size:12px; vertical-align:baseline; font-style:normal; text-decoration:none;word-wrap: break-word;}
ol,ul { list-style:none;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }/* End hide from IE-mac */

.fl{ float:left;}
.fr{ float:right}
.radius{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.m{ width:1200px; margin:0 auto; position:relative;}
.pd_30{ padding-top:30px;}
.mt_50{ margin-top:50px;}
.mb_25{margin-bottom:25px;}
.pb_30{ padding-bottom:30px;}
.red {color: red;margin-right: 4px;}

.footer_keyword{ padding:0px 30px;text-align:center;}
.footer_keyword .dl_list{ line-height:28px; text-align:center; padding-bottom:5px;}
.footer_keyword .dl_list span{line-height:28px; font-size:14px; color:#606060;}
.footer_keyword .dl_list a{ padding:0px 10px;height:28px; line-height:28px; font-size:14px; color:#96b27d;}
.footer_keyword .dl_list a:hover{ padding:0px 10px;height:28px; line-height:28px; font-size:14px; color:#96b27d; text-decoration:underline;}
.footer_keyword .dl_list .f_share{}
.footer_keyword .dl_list .f_share a{font-size:20px; color:#6ab62c;}
.footer_keyword .dl_list .f_share a:hover{font-size:20px; color:#6ab62c; text-decoration:none;}

.line{ width:100%; height:1px; background:#03743C; margin-top:20px; min-width:1200px;}
.f_nav{ width:100%; height:20px; text-align:center; padding-top:15px;}
.f_nav a{ padding:0px 15px; display:inline-block; border-right:solid 1px #03743C; font-size:14px; color:#03743C;}
.f_nav a:hover{ padding:0px 15px; display:inline-block; border-right:solid 1px #c8e1b2; font-size:14px; color:#6ab62c;}
.f_nav a.last{ border-right:none;}
.copyright{ text-align:center; height:20px; line-height:20px; color:#666666; padding-top:5px;}


/*翻页*/
.pages {margin:40px auto 40px auto;}
.pages #Pagination {float: left;overflow: hidden;}
.pages #Pagination .pagination {height: 40px;text-align: right;}
.pages #Pagination .pagination a,.pages #Pagination .pagination span { float: left;display: inline;padding: 11px 13px;border: 1px solid #e6e6e6;border-right: none; background: #f6f6f6; color: #666666;font-family: \u5b8b\u4f53,Arial;font-size: 14px;cursor: pointer;}
.pages #Pagination .pagination .current {background: #6ab62c; color: #fff;}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {float: left; padding: 11px 13px; border: 1px solid #e6e6e6;background: #f6f6f6;color: #666666;cursor: pointer;}

.pages #Pagination .pagination .prev {border-right: none;}
.pages #Pagination .pagination .pagination-break { padding: 11px 5px;border: none;border-left: 1px solid #e6e6e6;background: none;cursor: default;}
.pages .searchPage {float: left;padding: 8px 0;}
.pages .searchPage .page-sum {padding: 11px 13px; color: #999999;font-size: 14px;}

/*float*/
.float_box{ width:185px; border:1px solid #f1f1f1; box-shadow:4px 4px 4px rgba(0, 0, 0, 0.13); padding:5px;overflow:hidden;top:120px; right:20px; background:#FFF;font-size: 12px;position:fixed;}
.float_box_title{ background:#0091ec; height:20px; line-height:20px; color:#FFF; padding-left:5px; position:relative; margin-bottom:10px;}
.float_box_title span{ float:left;text-overflow:ellipsis;overflow: hidden;height:20px;width:160px;font-size: 12px;}
#fold{ border-color:#0091EC #FFFFFF #0091EC #0091EC;border-style: solid; border-width: 4px; float: right; height: 0; margin: 6px 3px 0 0; overflow: hidden; position: relative;width: 0;z-index: 999;}
.float_box.hold-close{width:60px;overflow:hidden}
.float_box.hold-close .float_box_title{width:55px;overflow:hidden;height:20px;}
.float_box.hold-close .float_box_title span.fold_title{display:none}
.float_box.hold-close .float_box_title span.fold_click_title{display:block;width:47px;font-size: 12px;}
.float_box .float_box_title span.fold_click_title{display:none}
.float_box.hold-close .float_top span{display:none}
.float_box.hold-close #fold{border-right:none;border-left:4px solid #FFF}
.float_box.hold-close .float_bottom{width:52px;overflow:hidden}
.float_box.hold-close .float_bottom a{color:#eee;padding-left:11px;}
.triangle{ border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid #0091EC; height: 0;  left: 24px;  overflow: hidden; position: absolute;  top: 20px;width: 0;}
.float_top{ line-height:140%;height:50px;}
.float_top img{ float:left; margin-right:10px;max-height: 50px;max-width:50px;}
.float_top a{ color:#0091ec}
.float_bottom a{ background:#eee; display:block; width:170px; margin:5px 0; padding:0 5px 5px 5px; color:#3486e0; text-decoration:none}
.float_bottom a:hover{ background:#f3f3f3}
.float_tb1{ background:url(../images/float_tb.png) no-repeat 0 1px; width:32px; height:32px; display:inline-block; padding-left:10px;margin-top: 5px;}
.float_tb2{ background:url(../images/float_tb.png) no-repeat 0 -35px; width:32px; height:32px; display:inline-block; padding-bottom: 5px;}
/*new social media 2016.5.4*/
.float-media-list{padding-left:0 }
.float-media-list li {display:inline-block;*display:inline;zoom:1;width:55px;margin:5px 0;text-align:center;}
.float-media-list a {display:inline-block;*display:inline;zoom:1;width:32px;height:32px;background:url(../images/media.png) 0 0 no-repeat;}
.float-media-list a.float-media-list-twitter {background-position:0 -185px;}
.float-media-list a.float-media-list-youtobe {background-position:0 -224px;}
.float-media-list a.float-media-list-linkedin {background-position:0 -111px;}
.float-media-list a.float-media-list-pinterest {background-position:0 -148px;}
.float-media-list a.float-media-list-googleplus {background-position:0 -37px;}
.float-media-list a.float-media-list-instagram {background-position:0 -74px;}


.supplier-photo-img savm img{ width:55px; height:55px; }
.add span {
    background: transparent url("../images/inquiry_tb.gif") no-repeat scroll left top;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    padding-left: 18px;
    padding-top: 1px;
}
 .bossdesc img {max-width:1200px !important;}
.logo img {
    max-height: 120px;
    max-width: 136px;
}
 .contact-info-detail dd { height: 26px;    line-height: 26px;     text-overflow: ellipsis;    white-space: nowrap;}
 .logo img {    max-height: 120px;    max-width: 136px;}
 
 
 
 
 
 
 * {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/24px "Microsoft Yahei", "宋体", Arial, Verdana, Geneva, sans-serif;
	color: #666;
	min-width: 1000px;
	background-color: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr {
	margin: 0px;
	padding: 0px;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #ac946b;
	text-decoration: none;
}
img {
	border: 0;
}
ul {
	display: block;
}
ul, ul li {
	list-style: none;
}
input, select, textarea {
	vertical-align: middle;
	font: 12px "Microsoft Yahei", Verdana, Geneva, sans-serif;
	border: 1px solid #dedede;
    resize:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mt {
	margin-top: 10px;
}
.mr {
	margin-right: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 10px;
}
.pt {
	padding-top: 10px;
}
.pt5 {
	padding-top: 50px;
}
.pt8 {
	padding-top: 80px;
}
.pr {
	padding-right: 10px;
}
.pb {
	padding-bottom: 10px;
}
.pb3 {
	padding-bottom: 30px;
}
.pb5 {
	padding-bottom: 50px;
}
.pb8 {
	padding-bottom: 80px;
}
.pl {
	padding-left: 10px;
}
.wp {
	margin: 0px auto;
	width: 1200px;
}
.cls {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}
/*===========  font  ===========*/

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 26px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.icon-guang:before {
	content: "\e65a";
}
.icon-search:before {
	content: "\e615";
}
.icon-message:before {
	content: "\e6b3";
}
.icon-qq:before {
	content: "\e603";
}
/*==========  header ===========*/
.ix-ico {
	height: 28px;
	padding-top: 25px;
	position: relative;
}
.ix-ico-tb span {
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding-left: 38px;
}
.ix-ico-tb i {
	position: absolute;
}
.sea_k {
	height: 26px;
	line-height: 26px;
	border: none;
	border-bottom: solid 1px #e6e6e6;
	outline: none;
}
.sea_an {
	width: 50px;
	height: 26px;
	color: #666;
	text-align: center;
	line-height: 25px;
	border-radius: 6px;
	background-color: #f2f2f2;
	margin-left: 10px;
	border: solid 1px #e6e6e6;
	cursor: pointer;
	outline: none;
	display: none;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.sea_an:hover {
	background-color: #b99b68;
	color: #fff;
	border: solid 1px #b99b68;
}
.ix-ico1 {
	position: absolute;
	top: 25px;
	left: 25px;
}
.ix-ico2 {
	position: absolute;
	top: 25px;
	left: 248px;
}
.ix-ico3 {
	position: absolute;
	top: 25px;
	right: 138px;
}
.ix-ico4 {
	position: absolute;
	top: 25px;
	right: 25px;
}

.ix-logo {
	border-bottom: solid 1px #e6e6e6;
	padding: 28px 0px;
}
.ix-logo a {
	display: block;
	margin: 0px auto;
	width: 740px;
	height: 80px;
	overflow: hidden;
}
.ix-logo img {
	margin: 0px auto;
	width: 740px;
	height: 80px;
}
.ix-nav {
	height: 72px;
}
.ix-nav ul li {
	height: 72px;
	line-height: 75px;
	float: left;
	margin-right: 10px;
}
.ix-nav ul li a {
    font-size: 18px;
    color: #4c4c4c;
    display: inline-block;
    font-weight: bold;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.ix-nav ul li a.select {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    background-color: #b99b68;
}

.ix-nav ul li a:hover {
    font-size: 20px;
    color: #fff;
    background-color: #b99b68;
}

/*===============================首页广告banner==========================*/
.fullSlide {
	width: 100%;
	height: 550px;
	min-width: 1000px;
	position: relative;
    display:none;
	z-index: 1;
 *z-index: -3;
}
.fullSlide2 {
	height: 550px;
}
.fullSlide ul {
	height: 100%!important;
	width: 100%!important;
}
.fullSlide li {
	height: 100%!important;
	width: 100%!important;
}
.fullSlide .hd {
	height: 16px;
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 24px;
}
.fullSlide .hd ul {
	margin: 0;
	text-align: center;
	font-size: 0; /*用于去除 display:inline-block 产生的间距*/
}
.fullSlide .hd ul li {
	background: url(../images/ib.png) no-repeat;
	cursor: pointer;
	display: inline-block;
*display:inline;
 *zoom:1;
	height: 5px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	width: 50px!important;
	float: none;
}
.fullSlide .hd ul li.on {
	background: url(../images/ib_hover.png) no-repeat;
}
/*===============================header==========================*/


/*==============  ix-head ==============*/
.ix-head {
	font-size: 24px;
	color: #c9a872;
	padding-bottom: 40px;
}
.ix-head span {
	color: #b2b2b2;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding-left: 8px;
}
/* 本例子css */
.slideBox {
	width: 380px;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 18px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	background: url(../images/bd_li.png) no-repeat center center;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
	background: url(../images/bd_li_hover.png) no-repeat center center;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 380px;
	height: 380px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 40px;
	height: 60px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .prev {
	background: url(../images/left_fh.png) no-repeat center center;
}
.slideBox .next {
	right: 0;
	background: url(../images/right_fh.png) no-repeat center center;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.bd .shadow {
	width: 97%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 3;
	height: 50px;
	line-height: 50px;
	background-color: #bea883;
	/*background: rgba(0,0,0,0.6);
 	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;*/
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	padding-left: 3%;
}
/*===========  ix-pro-nav ==========*/
.ix-pro-nav {
	width: 760px;
}
.ix-pro-nav ul {
	width: 810px;
	margin-left: -50px;
}
.ix-pro-nav ul li {
	float: left;
	margin-left: 50px;
	padding-bottom: 40px;
}
.ix-pro-nav ul li a {
	font-size: 28px;
	color: #808080;
	width: 150px;
	height: 150px;
	text-align: center;
}
.ix-pro-nav ul li a span {
	display: inline-block;
	width: 150px;
	padding-bottom: 12px;
	line-height: 110%;
}
.ix-pro-nav ul li a:hover span {
	color: #bea883;
}
.ix-pro-nav ul li a img {
	width: 150px;
	height: 150px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.ix-pro-nav ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*============== ix-about ===================*/
.ix-about {
	background: url(../images/ix_about_bj.jpg) no-repeat center center;
	height: 568px;
}
.ix-about-tit-img {
	padding-top: 20px;
}
.ix-about-t1 {
	border-top: solid 1px #e0e0e0;
	width: 500px;
	padding-top: 20px;
}
.ix-ab-t1-1 {
	float: left;
	height: 52px;
	padding-top: 10px;
}
.ix-ab-t1-1.line {
	padding-left: 40px;
	margin-right: 40px;
	border-left: solid 1px #e0e0e0;
}
.ix-ab-01 {
	font-size: 24px;
	color: #4c4c4c;
	font-weight: bold;
}
.ix-ab-01 span {
	font-size: 14px;
	padding-left: 3px;
}
.ix-ab-02 {
	font-size: 14px;
	color: #999;
}
.ix-about-t2 {
	font-size: 14px;
	color: #666666;
	line-height: 180%;
	width: 740px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.ix-about-more a {
	display: block;
	width: 150px;
	font-size: 14px;
	color: #666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #f7f5f3;
	border: solid 1px #e0e0e0;
	border-radius: 10px;
}
.ix-about-more a:hover {
	background-color: #bea883;
	color: #fff;
	border: solid 1px #bea883;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.ix-about-img {
	padding-top: 40px;
}
.ix-about-img img {
	border-radius: 20px 0px 20px 0px;
}
/*=============  ix-news-list ===========*/
.ix-news-nav {
	position: relative;
}
.ix-news-nav .ix-news-nav-list {
	position: absolute;
	right: 0;
	top: 0;
}
.ix-news-nav .ix-news-nav-list a {
	padding-left: 10px;
}
.ix-news-list ul {
	width: 1260px;
	margin-left: -60px;
}
.ix-news-list ul li {
	float: left;
	width: 330px;
	height: 340px;
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 20px;
	margin-left: 60px;
}
.ix-news-list ul li a:hover .ix-news-t1 {
	color: #bea883;
}
.ix-news-img {
	width:330px;
	height:200px;
	overflow: hidden;
}
.ix-news-img img {
	width:330px;
	height:200px;
	border-radius: 20px 20px 0px 0px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.ix-news-img:hover img{
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ix-news-t1 {
	font-size: 16px;
	color: #333333;
	padding-top: 22px;
}
.ix-news-t2 {
	font-size: 12px;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 15px;
}
.ix-news-t3 {
	font-size: 12px;
	color: #808080;
	line-height: 180%;
}
/*=============  foot-copy ==========*/
.foot-copy {
	background-color: #bea883;
}
.foot-nav {
	padding-right: 160px;
}
.foot-nav h1 {
	color: #fff;
	font-size: 16px;
}
.foot-nav ul {
	padding-top: 15px;
}
.foot-nav ul li a {
	color: #fff;
}
.foot-nav ul li a:hover {
	color: #a7854b;
}
.foot-nav p {
	color: #fff;
}
.foot-contact {
	padding-top: 15px;
}
.foot-ewm h1 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
}
.foot-wx img {
	width: 130px;
	height: 130px;
	border-radius: 6px;
}
.foot-db {
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: solid 1px #c1af92;
	background-color: #ac946b;
}
.foot-db a {
	color: #fff;
}
.foot-db a:hover {
	color: #8f6e37;
}
/*=============  ix-pro ==============*/
.ix-pro {
	width: 1360px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
.ix-pro .picScroll-left .hd {
}
.ix-pro .hd .prev, .ix-pro .hd .next {
	position:absolute;
	top:220px;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.ix-pro .hd .prev{
	left:0;
}
.ix-pro .hd .next {
	background-position: -60px -0px;
	right:0;
}
.ix-pro .bd {
	width: 1200px;
	margin: 0px auto;
}

.ix-pro .bd ul {
	overflow: hidden;
	zoom: 1;
}
.ix-pro-list li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.ix-pro-list li {
	position: relative;
	float: left;
	color: #000;
	font-size: 0;
	text-align: center;
	min-width: 236px;
	max-width: 300px;
	min-height: 490px;
	cursor: pointer;
	width: 300px;
	height: 490px;
}
.ix-pro-list a {
	display: block;
}

.img-bg{
	width:100%;
	height:100%;
}

.ix-pro-list-tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.ix-pro-list-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: #161a1d;*/
	opacity: .6;
	filter: alpha(opacity=60);
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.ix-pro-list li:hover .ix-pro-list-bg {
	background: #bea883;
	opacity: .9;
	filter: alpha(opacity=90);
 	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(90))
}




.ix-pro-lis-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	bottom: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}


.ix-pro-list-tit:hover .ix-pro-lis-text {
	
}



.ix-pro-t1 {
	position: relative;
	font-size: 18px;
	font-family: Helvetica Narrow-Bold Regular, Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 24px;
	display: inline-block;
	width: 300px;
	text-transform: uppercase;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	
}

.ix-pro-t1 p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	display: inline-block;
}

.ix-pro-lis-text:hover .ix-pro-t1{
	font-size:22px;
}

.ix-pro-t2 {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.ix-pro-line {
	width: 25px;
	height: 2px;
	background: #666;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.ix-pro-lis-text:hover .ix-pro-line {
	background:#b99b68;
}

.ix-pro-t3 {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-weight: 700;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.ix-pro-lis-text:hover .ix-pro-t3{
	color:#b99b68;
	font-size:22px;
}



.ix-pro-list a .img-bg{
		transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.ix-pro-list a:hover .img-bg{
	    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}