html,
body {
    font-size: 16px;
    background: rgb(253, 253, 253);
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.container {
    overflow: hidden;
}


.banner {
    background: url(../img/banner.png) no-repeat center;
    background-size: cover;
    min-height: 700px
}

@media(min-width: 768px) {
    .banner {
        background: url(../img/banner.png) no-repeat 0px 0px;
        min-height: 900px;
    }
}

/* double line font */
h3 {
    text-align: center;
    font-size: 1.5em;
    color: #000000;
    margin: 0 auto;
    padding-bottom: 0.5em;
    border-bottom: 7px double #DEDEDE;
}

@media(min-width: 768px) {
    h3 {
        width: 25%;
    }
}

/* //double line font */




/*-- Effect --*/

@media(min-width: 768px) {
    .navbar-style a {
        padding: 0 20px;
        height: 65px;
        line-height: 45px;
    }

    .navbar-style a::before,
    .navbar-style a::after {
        position: absolute;
        width: 45px;
        height: 2px;
        background: rgb(255, 255, 255);
        content: '';
        opacity: 0.2;
        transition: all 0.3s;
        pointer-events: none;
    }

    .navbar-style a::before {
        top: 0px !important;
    }

    .navbar-style li:nth-child(5) a::after {
        display: none;
    }

    .navbar-style a::before {
        top: 10px;
        left: 0;
        transform: rotate(98deg);
        transform-origin: 0 0;
    }

    .navbar-style a::after {
        right: 0;
        bottom: 0;
        transform: rotate(98deg);
        transform-origin: 100% 0;
    }

    .navbar-style a:hover::before,
    .navbar-style a:hover::after,
    .navbar-style a:focus::before,
    .navbar-style a:focus::after,
    .navbar-style a.active::before,
    .navbar-style a.active::after {
        opacity: 1;
    }

    .navbar-style a:hover::before,
    .navbar-style a:focus::before,
    .navbar-style a.active::before {
        left: 50%;
        transform: rotate(0deg) translateX(-50%);
    }

    .navbar-style a:hover::after,
    .navbar-style a:focus::after,
    .navbar-style a.active::after {
        right: 50%;
        transform: rotate(0deg) translateX(50%);
    }
}

/* //Effect --*/


/*-- nav --*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}


@media (min-width: 768px) {

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #A0CC59 !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar-nav {
        margin: 7.5px 2em;
    }

    .banner_top {
        height: 2em;
    }

    .navbar-nav {
        margin: 7.5px 20px;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        margin: 7.5px 130px;
    }
}

@media (min-width: 1200px) {

    .navbar-nav {
        margin: 7.5px 230px;
    }
}


.navbar-default .navbar-nav>li>a {
    font-size: 1.3em;
    color: #fff !important;
    letter-spacing: 2px;
    padding: 20px 25px 0;
}

.navbar-default .navbar-nav>li>a.active {
    color: #A0CC59 !important;
}

/*-- //nav --*/



/* logo */
.logo a {
    font-size: 3em;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1.2em;
}

@media(min-width: 768px) {
    .logo a {
        font-size: 6em;
    }
}

.logo {
    text-align: center;
    margin: 9em 0 6em;
}

.logo span {
    margin-left: 4em;
    margin-top: 2em;
    font-size: 0.618em;
    line-height: 0.618em;
}

/* 飘窗 */
.float_window {
    display: none;
    position: fixed;
    top: 200px;
    width: 150px;
}

.float_window>div {
    margin: 0;
    width: 150px;
    float: left;
    margin-top: 80px;
    /* background-color: aliceblue; */
    border: 2px solid #ad434b;
    border-radius: 15px;
    text-align: center;
}

.float_window img {
    width: 100%;
    border-radius: 12px;
}

.float_window span {
    display: block;
    color: #000;
    font-size: 1.1em;
    margin: 4px 0;
}

#left {
    left: 1%;
}

/* 飘窗结束 */





.fivepart {
    width: 20%;
    display: flex;
}

.fivepart a {
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 15px #DEDEDE;
}

.fivepart i {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 15px;
    margin-bottom: 6px;
}

.fivepart:nth-of-type(1) i {
    background: url(../img/icon1.png) center no-repeat;
}

.fivepart:nth-of-type(2) i {
    background: url(../img/icon2.png) center no-repeat;
}

.fivepart:nth-of-type(3) i {
    background: url(../img/icon3.png) center no-repeat;
}

.fivepart:nth-of-type(4) i {
    background: url(../img/icon4.png) center no-repeat;
}

