a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}
.red {
    color: red;
}

.form--title {
    text-align: center;
}

.hidden {
    display: none;
}
/*header*/

.right-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
}
.collapse {
    z-index: 99;
}
.collapse .navbar-nav {
    flex: 1;
}

.navbar {
    padding: 0 1rem;
}

.nav-item {
    height: 80px;
    line-height: 74px;
    flex: 1;
    text-align: center;
}

.nav-item .nav-link {
    padding: 0 0.5rem;
}

.nav-item .dropdown-menu {
    line-height: 30px;
}


.navbar-nav .nav-item a.nav-link {
    color: #606060;
}

.nav-item .dropdown-menu a.dropdown-item {
    color: #999;
}

#navbarNavDropdown .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-item .nav-link {
    border-top: 3px solid #fff;
}

.nav-item.active .nav-link {
    border-top: 3px solid #ffaf00;
}

.login a, .login {
    color: #ffaf00;
}

.color-red {
    color: #e60012 !important;
}

.list-color-red {
    color: #fe4f4f !important;
}

.padding10 {
    padding: 10px;
}

/**
header end
 */

/*页脚*/
.footer-button {
    background-color: #1c1c1c;min-width: 1200px;
}

.footer {
    background: #1c1c1c;
    padding-top: 6px;
    color: #fff;
}

.footer p {
    margin-top: 30px;
}

.footer img {
    margin-top: 15px;
}

.footer a {
    color: #fff;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}

.flex-between a {
    color: #beb5a4;
    font-weight: 600;
    font-size: 16px;
}

.footer-zi {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: bold;
    line-height: 28px;
}

.footer-zi a {
    color: #7d7d7d;
    font-size: 14px;
}

.footer-img-body p, .footer-img-body1 p {
    font-size: 16px;
    padding-top: 20px;
    color: #beb5a4;
    font-weight: bold;
}
.footer-img-body .row{
    padding-left: 15px;
}
.footer-img-body1 {
    /* text-align: right;
     width: 22%;*/
    max-width: 130px;
}

.footer-img-body1 p, .footer-img-body1 img {
    /*padding-left: 35%;*/
}

.footer-img-body .col-lg-4 {
    padding: 0;
}

.footer-bottom {
    display: flex;
    line-height: 30px;
    padding: 20px 0;
    font-size: 14px;
    color: #beb5a4;
    font-weight: bold;
}

.footer-top {
    background-size: 100% 100%;
    min-height: 190px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.footer-top h4 {
    line-height: 50px;
    font-size: 36px;
}

.col-xs-hide {
    display: none;
}

.col-xs-show {
    display: block;
}

/*按钮*/
.class-button {
    background: #e60012;
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: -1px 2px 6px #f6c3bf;
    margin: 10px auto;
}

.class-button2 {
    background: #e60012;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    box-shadow: -1px 2px 6px #f6c3bf;
    margin: 10px auto;
}

.class-button3 {
    background: #e60012;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    box-shadow: -1px 2px 6px #f6c3bf;
    margin: 10px auto;
}

.line {
    border-bottom: 1px solid #eee;
    width: 60%;
    margin: 0 auto;
}

.color1 {
    color: #606060;
}

.color2 {
    color: #e1392a;
}

.bg-color3 {
    background: #e5e3e1;
}

.bg-color4 {
    background: #dbc396;
}

.bg-color5 {
    background: #eadfc8;
}

.bg-color6 {
    background: #f5f5f5;
}

.bg-color7 {
    background: #ead2a3;
}

.bg-color8 {
    background: #faefd9;
}

@media all and (min-width: 1200px) {
    .container {

    }
}

@media all and (min-width: 980px){
    .footer {
        background: #1c1c1c;
        min-width: 1200px;
        padding-top: 6px;
        color: #fff;
    }
}
@media all and (max-width: 980px){
    .footer-button {
        min-width: 100%;
    }
}

@-webkit-keyframes circleIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.4
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes circleIn {
    0% {
        transform: scale(0);
        opacity: 0.4
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.btn {
    position: relative;
    overflow: hidden;
}

.btn:hover:before {
    -webkit-animation: circleIn 0.3s linear;
    animation: circleIn 0.3s linear;
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.btn:before {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    display: none;
}

/*分页*/
.nav-pages {
    text-align: center;
}
.pagination > li {
    width: 50px;
    font-size: 18px;
}
.pagination > li > a, .pagination > li > span {
    border: 0;
    color: #333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #fff;
    color: #333;
    border-bottom: 2px solid #f3da26;
}

/*右侧*/

.right-active {
    position: fixed;
    left: 3%;
    bottom: 5%;
    z-index: 2;
}


.flex_right {
    position: fixed;
    right: 10%;
    top: 30%;
    z-index: 2;
    list-style: none;
}

.flex_right li {
    margin-bottom: 5px;
    position: relative;
}

.flex_right li img:first-child {
    /*border: 1px solid #eee;*/
    border-radius: 50%;
    box-shadow: -1px 2px 11px 0 #403d3d;
}

.flex_right li .ewmwx {
    display: none;
    position: absolute;
    top: 0;
    right: 55px;
}

.flex_right li:hover .ewmwx {
    display: block;
}

/*右侧end*/
.footer-bottom .div1{
    width: 105px
}
@media all and (max-width: 780px) {
    .col-xs-hide {
        display: none!important;
    }
    .col-sm-hide {
        display: none!important;
    }

    .col-xs-show {
        display: block;
    }
    .footer-bottom{
        display: block;
    }
    .footer-bottom .div1{
        width: auto;
        float: left;
    }
    .video .row {
        margin: 0;
    }
    .right-logo {
        flex: 1;
    }
    .navbar-brand {
        margin-left: 10px;
    }
}

/*上下篇*/
.pager {
    list-style: none;
    display: flex;
    margin: 20px 0 60px;
    padding: 0;
}

.pager li {
    flex: 1;
}

.pager li:last-child {
    text-align: right;
}

/*.tab-content > .tab-pane.fade:not(.show){
     opacity: 1;
}*/
