html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    background: #1ca1ff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    color: #444;
    letter-spacing: 3px;
}


/*-----------------------------------------------*/

.App {
    width: 100%;
    min-width: 1200px;
    background: url(../images/bjt.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 1016px;
    top: 0;
    left: 0;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.App-jz {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    overflow: hidden;
    width: 540px;
    margin: 73px auto 0;
}

.logo a {
    margin-right: 28px;
}

.nav {
    width: 1200px;
    padding: 15px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #331154, #57348f);
    color: #ffff9e;
    font-size: 22px;
    margin-top: 510px;
    cursor: pointer;
}

.fixTop {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 9999;
}

.nav_m {
    width: 1200px;
    margin-top: 510px;
    height: 52px;
    display: none;
}

.nav>ul {
    display: flex;
    justify-content: space-around;
}

.tit {
    width: 1200px;
    overflow: hidden;
    margin-top: 27px;
    background-color: #fff;
}

.content {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.content_hk {
    width: 1200px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 45px;
}

.content_hk>div {
    margin-top: 45px;
}

.rxlc {
    width: 1200px;
    margin-top: 30px;
    overflow: hidden;
}

.fwzx {
    width: 1200px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 200px;
    margin-top: 30px;
}

.fwzx_x {
    width: 1200px;
    height: 536px;
    background: url(../images/fwzx.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.fwzx_v {
    width: 1200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
    top: -2px;
}

.fwzx_v>img {
    width: 278px;
    height: 278px;
    display: block;
}

.fwzx_v>p {
    font-size: 30px;
    color: #333333;
    margin: 37px 0 70px;
}

.fwzx_x>ul {
    overflow: hidden;
    margin: 137px 0 0 724px;
}

.fwzx_x>ul li {
    margin-top: 42px;
    width: 297px;
    height: 58px;
}

.fwzx_x>ul a {
    margin-top: 42px;
    width: 297px;
    height: 58px;
    display: block;
}