

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}

.promoinfor-warp{
	width: 1278px;
	margin: 0 auto 140px;
	background-color: #f9f9f9;
	padding: 45px 0 225px;
	border: 1px solid #ebebeb;
}
.promoinfor-warp h2{
	font-size: 30px;
	line-height: 40px;
	color: #3e3a39;
	text-align: center;
}
.promoinfor-warp .time{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #3e3a39;
	margin: 20px 0;
}
.promoinfor-warp .details{
	border-top: 1px solid #ebebeb;
	width: 925px;
	margin: 0 auto;
	padding-top: 40px;
	font-size: 16px;
	color: #3e3a39;
	line-height: 30px;
}
.promoinfor-warp .details p{
	font-size: 16px;
	color: #3e3a39;
	line-height: 30px;
}
.promoinfor-warp .details img{
	max-width: 100%;
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.banner{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 680px;
    margin: 0 auto;
    
}
.banner li{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.banner li a{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .btns{
    position: absolute;
    left: 50%;
    bottom: 28px;
    height: 12px;
    text-align: center;
   
}
.banner .btns span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 13px;
    cursor: pointer;
    
}
.banner span.cur{
   	background-color: #c2986d;
}

.promo-warp { width:1280px; height:500px;margin: 120px auto 44px;}
.promo-warp .slideBox{ width:1280px; height:500px; overflow:hidden; position:relative;}
.promo-warp .slideBox .hd{height:12px; overflow:hidden; position:absolute; left:50%; bottom:25px; z-index:1;width: auto;}
.promo-warp .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;height: 10px;  }
.promo-warp .slideBox .hd ul li{ float:left;width:10px; height:10px;border-radius: 100%;margin: 0 8px; text-align:center; background:#fff; cursor:pointer; }
.promo-warp .slideBox .hd ul li.on{ background:#c2986d;}
.promo-warp .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.promo-warp .slideBox .bd li{ zoom:1; vertical-align:middle;cursor: pointer;}
.promo-warp .slideBox .bd li a{
	display: block;
	width: 100%;
	height: 100%;
}
.promo-warp .slideBox .bd img{ width:1280px; height:500px; display:block;  }

.promo-list{
	width: 1280px;
	margin: 0 auto 125px;
}
.promo-list .warp{
	margin-bottom:40px;
	overflow: hidden;
}
.promo-list .warp ul{
	width: 1305px;
}
.promo-list .warp li{
	float: left;
	width: 415px;
	margin:0 20px 40px 0;
	cursor: pointer;
}
.promo-list .warp li .pic{
	width: 415px;
	height: 360px;
	overflow: hidden;
	margin-bottom: 22px;
}
.promo-list .warp li .box h3{
	font-size: 18px;
	color: #595757;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.promo-list .warp li:hover .box h3{
	color:#c2986d;
}
.promo-list .warp li .box .tit{
	font-size: 14px;
	color: #898a8a;
	line-height: 24px;
}
.promo-list .yearbtns,.promo-list .loadbtns{
	width:1280px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #686868;
	cursor: pointer;
	padding-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
	/*display: none;*/
	background: url(../img/news-btnsbg.png) center bottom no-repeat;
}
.promo-list .yearbtns:hover,.promo-list .yearbtns:hover{
	color: #000;
}
.promo-list .loadbtns{
	display: none;
}
.login{
	height: 924px;
	position: relative;
	margin-bottom: 90px;
}
.login .tip{
	width: 360px;
	height: 442px;
	background-color: #fff;
	position: absolute;
	right: 17%;
	top: 50%;
	z-index: 10;
	margin-top: -221px;
	background: url(../img/login-bg.png) center repeat;
}
.login .tip h2{
	font-size: 30px;
	line-height: 40px;
	color: #968077;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 55px;
}
.login .tip .btn{
	width: 295px;
	height: 45px;
	margin: 0 auto;
}
.login .tip .account{
	margin-bottom: 30px;
}
.login .tip .password{
	margin-bottom: 26px;
}
.login .tip .dx{
	margin:0 auto 20px;
	width: 295px;
	height: 26px;
}
.login .tip .btn input{
	display: block;
	width: 273px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	padding: 0 10px;
	border:1px solid #dbdbdb;
}
.login .tip .dx label{
	display: block;
	width: 49%;
	float: left;
	font-size: 14px;
	color: #968077;
}
.login .tip .dx label span{
	padding-left: 5px;
}
.login .tip .sub{
	width: 295px;
	height: 57px;
	margin: 0 auto;
}
.login .tip .sub input{
	display: block;
	width: 291px;
	height: 53px;
	border:2px solid #ba8f6a;
	background-color: #ba8f6a;
	font-size: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.login .tip .sub input:hover{
	background-color: transparent;
	color: #ba8f6a;
}
.down_warp{
	width: 1280px;
	margin: 0 auto;
	padding-top: 12px;
}
.down_warp .title{
	margin-bottom: 26px;
	border-bottom:1px solid #d9d9d9;
}
.down_warp .left{
	float: left;
	width: 700px;
	height: 53px;
}
.down_warp .left a{
	display: block;
	float: left;
	height: 51px;
	line-height: 51px;
	margin-right: 100px;
	position: relative;
	bottom: -1px;
	left: 0;
	font-size: 16px;
	color: #666666;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.down_warp .left a.on{
	color: #c2986d;
	border-bottom: 2px solid #c2986d;
	color: #c2986d;
}
.down_warp .serch{
	width: 20px;
	height: 20px;
	background: url(../img/serch-icon.png) center no-repeat;
	margin-top: 13px;
	cursor: pointer;
} 
/*.down_warp .serch .sub{
	width: 35px;
	height: 30px;
	border:0;
	display: block;
	float: left;
	background: url(../img/search-icon.png) center no-repeat;
}
.down_warp .serch .txt{
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	display: block;
	float: right;
	margin-right: 5px;
	border:0;
	padding: 0;
}*/
.down-serch{
	width: 100%;
	height: 45px;
	background-color: #1b1b1b;
	position: relative;z-index: 201;
	display: none;
}
.down-serch .mian{
	width: 435px;
	margin: 0 auto;
	height: 45px;
}
.down-serch .sub{
	width: 35px;
	height: 35px;
	margin-top: 5px;
	border:0;
	display: block;
	float: left;
	background: url(../img/down-serch.png) center no-repeat;
}
.down-serch .txt{
	width:260px;
	height: 35px;
	line-height: 35px;
	font-size:14px;
	display: block;
	float: left;
	margin:5px 0 0 20px;
	border:0;
	color: #fff;
	padding: 0;
	background-color: #1b1b1b;
}
.down-serch i{
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	background: url(../img/down-x.png) center no-repeat;
}
.down-bg{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/down-bg.png) center repeat;
	display: none;
}

.down_warp .warp{
	width: 100%;
	height: auto;
}
.down_warp .warp .top,.down_warp .warp .box{
	padding: 0 35px;
	width: 1210px;
	background-color: #f7f8f8;
	height: 46px;
}
.down_warp .warp .box{
	height: auto;
	background-color: transparent;
	margin-bottom:125px;
}
.down_warp .warp .box table{
	margin-bottom: 30px;
}
.down_warp .warp .top table td,.down_warp .warp .box table td{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #231815;
}
.down_warp .warp .box table td{
	border-bottom: 1px solid #f1f2f2;
	padding: 10px 0;
}
.down_warp .warp .box table tr.on td{
	border-bottom: 0;
}
.down_warp .warp .box table td p{
	line-height: 46px;
	font-size: 16px;
	color: #686767;
}
.down_warp .warp .box table td .tit{
	padding-left: 55px;
	color: #291e1b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.down_warp .warp .box table  tr:hover td .tit{
	color: #c2986d;
}
.down_warp .warp .box table td .icon{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: url(../img/down-icon1.png) 10px center no-repeat;
}
.down_warp .warp .box table td .icon:hover{
	background: url(../img/down-icon11.png) 10px center no-repeat;
}

