@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;	400;	500;	600;	700;	800;	900&display=swap");

:root {
    --h1size: 50px;
    --h2size: 40px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --pfamily: 'Rubik',sans-serif;
    --red: #ff3838;
    --gray: #777;
    --text: #555;
    --blue: #1494a9;
    --white: #fff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #0d6b31;
    --sub-heading: #565765;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #ccc;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0 15px 35px 0 rgba(0,0,0,0.1);
    --primary-tshadow: 2px 3px 8px rgba(0,0,0,0.1)
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

img {
    vertical-align: middle;
}
.img-responsive{display: block;width:100%;height:100%;}
a {
    display: inline-block;
    color:#5b5858;
}
a:hover,a:focus {
    text-decoration: none;
    color:#336699;
}
ul,ol {
    padding: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,span,label {
    margin-bottom: 0
}

html,body {
    scroll-behavior: smooth;
}

body {
    color: var(--text);
    background: var(--chalk);
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    color: var(--heading)
}

h1 {
    font-size: var(--h1size);
    line-height: var(--h1height)
}

h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -0.3px;
    text-transform: capitalize
}

h3 {
    font-size: var(--h3size);
    line-height: var(--h3height)
}

h4 {
    font-size: var(--h4size);
    line-height: var(--h4height)
}

h5 {
    font-size: var(--h5size);
    line-height: var(--h5height)
}

h6 {
    font-size: var(--h6size);
    line-height: var(--h6height)
}

input::placeholder,textarea::placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}

