@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,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  /* background: #0085e2; */
  color: #fff;
}
body {
  font: 14px/1.5 "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC",
    "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑",
    STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  background: #0085e200;
}
canvas {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  margin-left: -540px;
  opacity: 0.85;
}
img {
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}
.bg-white {
  background-color: #ffffff;
}
.bg-qing {
  background: #12264b url(../images/bg_qing.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a {
  text-decoration: none;
  color: #333;
}
s {
  text-decoration: none;
}
/*清除float*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 0;
}
.clearfix {
  display: block;
  overflow: auto;
  clear: both;
  height: 0;
}
.textOver {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
input,
select {
  -webkit-appearance: none;
} /*去除input默认样式，用于ios系统*/
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
a {
  color: #fff;
  text-decoration: none;
}


.video_1_div {
  /* width: 100%; */
  height: 640px;
  margin: 0px;
}

.video_1 {
  width: 100%;
  height: 640px;
}

/*main body*/
.logo {
  width: 960px;
  height: 62px;
  margin: auto;
  display: block;
}
.logo_icon_div {
  display: block;
  float:left;
  width: 230px;
  margin: 15px 15px;
}
.logo_name_div {
  display: block;
  width: 230px;
  margin: 15px 15px;
  float:right;
}
.sys_name {
  font-size: 28px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.small {
  display: block;
  margin: 0 auto;
  width: 420px;
  color: #fff;
  font-weight: bold;
}

.bot{
	display: flex;
	justify-content: center;
	margin-top: 30rpx;
}
.bothome{
	position:relative;
	width: 420px;
	height: 420px;
	border: 10px solid #CCC;
	border-radius: 400px;
}
.bothome .box{
	transform: rotateZ(45deg);
	width: 400px;
	height: 400px;
	padding: 0px;
}		   
.bothome .box i{
	visibility: collapse;
}

.bothome .in-block{
	display:inline-block;
	position: relative;

}
.bothome .in-block .img{
	transform: rotateZ(-45deg); 
	width: 78px;
	height: 78px;
	margin-top: 62px;
	margin-left: 62px;
}
.bothome .left-top {
	width: 200px;
	height: 200px;
	border-radius: 200px 0px 0 0;
}
.bothome .right-top {
	width: 200px;
	height: 200px;
	border-radius: 0px 200px 0 0;
}
.bothome .left-bottom {
	width: 200px;
	height: 200px;
	border-radius: 0px 0px 0 200px;
}
.bothome .right-bottom {
	width: 200px;
	height: 200px;
	border-radius: 0px 0 200px 0;
}
.bothome .highSelectColor{
	background-color: #CCC;
}
