* {
    margin: 0;
    padding: 0;

    font-family: verdana;
}
html,body{
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: verdana;
    src: url(/uploads/image/ea8font/verdana.ttf);
}

li {
    list-style: none;
}

@font-face {
    font-family: 'fontawesome';
    src: ;
    src:  format('embedded-opentype'),  format('woff2'),  format('woff'),  format('truetype'),  format('svg');
    font-weight: normal;
    font-style: normal;
}



a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/*背景颜色*/
.bg-nav {
    background: #f9f7f5;
}

.bg-red {
    background: #8c2c29;
}

.bg-dark {
    background: #1d2026;
}

.bg-footer {
    background: #263038;
}

.bg-gray {
    background: #dcdada;
}

.bg-lightgray {
    background: #f9f9f9;
}

.bg-brown {
    background: #997545;
}

/*文字颜色*/
.text-content {
    color: #333;
}

.text-dark {
    color: #2b3c49;
}

.text-red {
    color: #8c2c29;
}

.text-white {
    color: #fff;
}

.text-brown {
    color: #997545;
}

.text-gray {
    color: #b9b8b8;
}

.text-darkgray {
    color: #555;
}

/*文字大小*/
.text-l1 {
    font-size: 68px;
}

.textl2 {
    font-size: 22px;
}

.text-m1 {
    font-size: 20px;
}

.text-m2 {
    font-size: 18px;
}

.text-s1 {
    font-size: 16px;
}

.text-s2 {
    font-size: 14px;
}

