@charset "UTF-8";

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,
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
	/* font-family: "Helvetica", Helvetica, Arial, sans-serif; */
	font-family: "Noto Sans SC", PingFangSC, helvetica neue, hiragino sans gb,
		arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}

legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a {
	color: #fff;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

.common-width {
	width: 1200px;
	margin: auto;
}

.hover-style:hover {
	cursor: pointer;
}

a {
	text-decoration: none;
}

/* nav */

header {
	min-width: 998px;
}

.header-wrap {
	padding: 5px 0 0 0;
	height: 75px;
	position: relative;
	z-index: 103;
	background-image: url("../images/news/nav.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
}

/*menu*/
#nav {
	z-index: 9999;
	width: 1300px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	height: 75px;
	display: block;
}
#nav .jquery_out {
	float: left;
	display: block;
	padding: 5px;
}
#nav .mainlevel {
	width: 125px; /*IE6 only*/
	float: left;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
}
.mainlevel > a {
	height: 64px;
	font-size: 16px;
	padding: 0 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 64px;
}
#nav .mainlevel a:hover {
	color: #000;
	text-decoration: none;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 9999;
}
.mainlevel ul {
	background-color: rgba(79, 108, 233, 0.8);
	/* background-color: rgba(28, 31, 48, 0.8); */
}
#sub_02 li a {
	text-align: left;
	display: inline-block;
	width: 156px;
	height: 24px;
	line-height: 24px;
	margin: 4px 0;
	margin-left: 20px;
	font-size: 14px !important;
	letter-spacing: 1px;
	z-index: 9999;
}
#sub_03 li a {
	display: inline-block;
	width: 120px;
	height: 24px;
	line-height: 24px;
	margin: 4px 0;
	margin-left: -6px;
	font-size: 14px !important;
	letter-spacing: 1px;
}
#sub_04 li a {
	display: inline-block;
	width: 120px;
	height: 24px;
	line-height: 24px;
	margin: 4px 0;
	margin-left: -6px;
	font-size: 14px !important;
	letter-spacing: 1px;
}

.sub-nav {
	margin-top: -2px;
}
.phone-style {
	width: 20px;
	height: 20px;
	margin-right: 8px !important;
}

.active-style {
	color: #000 !important;
	text-decoration: none;
}

