* {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
ul,
ol,
li {
  list-style: none !important;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
input,
button,
select,
textarea {
  outline: 0;
  -webkit-appearance: button;
  border-radius: 0;
}
select {
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
cite,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
i,
b {
  font-style: normal;
}
html body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #F8FCFF;
}
body {
  height: auto;
  color: #303133;
  background-color: #F8FCFF;
  font-family: "Helvetica";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft Yahei";
  background: #f9f9f9;
  font: 14px "Microsoft Yahei", "Tahoma", "SimSun";
}
.left {
  float: left;
}
.right {
  float: right;
}
.comhead {
  width: 100%;
  height: auto;
}
.p_center {
  width: 1600px;
  margin: 0 auto;
}
.p_center2 {
  width: 1628px;
  margin: 0 auto;
}
.navBox {
  background: #0061d9;
  height: 90px;
}
.navBox .p_center {
  height: 100%;
  display: flex;
  align-items: center;
}
.navBox img {
  width: 170.37px;
  margin: 0 90px 0 0;
}
.navBox ul {
  display: flex;
}
.navBox ul li {
  width: 170px;
  height: 90px;
}
.navBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #ffffff;
}
.navBox ul li:hover,
.navBox ul li.cur {
  background: #ffffff;
}
.navBox ul li:hover a,
.navBox ul li.cur a {
  color: #0c66de;
  font-weight: bold;
}
.linkBox {
  background-color: #0074e1;
  width: 100%;
  height: 302px;
  box-sizing: border-box;
  padding-top: 49px;
}
.linkBox p.title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 22px;
  width: 100%;
  text-align: left;
}
.linkBox a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.linkBox a:hover {
  color: @hover_text;
}
.linkBox .leftBox {
  width: 156px;
  float: left;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ffffff;
}
.linkBox .leftBox a:last-child {
  margin-bottom: 0;
}
.linkBox .rightBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.linkBox .rightBox div {
  display: flex;
  flex-direction: column;
}
.foot {
  height: 250px;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 52px 0 0 0;
}
.foot p {
  width: 100%;
  margin-bottom: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.foot p span {
  margin-right: 40px;
}
.foot p span:last-child {
  margin-right: 0;
}
#iframeBox {
  width: 1300px;
}
#iframeBox canvas {
  margin: 0 auto;
  display: block;
}