input,button {
    border: 0;
    outline: 0;
    background: 0;
    padding-left: 8px;
}
table thead tr th{text-align: center;}
button:focus {
    outline: 0
}
.form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0 20px 2px;
    color: var(--text);
    border: 1px solid var(--border)
}
@media(max-width:991px) {
    .navbar-part {
        display: none
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .navbar-part .container-fluid {
        padding: 0 30px
    }
    .navbar-list li {
        margin-right: 18px
    }
    .navbar-link {
        font-size: 15px
    }
}
@media(max-width:1199px) {
}
@media(min-width:768px) and (max-width:991px) {
}
@media(max-width:767px) {
    .col-xs-12{margin-bottom: 10px;}
}
/*头部*/
.header-top{height:44px;padding:0;background-image:url(../images/bg/topBg2.jpg);background-repeat: no-repeat;background-size: cover;position: relative;z-index: 1;}
.header-top::before{position: absolute;content: "";top:0;left:0;width:100%;height:100%;background:#336699;}
.header-top-welcome span{font-size: 14px;line-height: 44px;color:var(--white)}
/*登录弹框*/
.modal-dialog{background: #FFFFFF;}
.login_div{line-height: 44px;}
.login_div b {color:var(--white);font-size:14px;padding:0 20px;}
.login_div b:hover{background:#286090;cursor:pointer;}
/*.modal-dialog {*/
/*    max-width: max-content;*/
/*}*/

/*.modal-content {*/
/*    border: 0;*/
/*    background: 0;*/
/*    border-radius: 0*/
/*}*/
/*导航栏*/
.navbar-list li:hover{border-bottom: 2px solid var(--facebook);}
.navbar-content{height:45px;}
.navbar-link{padding:16px 0;}
.navbar-part { background: var(--white);}

.navbar-content {
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.navbar-item {
    /*width: 105px;*/
    text-align: center;
    padding: 0 5px 0 15px
    /*margin-right: 30px*/
}

.navbar-item:last-child {
    margin-right: 0
}

.navbar-link {
    padding: 8px 0;
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-link:hover {
    color: var(--facebook);
}
/*搜索框*/
.form-button{text-align:center}
.form-button button{width:100%;height:45px;font-size:14px;font-weight:500;line-height:45px;border-radius:8px;
    letter-spacing:.3px;text-align:center;text-transform:uppercase;color:var(--white);background:var(--facebook);}
/*动态新闻等模块*/
.ibox-title{
    height: 41px;
    line-height: 41px;
    background-color:#336699;
    color: #FFFFFF;
    padding: 0 15px;
    display: block;
    clear: both;
}
.ibox-title a{
    color:#EEEEEE;
    font-size: 14px;
}
.ibox-title a:hover{color:#FFFFFF;margin-top:1px;}
.ibox-content {
    height:356px;
    background-color: #ffffff;
    padding: 8px;
    font-size: 14px;
}
.ibox-content table td:nth-child(1){text-align: left;}
.ibox-content table td:nth-child(2){width:100px;text-align: right;color:#777777;}
.ibox-content table tbody td:nth-child(1) a{overflow: hidden;height:16px;}

/*主界面*/
.container-fluid {
    padding: 18px 25px
}

.header-widget-group.left .header-src,.header-widget-group.left .header-user {
    display: block
}

.header-widget-group.right,.header-cate {
    display: none;
}

.header-widget-group {
    width: 100%;
    justify-content: space-between
}
.header-widget-group.right .header-widget {
    margin-left: 20px
}

.header-widget-group.right .header-widget:first-child {
    margin-left: 0
}

.header-widget-group.left .header-src,.header-widget-group.left .header-user {
    display: none
}
.navbar-part {
    background: var(--white)
}
.dropdown-arrow {
    padding: 8px 0;
    font-weight:500;
    position: relative;
    padding-right: 18px!important
}

.dropdown-arrow:hover::before {
    color: var(--primary)
}

.dropdown-arrow::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    color: var(--text);
    font-family: IcoFont;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}
.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 45px
}

.dropdown-position-list {
    position: absolute;
    top: 42px;
    left: -10px;
    z-index: 9999;
    width: 120px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.1);
    /*transition: all linear .3s;*/
    /*-webkit-transition: all linear .3s;*/
    /*-moz-transition: all linear .3s;*/
    /*-ms-transition: all linear .3s;*/
    /*-o-transition: all linear .3s*/
}
.dropdown-position-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 8px 15px;
    color: var(--text);
    background: var(--white);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-position-list li a:hover {
    color: var(--facebook);
}
.dropdown-megamenu {
    position: static;
}

.dropdown-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
    top: 45px;
}

.megamenu {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s
}

.megamenu .container {
    padding: 30px 30px 0;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.1)
}

.megamenu-wrap {
    margin-bottom: 30px
}

.megamenu-title {
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--primary)
}

.megamenu-list {
    border-left: 1px solid var(--border)
}

.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0 5px 25px;
    color: var(--text);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-list li a:hover {
    color: var(--primary);
    background: var(--chalk)
}

.megamenu-promo a img {
    width: 100%;
    border-radius: 3px
}
.megamenu-wrap {
    margin-bottom: 30px
}
.megamenu-title {
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--primary)
}

.megamenu-list {
    border-left: 1px solid var(--border)
}

.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0 5px 25px;
    color: var(--text);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-list li a:hover {
    color: var(--primary);
    background: var(--chalk)
}
.category-part {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    transition: all linear .2s
}

.category-container {
    position: absolute;
    top: 0;
    left: -320px;
    width: 280px;
    height: 100vh;
    background: var(--white);
    box-shadow: 15px 0 25px 0 rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-part.active {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5)
}

.category-part.active .category-container {
    left: 0
}

.category-header {
    padding: 15px 15px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border)
}

.category-header a img {
    width: auto;
    height: 40px
}

.category-close {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.category-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-close i:hover {
    color: var(--white);
    background: var(--primary)
}

.category-list {
    width: 100%;
    padding: 10px 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 140px)
}

.category-list li {
    width: 100%
}
.cate-link {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cate-link:hover {
    color: var(--primary)
}

.cate-link i {
    font-size: 28px;
    margin-right: 15px
}
.dropdown-link {
    position: relative
}

.dropdown-link:hover::before {
    color: var(--primary)
}

.dropdown-link::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    color: var(--text);
    font-family: IcoFont;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

