* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.specialA {
  color: #3268c6;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px solid #3268c6;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}
.triangleup {
  transform: rotate(225deg) !important;
  top: 16px !important;
}
.head {
  width: 100%;
  height: 60px;
  background: #3268c6;
}
.head .headArea {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .headArea .logo1 {
  width: 122px;
  height: 31px;
  background-image: url('/images/logo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.head .headArea .nowTime {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.typeArea {
  width: 1440px;
  margin: 0 auto;
}
.banner1 {
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner1 .banner1-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.banner1 .banner1-left .ch {
  font-size: 25px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
  letter-spacing: 0.3px;
}
.banner1 .banner1-left .en {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
}
.banner1 .banner1-right {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner1 .banner1-right li {
  cursor: pointer;
  color: #021b4d;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  position: relative;
  height: 100%;
  line-height: 115px;
}
.banner1 .banner1-right li .content {
  position: absolute;
  min-width: calc(100% + 16px);
  padding: 8px;
  left: 50%;
  top: 114px;
  z-index: 999;
  background-color: #fff;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner1 .banner1-right li .content a {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #021b4d;
  line-height: 22px;
  border-bottom: 1px dashed #cecece;
  line-height: 2.5em;
  width: 100%;
}
.banner1 .banner1-right li .content a:hover {
  font-weight: 600;
  color: #3268c6;
}
.banner1 .banner1-right li .content a:last-child {
  border: 0;
}
.banner2 {
  width: 100%;
  height: 404px;
  background-image: url('/images/noticelist/b2bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner2 .banner2d {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner2 .banner2d .ctitle {
  font-size: 86px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 120px;
  letter-spacing: 9px;
}
.banner2 .banner2d .etitle {
  opacity: 0.48;
  font-size: 48px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 67px;
  letter-spacing: 1.41px;
}
.banner3 {
  margin-top: 12px;
}
.banner3 .banner3d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner3 .banner3d .icon3 {
  width: 18px;
  height: 18px;
  background-image: url('/images/noticearticle/icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.content1 {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content1 .left {
  width: 70%;
  height: 100%;
  position: relative;
}
.content1 .left .titleArea {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.content1 .left .titleArea .title1 {
  font-size: 26px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
  line-height: 37px;
}
.content1 .left .titleArea .bfInfo {
  margin-top: 20px;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .left .titleArea .bfInfo .info1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #666666;
}
.content1 .left .titleArea .bfInfo .info1 .text2 {
  margin-right: 24px;
}
.content1 .left .titleArea .bfInfo .info2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .left .titleArea .bfInfo .info2 .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.content1 .left .titleArea .bfInfo .info2 .icon0 {
  background-image: url('/images/noticearticle/icon4.png');
}
.content1 .left .titleArea .bfInfo .info2 .text5 {
  cursor: pointer;
  margin-right: 32px;
}
.content1 .left .titleArea .bfInfo .info2 .icon1 {
  background-image: url('/images/noticearticle/icon6.png');
}
.content1 .left .titleArea .bfInfo .info2 .icon2 {
  background-image: url('/images/noticearticle/icon8.png');
}
.content1 .left .titleArea .bfInfo .info2 .icon3 {
  background-image: url('/images/noticearticle/icon10.png');
}
.content1 .left .contentArea {
  padding: 28px 0;
  line-height: 2.8;
  font-size: 16px;
}
.content1 .left .contentArea h2 {
  margin: 16px 0;
}
.content1 .left .contentArea p {
  line-height: 2.8 !important;
}
.content1 .left .contentArea img {
  max-width: 100%;
}
.content1 .left .contentArea table {
  min-width: 100% !important;
  max-width: 100% !important;
}
.content1 .left .contentArea ul > li {
  list-style: disc;
}
.content1 .left .contentArea ol > li {
  list-style: decimal;
}
.content1 .left .relatedAccessories {
  width: 100%;
}
.content1 .left .relatedAccessories .title {
  width: 100%;
  height: 42px;
  background-color: #e2ebfc;
  border-left: 5px solid #3268c6;
  padding-left: 14px;
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #3268c6;
  line-height: 42px;
  letter-spacing: 0.92px;
}
.content1 .left .relatedAccessories .relatedDetail {
  width: 100%;
  padding: 16px 0;
}
.content1 .left .relatedAccessories .relatedDetail li {
  margin: 14px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .left .relatedAccessories .relatedDetail li .lileft {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content1 .left .relatedAccessories .relatedDetail li .lileft .stitle {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 22px;
  letter-spacing: 0.67px;
}
.content1 .left .relatedAccessories .relatedDetail li .lileft .date {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 22px;
}
.content1 .left .relatedAccessories .relatedDetail li .liright {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content1 .left .relatedAccessories .relatedDetail li .liright .word {
  margin-right: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #3268c6;
  line-height: 20px;
  cursor: pointer;
}
.content1 .left .relatedAccessories .relatedDetail li .liright .word .icon12 {
  width: 18px;
  height: 18px;
  background-image: url('/images/noticearticle/icon12.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.content1 .left .relatedAccessories .relatedDetail li .liright .pdf {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ea4318;
  line-height: 20px;
  cursor: pointer;
}
.content1 .left .relatedAccessories .relatedDetail li .liright .pdf .icon14 {
  width: 18px;
  height: 18px;
  background-image: url('/images/noticearticle/icon14.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.content1 .left .relatedArticles {
  width: 100%;
}
.content1 .left .relatedArticles .title {
  width: 100%;
  height: 42px;
  background-color: #e2ebfc;
  border-left: 5px solid #3268c6;
  padding-left: 14px;
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #3268c6;
  line-height: 42px;
  letter-spacing: 0.92px;
}
.content1 .left .relatedArticles .relatedDetail {
  width: 100%;
  padding: 16px 0;
}
.content1 .left .relatedArticles .relatedDetail li {
  margin: 14px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .left .relatedArticles .relatedDetail li .stitle {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 22px;
  letter-spacing: 0.67px;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content1 .left .relatedArticles .relatedDetail li .date {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 22px;
}
.content1 .right {
  width: 25%;
  min-height: 135px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  padding: 23px 20px;
  margin-bottom: 20px;
}
.content1 .right .rightd {
  width: 100%;
}
.content1 .right .rightd .title {
  display: flex;
  align-items: center;
}
.content1 .right .rightd .title .icon {
  width: 5px;
  height: 28px;
  background-color: #3268c6;
  margin-right: 6px;
}
.content1 .right .rightd .title .text {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #3268c6;
  line-height: 30px;
  letter-spacing: 0.92px;
}
.content1 .right .rightd .friendlyLinks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19px;
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
  color: #999;
}
.content1 .right .rightd .friendlyLinks .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.content1 .right .rightd .friendlyLinks .text .hl1 {
  margin-right: 18px;
}
.content1 .right .rightd .friendlyLinks .text .linkstext {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #333333;
}
.content1 .right .rightd .friendlyLinks .text .hl2 {
  margin-left: 18px;
}
.content1 .right .rightd .friendlyLinks .triangle {
  position: absolute;
  right: 15px;
  top: 11px;
  margin-left: 12px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.content1 .right .rightd .somelinks {
  width: 100%;
}
.content1 .right .rightd .somelinks ul {
  padding-top: 12px;
  padding-left: 4px;
}
.content1 .right .rightd .somelinks ul li {
  font-size: 16px;
  line-height: 32px;
}
.content1 .right .rightd .somelinks ul li:hover a {
  color: #3268c6;
  font-weight: 600;
}
.footer {
  width: 100%;
  height: 126px;
  background: #3268c6;
}
.footer .footerd {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.footer .footerd .right .right1 {
  margin-right: 24px;
}
@media screen and (max-width: 1440px) {
  body {
    width: 1440px;
  }
}