/* footer */
.footer2-style {
	margin-top: 6px;
	height: 450px;
	background-image: url("../images/news/footer.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #000;
}
.footer2-title {
	font-size: 22px;
	padding: 64px 0 30px 0;
}
.footer2-text {
	font-size: 16px;
	margin: 28px 0;
}
.footer2-tip {
	color: #ccc;
	font-size: 18px;
	margin-top: 94px;
	letter-spacing: 2px;
}

/* content */
.content-bg {
	width: 100%;
	background-color: #fff;
}
.content {
	width: 1200px;
	height: 100%;
	margin: auto;
	/* border: 1px solid red; */
	color: #000;
	font-size: 14px;
	line-height: 24px;
}
.title {
	margin-top: 80px;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 6px;  
}
.sub-title {
	font-size: 16px;
	margin: 40px 0;
}
.sub-title span {
	display: inline-block;
}
.sub-title > span {
	margin-right: 20px;
}
.content .cover {
	margin: 24px auto;
	text-align: center;
}
.content .cover img {
	width: 100%;
}


/* 章节样式 */
.card-module {
	text-align: center;
}
.icon-style {
	/* width: 500px; */
	height: 48px;
	display: flex;
	align-items: center;
	margin: 12px 0px;
	box-sizing: border-box;
}
.icon-style p {
	max-width: 970px;
	text-align: left;
	margin-left: 10px;
	color: #1565d2;
	text-wrap: wrap;
}
.circle {
	width: 44px;
	height: 44px;
	border: 1px dashed #1565d2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle-content {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	background-color: #1565d2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.line {
	width: 24px;
	height: 1px;
	border-top: 1px dashed #1565d2;
}
.long {
	width: 6px;
	height: 100%;
	background-color: #1565d2;
}
.card-footer {
	width: 100%;
	height: 24px;
	margin: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.card-footer div {
	width: 50%;
	border: 1px dashed #1565d2;
}
.card-footer p {
	margin: 0 24px;
	width: 24px;
	height: 24px;
	background-color: #1565d2;
}

.footer-phone {
	text-align: center;
}
.footer-phone a {
	color: #1565d2;
	font-size: 24px;
	vertical-align: bottom;
}

.solution {
	box-sizing: border-box;
	padding: 0 48px;
	text-align: center;
}
.solution-item {
	text-align: left;
	margin: 24px 0;
}
.solution-item::before {
	content: "●";
	color: #1565d2;
	margin-right: 24px;
}

.solution-title {
	font-size: 24px;
	font-weight: 600;
	padding: 24px;
	margin: 24px 0;
	box-sizing: border-box;
}
.solution-title-color1 {
	width: 240px;
	margin-left: calc(50% - 120px);
	color: rgb(71, 193, 168);
	background-color: rgba(228, 254, 232, 1);
	border-left: 8px solid rgb(71, 193, 168);
	border-right: 8px solid rgb(71, 193, 168);
}
.solution-title-color2 {
	width: 248px;
	margin-left: calc(50% - 124px);
	color: rgb(71, 193, 168);
	background-color: rgba(228, 254, 232, 1);
	border-left: 8px solid rgb(71, 193, 168);
	border-right: 8px solid rgb(71, 193, 168);
}
.solution-title-color3 {
	width: 256px;
	margin-left: calc(50% - 128px);
	color: rgb(164, 209, 61);
	background-color: rgba(228, 254, 232, 1);
	border-left: 8px solid rgb(164, 209, 61);
	border-right: 8px solid rgb(164, 209, 61);
}
.solution-title-color4 {
	width: 210px;
	margin-left: calc(50% - 105px);
	color: rgb(32, 156, 243);
	background-color: rgba(228, 254, 232, 1);
	border-left: 8px solid rgb(32, 156, 243);
	border-right: 8px solid rgb(32, 156, 243);
}
.solution-title-color5 {
	width: 136px;
	margin-left: calc(50% - 68px);
	color: rgb(103, 88, 204);
	background-color: rgba(235, 228, 254, 1);
	border-left: 8px solid rgb(103, 88, 204);
	border-right: 8px solid rgb(103, 88, 204);
}
.solution-title-color6 {
	width: 160px;
	margin-left: calc(50% - 80px);
	color: rgb(71, 193, 168);
	background-color: rgba(228, 254, 232, 1);
	border-left: 8px solid rgb(71, 193, 168);
	border-right: 8px solid rgb(71, 193, 168);
}
.solution-title-color7 {
	width: 208px;
	margin-left: calc(50% - 104px);
	color: rgb(32, 156, 243);
	background-color: rgba(228, 254, 232, 1);
	border-left: 8px solid rgb(32, 156, 243);
	border-right: 8px solid rgb(32, 156, 243);
}
.solution-title-blue {
	color: rgb(32, 156, 243);
}
.solution-hr {
	width: 100%;
	height: 24px;
	margin: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.solution-hr div {
	width: 50%;
	border: 1px solid rgb(32, 156, 243);
}
.solution-hr p {
	margin: 0 12px;
	width: 12px;
	height: 12px;
	background-color: rgb(32, 156, 243);
	border-radius: 50%;
}
.solution-hr-title {
	width: 100%;
	height: 24px;
	margin: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.solution-hr-title div {
	width: 50%;
	border: 1px solid rgb(32, 156, 243);
}
.solution-hr-title p {
	color: rgb(32, 156, 243);
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.margin-left-48px {
	margin-left: 48px;	
}
.margin-vertical-12px {
	margin-top: 12px;
	margin-bottom: 12px;
}

.flex-space-between {
	display: flex;
	justify-content: space-between;
}

.full-width {
	width: 100%;
}

.solution li {
	text-align: left;
	vertical-align: middle;
	list-style-type: disc;
}

.text-indent {
	text-indent: 2em;
}

.no-margin {
	margin: 0;
}

.font-size-18px {
	font-size: 18px;
}

.color-light-red {
	color: rgb(226, 91, 94);
}

.color-blue {
	color: #1565d2;
}

.ml-31 {
	margin-left: 31px;
}
