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;
}


/* 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;
    font-weight: 800;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    background: #a3d1d0;
    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;
}


/* --------------------------#######################----------------------------- */

.App {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.App_tit {
    width: 100%;
    height: 1407px;
    overflow: hidden;
    min-width: 1200px;
    background: url(../images/bjt.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    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_tit_jz,
.App_con_jz {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.App_logo {
    background-color: #fff;
    padding: 12px 0;
    border-radius: 50px;
    display: flex;
    width: 600px;
    justify-content: center;
    margin: 148px auto 0;
}

.App_logo>a:first-child {
    margin-right: 5px;
}

.App_tit_x {
    width: 100%;
    overflow: hidden;
    margin-top: 360px;
}

.App_con {
    min-width: 1200px;
    overflow: hidden;
}

.App_con_o {
    width: 100%;
    height: 1082px;
    background: url(../images/con_2.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.App_video {
    width: 950px;
    height: 550px;
    overflow: hidden;
    margin: 380px auto 0;
}

.App_con_o>p {
    font-size: 36px;
    text-align: center;
    color: #005650;
    line-height: 122px;
}

.App_con_t {
    overflow: hidden;
}

.App_con_s {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 125px 0;
    margin-bottom: 120px;
}

.App_con_s>p {
    font-size: 48px;
    color: #005650;
    margin-top: 30px;
}

.App_con_s>img {
    margin-bottom: 20px;
}