.fivepart:nth-of-type(5) i {
    background: url(../img/icon5.png) center no-repeat;
}

.fivepart:nth-of-type(1) a {
    color: rgb(64, 197, 229);
}

.fivepart:nth-of-type(2) a {
    color: rgb(253, 169, 35);
}

.fivepart:nth-of-type(3) a {
    color: rgb(242, 99, 176);
}

.fivepart:nth-of-type(4) a {
    color: rgb(50, 204, 163);
}

.fivepart:nth-of-type(5) a {
    color: rgb(184, 64, 238);
}

.fivepart:nth-of-type(1) a:hover {
    background: rgb(64, 197, 229);
}

.fivepart:nth-of-type(2) a:hover {
    background: rgb(253, 169, 35);
}

.fivepart:nth-of-type(3) a:hover {
    background: rgb(242, 99, 176);
}

.fivepart:nth-of-type(4) a:hover {
    background: rgb(50, 204, 163);
}

.fivepart:nth-of-type(5) a:hover {
    background: rgb(184, 64, 238);
}

.fivepart a:hover {
    color: white;
}

.fivepart:nth-of-type(1) a:hover i {
    background: url(../img/icon1_hover.png) center no-repeat;
}

.fivepart:nth-of-type(2) a:hover i {
    background: url(../img/icon2_hover.png) center no-repeat;
}

.fivepart:nth-of-type(3) a:hover i {
    background: url(../img/icon3_hover.png) center no-repeat;
}

.fivepart:nth-of-type(4) a:hover i {
    background: url(../img/icon4_hover.png) center no-repeat;
}

.fivepart:nth-of-type(5) a:hover i {
    background: url(../img/icon5_hover.png) center no-repeat;
}

.fivepart a:hover span {
    color: white;
}

.fivepart span {
    display: block;
}

@media(max-width: 768px) {
    .fivepart {
        padding-left: 5px;
        padding-right: 5px;
    }

    .fivepart a {
        width: 70px;
        height: 70px;
    }

    .fivepart i {
        margin: 0px;
        background-size: 30px !important;
    }

    .fivepart span {
        margin-top: -12px;
        font-size: 0.6em;
    }
}



/* 主页简介小模块 */
ul li {
    height: 30px;
    ;
    list-style: square;
    color: #979797;
}

a {
    color: #333;
    font-family: "微软雅黑";
}

.main_span {
    margin-top: 30px;

}

@media(max-width:768px) {
    .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.main_span>div>div {
    background-color: #fff;
    /* border-radius: 2px;
	box-shadow: 0 0 7px #979797; */
}

.span_title {
    padding-top: 10px;
    border-bottom: 2px solid #e5e5e5;
    margin: 0 10px;
    text-align: justify;
}

.span_title>div:nth-of-type(1) {
    display: inline-block;
    margin-bottom: -2px;
    width: fit-content;
    border-bottom: 2px solid #5ba34d;
}

.span_title>div:nth-of-type(2) {
    padding-top: 10px;
    padding-right: 15px;
    display: inline-block;
    float: right;
    font-size: 1.3em;
}

.span_title span {
    display: inline-block;
    line-height: 50px;
    font-size: 1.3em;
    font-weight: bold;
}

.span_title i {
    color: transparent;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 40px;
    background-size: 25px !important;
}

.span_title:nth-of-type(1) i {
    background: url(../img/span1.png) no-repeat center;
}

.span_title:nth-of-type(2) i {
    background: url(../img/span2.png) no-repeat center;
}

.span_title:nth-of-type(3) i {
    background: url(../img/span3.png) no-repeat center;
}

.span_title:nth-of-type(4) i {
    background: url(../img/span3.png) no-repeat center;
}

.span_content {
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* //主页简介小模块 */

/* 主页小画廊 */
.scenery_content img {
    float: left;
    margin: 0;
    width: 33.33333%;
    padding: 5px;
    border-radius: 3%;
}

.scenery_content {
    padding-left: 10px;
    padding-right: 10px;
}



/* footer */
#bottom {
    margin-top: 30px;
    width: 100%;
    background: url(../img/footerback.png);
    color: #fff;
    background-size: cover;
    -moz-background-size: cover;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

#bottom a {
    color: #e5e5e5;
}

/* //footer */



/* 移动设备微信微博 */

.er {
    width: fit-content;
    position: relative;
    left: 50%;
    margin-left: -120px;
}

.er>div {
    float: left;
    width: 100px;
    margin-left: 10px;
    padding-right: 10px;
}

.er>div>img {
    width: 100%;
}

@media(min-width: 768px) {
    .er {
        display: none;
    }
}