html, body {
    font-size: 100%;
    background: #fff;
    font-family: 'Microsoft YaHei';
    color: #3a3a3a;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

body, div, ul, label {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

body a:hover {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

/*-- banner --*/
/*.banner{*/
/*background: url("../images/banner.jpg") no-repeat;*/
/*background-size: cover;*/
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*-o-background-size: cover;*/
/*-ms-background-size: cover;*/
/*height: 923px;*/
/*}*/
.container {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .banner-logo {
    position: absolute;
    top: 0px;
    z-index: 1;
}

.banner .banner-logo img {
    width: 100%;
}

.banner .banner-nav {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
}

.banner .slider-bottom {
    position: absolute;
    bottom: 0px;
    z-index: 1;

}

.banner .slider-bottom img {
    width: 100%;
    display: inherit;
}

.banner-slideBox {
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner-slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 29px;
    z-index: 1000;
    margin-left: -600px
}

.banner-slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner-slideBox .hd ul li {
    float: left;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #f99408;
    font-size: 1px;
    margin: 0px 5px;
}

.banner-slideBox .hd ul li.on {
    font-size: 20px;
}

.banner-slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner-slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner-slideBox .bd img {
    display: block;
    width: 100%
}

/* navBar */
.navBar {
    margin: 0 auto;
    padding-top: 1.5%;
    height: 40px;
    line-height: 40px;
    color: #333;
    float: right
}

.nav {
    position: relative;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 15px;
}

.nav a {
    color: #fff;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
}

.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.nav h3 a {
    display: block;
    width: 100px;
    text-align: center;
    font-weight: bold;
}

.nav .sub {
    display: none;
    position: absolute;
    left: -9px;
    top: 45px;
    z-index: 1;
    width: 117px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.nav .sub li a:hover {
    color: #FE7700;
}

.nav .block {
    height: 3px;
    width: 120px;
    background: #FE7700;
    position: absolute;
    left: 0;
    top: 42px;
    overflow: hidden;
}

.footer {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.footer .footer-top{
    display: grid;
}

.footer .footer-top img{
    vertical-align: bottom;
}

.footer .footer-bottom{
    background-color: #ed9925;
    padding-bottom: 10px;
}

.footer-grid-top {
    background: url("../images/footer-top-bg.png") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-top: 62px;
}

.footer-grid-bottom {
    background-color: #ec9a29;
    padding-top: 18px;
    padding-bottom: 24px;
}

.footer .footer-grid-left ul {
    margin-bottom: 5px;
    display: inline-block;
}

.footer .footer-grid-left ul li {
    float: left;
}

.footer .footer-grid-left ul li a {
    color: #fff;
}

.footer .footer-grid-left ul em {
    float: left;
    font-style: normal;
    width: 40px;
    text-align: center;
}

.footer .footer-grid-left .contact {
    margin-bottom: 13px;
}

.footer .footer-grid-left .contact p {
    line-height: 24px;
}

.footer .footer-grid-right {
    position: absolute;
    right: 14%;
    top: 10px;
}

.footer .footer-grid-right ul li {
    float: left;
    margin: 0px 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ea9d32;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ea9d32;
    background-color: #e6e6e6;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #999999;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.pages { text-align: center; margin-top: 50px; }
.pages a { padding: 5px 10px; border: 1px solid #edebeb; color: #333333; font-size: 14px; }
.pages span { padding: 5px 10px; border: 1px solid #ed9925; background-color: #ed9925; color: #fff; }