body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
    font-family: PingFangSC-Regular, sans-serif;
    font-family: PingFangSC-Light, sans-serif;
}

* {
    font-family: PingFangSC-Regular, sans-serif;
    font-family: PingFangSC-Light, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

img {
    width: 100%;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.content {
    position: relative;
    width: 100%;
}

.page-def {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 94;
	background-color: white;
	transition: background-color 0.3s ease;
}

.nav-box:hover{
	background-color: white;
	border-bottom: 2px solid #ddd;
}

.nac-f {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 7.5%;
    box-sizing: border-box;
    /* height: 140px; */
    height: 80px;
    /* background-color: #fff; */
    border-bottom: 0px solid #cbcbcb;
    z-index: 11;
}

.nac-f>img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
}

.nac-f .nav-a ul {
    width: 660px;
    min-width: 600px;
    height: 80px;
    display: flex;
    align-items: center;
}

.nav-a {
    position: relative;
}

.arrow-icon {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 2px;
    transition: all .3s ease;
    background-color: #070001;
	opacity: 0;
}

.nav-box:hover .arrow-icon{
	opacity: 1;
}

/* .arrow-icon::after {
    position: absolute;
    content: '';
    left: 50%;
    width: 0;
    height: 0;
    bottom: -6px;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #070001;
} */

.nav-a li,
.nav-b li {
    /* width: 80px; */
    text-align: center;
	height: 80px;
	line-height: 80px;
	margin: 0 25px;
}

.nav-a a,
.nav-b a {
	width: 100%;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
	/* text-align-last: justify; */
}

.nav-a a:hover,
.nav-b a:hover {
    cursor: pointer;
}

.nav-b {
    display: flex;
    justify-items: center;
    justify-content: flex-end;
}

.nav-b a {
    padding: 0 0px;
}

.nav-child {
	width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;
    padding: 0;
    box-sizing: border-box;
    height: 0;
    transition: all .3s ease;
    /* background-color: rgba(255, 255, 255, .7); */
	background-color: white;
    z-index: 2;
	/* display: none; */
	opacity: 0;
}

/* .nav-box:hover .nav-child{
	display: block;
	height: 400px;
	opacity: 1;
} */

.nav-c-n {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-c-a {
    position: relative;
    width: 85%;
    padding-top: 45px;
    text-align: center;
    /* margin-right: 0px; */
    opacity: 1;
    display: none;
	margin: 0 auto;
}

.nav-c-a a
{
    position: relative;
    top: -25px;
}

.nav-c-a:nth-child(2n) {
    letter-spacing: 2px;
}
.C1,.C2,.C3,.C4{
    border-spacing: 2px;
}

.A0::after {
    position: absolute;
    content: '';
    left: 46%;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url('../img/v1.png') no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 92;
}

.A1::after {
    position: absolute;
    content: '';
    left: 46%;
    top: -10px;
    width: 40px;
    height: 40px;
    background: url('../img/dq1.png') no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 92;
}

.A2::after {
    position: absolute;
    content: '';
    left: 46%;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url('../img/dq1.png') no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 92;
}

.A3::after {
    position: absolute;
    content: '';
    left: 46%;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url('../img/dq1.png') no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 92;
}

.A4::after {
    position: absolute;
    content: '';
    left: 46%;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url('../img/dq1.png') no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 92;
}

.nav-c-a span {
    width: 100px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-family: PingFangSC-Regular, sans-serif;
    font-family: PingFangSC-Light, sans-serif;
}

.footer1{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.joinus{
	width: 200px;
	/* display: flex; */
	padding-right: 50px;
	line-height: 22px;
	text-align: right;
	font-size: 16px;
}

.footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    /* height: 160px; */
    /* padding: 35px 50px; */
    background-color: #fff;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 35px;
    padding-top:10px;
	/* border-top: 1px solid #999; */
}

.footer .touch{
	width: 280px;
	height: 150px;
	position: absolute;
	left: 10%;
	top: 50px;
	text-align: center;
	padding-top: 50px;
}

.footer dl dt {
    padding-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
}

.footer dl dd {
    font-size: 12px;
    color: #141329;
    /* letter-spacing: 1px; */
    /* font-weight: 400; */
    /* transform: scale(0.78); margin-left: -30px; */
	display: inline-block;
	vertical-align: top;
}

.icon-box {
	width: 60%;
    text-align: center;
	position: absolute;
	left: 38%;
	top: 80px;
}

.icon-box ul{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #999;
}

.icon-box li {
	width: 200px;
	margin:0 auto;
    cursor: pointer;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
    /* margin-left: 50px; */
	position: relative;
}

.icon-box li img{
	display: inline-block;
	vertical-align: middle;
}

.icon-box li span{
	display: inline-block;
	vertical-align: middle;
}

.rightwx_ewm {
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 666;
}


.sina:hover .xlwbshow {
    display: block !important;
}



.xlwbshow {
    position: absolute;
    bottom: 70px;
    right: 68px;
    width: 123px;
    height: 178px;
    display: none;
    z-index: 9;
}

.wxChat:hover .ewmshow {
    display: block !important;
}

.xlshow {
    position: absolute;
    bottom: 90px;
    right: 0px;
    width: 123px;
    height: 178px;
    display: none;
    z-index: 9;
}

.xlshow2 {
    position: absolute;
    bottom: 90px;
    left: 343px;
    width: 123px;
    height: 178px;
    display: none;
    z-index: 9;
}

.sina:hover .xlshow {
    display: block !important;
}
.sina:hover .xlshow2 {
    display: block !important;
}

.ewmshow2 {
    position: absolute;
    bottom: 90px;
    left: 298px;
    width: 123px;
    height: 178px;
    display: none;
    z-index: 9;
}

.ewmshow {
    position: absolute;
    bottom: 70px;
    right: 0px;
    width: 123px;
    height: 178px;
    display: none;
    z-index: 9;
}

.wxChat:hover .ewmshow1 {
    display: block !important;
}
.wxChat:hover .ewmshow2 {
    display: block !important;
}


.ewmshow1 {
    position: absolute;
    bottom: -80px;
    right: -50px;
    width: 123px;
    height: 178px;
    display: none;
    z-index: 9;
}


.banner-box
{
    margin-top: 110px;
}

.top
{
    position: fixed; cursor: pointer; display: none; bottom:133px; width: 30px; height: 30px; right: 15px; z-index: 95;
}


.VG-wechat {
    width: 120px;
    height: 200px;
    background: rgba(255, 255, 255, 0.8);
    border:0px solid red;
}

.VG-wechat img {
    width: 80%;
    margin: 12px auto;
    /* margin-top: 14px; */
}

.VG-wechat p {
    font-size: 14px;
	line-height: 24px;
    padding: 12px;
    text-align: center;
	letter-spacing: 1px;
	padding-top: 0;
}
.VG-weibo {
    width: 140px;
    height: 180px;
    background: rgba(255, 255, 255, 0.8);
    border:0px solid red;
}

.VG-weibo img {
    width: 80%;
    margin-left: 10%;
    margin-top: 14px;
}

.VG-weibo p {
    font-size: 16px;
    padding: 11px;
    text-align: center;
letter-spacing: 1px;
}

.headimg{
	width: 400px;
	height: auto;
	display: block;
}

.headblock{
	width: 400px;
	height: 350px;
	position: absolute;
	left: 25px;
	top: 45px;
	text-align: left;
	cursor: pointer;
}

.headblock2{
	width: 72px;
	height: 100px;
	position: absolute;
	left: 480px;
	top: 38px;
	text-align: center;
	cursor: pointer;
}

.headblock3{
	width: 72px;
	height: 100px;
	position: absolute;
	left: 610px;
	top: 38px;
	text-align: center;
	cursor: pointer;
}

.hb1{
	width: 100%;
	height: 32px;
	border-bottom: 0.5px solid #ddd;
	line-height: 32px;
	text-align-last: justify;
}

.hb2{
	width: 100%;
	height: 32px;
	border-top: 0.5px solid #ddd;
	line-height: 32px;
	text-align-last: justify;
}

.ic{
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.slogan{
	width: 28%;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 3%;
	transform: translateX(-50%);
	z-index: 9999;
}