@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td,
button,
textarea {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    font-style: normal;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style: none;
}
* {
    -webkit-tap-highlight-color: transpranet;
}
img {
    border: 0 none;
    vertical-align: middle;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:active {
    outline: 0;
}

a:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
}


/*清浮动*/

.clear:after {
    display: block;
    content: ' ';
    font-size: 0;
    height: 0;
    clear: both;
}

.clear {
    *zoom: 1;
}

/* index */
.wrap_index{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    color: #333;
}

.hz_con1{
    background: url("../img/hz_img01.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 7.04rem;
    font-size: 0.32rem;
    text-align: center;
    color: #14449b;
}
.hz_con1 p{
    padding-top: 4.6rem;
    line-height: 0.5rem;
}
.hz_link{
    background: url("../img/hz_img13.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 3.53rem;
}
.hz_link ul{
    padding-left: 0.25rem;
    padding-top: 0.25rem;
}
.hz_link ul li{
    color: #1e4a9e;
    font-size: 0.28rem;
    background: url("../img/dot.png") left center no-repeat;
    padding-left: 0.3rem;
    margin-bottom: 0.15rem;
}
.hz_link ul li:nth-child(3){
    background: none;
}
.hz_link ul li span{
    font-size: 0.32rem;
}
.hz_link ul li b{
    font-size: 0.42rem;
}
.hz_footer{
    width: 100%;
    font-size: 0.34rem;
    background: #14449b;
    color: #FFF;
    text-align: center;
    padding: 0.5rem 0;
}
.video-box {
  width: 94%;
  margin: 0 auto;
  margin-top: .2rem;
  background-color: #000000;
}
.video-box video {
  width: 100%;
  display: block
}