.banner {
  width: 100%;
  height: auto;
  margin: auto;
}
/*article 最新版本*/
.news-activities {
  background: #F9F9F9;
  margin-top: -56px;
}
.news-activities-main {
  width: 1200px;
  padding-top: 62px;
  margin: auto;
}
.news-title {
  margin: auto;
}
.news-title h6 {
  font-size: 12px;
  color: #475471;
  letter-spacing: 4px;
  text-align: center;
}
.news-title h6::after {
  display: block;
  content: "";
  width: 43px;
  height: 3px;
  background-color: #0055a0;
  margin: 8px auto;
}
.news-title h1 {
  font-size: 32px;
  color: #1a2c4f;
  text-align: center;
}
.news-content {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.news-content .news {
  width: 896px;
}
.news .news-item {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
.news .news-item .news-pic {
  width: 286px;
  height: 181px;
  margin-right: 24px;
  overflow: hidden;
}
.news .news-item .news-pic img {
  width: 100%;
  height: auto;
}
.news .news-item .news-wrap {
  width: 610px;
  padding: 20px 24px 12px 0;
  display: flex;
  flex-direction: column;
}
.news .news-item .news-wrap h2 {
  font-size: 20px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.news .news-item .news-wrap p {
  font-size: 14px;
  height: 66px;
  color: #616161;
  letter-spacing: 0;
  line-height: 22px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-top: 16px;
}
.news .news-item .news-wrap span {
  font-size: 12px;
  color: #616161;
  letter-spacing: 0;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.news .news-item .news-wrap span img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.news-content .stock {
  width: 284px;
}
.news-content .stock .stock-main {
  padding: 32px 28px 0 32px;
}
.stock .stock-main .name {
  font-size: 20px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px;
}
.stock .stock-main .price {
  font-family: "Gilroy-Bold";
  font-size: 42px;
  color: #5db456;
  letter-spacing: 0;
  line-height: 45px;
  display: flex;
  align-items: center;
}
.stock .stock-main .price .up{
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.stock .stock-main span {
  display: block;
  width: 219px;
  height: 1px;
  background-color: #ededed;
  margin: 20px 0 16px 0;
}
.stock .stock-main p {
  font-size: 16px;
  color: #616161;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 2px;
}
.stock .stock-main h3 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 26px;
 
}
.stock .stock-main .time {
  font-size: 12px;
  color: #616161;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 34px;
}
 .more {
  display: block;
  width: 156px;
  height: 49px;
  border: solid 2px #979797;
  text-align: center;
  line-height: 49px;
  font-size: 14px;
  color: #2b2b2b;
  margin: 48px auto 109px;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../Gilroy-Bold/gilroy-bold.woff-webfont.woff") format("woff");
}

/* end */
/*article 之前版本*/
.article {
  width: 1124px;
  margin: auto;
  display: flex;
  padding: 60px 0 54px 0;
  justify-content: space-between;
}

.article .articleLeft {
  width: 562px;
  cursor: default;
}

.article h2 {
  font-size: 20px;
  color: #00569b;
  line-height: 26px;
  font-weight: bold;
}

.article .title {
  padding-left: 28px;
}

.article .articleLeft p {
  font-size: 14px;
  color: #595757;
  line-height: 26px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.article .articleRight {
  width: 446px;
  position: relative;
}

.article .articleRight .articleRight_title {
  width: 446px;
  display: flex;
}

.article .articleRight .articleRight_title span {
  margin-right: 44px;
  font-size: 20px;
  color: #00569b;
  font-weight: bold;
  padding-left: 6px;
  cursor: pointer;
  height: 42px;
}

.article .articleRight .articleRight_title .line {
  position: absolute;
  width: 90px;
  height: 2px;
  left: 0;
  top: 30px;
  z-index: 1;
  background-color: #00569b;
}

.article .articleRight > hr {
  width: 100%;
  border: solid 1px #f6f6f6;
  position: absolute;
  top: 23px;
}

.article .articleRight .articleRight_info {
  padding-top: 15px;
  height: 98px;
  overflow: hidden;
}

.article .articleRight .articleRight_info .item1 {
  position: relative;
  display: none;
}

.article .articleRight .articleRight_info .item1:first-child {
  display: block;
}

.article .articleRight .articleRight_info a {
  color: #808080;
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.article .articleRight .articleRight_info a:hover {
  color: #00569b;
}

.article .articleRight .articleRight_info a > span {
  padding-right: 25px;
}

.article .articleRight .articleRight_info hr {
  position: absolute;
  left: 88px;
  top: -10px;
  height: 82px;
  border: solid 1px #f6f6f6;
}

/*article结束*/
/*section*/
.accordion-wrap {
  width: 100%;
  height: 296px;
  position: relative;
  margin-bottom: 68px;
}
.accordion-wrap::before {
  display: block;
  content: "";
  width: 100%;
  height: 148px;
  background-color: #F9F9F9;
}
.accordion {
  width: 1404px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.accordion .accordion-main {
  width: 100%;
  height: 296px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  background: url("/image/item_ip.png") no-repeat;
  /* background: url("/image/index-ip.png") no-repeat; */
  background-size: 3493px 296px;
  background-position: 0 0;
}

.accordion-main li {
  transition: 0.4s;
  width: 220px;
  height: 296px;
  background: url("/image/item_ip.png") no-repeat;
  background-size: 3398px 296px;
  cursor: pointer;
}

.accordion-main li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.accordion li:nth-child(1) {
  background-position: -509px 0;
}

.accordion li:nth-child(2) {
  background-position: -1223px 0;
}

.accordion li:nth-child(3) {
  background-position: -1943px 0;
}
.accordion li:nth-child(4) {
  background-position: -2667px 0;
}

.accordion li:nth-child(1):hover {
  width: 500px;
  background-position-x: -716px;
}

.accordion li:nth-child(2):hover {
  width: 500px;
  background-position-x: -1445px;
}

.accordion li:nth-child(3):hover {
  width: 500px;
  background-position-x: -2171px;
}
.accordion li:nth-child(4):hover {
  width: 500px;
  background-position-x: -2898px;
}
