* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}

em,
i {
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

img {
    border: 0;
    vertical-align: middle;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.pchead .logo {
    text-align: center;
}

.pchead .logo img {
    max-width: 100%;
    height: auto;
}

.pchead nav ul {
    display: flex;
    justify-content: space-around;
}

.pchead nav ul li a {
    color: #8c8c8c;
    font-size: 20px;
    display: block;
    line-height: 60px;
    font-weight: 700;
    position: relative;
}

.pchead nav ul li a:hover {
    color: #2761b5;
}

.pchead nav ul li a.active {
    color: #2761b5;
}

.pchead nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background: #2761b5;
    display: block;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.pchead nav ul li a:hover::after {
    width: 100%;
}

.pchead nav ul li a.active::after {
    width: 100%;
}

.xymob-head {
    display: none;
}

footer {
    background-color: #2761b5;
    padding: 5rem 0;
}

footer .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .foot .footlogo {
    width: 33.33333333%;
}

footer .foot .footlogo img {
    max-width: 100%;
    height: auto;
}

footer .footnav {
    width: 58.33333333%;
}

footer .footnav ul {
    display: flex;
    justify-content: space-between;
}

footer .footnav ul li a {
    color: #fff;
    font-size: 18px;
}

.position {
    height: 60px;
    line-height: 60px;
    background-color: #f3f3f3;
    font-size: 14px;
}

.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 .submenu>dl>dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #2761b5;
    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: #2761b5;
    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: #2761b5;
    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: #2761b5;
}

.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: #2761b5;
}

.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 .lnnertitle {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: unset;
}

.main .lnnertitle .lnnertitleline {
    margin-bottom: 0;
    width: fit-content;
    padding-bottom: 10px;
    position: relative;
}

.main .lnnertitle .lnnertitleline::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #2761b5;
    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%;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin: 1rem 0 2rem 0;
}

.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: #2761b5;
    border: 1px solid #2761b5;
}

.pagination a.page-num-current {
    color: #fff;
    background: #2761b5;
    border: 1px solid #2761b5;
}

.pagination select {
    border: 1px solid #ccc;
    font-size: 14px;
    outline-color: #2761b5;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

.hide {
    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: #2761b5;
    -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: #2761b5;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    /* background-position: 0 -90px; */
    background-position: -30px -90px;
}

#toolbar li .icon-ewm:after {
    /* background-position: 0 -30px; */
    background-position: -30px -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    /* background-position: 0 -60px; */
    background-position: -30px -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: #2761b5;
    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 #2761b5;
    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: #2761b5;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #2761b5;
}

#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;
    }
}

.honorlist-content img,
.pro-bottom img,
.newslisttext img {
    max-width: 100%;
    height: auto;
}