* {
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}


/* 设置根元素的字体大小为10px，这样1rem等于10px */

html {
    font-size: 12px;
}


/* 使用rem设置各元素的尺寸 */

body {
    font-size: 1.2rem;
    font-family: "微软雅黑";
    color: #666;
    background: #eeeff3;
}

img {
    border: 0;
}


/*header start*/

.header {
    width: 100%;
    height: 80px;
    background-color: #ABBE7D;
    z-index: 9999;
    position: relative;
}

.header .h_top {
    max-width: 1200px;
    /* height: 70px; */
    margin: 0 auto;
}

.Menu {
    display: flex;
}

.Menu img {
    margin: 0 5px;
}

#Menu_content {
    background-color: #fff;
    display: none;
}

#Menu_content .items {
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
}

#Menu_content .items a {
    text-decoration: none;
    display: block;
    color: #000;
}

#Menu_content .active {
    color: #ABBE7D;
}

.topBox {
    background-color: #ABBE7D;
    border: none;
}


/*end h_nav*/


/*h_search start*/

.header .h_top .h_search {
    width: 160px;
    height: 32px;
    border: 1px solid #fff;
    background: #ffffff;
    float: left;
    margin-top: 18px;
}

.header .h_top .h_search .h_text {
    width: 125px;
    height: 100%;
    border: 0;
    /* background: #666666; */
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
    /* line-height: 32px; */
    padding-left: 10px;
    float: left;
}

.header .h_top .h_search .h_btn {
    width: 20px;
    height: 20px;
    transform: scale(1.6);
    color: #8B8C8F;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    /* background: url("picture/pe_icon.png") no-repeat -368px 0; */
}


/*end h_search*/


/*navbar-nav*/

.navbar-default .navbar-nav>li>a {
    text-decoration: none;
    display: block;
    line-height: 70px;
    padding: 0 20px 0 20px;
    color: #fff;
    font-size: 14px;
    margin: 0 5px 0 5px;
}

.navbar-default .navbar-nav>li>:hover {
    background: #323744;
}

.navbar-right {
    line-height: 70px;
}


/*navbar-nav*/


/* 底部页脚 */


/*footer start*/

.footerBox {
    width: 100%;
    /* text-align: center; */
    min-height: 75px;
    background-color: #ABBE7D;
    line-height: 28px;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    /* position: absolute; */
    /* bottom: 0; */
    /* z-index: 1000; */
}

.footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    /* background: #15171f; */
}

.footer div a {
    text-decoration: none;
    display: block;
    color: #fff;
}


/*copyright start*/

.copyright {
    color: #ffffff;
    width: 100%;
    height: auto;
    background-color: #ABBE7D;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}


/*end copyright*/


/*其他css*/

.text-bold {
    font-weight: 700;
}