/*===================
    bannerLiist-css
======================*/


#homebanner {
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
}

#homebanner > ul {
    display: none;
    height: 680px;
    position: absolute;
    top:0;
    left: 0;
}

#homebanner > ul > li  {
    float: left;
    height: 680px;
    min-width: 1200px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

#homebanner > ul > li > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#homebanner > ul > li > a >img {
    height: 680px;
	width: 100%;
}

#homebanner .gcLink{width: 100%;height: 48px;padding: 25px 0;position: absolute;left: 0;bottom: 0;background: url(../Images/c7.png);}
#homebanner .gcLink .list{width: 1200px;margin: 0 auto;}
#homebanner .gcLink .list .group{width: 1200px;}
#homebanner .gcLink .list .row{width: 33.3%;margin: 0 auto;float: left;line-height: 48px;font-size: 18px;text-indent: 70px;background-position: left center;background-repeat: no-repeat;}
#homebanner .gcLink .list .row a{color: #FFFFFF;text-decoration: none;}
.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    cursor: pointer;
}

.left-btn {
    left: 30px;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #FFFFFF;
    cursor: pointer;
	border-radius:50%;
}

.img-btn-list > span.current {
    background: #0769b2;
}




.dongtaiBanner {
   width: 700px;
    height: 385px;
    overflow: hidden;
    position: relative;
}

.dongtaiBanner > ul {
    display: none;
    /*width: 999999999px;*/
	width:700px;
	overflow:hidden;
    height: 385px;
    position: absolute;
    top:0;
    left: 0;
}

.dongtaiBanner > ul > li  {
    float: left;
    height: 385px;
	width: 700px;
	
}

.dongtaiBanner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 260px;
    font-weight: bold;
}
.dongtaiBanner > ul > li > a >img {
    height: 385px;
	width: 700px;
}



.dongtai-btn {
    width: 100%;
    position: absolute;
    bottom: 14px;
    left: 0;
    text-align: right;
}

.dongtai-btn > span  {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #cfcfcf;
    cursor: pointer;
	border-radius:4px;
}

.dongtai-btn > span.current {
    border-bottom: 3px solid #084ff;
    background: #fc6900;
}












