[v-cloak] {
  display: none;
}
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
	/* font-family: "楷体"; */
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
	margin: 0 auto;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1.14 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}

body {
	background: #fff;
}

a,
a:hover {
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.inner {
	width: 1102px;
	position: relative;
	margin: auto;
}

/* .title{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 70px;
} */
.sup-tit {
	line-height: 60px;
	font-size: 54px;
	color: #311759;
}

.sub-tit {
	line-height: 30px;
	font-size: 19px;
	color: #311759;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 6px;
	padding-bottom: 20px;
}


/*有logo显示logo 无责显示文字 fs start*/
.information-right-base {
	height: 200px;
	width: 200px;
	line-height: 200px;;
	text-align: center;
	background: #D1AE9D;
	border-radius: 6px;
}

.information-right-base img {
	height: 100%;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 20px;
}

.information-right-base span {
	color: #fff;
}

.information-right-base .one-text, .information-right-base .two-text {
	font-size:80px;
}

.information-right-base .three-text {
	font-size: 50px;
	letter-spacing: 4px;
}

.information-right-base .four-text {
	display: block;
	padding: 13px 14px 13px 18px;
	line-height: 85px;
	font-size: 66px;
	letter-spacing: 4px;
}

.information-right-base .five-text, .information-right-base .six-text {
	line-height: 120px;
}

.information-right-base .five-text div, .information-right-base .six-text div {
	font-size: 52px;
	color: #fff;
	height: 77px;
}
/*有logo显示logo 无责显示文字 end*/
.width-edit{
	padding: 20px 0;
  width: 1226px;
  margin: 0 auto;
}
.width-edit-fu{
  padding: 20px 240px;
}


.title-border-style {
  width: 1195px;
  /*background-color: #1990fc;*/
  position: relative;
  margin: 0 auto;
}

.title-border-style .font-zhuanj {
  width: 495px;
  height: 42px;
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 42px;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  z-index: 999;
}

.title-border-style .left-hr, .title-border-style .right-hr {
  position: absolute;
  top: 90px;
  width: 256px;
  border: 1px solid #000000;
}

.title-border-style .left-hr {
  left: 30px;
}

.title-border-style .right-hr {
  right: 40px;
}
.is-justify-space-between-af{
	display: flex;
	justify-content: space-between;
}