.text-ss {
    font-size: 12px;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font40 {
    font-size: 40px;
}

.font68 {
    font-size: 68px;
}

.fontweight {
    font-weight: 600;
}

.p15 {
    padding: 15px 0;
}

.p30 {
    padding: 30px 0;
}

.p60 {
    padding: 60px 0;
}

.m30 {
    margin: 30px;
}

.m60 {
    margin: 60px;
}

.p0 {
    padding: 0;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pt60 {
    padding-top: 60px;
}

.pb15 {
    padding-bottom: 15px;
}

.pr10 {
    padding-right: 10px;
}
.pr30 {
    padding-right: 30px;
}
.mt30 {
    margin-top: 30px;
}

.pl30 {
    padding-left: 30px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

/*顶部搜索*/
.search {
    height: 30px;
    box-shadow: 0px 6px 6px rgba(140, 44, 41, 0.35);
}

.search .searchtxt {
    border: none;
    background: none;
    padding-top: 5px;
    border-bottom: 1px solid #fff;
    color: #e4e4e4;
}

.search .searchtxt::-webkit-input-placeholder {
    color: #e4e4e4;
}

.search button {
    background: transparent;
    border: none;
}

.search i {
    position: relative;
    margin-right: 50px;
    color: #fff;
    font-size: 20px;
}

.search a {
    color: #b9b8b8;
}

/*导航*/
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px 0;
    z-index: 2;
    box-shadow: 0px 0px 0px transparent,
    0px 5px 5px rgba(140, 44, 41, 0.35) inset,
    0px 0px 0px transparent,
    0 3px 3px rgba(0, 0, 0, 0.15)
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-nav > li {
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.navbar-default {
    background: #fff;
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #8c2c29;
    background: none;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #8c2c29;
    background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    background: none;
}

.navbar .navbar-header .navbar-brand img {
    max-width: 200px;
    margin-top: -11px;
}

.nav > li .nav-tel {
    width: 120px;
    margin-top: 15px;
}

/*下拉菜单*/
.dropdown-menu {
    z-index: 1000;
    border-top: none;
}
.dropdown-menu a{
border-bottom: 1px solid transparent;
    color: #333;
}
.navbar-right li:nth-child(2) .r-droplist a,
.navbar-right li:nth-child(2) .r-droplist a:hover,
.navbar-right li:nth-child(2) .r-droplist a:focus,
.navbar-right li:nth-child(2) .r-droplist a:active {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    color: #333;
}

.dropdown-menu ul a:hover li,
.dropdown-menu ul a:focus li,
.dropdown-menu ul a:active li {
    cursor: pointer;
    /*border-bottom: 1px solid #333;*/
    color: #8c2c29;
}
.dropdown-menu p a:hover ,
.dropdown-menu p a:focus ,
.dropdown-menu p a:active {
    cursor: pointer;
    /*border-bottom: 1px solid #333;*/
    color: #8c2c29;
}
.dropdown-menu img {
    width: 100%;
}

.navbar-right .dropdown-menu {
    top: 60px;
    padding: 20px;
}
.navbar-right li:nth-child(5) a{
    width: 100%;
}
/*下拉菜单位移适配*/
.navbar-right li:nth-child(2) .dropdown-menu {
    right: -310%;
}

.navbar-right li:nth-child(5) .dropdown-menu {
    right: -87%;
}

.navbar-right li:nth-child(5) .dropdown-menu > li {
    border-right: 1px solid #999;
}

.navbar-right li:nth-child(5) .dropdown-menu > li ul li {
    padding: 6px 15px 6px 0;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-right li:nth-child(5) .dropdown-menu > li:nth-child(3),
.navbar-right li:nth-child(5) .dropdown-menu > li:nth-child(4) {
    border-right: none;
}

.navbar-right li:nth-child(5) .dropdown-menu > li:nth-child(4) {
    padding-top: 30px;
}
.navbar-right li:nth-child(6) .dropdown-menu {
    right: -15%;
}

/*下拉菜单位移结束*/

.dropdown-menu .v-link a {
    color: #997545;
}

.dropdown-menu .v-link p {
    letter-spacing: -1px;
    padding-top: 10px;
    color: #333;
}

/*resources下拉菜单*/
.dropdown-menu .r-droplist {
    padding-left: 0;
}

.dropdown-menu .r-droplist ul li {
    width: 100%;
    padding: 6px 15px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: #fff;
}

/*导航悬浮红色*/
.navbar-default .navbar-nav > li:hover > a {
    color: #8c2c29;
}

.nav-hoverline {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 4px;
    border-radius: 2px;
    background: #8c2c29;
}

@keyframes slideinleft {
    from {
        transform: translate3d(-140%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideinleft {
    animation: slideinleft .2s linear 1;
}

@keyframes slideinright {
    from {
        transform: translate3d(140%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideinright {
    animation: slideinright .2s linear 1;
}

/*banner*/

.banner {
    width: 100%;
}

/*面包屑导航*/
.breadcrumb {
    background: #fff;
}

.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
    color: #999;
}

.breadcrumb li.active {
    color: #8c2c29;
}

.breadcrumb > li   li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\003e";
}

/*.sub-menu-list {*/
/*display: none;*/
/*}*/
.custom-nav .menu-list.active ul {
    display: block;
}

.custom-nav .sub-menu-list > li > a {
    display: block;
}

/*折叠菜单*/
.nav > li > a:hover {
    background: #fff;
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-right: 20px;
}

.accordion > .menutitle {
    font-size: 20px;
    color: #997545;
    font-weight: 600;
    padding: 15px 15px 15px 0;
    border-bottom: 2px solid #997545;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 0;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #997545;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #997545;
}

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

.accordion a:hover,
.accordion a:focus,
.accordion a:active {
    color: #997545;
}

/**
 * submenu
 -----------------------------*/

.submenu {
    font-size: 14px;
    color: #666666;
    display: none;
}
.left-side-inner  .nav-active .submenu{
    display: block;
}

.submenu li {
    margin-left: 12px;
    border-bottom: 1px solid #c5c5c5;
}

.menu-list:last-child .submenu:last-child li:last-child {
    border-bottom: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666666;
    padding: 15px;
    padding-left: 16px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover,
.submenu a:focus,
.submenu a:active {
    color: #997545;
}

/*新的左侧菜单*/
.left-side .nav-active > a, .left-side .nav-active .active > a {
    color: #997545;
}

/*左侧菜单 点击右侧内容*/
.content-r {
    margin-top: 60px;
    width: 100%;
}

.content-r h2 {
    font-size: 18px;
    font-weight: 600;
}

.content-r h2:before {
    content: ;
    width: 6px;
    height: 6px;
    margin-left: -15px;
    padding-right: 5px;
    display: flex;
    padding-top: 3px;
}

.content-r h3 {
    font-size: 16px;
    font-weight: 600;
}

.content-r p {
    padding-bottom: 15px;
}

.content-r img {
    max-width: 100%;
}

.content-r table {
    width: 100%;
}

.content-r .firstrow p {
    text-align: center;
    font-weight: 600;
}

.content-r  .firstrow > td:nth-child(3n 1) {
    background: #f8f2f2;
    border-top: 2px solid #a85e5c;
}

.content-r  .firstrow > td:nth-child(3n 2) {
    background: #f9f6f2;
    border-top: 2px solid #c5a984;
}

.content-r  .firstrow > td:nth-child(3n 3) {
    background: #f2f3f4;
    border-top: 2px solid #5e6870;
}
.content-r .content-title{
    font-size:20px;
    color:#997545;
}

/*左侧菜单 点击右侧内容end*/

/*分页样式*/
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 0;
}

.pagination li a {
    margin-left: 10px;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    border-radius: 0;
    background: #fff;
}

.pagination li.active a {
    margin-left: 10px;
    border: 1px solid #997545;
    color: #997545;
    border-radius: 0;
    background: #fff;
}

.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:#997545 ;
    cursor: default;
    background-color: #fff;
    border-color: #997545;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color:  #997545;
    background-color: #fff;
    border-color:  #997545;
}
/*分页样式end*/
/*footer*/
footer {
    border-top: 6px solid #997545;
    width: 100%;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #997545;

}

@media screen and (min-width: 1280px) and (max-width: 1440px){
    .navbar-right li:nth-child(5) .dropdown-menu {
        left: -880%;
    }
    .navbar-right li:nth-child(6) .dropdown-menu {
        left: -1464%;
    }
}
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-nav > li{
        margin-right: -11px;
    }
     .dropdown-menu{
        left: 0%;
        width: 700px;
    }
}
@media (max-width: 991px) {
    .navbar-header img {
        width: 70%;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-header img {
        width: 70%;
        padding-top: 10px;
    }
    footer .col-xs-12{
        text-align: center;
    }
    .font68{
        font-size: 36px;
    }
    .font40{
        font-size: 26px;
    }
    .searchbox .pr10{
        padding-right: 0;
    }
    .search i {
        margin-right: 0px;
    }
}

@media (max-width: 414px) {
}

@media (max-width: 400px) {
}
