

/*轮播图*/
#index-slide {
	width: 100%;
	height: 670px;
	position: relative;
	-webkit-animation: all .3s;
	animation: all .3s;
	*z-index: 10;
	overflow: hidden;
}



/*首页新闻列表*/
.news-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 42px;
	margin-bottom: 80px;
	float: left;
}

.news-box .dl1{
	width: 226px;
	float: left;
	padding-right: 30px;
	border-right:1px solid #e8e8e8;
}
.news-box .dl2{
	width: 226px;
	float: left;
	padding: 0 30px;
	border-right:1px solid #e8e8e8;
}
.news-box .dl3{
	width: 226px;
	float: left;
	padding: 0 30px;
	border-right:1px solid #e8e8e8;
}
.news-box .dl4{
	width: 226px;
	float: left;
	padding: 0 30px;

}
.news-box dl dt{
	color: #9e7e65;
	font-size: 20px;
	margin-bottom: 22px;
	width: 100%;
}
.news-box dl dt a{
	color: #9e7e65;
}
.news-box dl dd{
	color: #787878;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	height: auto;
	float: left;
	width: 100%;
} 
.news-box dl dd a{
	width: 100%;
	float: left;
	display: block;
}
.news-box dl dd .title{
	width: 100%;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 white-space:nowrap;
	 font-size: 12px;
}
.news-box dl dd .title span{
	
	margin-right: 32px;
}
.news-box dl dd .title strong{
	    color: #E9503E;
    font-size: 12px;
    width: 30px;
    float: right;
        font-style: italic;
        font-family: "方正兰亭中黑";
}
.news-box dl dd .des{
	display: none;
	color: #9e7e65;
	font-size: 14px;
	-webkit-animation: all .3s;
	animation: all .3s;

}






.inbanner1{
	width: 100%;
	    height:auto;
	    position: relative;
	    background: url(../images/inbanner1.jpg) no-repeat center center;
	    padding: 45px 0;
}



/*=================
======首页项目效果图切换====
==================*/

.w1152{
	width: 1152px;
	margin: 0 auto;
}

#owl-demo2 .item{
  margin: 11px;
}
#owl-demo2 .item img{
  display: block;
  width: 100%;
  height: auto;
}

/*=================
======首页幻灯片css====
==================*/
.carousel {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	height: 479px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
	width: 100%;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	z-index: 3;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/btn-banner.png) no-repeat;
	top: 50%;
	margin-top: -25px;
}



.slidemask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/index_listbg.png) repeat !important;
 /*实现FF背景透明，文字不透明*/
	background: #000;
 /*实现IE背景透明*/
	z-index: 10;
}

.fullSlide{     position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
}
	.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
	.fullSlide .bd ul{ width:100% !important;  }
	.fullSlide .bd li{ width:100% !important;  height:479px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:479px; }

	.fullSlide .hd{     position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 3;
    text-align: center;
	}
	.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
	.fullSlide .hd ul li{     width: 27px;
    height: 6px;
    background-color: #dfdfdf;
    margin: 0 10px;
    border-radius: 2px;
    display: inline-block;
color: transparent;
cursor: pointer;
	}
	.fullSlide .hd ul .on{ background-color: #9e7e65; }


/*左右切换键*/
	.fullSlide .pnBtn{
		position: absolute;
	z-index: 3;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/btn-banner.png) no-repeat;
	top: 50%;
	margin-top: -25px;  }
.fullSlide .prev {
	left: -50px;
	background-position: 0 -50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all 400ms, right 400ms;
	    transition: all 400ms, right 400ms;
	    -webkit-transition: all 400ms, right 400ms;
	    -moz-transition: all 400ms, right 400ms;
	    -o-transition: all 400ms, right 400ms;
}

.fullSlide .prev:hover {
	background-position: 0 0;
}

.fullSlide .next {
	right: -50px;
	background-position: -50px -50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all 400ms, right 400ms;
	    transition: all 400ms, right 400ms;
	    -webkit-transition: all 400ms, right 400ms;
	    -moz-transition: all 400ms, right 400ms;
	    -o-transition: all 400ms, right 400ms;
}

.fullSlide .next:hover {
	background-position: -50px 0;
}
.fullSlide:hover .next{
	right: 50px;
}
.fullSlide:hover  .prev{
	left: 50px;
}
.fullSlide:hover  .prev {
	opacity: 1;
	filter: alpha(opacity=100);
}

