@charset "UTF-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td,
tbody,
tr,
td,
th,
label {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
@font-face {
	font-family: PingFangSC-Medium;
	font-style: normal;
	src: url('https://ciic-prod-oss.oss-cn-shanghai.aliyuncs.com/font/PingFangSC-Medium.ttf');
  font-display: swap;
}
@font-face {
	font-family: PingFangSC-Light;
	font-style: normal;
	src: url('https://ciic-prod-oss.oss-cn-shanghai.aliyuncs.com/font/PingFangSC-Light.ttf');
  font-display: swap;
}
@font-face {
	font-family: PingFangSC-Regular;
	font-style: normal;
	src: url('https://ciic-prod-oss.oss-cn-shanghai.aliyuncs.com/font/PingFangSC-Regular.ttf');
  font-display: swap;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a,
s {
  text-decoration: none;
  color: #666;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
/*  border: 0;*/
  outline: none;
  resize: none;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}
/*公共类*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*tab*/
.active {
  border-bottom: 4px solid #4d729f;
  height: 44px;
  color: #4d729f;
  font-size: 12px;
}
/*边距清0*/
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}

.logo {
  float: left;
}

.logo>img {
  height: 53px;
  background-size: cover;
  background-position: center;
}

.flexItem-middle {
  width: 52%;
  height: 100%;
  display: inline-block;
  text-align: left;
}
.menu-active span {
  color: #2652A0 !important;
}
#menuList {
  margin-left: 0;
  /* width: 100%; */
  display: flex;
  font-size: 16px;
  height: 100%;
}

#menuList li {
  margin-left: 0;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: .04rem solid transparent;
  display: flex;
  align-items: center;
  width: 12.5%;
}

#menuList li span,
#menuList li span a {
  color: rgba(23, 35, 64, 0.84);
}

.flexItem-right {
  float: right;
  display: flex;
  align-items: center;
  justify-content: end;
}

.right-menu {
  display: flex;
  width: 150px;
  align-items: center;
  margin-right: 40px;
}

.rightimg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.rightBtn {
  width: 116px;
  height: 40px;
  line-height: 40px;
  background: rgba(38, 82, 160, 1);
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  cursor:pointer;
}
#loginBtn {
  width: 80px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color:rgba(38, 82, 160, 1);
  font-weight: 500;
  text-align: center;
  cursor:pointer;
  border: 1px solid rgba(38, 82, 160, 1)
}
.footer {
  display: none;
  height: 195px;
  background: #1E2B47;
}
.footer-box {
  height: 100%;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.footer-phone {
  margin-left: 80px;
  flex: 1;
}
.footer-phone  p:first-child {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  margin-top: 15px;
  height: 22px;
  color: #FFFFFF;
  letter-spacing: 1.14px;
  font-weight: 500;
}
.footer-phone  p:nth-child(2) {
  margin-top: 16px;
  height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}
.footer-phone  p:nth-child(3) {
  height: 20px;
  margin-top: 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}
.footer-phone  p:nth-child(3) span {
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #2185FF;
  font-weight: 400;
}

.footer-right {
  display: flex;
}
.right-phone {
  width: 110px;
  margin-top: 20px;
  text-align: center;
  font-family: PingFangSC-Regular;
}
.right-phone p:first-child {
  font-size: 14px;
  height: 22px;
  color: #FFFFFF;
}
.right-phone p:nth-child(2) {
  font-size: 13px;
  color: #F4A22D;
  margin-top: 8px;

}
.right-phone p:nth-child(3) {
  font-size: 11px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
}


