blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

button,
input,
select,
textarea {
    font-size: 100%
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

body {
    line-height: 1.6;
    color: #333;
    color: rgba(0, 0, 0, .85);
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    background-color: #fff;
}

hr {
    height: 0;
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
    background: 0 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #777
}

a cite {
    font-style: normal;
    *cursor: pointer
}

/* header */

/* 设置页面基本样式 */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* 设置头部样式 */
header {
    background-color: #fff;
    color: #fff;
    padding: 25px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header nav ul li {
    margin-right: 50px;
}

header nav ul li:last-child {
    margin-right: 0;
}

header a {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #04020E;
    text-decoration: none;;
}

header a:hover {
    text-decoration: none;
    color: #B43033;
}

header nav ul li a.active {
    color: #B43033;
}
/* 底部 */
footer{
    background-color: #292929;
    color: #fff;
    padding: 30px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

footer nav ul li {
    margin-right: 50px;
}

footer nav ul li:last-child {
    margin-right: 0;
}

footer a {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    text-decoration: none;;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}
footer nav ul li a.active {
    color: #B43033;
}
footer hr {
    border: 0;
    border-top: 1px solid #616161;
    margin: 20px auto 30px;
    max-width: 1200px;
}

.footer-text {
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

/* 横线方块 */


.line-container {
    position: relative;
    width: 40%;
    height: 20px;
    margin: 0 auto;
}

.line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F0F0F1;
}

.square {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #000000;
}
/* 侧边栏样式 */

.sidebar{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    z-index: 999;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15); 
}

.sidebar .bar{
    width: 60px;
    height: 60px;
    margin-bottom: 35px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
}
.sidebar .bar .imga{
    width: 80%;
    height: 80%;
    margin: 10%;
}
.sidebar .bar p{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}
.sidebar .s_top span{
	display: none;
	position: absolute;
    right: 80px;
    top: 220px;
    border: 15px solid #B43033;
    border-radius: 8px;
    text-align: center;
}

.sidebar .s_top span img{
    width: 150px;
    height: 150px;
    padding: 0;
}
.sidebar .s_top span p{
    line-height: 40px;
    border-bottom: 0px;
}
.sidebar .bar span .num{
    border-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar .s_center span{
    display: none;
	position: absolute;
    right: 80px;
    top: 25px;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    /* border: 15px solid #B43033; */
    padding: 10px 10px;
    border-radius: 4px;
    width: 150px;
    text-align: center;
}
.sidebar .s_email span{
    display: none;
	position: absolute;
    right: 80px;
    top: 120px;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    /* border: 15px solid #B43033; */
    padding: 10px 10px;
    border-radius: 4px;
    width: 180px;
    text-align: center;
}
.sidebar .s_center span .tip{
    font-size: 13px;
}
.sidebar .s_top:hover span,.sidebar .s_center:hover span,.sidebar .s_email:hover span,.sidebar .s_code:hover span{
	display: block;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
}
.sidebar .bar.s_bottom{
    margin-bottom:0px
}

.sidebar .s_code span{
	display: none;
	position: absolute;
    right: 80px;
    top: 80px;
    border: 5px solid #fff;
    text-align: center;
    border-radius: 4px;
}

.sidebar .s_code span img{
    width: 150px;
    height: 150px;
    padding: 0;
}
.sidebar .s_code span p{
    line-height: 30px;
    border-bottom: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}
/* 侧边栏end */