.fullSlide:hover .next {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*左右切换键结束*/













































.slidemask .w1200 {
	height: 120px;
}

.bs-box {
	position: absolute;
	bottom: -1px;
	right: 0px;
	width: 670px;
	height: 180px;
	overflow: hidden;
}

.bs-box a {
	display: block;
	float: left;
	width: 219px;
	height: 219px;
	margin-top: 75px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.bs-box a span {
	display: block;
	position: absolute;
	top: 15px;
	left: 23px;
	-webkit-transition: all .3;
	transition: all .3;
}

a.es {
	background: url(../images/index/bg1.jpg) no-repeat;
	margin-right: 6px;
}

a.bs {
	background: url(../images/index/bg2.jpg) no-repeat;
	margin-right: 6px;
}

a.pt {
	background: url(../images/index/bg3.jpg) no-repeat;
}

.bs-box a .th {
	visibility: hidden;
	opacity: 0;
	top: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 34px;
	font-weight: normal;
	color: #E0F8FF;
}

.bs-box a .tt {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.bs-box a .tt img {
	display: block;
}

.bs-box a .tt strong {
	font-size: 20px;
	font-weight: normal;
	color: #E0F8FF;
}

.bs-box a:hover {
	margin-top: 0px;
}

.bs-box a:hover .tt {
	visibility: hidden;
	opacity: 0;
}

.bs-box a:hover .th {
	visibility: visible;
	opacity: 1;
}

.slidestock {
	width: 190px;
	height: 100px;
	position: absolute;
	top: 13px;
	right: 695px;
	text-align: right;
	z-index: 10;
}

.slidestock h5 {
	font-size: 18px;
	color: #c1c1bf;
	font-weight: bold;
	position: relative;
}

.slidestock h5 span {
	position: absolute;
	top: 6px;
	right: 94px;
	display: block;
	color: #c1c1bf;
}

.slidestock h5 strong {
	font-family: "dincond-medium-webfont";
	font-size: 28px;
	font-weight: normal;
}

.slidestock .stocknum {
	font-size: 36px;
	font-family: "dincond-medium-webfont";
	padding-left: 20px;
}

.slidestock .stocknum.up {
	background: url(../images/stock-up.png) no-repeat 56% center;
	color: #ee5555;
}

.slidestock .stocknum.down {
	background: url(../images/stock-down.png) no-repeat 56% center;
	color: #009900;
}

.est-detail {
	width: 444px;
	height: 219px;
	float: left;
}

.est-detail-box {
	width: 444px;
	height: 219px;
	position: relative;
	overflow: hidden;
}

.est-detail-box ul {
	position: absolute;
	top: 0;
	left: 0;
}

.est-detail-box li {
	float: left;
	width: 444px;
	height: 219px;
	position: relative;
}

.est-detail-box li a {
	display: block;
	height: 100%;
}

.est-detail-box .info {
	width: 197px;
	height: 96px;
	padding-left: 22px;
	padding-top: 22px;
	background: url(../images/bg1.jpg) no-repeat center top;
	color: #bdbdbf;
	position: absolute;
	left: 0;
	top: 93px;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: hidden;
}

.est-detail-box li:hover .info {
	opacity: 1;
	visibility: visible;
}

.est-detail-box .info h3 {
	font-weight: bold;
	font-size: 18px;
	color: #bdbdbf;
	margin-bottom: 15px;
}

.est-detail-box .info p {
	font-weight: bold;
	color: #bdbdbf;
}

.index-warp {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.index-warp.smallwidth {
	width: 1340px;
}

.index-warp.sswidth {
	width: 1200px;
}







/*==========================首页手风琴=================*/


.accordion{width:100%;margin:10px auto 74px auto;}
.accordion img{
	width: 100%;
}
.accordion ul li{position:relative;float:left;width:282px;overflow:hidden;height:353px;overflow:hidden;}
.accordion ul li:hover{cursor:pointer;}
.accordion ul li.currnet{width:565px;}
.accordion ul li .title{width:282px;height:353px; float:left;}

.accordion ul li .title a{color:#fff;}
.accordion ul li .title h2{font-size:20px;font-weight:bold;padding-bottom:5px;}
.accordion ul li .con{position:absolute;top:0; width:565px; left:0px;overflow:hidden;height:353px;overflow:hidden; }

.accordion ul li .con ul{padding-top:12px;}
.accordion ul li .con ul li{float:none;height:auto;width:auto;}
.accordion ul li .con ul li a{line-height:28px;width:195px;display:block;text-indent:3em;background:url(../images/typesLi.jpg) no-repeat 6px 7px;border-bottom:1px dashed #d1d1d1;}
.accordion ul li .con ul li a:hover{color:#F87C02;}


/*==========================首页手风琴end=================*/






/*==========================首页效果图列表轮播start=================*/
.box1bg{
	background: #f5f5f5;
}
.w1149 {
    margin: 0 auto;
    width: 1149px;
    position: relative;
}
.list1box{
	width: 100%;
	overflow: hidden;
	padding:50px 0;
}

.list1box-ul{
	width: 999998px;
}
.list1box-ul li{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width:363px;
	background: #ffffff;
	    -webkit-transition: all 400ms;
    transition: all 400ms;

}
.list1box-ul li:hover{
	box-shadow: 0 0 20px #C3BABA;
}
.list1box-ul li .item-pic{
	width: 363px;
	height: 225px;
	overflow: hidden;
}
.list1box-ul li .item-pic img{
	width: 100%;
	height: 100%
	
}
.list1box-ul li .item-info{
	padding: 30px 30px;
	font-size: 18px;
	color: #787878;
	line-height: 22px;
	height: 72px;
}
.list1box-ul li .item-info small{
	font-size: 14px;
	padding-top: 6px;
	display: block;
}
 .box1bg .prev, .box1bg .next {
    position: absolute;
    top: 50%;
    margin-top: -47px;
    width: 42px;
    height: 94px;
    display: block;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
 .box1bg .prev {
    left: -62px;
    background: url(../images/list1boxbtn.png)  0 0;
}
.box1bg .next {
    right: -62px;
    background: url(../images/list1boxbtn.png)  -42px 0;
}

/*==========================首页效果图列表轮播end================*/





@media only screen and (max-width: 1200px) {
 .list1boxbtnl {
    left: 0px;
    background: url(../images/list1boxbtn.png)  0 0;
}
 .list1boxbtnr {
    right: 0px;
    background: url(../images/list1boxbtn.png)  -42px 0;
}

.carousel-inner > .item {
    height: 400px;
}
.accordion ul li {
    width: 225px;
    height: 282px;
}
.accordion ul li .title {
    width: 225px;
    height: 282px;
}
.accordion ul li .con {
    width: 450px;
    height: 282px;
}

.news-box .dl1 {
    width: 190px;
    padding-right: 20px;
}
.news-box .dl2 ,.news-box .dl3{
    width: 190px;
    padding: 0 20px 0 25px;
}
.news-box .dl4 {
    width: 190px;
   padding: 0 0px 0 25px;
}
.w1149 {
    margin: 0 auto;
    width: 912px;
    position: relative;
}
.list1box-ul li {
    margin-right: 6px;
    margin-left: 6px;
    width: 292px;
}
.list1box-ul li .item-pic {
    width: 292px;
    height: 181px;
}
.list1box-ul li .item-info {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 22px;
}
}








.index_pop {
    width: 1146px;
    height: 632px;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    margin-top: -316px;
    margin-left: -573px;
    left: 50%;
    visibility: hidden;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
	.index_pop {
    width: 900px;
    height: 500px;
    margin-top: -250px;
    margin-left: -450px;

}
}
.index_pop1 {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.index_popul{
	width: 100%;
	height: 100%;


	text-align: center;
}
.index_popul .tempWrap{
	margin: 0 auto;
}
.index_pop.on{
	visibility: visible;
}
.index_pop1 ul{
	width: 100%;
	height: 100%;
	display: block;
}
.index_pop1 ul li{

	width: 100%;
	height: 100%;
	vertical-align: middle;
	top:0;
	left: 0;
}

.index_pop1 ul li span{
	width: 100%;
	display: block;
	text-align: center;
	height: auto;

}


.index_pop1 ul li img{
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	position: relative;
}

.index_mask{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9991;
    background: #000;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    top: 0;
    left: 0;
    display: none;
}
.close {
    position: absolute;
    height: 36px;
    width: 36px;
    z-index: 1000002;
    background: #000 url(../images/close.png);
    background-size: 36px 36px;
    top: -0px;
    right: -40px;
    display: block;
    cursor: pointer;
}

.index_pop1 .prev, .index_pop1 .next {
    position: absolute;
    top: 50%;
    margin-top: -47px;
    width: 42px;
    height: 94px;
    display: block;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.index_pop1 .prev{
	    left: -20px;
    background: url(../images/list1boxbtn.png)  0 0;
}
.index_pop1 .next{
	 right: -20px;
    background: url(../images/list1boxbtn.png)  -42px 0;
}
.index_pop1 .prev.prevStop,.index_pop1 .next.nextStop{
	background: transparent;
}

