html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555555;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    background: #fff;
    color: #474157;
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

.nav>li>a:hover{
    background-color: none !important;
}

/*PC端的样式*/
@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }

    .navbar-nav > li > a {
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #navbar-collapse-menu {
        display: none !important;
    }
    /*导航选中颜色*/
    .text-active{
        color: #fff;
    }
}

/*手机的样式*/
@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .navbar-right-show {
        display: none !important;
    }

    .header-bgc {
        display: none !important;
    }
    /*导航选中颜色*/
    .text-active{
        color: #007bff !important;
    }
}

footer {
    background-color: #fff;
    padding: 20px 0;
    color: #7d7d7d;
    text-align: center;
}

footer p {
    padding: 4px 0;
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

.navbar-white {
    height: 40px;
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.navbar {
    min-height: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.header-bg {
    width: 100%;
    height: 260px;
    position: relative;
}

.header-logo {
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    left: 180px;
    top: 10px;
}

.header-nav {
    height: 50px;
    position: absolute;
    left: 170px;
    top: 178px;
}

.navbar-right-cot {
    line-height: 40px;
    float: right !important;
    margin-right: -15px;
}

/*
 * 主内容区样式
 */
.mainbody-container {
    min-height: 93.5vh;
}

/*轮播样式*/
.banner-box {
    width: 100%;
    border: 4px solid #ea842a;
    box-sizing: border-box;
}

.banner-box img {
    width: 100%;
    height: 440px;
}

/*右侧功能点样式*/
.func-box {
    height: 100%;
    height: 448px;
    background-color: #f1f1f1;
}

.func-box-title {

    margin-bottom: 10px;
    font-size: 20px;
    border-left: 3px solid #579f22;
    height: 41px;
    padding-left: 20px;
}

.func-box-title-text {
    border-bottom: 1px solid #579f22;
    height: 40px;
    display: inline-block;
}
.func-box-c{

    padding:15px;
}
.func-list-text{
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    color: #000;
}
.tips-list{
    padding-top: 15px;
}
.tips-list p{
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
    line-height: 26px;
}
.head-title-color{
    color: green;
}
.article-head-f1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 16px;
}

/*内容列表区*/
.article-box {
    background-color: #fff;
    padding: 16px 0;
}

.article-head {
    font-size: 18px;
    height: 38px;
    border-bottom: 1px solid #eeeeee;
}

.article-list {

}

.article-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}

.article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.article-item-flex {
    margin-top: 22px;
}

.article-item-ri {
    float: left;
    width: 140px;
    height: 100px;
    overflow: hidden;
}


.article-item-ri img {
    width: 140px;
    height: 100px;
}

.article-item-ri img:hover {
    width: 140px;
    height: 100px;
    transform: scale(1.2, 1.2);
}

.article-item-ri img {
    transition: all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition: all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-out;
    /* Opera */
}

.article-item-c {
    margin-left: 160px;
}

.article-item-title {
    line-height: 36px;
    font-size: 20px;
    padding: 12px 0;
    cursor: pointer;
    text-align: justify;
}

.article-item-title:hover {
    color: green;
}

.article-item-desc {
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
    text-align: justify;
}

.article-item-desc:hover {
    color: #76c343;
}

.video-list{
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
}
.video-item{
    padding: 5px;
    width: 33%;
}
.video-item-flex{
    position: relative;
}
.video-item-c{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}
.video-item-title{
    margin-left: 8px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.video-item-ri img {
    width: 100%;
    height: 160px;
}

.pic-list{
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.pic-item{
    width: 25%;
    padding: 5px;
}
.pic-item-flex{
    position: relative;
}
.pic-item-c{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}
.pic-item-title{
    margin-left: 8px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.pic-item-ri img {
    width: 100%;
    height: 160px;
}

