.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

header .pc-head {
    width: 100%;
    position: fixed;
    z-index: 1020;
    background-color: #fff;
}

header .pc-head .logo img {
    margin: 5px 0;
}

header .pc-head .nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .pc-head .nav ul li a {
    color: #333;
    font-size: 18px;
    margin: 0 20px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 700;
}

header .pc-head .nav ul li:hover a {
    color: #104492;
}

header .pc-head .nav ul li.active a {
    font-weight: 700;
    color: #104492;
    border-bottom: 3px solid #104492;
}

header .pc-head .nav ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    margin-bottom: -3px;
    background-color: #104492;
    transition: width 0.5s;
}

header .pc-head .nav ul li:hover a::before {
    font-weight: 700;
    width: 100%;
}

header .pc-head .hotline {
    display: flex;
    align-items: center;
    cursor: default;
}

header .pc-head .hotline .head-tel {
    padding-left: 20px;
}

header .pc-head .hotline .head-tel p {
    font-weight: 500;
    margin: 0;
    font-size: 20px;
}

header .m-head,
header .m-nav {
    display: none;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner {
    top: 5px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

footer {
    background-color: #07080b;
    padding: 60px 0;
    margin-top: 100px;
}

footer .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .foot .leftfoot h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 500;
}

footer .foot .leftfoot h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

footer .foot .rightfoot ul {
    margin: 0;
    padding: 0;
}

footer .foot .rightfoot ul li {
    color: #fff;
    margin-bottom: 15px;
}

.position {
    height: 60px;
    line-height: 60px;
    background-color: #f3f3f3;
    font-size: 14px;
}

.position .row {
    margin-left: 0;
    margin-right: 0;
}

.position .positioncur {
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.position a {
    color: #333;
}

.main {
    margin: 20px 0 50px 0;
}

.sidebar * {
    transition: unset;
}

.sidebar {
    top: 100px;
    z-index: 1000;
}

.sidebar .submenu>dl>dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #104492;
    border: 1px solid #d2d2d2;
}

.sidebar .submenu>dl>dd {
    margin: 0;
    border: 1px solid #d2d2d2;
    border-top: none;
    position: relative;
}

.sidebar .submenu>dl>dd>a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    padding: 15px 18px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .submenu>dl>dd a.on {
    background-color: #104492;
    color: #fff;
}

.sidebar .submenu>dl>dd>a:last-child {
    border-bottom: 0;
}

.sidebar .submenu>dl>dd .first-nav-btn {
    background: url(../images/righticon.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center;
}

.sidebar .submenu>dl>dd>a.on .first-nav-btn {
    background: url(../images/righticonwhite.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center;
}

.sidebar .submenu>dl>dd>a:hover {
    background-color: #104492;
    color: #fff;
}

.sidebar .submenu>dl>dd>a:hover .first-nav-btn {
    background: url(../images/righticonwhite.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center;
}

.slider-news * {
    transition: unset;
}

.slider-news .newssubmenu dl {
    border: 1px solid #eee;
}

.slider-news .newssubmenu dl dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #104492;
}

.slider-news .newssubmenu dl dd {
    margin: 0;
    border-top: none;
}

.slider-news .newssubmenu dl dd a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5a5a5a;
    padding: 8px 18px;
    display: block;
}

.slider-news .newssubmenu dl dd a::before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.slider-news .newssubmenu dl dd a:hover {
    color: #000;
}

.contactbox .contacttop {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #104492;
}

.contactbox .contact-text {
    margin: 0;
    border-top: none;
    border: 1px solid #eee;
}

.contactbox .contact-text p {
    font-size: 16px;
    color: #5a5a5a;
    padding: 0.8rem 18px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.main .content .lnnertitle {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: unset;
}

.main .content .lnnertitle .lnnertitleline {
    margin-bottom: 0;
    width: fit-content;
    padding-bottom: 10px;
    position: relative;
}

.main .content .lnnertitle .lnnertitleline::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #104492;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.content_text * {
    transition: unset;
}

.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
}

.content_text p b {
    color: #616062;
    font-weight: normal;
    white-space: nowrap;
}

.content_text p a {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.honorlist-content img,
.newslist .newslisttext img,
.pro-bottom img {
    max-width: 100%;
    height: auto;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #104492;
    border: 1px solid #104492;
}

.pagination a.page-num-current {
    color: #fff;
    background: #104492;
    border: 1px solid #104492;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

/*左侧工具条*/
.icon-font {
    position: relative;
}

.icon-font::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #616062;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #616062;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #616062;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #616062;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #616062;
}

#toolbar li:hover .icon-qq::after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone::after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}