@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;
}

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/dashboard/footer2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
}
.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;
}

.banner-style {
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url("../images/news/banner.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-container {
	position: absolute;
  width: 1200px;
	margin: auto;
	color: #fff;
  text-align: center;
}
.banner-title1 {
	margin-bottom: 24px; 
	font-size: 40px;
}
.banner-title2 {
	font-size: 20px;
  font-weight: lighter;
}

.content-bg {
  width: 100%;
  height: 3900px;
  background-image: url("../images/news/contentbg.png");
  background-size: 100% 100%;
	background-repeat: no-repeat;
}
.content {
  width: 1200px;
  height: 100%;
  margin: auto;
	margin-top: -86px;
  /* border: 1px solid red; */
}

.content-card {
  width: 100%;
  height: 288px;
  margin: 86px 0;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid green;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}
.content-card:hover {
	cursor: pointer;
}

.content-card img {
	width: 226px;
	height: 215px;
}

.content-card-left {
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}

.content-card-right {
  float: right;
  width: calc(100% - 288px);
  height: 100%;
  margin-right: 12px;
  padding: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.content-card:hover {
	transform: scale3d(1.05, 1.05, 1);
}
.content-card:hover .tit {
	color: rgb(0, 191, 247);
}

.btn-style {
  width: 90px;
  height: 24px;
  line-height: 24px;
  background-color: rgb(59, 96, 247);
  border-radius: 15px;
	font-size: 14px;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 0;
}

.time {
  color: #666;
	font-size: 16px;
}

.tit {
  color: #333;
  font-size: 26px !important;
  width: 100%;
	line-height: 36px;
}

.ellipsis-multiline {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.time03 {
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

/* 分页 */
#page {
	width: 374px;
	height: 54px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.unit {
	width: 54px;
	height: 54px;
	box-sizing: border-box;
	color: rgb(82, 116, 225);
	border: 3px solid rgb(82, 116, 225);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	user-select: none;
}

.pageContent {
	width: 214px;
	height: 54px;
	position: relative;
	overflow: hidden;
}
.moveArea {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 0;
}

.num {
	margin-right: 26px;
}

.unit:hover {
	background-color: rgb(82, 116, 225);
	color: #fff;
	cursor: pointer;
}
.moveArea .active {
	background-color: rgb(82, 116, 225);
	color: #fff;
	cursor: pointer;
}

.disabledBtn {
	color: #ccc;
	background-color: rgba(55, 55, 55, 1);
}
.disabledBtn:hover {
	background-color: rgba(55, 55, 55, 1);
	color: #ccc;
	cursor: no-drop;
}
