.one-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container {
  width: 100%;
  min-width: 1250px;
}
.container .center {
  width: 1200px;
  margin: 0 auto;
}

.header-box {
  padding: 30px 0;
}

.space-span {
  width: 1px;
  height: 40px;
  background: #dbdbdb;
  display: block;
  margin: 0 15px;
}

.logo-img {
  display: block;
  width: 238px;
  height: 55px;
  overflow: hidden;
}
.logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-2img {
  width: 283px;
  height: 44px;
  overflow: hidden;
}
.logo-2img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-head {
  width: 283px;
  height: 35px;
  overflow: hidden;
}
.right-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-x {
  background-color: #1854ea;
}
.nav-x .nav-li {
  height: 60px;
  flex: 1;
  position: relative;
}
.nav-x .nav-li:hover {
  background-color: #df0024;
}
.nav-x .nav-li .nav-label-active{
    background-color: #df0024;
}
.nav-x .nav-li:hover .nav-group {
  display: block;
}
.nav-x .nav-label {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.nav-x .nav-group {
  position: absolute;
  width: 100%;
  display: none;
  background: #ffffff;
  overflow: hidden;
  top: 60px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99;
}
.nav-x .nav-group a {
  display: block;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  font-size: 15px;
}
.nav-x .nav-group a:hover {
  background-color: #df0024;
  color: #ffffff;
}

.swiper-home {
  position: relative;
  overflow: hidden;
  height: 600px;
  min-width: 1250px;
}
.swiper-home .h-s {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-home .h-s img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-home .swiper-from {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 20;
  pointer-events: none;
}
.swiper-home .reserve {
  width: 360px;
  height: 338px;
  background: #ffffff;
  border-radius: 10px;
  pointer-events: auto;
  padding: 30px;
  box-sizing: border-box;
}
.swiper-home .reserve .from-name {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #222222;
}
.swiper-home .reserve .submit {
  height: 48px;
  width: 100%;
  background: linear-gradient(90deg, #ff6c39 0%, #df0024 100%);
  border-radius: 23px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.swiper-home .reserve .from-input {
  width: 300px;
  height: 48px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin: 25px 0;
  overflow: hidden;
}
.swiper-home .reserve .from-input:focus-within {
  border: 1px solid #097be6;
}
.swiper-home .reserve .from-input input {
  height: 100%;
  flex: 1;
  border: 0;
  padding: 5px;
  box-sizing: border-box;
}
.swiper-home .reserve .from-input input:focus {
  outline: none;
}
.swiper-home .reserve .from-input .ver-code {
  width: 115px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-home .reserve .from-input .ver-code img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-home .home-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.business {
  background: #f2f4fa;
}
.business .business-box::after, .business .business-box::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.business-ul {
  padding-bottom: 50px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.business-ul .business-li {
  width: 383px;
  margin-right: 25px;
  margin-bottom: 25px;
  background: #ffffff;
  margin-bottom: 55px;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.5s;
  border-radius: 5px;
}
.business-ul .business-li:nth-child(3n) {
  margin-right: 0;
}
.business-ul .business-li:hover {
  box-shadow: 0px 0px 14px 3px #e8e8e8;
}
.business-ul .business-li .bus-icon {
  width: 106px;
  height: 106px;
  background: #1854ea;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}
.business-ul .business-li .bus-name {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  display: block;
  height: 45px;
  position: relative;
  margin: 23px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-ul .business-li .bus-name::after {
  width: 20px;
  height: 3px;
  background: #1854ea;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.business-ul .business-li .bus-desc {
  width: 225px;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  color: #999999;
  line-height: 24px;
  margin: 0 auto;
  display: block;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business-ul .business-li .bus-link {
  width: 130px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dcdee3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 40px auto;
}
.business-ul .business-li .bus-link:hover{
    background: #df0024;
    color:#fff;
    box-shadow:0px 3px 9px 0px rgb(223 0 36 / 23%);
}
.business-ul .business-li .bus-link .iconfont {
  margin-left: 10px;
}

.mode-margin {
  margin: 80px 0 48px 0;
}

.mode-title {
  text-align: center;
}
.mode-title .title_zn {
  font-size: 70px;
  font-weight: 800;
  color: #ebedf2;
  text-transform: uppercase;
}
.mode-title .title_cn {
  font-size: 46px;
  font-weight: bold;
  color: #222222;
  margin-top: -35px;
  margin-bottom: 23px;
}
.mode-title .title_desc {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.ser-li {
  margin-bottom: 40px;
}
.ser-li:nth-child(even) {
  flex-direction: row-reverse;
}
.ser-li .ser-img {
  width: 540px;
  height: auto;
  overflow: hidden;
}
.ser-li .ser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ser-li .ser-desc {
  flex: 1;
  width: 660px;
  background: #f2f4fa;
  box-sizing: border-box;
  padding: 30px 50px;
}
.ser-li .ser-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.ser-li .ser-head .ser-icon{
    height:50px;
    width:50px;

}
.ser-li:nth-child(1) .ser-icon{
    background: url(../images/icon7.png) no-repeat center center;
    background-size: auto 100%;
}
.ser-li:nth-child(2) .ser-icon{
    background: url(../images/icon8.png) no-repeat center center;
    background-size: auto 100%;
}
.ser-li:nth-child(3) .ser-icon{
    background: url(../images/icon9.png) no-repeat center center;
    background-size: auto 100%;
}
.ser-li:nth-child(4) .ser-icon{
    background: url(../images/icon10.png) no-repeat center center;
    background-size: auto 100%;
}
.ser-li .ser-head .ser-number {
  font-size: 110px;
  color: #999999;
  font-weight: bold;
  opacity: 0.12;
}
.ser-li .ser-title {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ser-li .ser-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 28px 0;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ser-li .ser-link {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border: 1px solid #dcdee3;
}
.ser-li .ser-link .iconfont {
  margin-left: 12px;
}
.ser-li .ser-link:hover {
  background: #df0024;
  color: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(223, 0, 36, 0.23);
}

.info {
  background: url(../images/bg2.png) no-repeat center center/100% 100%;
}

.info-box {
  height: 1091px;
}
.info-box::after, .info-box::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.info-box .info-title {
  margin: 210px 0 60px 0;
}
.info-box .info-title .title_zn {
  color: #f8f8f8 !important;
  opacity: 0.5 !important;
}
.info-box .info-title .title_cn {
  color: #fff !important;
}
.info-box .info-title .title_desc {
  color: #fff;
}
.info-box .info-container {
  height: 520px;
  background: #ffffff;
  padding: 60px 50px;
  box-sizing: border-box;
}
.info-box .info-l {
  flex: 1;
  padding: 32px 10px;
  box-sizing: border-box;
}
.info-box .info-l h4 {
  font-size: 32px;
  font-weight: bold;
  color: #222222;
}
.info-box .info-l p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  height: 175px;
  margin: 37px 0 46px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.info-box .info-l .deta-a {
  width: 150px;
  height: 44px;
  background: #df0024;
  box-shadow: 0px 3px 9px 0px rgba(223, 0, 36, 0.23);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
.info-box .info-r {
  width: 550px;
  height: 400px;
  overflow: hidden;
}
.info-box .info-r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-types {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.news-types .news-btn {
  width: 150px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #d7dddf;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 0 7px;
  cursor: pointer;
}
.news-types .news-btn:hover {
  color: #ffffff;
  background: #df0024;
  border-radius: 25px;
}
.news-types .news-btn-active {
  color: #ffffff;
  background: #df0024;
  border-radius: 25px;
}

.news-detail {
  width: 100%;
  position: relative;
}
.news-detail .news-detail-box {
  min-height: 525px;
  display: none;
}
.news-detail .news-detail-box-active {
  display: flex;
}

.news-det-l {
  width: 540px;
  height: 525px;
  background: #f7f7f7;
  padding: 30px;
  box-sizing: border-box;
}
.news-det-l .news-det-img {
  border-radius: 1px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news-det-l .news-det-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-det-l h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  margin: 27px 0 19px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-det-l p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  height: 50px;
}

.news-button {
  margin: 0 auto;
  margin-top: 50px;
}

.btn-link {
  width: 120px;
  height: 36px;
  background: #d7140b;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-det-r {
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
  width: 660px;
}
.news-det-r .news-item {
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececee;
}
.news-det-r .news-item-left {
  width: 105px;
  height: 105px;
  border-right: 1px solid #ececee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-det-r .news-item-left .news-day {
  font-size: 40px;
  font-family: PingFang;
  font-weight: bold;
  color: #000000;
}
.news-det-r .news-item-left .news-time {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  margin-top: 25px;
}
.news-det-r .new_link {
  width: 504px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  box-sizing: border-box;
}
.news-det-r .new_link:hover h5 {
  color: #1854ea;
}
.news-det-r .new_link h5 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-det-r .new_link p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.client-box {
  background: url(../images/bg3.png) no-repeat center center/100% 100%;
}
.client-box .client {
  padding-bottom: 200px;
}
.client-box .client::after, .client-box .client::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.client-box .client .mode-title {
  margin-top: 210px;
}
.client-box .client-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.client-box .client-li {
  width: 190px;
  height: 120px;
  background: #ffffff;
  margin: 46px 25px;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  color: white;
}
.client-box .client-li:hover {
  color: #d7140b;
  background: #d7140b;
}
.client-box .client-li:hover .client-li-container {
  color: #fff;
}
.client-box .client-li:hover .client-li-container .client-name {
  display: flex;
}
.client-box .client-li:hover .client-li-container .client-img {
  display: none;
}
.client-box .client-li .client-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-box .client-li .client-img img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.client-box .client-li::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 96px solid transparent;
  border-right: 95px solid transparent;
  border-bottom: 55px solid;
  position: absolute;
  left: 0;
  bottom: 120px;
  color: inherit;
}
.client-box .client-li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 96px solid transparent;
  border-right: 95px solid transparent;
  border-top: 55px solid;
  position: absolute;
  left: 0;
  top: 120px;
  color: inherit;
}
.client-box .client-li-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.client-box .client-li-container .client-name {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-one {
  /* height: 475px; */
  padding-bottom:80px;
  background: #292b2f;
}
.footer-one .foot-one {
  padding-top: 70px;
  box-sizing: border-box;
  height: 100%;
}

.footer-two {
  height: 70px;
  background: #292b2f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-two .foot-tow {
  height: 100%;
}
.footer-two p {
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}
.footer-two p a {
  color: inherit;
}

.foot-code {
  width: 283px;
}
.foot-code .c-img .code-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.foot-code .c-img .code-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot-code .c-img .code-span {
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  margin-top: 15px;
}

.foot-nav {
  flex: 1;
  margin-right: 25px;
}

.nav-f-ul {
  width: 100%;
}
.nav-f-ul .nav-f-li {
  flex: 1;
}
.nav-f-ul .nav-fs {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-bottom: 35px;
}
.nav-f-ul .nav-fa {
  color: #aaaaaa;
  font-size: 14px;
  display: block;
  margin-bottom: 17px;
  align-self: flex-start;
}
.nav-f-ul .nav-fa:hover {
  color: #097be6;
}

.banner-img {
  width: 100%;
  /* height: 320px; */
}
.banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     vertical-align: top;
}

.history-nav .history-a {
  color: #666666;
  font-size: 14px;
}
.history-nav .history-a:hover {
  color: #1854ea;
}
.history-nav .history-a-active {
  color: #1854ea;
}
.history-nav .icon-home1 {
  font-size: 14px !important;
}
.history-nav .iconfont {
  color: #666666;
  font-size: 12px;
}

.history-box {
  border-bottom: 1px solid #eee;
}

.tab-nav .tab-a {
  height: 66px;
  display: block;
  text-align: center;
  line-height: 66px;
  margin-right: 55px;
  color: #222222;
  box-sizing: border-box;
  font-size:16px;
}
.tab-nav .tab-a:hover {
  color: #0083fe;
  border-bottom: 4px solid #1854ea;
}
.tab-nav .tab-a-active {
  color: #0083fe;
  border-bottom: 4px solid #1854ea;
}

.about-div {
  padding: 40px 0;
  box-sizing: border-box;
  min-height: 700px;
  font-size:16px;
}

.top-bar {
  height: 70px;
}

.buy-sell-x {
  background: #f2f4fa;
}

.buy-x {
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(163, 163, 163, 0.16);
}

.buy-list {
  padding: 30px;
  width: 100% !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.buy-list .buy-li .buy-a {
  padding: 10px;
  display: block;
  color: #333333;
  font-size: 14px;
}
.buy-list .buy-li .buy-a:hover {
  background: #df0024;
  border-radius: 4px;
  color: #fff;
}

.buy-consoles {
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(163, 163, 163, 0.16);
  margin: 20px 0;
  padding: 0 20px;
}
.buy-consoles .buy-btn {
  color: #666666;
  margin-right: 60px;
}
.buy-consoles .buy-btn:hover {
  color: #3d7eff;
  cursor: pointer;
}
.buy-consoles .buy-btn .iconfont {
  font-size: 14px !important;
}

.trademark-list {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.trademark-list .trademark-item {
  width: 232px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 315px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(163, 163, 163, 0.16);
}
.trademark-list .trademark-item:nth-child(5n) {
  margin-right: 0;
}
.trademark-list .trademark-item:hover .trad-img .trad-btn {
  bottom: 0;
}
.trademark-list .trad-footer {
  height: 85px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trademark-list .trad-footer span {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trademark-list .trad-footer p {
  font-size: 12px;
  font-weight: 400;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trademark-list .trad-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.trademark-list .trad-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trademark-list .trad-img .trad-btn {
  width: 100%;
  height: 36px;
  background: #1854ea;
  position: absolute;
  bottom: -36px;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.5s;
}
.trademark-list .trad-img .trad-btn .iconfont {
  font-size: 15px;
  font-weight: 100;
  margin-right: 8px;
}

.trademark-detail {
  background: #f2f4fa;
  padding-bottom: 80px;
}

.trad-buy {
  padding: 30px;
  box-sizing: border-box;
  height: 620px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(163, 163, 163, 0.16);
}
.trad-buy .trad_img {
  width: 445px;
  height: 445px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trad-buy .trad_img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.trad-buy .trad_right {
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trad-buy .trad_pr .trad_name {
  font-size: 34px;
  font-weight: bold;
  color: #222222;
}
.trad-buy .trad_pr .trad_time {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin: 20px 0;
}
.trad-buy .trad_pr .trad_price {
  width: 658px;
  height: 90px;
  background: #f7f7f7;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.trad-buy .trad_pr .trad_price span {
  font-size: 30px;
  font-weight: bold;
  color: #f52930;
}
.trad-buy .trad_pr .trad_desc {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 36px;
}

.trad-btns button {
  border-radius: 4px;
  border: 0;
  font-size: 20px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.trad-btns button .iconfont {
  font-size: 20px;
}
.trad-btns .trad_btn-1 {
  width: 180px;
  height: 50px;
  background: #df0024;
  margin-right: 20px;
}
.trad-btns .trad_btn-2 {
  width: 250px;
  height: 50px;
  background: #1854ea;
}

.trad_img_list {
  height: 100px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.trad_img_list .trad_img_item {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 50px;
  overflow: hidden;
  cursor: pointer;
}
.trad_img_list .trad_img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.trad_img_list .trad_img_item:hover {
  border: 3px solid #1854ea;
}
.trad_img_list .trad_img_item-active {
  border: 3px solid #1854ea;
}

.trad-exhibit {
  padding: 40px 0;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(163, 163, 163, 0.16);
  margin: 20px 0;
  min-height: 500px;
}
.trad-exhibit .trad-title {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  padding-left: 30px;
  border-left: 4px solid #1854ea;
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.w-full {
  width: 100%;
}

.justify-end {
  justify-content: flex-end;
}

.flex-col {
  flex-direction: column;
}
/* 添加样式 */
.prise_sws_box {
    width: 100%;
    overflow: hidden;
  }
  .prise_sws_box .custo_swier {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
  }

  .prise_sws_box .custo_swier li {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom:20px;
  }
  .prise_sws_box .custo_swier li img {
    max-height: 100%;
    max-width: 100%;
  }
  .custo_swier .bd{display:flex;justify-content: center;}
  .custo_swier .ulWrap{display:flex;}
  .custo_swier .ulWrap .picList{display:inline-block;}
  /* 新闻中心 */
  .news_box {
    width: 100%;
    min-width: 1200px;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .news_box .news_content {
    width: 1200px;
    margin: 0 auto;
  }

  .news_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .news_list .news_li {
    width: 380px;
    height: 447px;
    margin-right: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
  }
  .news_list .news_li:nth-child(3n) {
    margin-right: 0;
  }
  .news_list .news_li .news_img {
    width: 380px;
    height: 278px;
    overflow: hidden;
  }
  .news_list .news_li .news_img img {
    width: 100%;
    height: 100%;
  }
  .news_list .news_li .news_p {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    margin: 10px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    font-weight:500;
  }
  .news_list .news_li .news_time {
    font-size: 17px;
    color: #999999;
  }
  .news_list .news_li .news_foot {
    font-size: 17px;
    color: #555555;
    margin-top: 40px;
  }
  /* 文章详情 */
  .office-title {
    text-align: center;
    padding: 32px 0;
    padding-top:0px;
    box-sizing: border-box;
  }
  .office-title h4 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .office-title span {
    font-size: 16px;
    color: #999999;
  }

  .office-content {
    width: 100%;
    border-bottom: 1px solid #d8d9da;
    border-top: 1px solid #d8d9da;
    min-height: 700px;
    padding:20px 0;
    line-height:28px;
  }
  /* 联系我们 */
  .concat_desc {
    padding: 65px 0;
    display: flex;
  }
  .concat_desc .ci {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
  }
  .concat_desc .ci .conicon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #004999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .concat_desc .ci .conname {
    color: #666666;
  }
  .concat_desc .ci .con_text {
    margin-top: 14px;
    display: block;
    font-size: 18px;
    color: #333333;
    line-height:28px;
  }

  .concat_map {
    height: auto;
    width: 100%;
  }
  /* 商标代理 */
.va_box{
    background: #fff;
}
.va{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.va_li{
    box-sizing: border-box;
    padding:30px 15px 10px 20px;
    width:230px;
    height:180px;
    overflow:hidden;
    margin-right:10px;
    background: #f2f4fa;
    margin-bottom:10px;
}
.va_li:nth-child(5n){
    margin-right:0;
}
.va_li .va_num{
    color:#0076fe;
    font-size:30px;
    font-weight:500;
    margin-bottom:12px;
}
.va_li .va_topic{
    color:#222222;
    font-size:18px;
    font-weight:500;
    margin-bottom:13px;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.va_intro{
    color:#666666;
    font-size:14px;
    line-height:25px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.process{
    background: #f2f4fa;
}
.process_pic{
    width:100%;
}
.process_pic img{
    width:100%;
}
#code-verify{width:115px;height:48px;display:flex;align-items: center;justify-content: center;}
#code-verify img{width:100%;}
/* 侧边栏 */
#service{width:161px;height:290px;position:fixed;top:450px;right:0px; z-index:100;}
*html #service{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#service li{width:161px;height:53px;}
#service li img{float:right;}
#service li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#service li a .shows{display:block;}
#service li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#service li a.weixin_area .hides{display:none;position:absolute;right:143px;}
#service li a.weixin_area .weixin{display:none;position:absolute;right:0;top:48px}
#p2{width:112px;background-color:#df0024;height:47px;margin-left:47px;border:1px solid #df0024;text-align:center;line-height:44px}
#p3{width:112px;background-color:#df0024;height:47px;margin-left:47px;border:1px solid #df0024;text-align:center;line-height:44px}
#p1{width:47px;height:49px;float:left}
