﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: "思源黑体";
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 16px;
}
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
em,
i {
    margin: 0;
    margin: 0;
    border: 0;
    list-style: none;
}
input,
select,
textarea {
    outline: none;
    border: none;
    font-family: "思源黑体";
}
img {
    border: none;
    max-width: 100%;
    display: block;
    width: 100%;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "思源黑体";
}
a {
    color: #7b7b7b;
    text-decoration: none;
    font-family: "思源黑体";
}
a {
    color: #3e0078;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
em {
    font-style: normal;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
.clear {
    clear: both;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.flexd {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
}
.nav {
    width: 1190px;
    height: 80px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav img {
    width: 200px;
    height: 50px;
}
.nav .logo {
    width: 299px;
    display: flex;
}
.nav .text {
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.nav .navlist {
    display: flex;
    align-items: center;
}
.nav .navlist a {
    height: 80px;
    line-height: 80px;
    color: #333;
    margin-left: 30px;
}
.nav .navlist a:hover {
    color: #3388ff;
    border-bottom: 2px solid #3388ff;
}
.lxwm {
    width: 140px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #3385f0;
    margin-left: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.lxwm img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.lxwm:hover {
    background: #1052a8;
}
.banner {
    margin-top: 80px;
    width: 100%;
}
.bannerp {
    width: 1420px;
}
.content1 {
    width: 1420px;
    margin: auto;
}
.footer {
    box-sizing: border-box;
    background-color: rgb(248, 248, 248);
    width: 100%;
    padding-top: 30px;
}
.footer .list {
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.footer .list a {
    color: #333;
    text-align: center;
}
.footer .list a:hover {
    color: #3388ff;
}
.footer .list a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid #141414;
    margin-top: -40px;
    height: 80px;
}
.pc-footer-center {
    font-size: 12px;
    text-align: center;
    padding: 40px 0;
}
.centerbg {
    width: 690px;
    height: 410px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -205px 0 0 -345px; /* 注意,201表示高度的一半,480也是按自己需要自己调整*/
    display: none;
    z-index: 999;
}
.centerbg .xx {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1000;
}
