* {
    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, sans-serif;
    overflow-x: hidden;
}

img {
    border: 0;
    vertical-align: middle;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.pc-head .logo img {
    margin: 10px 0;
}

.pc-head {
    width: 100%;
    position: fixed;
    z-index: 1020;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.pc-head.header-active {
    background: #fff;
}

.pc-head .nav>ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-head .nav>ul>li>a {
    color: #40489a;
    font-size: 18px;
    margin: 0 30px;
    font-weight: 700;
    line-height: 50px;
}

.pc-head .nav>ul>li.active>a,
.pc-head .nav>ul>li:hover>a {
    color: #fdbb2d;
}

header .pc-head .nav .dropdown-menu {
    background: #fff;
    margin: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

header .pc-head .nav .dropdown-menu::before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #fdbb2d;
    display: block;
}

header .pc-head .nav .dropdown-menu .dropdown-item {
    padding: 0;
}

header .pc-head .nav .dropdown-menu .dropdown-item a {
    background: unset;
    padding: 10px 30px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

header .pc-head .nav .dropdown-menu .dropdown-item a:hover {
    color: #fff;
    background: #40489a;
}

.xymob-head {
    display: none;
}

footer {
    background: #40489a;
    padding: 50px 0;
}

footer .foot {
    justify-content: space-between;
}

footer .foot .foottext {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

footer .foot .foottext h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

footer .foot ul {
    margin-top: 20px;
}

footer .foot ul li {
    color: #fff;
    font-size: 20px;
    opacity: .9;
    line-height: 2;
}

footer .foot .footnav {
    display: flex;
    justify-content: space-between;
}

footer .foot .footnav li a {
    color: #fff;
    opacity: .9;
}

.innerbanner img {
    width: 100%;
    height: 100%;
}

.aboutcontent,
.newscontent,
.newslist,
.contactcontent,
.casetcontent,
.caselist,
.productcontent,
.productlist,
.partnercontent {
    padding: 80px 0;
}

.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
    margin-bottom: 1rem;
}

.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;
}

.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: #40489a;
    border: 1px solid #40489a;
}

.pagination a.page-num-current {
    color: #fff;
    background: #40489a;
    border: 1px solid #40489a;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

.hide {
    display: none;
}