* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: normal;
}

table,
th,
td {
    vertical-align: middle
}

body,
body * {
    font-family: Arial, Helvetica, sans-serif;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* 滚动条样式 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.xymob-head {
    display: none;
}

.pcHead {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.pcHead .headBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.pcHead .headBox .logo {
    width: 30%;
}

.pcHead .headBox .logo img {
    max-width: 100%;
}

.pcHead .headBox .nav {
    width: 63%;
}

.pcHead .headBox .nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pcHead .headBox .nav>ul>li {
    position: relative;
}

.pcHead .headBox .nav>ul>li>a {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.pcHead .headBox .nav>ul>li>a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 5px;
    background: #00B050;
    transition: all .5s;
}

.pcHead .headBox .nav>ul>li>a:hover::after,
.pcHead .headBox .nav>ul>li>a.active::after {
    width: 100%;
}

.pcHead .headBox .nav>ul>li:first-child {
    margin-left: 0;
}

.pcHead .headBox .nav>ul>li:last-child {
    margin-right: 0;
}

.pcHead .headBox .nav>ul>li>div {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    width: 100%;
    min-width: 170px;
    z-index: 9999;
    line-height: normal;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.pcHead .headBox .nav>ul>li>div>ul {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-top: 10px;
}

.pcHead .headBox .nav>ul>li>div>ul>li>a {
    padding: 10px;
    display: block;
    font-size: 15px;
    line-height: 2em;
    transition: all 0.3s;
    color: #333;
    text-align: center;
}

.pcHead .headBox .nav>ul>li>div>ul>li>a:hover {
    background: #32849c;
    color: #fff;
}

.pcHead .headBox .nav>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-3px);
}

.innerHead {
    box-shadow: none !important;
    border-bottom: 1px solid #f0f0f0;
}

.pcHead.head-active .headBox .nav>ul>li>a,
.pcHead:hover .headBox .nav>ul>li>a,
.innerHead .headBox .nav>ul>li>a,
.pcHead.innerhead-active .headBox .nav>ul>li>a {
    color: #333;
}

.nav ul .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    display: none;
}

.sub-menu1 {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    display: none;
}

.nav ul .sub-menu1 li {
    position: relative;
    transition: .5s;
}

.nav ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    color: #272727;
    visibility: inherit !important;
    padding: 4px 0px;
}

.nav ul .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #0064b2;
}

.nav ul .sub-menu li:hover {
    margin-left: 16px;
}

.nav ul .sub-menu li:before {
    left: -18px;
}

.nav ul .sub-menu li:hover:before {
    opacity: 1;
}

.nav ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu li:hover:before,
.nav ul .sub-menu li:hover>a {
    color: #4d649f;
}

/* 首页底部 */
footer {
    background: #32849c;
    padding: 40px 0;
}

footer .footbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footbox .leftfoot {
    width: 30%;
}

footer .footbox .leftfoot h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    font-size: 24px;
}

footer .footbox .leftfoot ul {
    padding-left: 0;
    padding-top: 10px;
}

footer .footbox .leftfoot ul li {
    line-height: 2;
}

footer .footbox .leftfoot ul li a {
    color: #fff;
    font-size: 20px;
}

footer .footbox .rightfoot img {
    max-width: 100%;
}

footer hr {
    color: #fff;
    opacity: 1;
}

footer .copy {
    padding: 0 20px 0 0;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

footer .copy a {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

footer .copy a p {
    margin-bottom: 0;
}

/* 金山论坛底部 */
footer .jsltfootbox .leftfoot h3 {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 0;
    padding-bottom: 0;
}

footer .jsltfootbox .leftfoot ul li {
    font-size: 18px;
}

footer .jsltfootbox .rightfoot {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

footer .jsltfootbox .rightfoot .jsltimg {
    width: 25%;
    text-align: center;
}

footer .jsltfootbox .rightfoot .jsltimg img {
    max-width: 80%;
}

footer .jsltfootbox .rightfoot .jsltimg p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}

/* 关于我们底部 */
.aboutfoot {
    background: #B7570B;
}

/* 云报告厅公共底部 */
.ybgtfoot {
    background: #92CDDC;
}

.ybgtfoot .jsltfootbox .leftfoot h3 {
    color: #333;
}

.ybgtfoot .jsltfootbox .rightfoot {
    justify-content: flex-end;
}

/* 内页头部 */
.pageban {
    position: relative;
    margin-top: 70px;
    background-color: #32849c;
}

.pageban .banbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 0;
    position: relative;
}

/* .pageban .banbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 75%;
    width: 1px;
    height: 140%;
    background-color: rgba(255, 255, 255, .7);
    transform: rotate(45deg) translateX(-50%);
    transform-origin: top left;
} */

.pageban .banbox .left h3 {
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
}

.pageban .banbox .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pageban .banbox .right a {
    display: block;
    margin-right: 10%;
    color: #fff;
    font-size: 28px;
}

.pageban .banbox .right img {
    max-width: 30%;
}

.jsltfoot .footbox .leftfoot {
    width: 50%;
}

.jsltfoot .footbox .leftfoot h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}