@charset "utf-8";
html{margin:0;padding:0;font-size:14px;font-family:"微软雅黑";min-width: 1170px;background: #f8f8f8;}
body{margin:0;padding:0;min-width: 1170px;position: relative}
a{
    text-decoration: none;
}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,button,img,button,select,iframe{text-decoration: none;list-style: none;text-decoration: none;padding:0;margin:0;border:0;}

img,input,button,select,textarea,fieldset,iframe{vertical-align:top;*vertical-align:middle;}
.wrap{
    width: 1170px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix{
    clear: both;
}
.header{
    width: 100%;
    height: 80px;
    background: #fff;
    line-height: 80px;
    text-align: left;
    font-max-size: 0;
    font-size: 14px;
    overflow: hidden;
}
.header img{
    margin-top: 20px;
}
.header .right{
    position: relative;
    width: 198px;
}
.header .right p{
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.bannernav{
    width: 100%;
    height: 562px;
    background: url('../images/qd/banner.jpg') no-repeat center center;
     position: relative;
}
.banner-nav-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #21B47C;
    width: 100%;
    height: 60px;
    text-align: center;
}
.banner-nav-bg img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.bannernav .wrap{
    position: relative;
    height: 100%;
}
.bannernav ul{
    width: 100%;
    height: 95px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.bannernav ul li{
    display: inline-block;
    line-height: 95px;
    padding: 0 45px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.bn-logo{
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -77px;
}
@keyframes myfirst
{
    from {width: 0;margin-right: 25px;}
    to {width: 30px;margin-right: 5px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {width: 0;margin-right: 25px;}
    to {width: 30px;margin-right: 5px;}
}
/* .footer{
    width: 100%;
    height: 233px;
    padding-top: 60px;
    background: url('../images/qd/qdfooter.jpg') no-repeat center center;
}
.footer .f-nav{
    width: 100%;
    height: 78px;
    line-height: 78px;
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer .f-nav a{
    padding: 0 20px;
    color: #fff;
}
.footer .f-logo{
    margin-top: 40px;
    text-align: center;
} */
.broadside-nav{
    position: absolute;
    right: 60px;
    bottom: 100px;
}
.broadside-nav a{
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #077F51;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 20px #666;
}



.loading-box{
	width: 100%;
	min-height: 400px;
	height: 100%;
	background: rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.loading-box img{
	margin-bottom: 10px;
}
.loading-box p {
	margin: 0 !important;
	text-align: center;
}
.empty {
	height: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #788580;
	font-size: 16px;
}