:root {
  --main-color: #1C2864;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.grid {
  display: grid;
  gap: 20px;
}

.picBox {
  overflow: hidden;
}
.picBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.product_page .picBox img {
	object-fit:contain;
}
a.button {
  position: relative;
  display: inline-block;
  padding: 13px 56px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  box-shadow: inset 0 0 0 0 var(--main-color);
  border-radius: 22.5px;
}

a.button:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 var(--main-color);
}

a.button:active {
  transform: scale(0.9);
}

.header {
  height: 120px;
  background: var(--main-color);
}
.header .flex {
  height: 100%;
  align-items: center;
}
.header .top {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .top .cont {
  display: inline-block;
  vertical-align: middle;
}
.header .top .cont span {
  font-size: 16px;
  color: #fff;
}
.header .top .cont span.iconfont {
  font-size: 18px;
  margin-top: 2px;
}
.header .top .language {
  display: flex;
  align-items: center;
}
.header .top a {
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.header .top a span {
  font-size: 7px;
  margin-right: 10px;
}
.header .index_nav ul {
  height: 74px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header .index_nav ul li {
  margin: 0 40px 0 45px;
}
.header .index_nav ul li:last-child {
  margin-right: 0;
}
.header .index_nav ul a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.header .w1400 {
  padding: 0 10px;
}

.index_page.index_page1 {
  padding: 40px 0 60px;
}
.index_page.index_page1 .index_tit {
  text-align: center;
}
.index_page.index_page2 {
  padding: 60px 0 80px;
  background: #F4F4F4;
}

.index_page5 {
  height: 600px;
  background: url(486c47ee2f09_index_img06.jpg) no-repeat right center;
}

.index_tit {
  margin-bottom: 40px;
}
.index_tit p {
  font-size: 38px;
  font-weight:600;
  color: var(--main-color);
  margin-bottom: 10px;
}
.index_tit h3 {
  font-size: 26px;
 /*  font-weight: bold; */
  color: #333333;
}
.index_tit h3 span {
  color: #bd1e1d;
}

.index_product .grid {
  gap: 30px 18px;
  grid-template-columns: repeat(4, 1fr);
}
.index_product .grid li .picBox {
  background: url(b9f648b8d6fa_product_libg.jpg) no-repeat top center;
  padding: 12px;
  background-size: 100%;
}
.index_product .grid li:hover .picBox{
	border:1px solid #1C2864;
}
.index_product .grid li:hover img{
	transform:scale(1.05);
}
.index_product .grid li p {
  text-align: center;
  font-size: 18px;
  color: var(--main-color);
  line-height: 1;
  margin-top: 20px;
}

.index_page2 .flex {
  align-items: flex-start;
}
.index_page2 .flex .right {
  transform: translateX(40px);
}
.index_page2 .flex .ser_li {
  margin: 55px 0 65px;
}
.index_page2 .flex .ser_li li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.index_page2 .flex .ser_li li p {
  font-size: 16px;
  color: #000033;
  line-height: 30px;
}
.index_page2 .flex .ser_li li span.iconfont {
  color: #1C2864;
  font-size: 28px;
  min-width: 36px;
  margin-right: 6px;
}

.index_page3 {
  display: flex;
  flex-wrap: wrap;
}
.index_page3 .item {
  position: relative;
}
.index_page3 .item:nth-child(2) {
  width: 47.6%;
}
.index_page3 .item:nth-child(3) {
  width: 52.4%;
}
.index_page3 .item:nth-child(3) .fontBox {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  max-width: 700px;
}
.index_page3 .item:nth-child(3) .fontBox .index_tit {
  margin-bottom: 27px;
}
.index_page3 .item:nth-child(3) .fontBox .index_tit p {
  color: #fff;
  margin-bottom: 10px;
}
.index_page3 .item:nth-child(3) .fontBox .index_tit h3 {
  color: #fff;
/*   font-size: 48px; */
}
.index_page3 .item:nth-child(3) .fontBox .editor {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
.index_page3 .item:nth-child(3) .fontBox a.button {
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 0 #C11C1B;
}
.index_page3 .item:nth-child(3) .fontBox a.button:hover {
  color: #fff;
  border-color: #C11C1B;
  box-shadow: inset 0 -100px 0 0 #C11C1B;
}
.index_page3 .item:first-child .fontBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.index_page3 .item:first-child .fontBox .index_tit {
  text-align: center;
}
.index_page3 .item:first-child .fontBox .index_tit p {
  color: #fff;
  margin-bottom: 18px;
}
.index_page3 .item:first-child .fontBox .index_tit h3 {
  color: #fff;
 /*  font-size: 30px; */
}
.index_page3 .item:first-child .fontBox a.button {
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 0 #fff;
}
.index_page3 .item:first-child .fontBox a.button:hover {
  color: var(--main-color);
  box-shadow: inset 0 -100px 0 0 #fff;
}
.index_page3 .item:last-child .fontBox {
  position: absolute;
  width: 1420px;
  height: 340px;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 75px;
  padding-top: 25px;
}
.index_page3 .item:last-child .fontBox .span {
  font-size: 28px;
  color: var(--main-color);
}
.index_page3 .item:last-child .fontBox .h3 {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 25px;
}
.index_page3 .item:last-child .fontBox .p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.index_page5 {
  padding-top: 50px;
}
.index_page5 .message-tit {
  text-align: center;
  margin-bottom: 56px;
}
.index_page5 .message-tit h3 {
  font-size: 28px;
  color: var(--main-color);
  margin-bottom: 40px;
  line-height: 1;
}
.index_page5 .message-tit p {
  font-size: 16px;
  color: #666;
}
.index_page5 .form {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.index_page5 .form .input-field {
  width: calc((100% - 20px) / 2);
}
.index_page5 .form .input-field input {
  padding: 20px 15px;
}
.index_page5 .form .input-field label {
  transform: translateY(1.6rem);
}
.index_page5 .form .input-field:nth-last-child(2) {
  width: 100%;
}

.index_page4 {
  padding: 60px 0 80px;
}
.index_page4 .index_tit {
  text-align: center;
}
.index_page4 .index_tit p {
  font-size: 38px;
  color: var(--main-color);
}
.index_page4 .news_module {
  margin-top: 40px;
}

.news_module {
  display: grid;
  gap: 30px;
  height: 500px;
}
.news_module .item {
  height: 100%;
  overflow: hidden;
  background: var(--main-color);
  border-radius: 10px;
  overflow: hidden;
}
.news_module .item a:hover .picBox img {
  transform: scale(1.1);
}
.news_module .item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.news_module .item:first-child .picBox {
  height: 404px;
}
.news_module .item:first-child .fontBox {
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.news_module .item:first-child .fontBox .tit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  max-width: 485px;
}
.news_module .item:first-child .fontBox .tit span {
  display: none;
}
.news_module .item:first-child .fontBox .time {
  display: flex;
  align-items: center;
}
.news_module .item:first-child .fontBox .time h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 5px;
  margin-right: 5px;
}
.news_module .item:first-child .fontBox .time p {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  opacity: 0.5;
}
.news_module .item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
  height: 300px;
}
.news_module .item:nth-child(2) .picBox {
  height: 208px;
}
.news_module .item:nth-child(2) .fontBox {
  height: 92px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_module .item:nth-child(2) .fontBox .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.news_module .item:nth-child(2) .fontBox .tit span {
  display: none;
}
.news_module .item:nth-child(2) .fontBox .time2 {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
  margin-top: 8px;
}
.news_module .item:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1/2;
}
.news_module .item:nth-child(3) .picBox {
  height: 208px;
}
.news_module .item:nth-child(3) .fontBox {
  height: 92px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_module .item:nth-child(3) .fontBox .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.news_module .item:nth-child(3) .fontBox .tit span {
  display: none;
}
.news_module .item:nth-child(3) .fontBox .time2 {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
  margin-top: 8px;
}
.news_module .item:last-child {
  grid-column: 3/5;
  grid-row: 2/3;
  height: 172px;
  background: #fff;
  border: 1px solid #ccc;
  background: url(d2a3221290b8_index_img06.png) no-repeat center;
}
.news_module .item:last-child a {
  padding: 0 30px 0 24px;
  display: block;
  width: 100%;
  height: 100%;
}
.news_module .item:last-child a:hover .fontBox .tit {
  color: #fff;
}
.news_module .item:last-child a:hover .fontBox .time2 span:last-child {
  color: #fff;
}
.news_module .item:last-child .picBox {
  display: none;
}
.news_module .item:last-child .fontBox .tit {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 35px 0 25px;
  border-bottom: 1px solid #ccc;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.news_module .item:last-child .fontBox .tit span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_module .item:last-child .fontBox .time2 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_module .item:last-child .fontBox .time2 span {
  font-size: 14px;
  color: #fff;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.f_btm {
  height: 60px;
  background: #000000;
}
.f_btm .w1400 {
  height: 100%;
}
.f_btm .flex {
  height: 100%;
  align-items: center;
}
.f_btm .flex > div {
  display: flex;
  align-items: center;
}
.f_btm .flex span {
  font-size: 16px;
  color: #999;
  margin-right: 15px;
}
.f_btm .flex a {
  font-size: 16px;
  color: #999;
}
.f_btm .flex a:hover {
  text-decoration: underline;
}

.f_top {
  background: var(--main-color);
  padding: 50px 0 40px 0;
}
.f_top .flex {
  justify-content: space-between;
  gap: 100px;
}
.f_top .flex .item {
 /*  padding-top: 32px; */
}
.f_top .flex .item:first-child {
  padding-top: 0;
}
.f_top .flex .item h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.f_top .flex .item a {
  display: block;
  line-height: 20px;
  margin: 16px 0;
  font-size: 16px;
  color: #c6c6c8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.f_top .flex .item a:hover {
  color: #fff;
}
.f_top .flex .item p {
  line-height: 36px;
  font-size: 16px;
  color: #c6c6c8;
}
.f_top .flex .item:last-child h3 {
  margin-bottom: 12px;
}
.f_top .flex .share {
  display: flex;
  align-items: center;
}
.f_top .flex .share a {
  margin-right: 20px;
}
.f_top .flex .ewm {
  text-align: center;
  margin-top: 10px;
}
.f_top .flex .ewm p {
  font-size: 12px;
  line-height: 2;
 /*  margin-top: 20px; */
}

.inside_banner {
  position: relative;
}
.inside_banner .fontBox {
  position: absolute;
  left: 13.5416666667%;
  top: 220px;
  z-index: 3;
}
.inside_banner .fontBox h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.inside_banner .fontBox p {
  font-size: 24px;
  color: #fff;
  margin-top: 25px;
}

.about-title {
  text-align: center;
  margin-bottom: 40px;
}
.about-title p {
  padding: 9px 30px 9px 30px;
  background: #C11C1B;
  color: #fff;
  font-size: 18px;
  border-radius: 21px;
  text-align: center;
  display: inline-block;
}
.about-title h3 {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
  margin-top: 20px;
}

.about_page1 .about-title {
  text-align: left;
  margin-bottom: 0;
}
.about_page1 .flex {
  justify-content: space-between;
  gap: 0 80px;
}
.about_page1 .flex .right {
  max-width: 680px;
  margin-top: 60px;
}
.about_page1 .flex .left {
  max-width: 630px;
}
.about_page1 .flex .editor {
  margin-top: 30px;
  font-size: 16px;
  color: #444444;
  line-height: 2.25;
}
.about_page1 .flex .editor .ab_sp {
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about_page {
  padding: 60px 0 80px;
}

.about_page2 {
  background: #F3F4F5;
}

.company_list {
  gap: 25px 20px;
  grid-template-columns: repeat(3, 1fr);
}

.honor {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.honor .swiper {
  padding: 10px 0;
}

.honor .swiper-slide {
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.honor .swiper-button-prev,
.honor .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #cccccc;
  transition: all 0.3s;
}

.honor .swiper-button-prev::after,
.honor .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

.honor .swiper-button-prev:hover,
.honor .swiper-button-next:hover {
  background: var(--main-color);
}

.honor .swiper-button-prev {
  left: -80px;
}


.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #cccccc;
  transition: all 0.3s;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background: var(--main-color);
}

.banner .swiper-button-prev {
  left: 60px;
}

.banner .swiper-button-next {
  right: 60px;
}


#banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    display: inline-block;
    background: #d6d8e1;
    opacity: 0.2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
    opacity: 1;
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-color);
    width: 56px;
    transition-delay: 0s;
}

#banner .swiper-pagination {
    bottom: 30px;
}

#banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 4px;
    cursor: pointer;
    border-radius: 0;
    background: #d6d8e1;
}

#banner .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #3769fe;
    z-index: 11;
}

#banner .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 60px;
}

#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    animation: banAnimate 5s;
    animation-timing-function: linear;
}

#banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before {
    animation: banAnimate 5s;
    animation-timing-function: linear;
}

@keyframes banAnimate {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

.pro_list_page {
  padding: 60px 0 80px;
}
.pro_list_page > .grid {
  grid-template-columns: minmax(auto, 260px) minmax(auto, calc(100% - 260px));
  gap: 0 50px;
  justify-content: space-between;
}
.pro_list_page .type_name {
  height: 71px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.pro_list_page .type_name p {
  font-size: 22px;
  color: #666;
}
.pro_list_page .type_name span {
  font-size: 18px;
  display: none;
}
.pro_list_page ul.grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.pro_list_page ul.grid li {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
}
.pro_list_page ul.grid li a {
  position: relative;
  display: block;
}
.pro_list_page ul.grid li a .fontBox {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
.pro_list_page ul.grid li a .fontBox p {
  font-size: 16px;
  color: #666;
}
.pro_list_page ul.grid li a .fontBox .iconfont {
  font-size: 24px;
  color: #666;
}
.pro_list_page ul.grid li a:hover .picBox img {
  transform: scale(1.17);
}
.pro_list_page ul.grid li a:hover .fontBox p {
  color: var(--main-color);
}
.pro_list_page ul.grid li a:hover .fontBox span {
  color: var(--main-color);
}

.pro_nav {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}
.pro_nav ul {
  padding: 0 30px 0 21px;
  position: relative;
}
.pro_nav ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: var(--barTop, 0);
  width: 100%;
  height: 70px;
  background: var(--main-color);
  bottom: -2px;
  transition: all 0.3s ease;
  z-index: 3;
}
.pro_nav li {
  height: 70px;
  border-top: 1px dashed #ccc;
  position: relative;
  z-index: 9;
}
.pro_nav li:first-child {
  border-top: none;
}
.pro_nav li img {
  max-width: 24px;
  margin-right: 20px;
}
.pro_nav li.active a {
  color: #fff;
}
.pro_nav li.active a::before {
  border-color: #fff;
}
.pro_nav li a {
  padding: 25px 0;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  display: flex;
  align-items: center;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.introduct {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.introduct .picBox {
  max-width: 650px;
  width: calc(50% - 20px);
  height: 485px;
  border: 1px solid #ccc;
}
.introduct .picBox .product_swiper {
  height: 100%;
}
.introduct .picBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduct .textBox {
  width: calc(50% + 20px);
  height: 485px;
  padding-left: 60px;
  position: relative;
}
.introduct .textBox .pro-name {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  padding: 20px 0 15px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.introduct .textBox .pro-inf {
  padding-top: 32px;
}
.introduct .textBox .pro-inf .editor {
  font-size: 18px;
  color: #666666;
  line-height: 48px;
  margin-top: 0px;
}
.introduct .textBox .pro-control {
  width: calc(100% - 40px);
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 1;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.introduct .textBox .pro-control .item {
  width: 25%;
  border-right: 1px solid #ccc;
}
.introduct .textBox .pro-control .item:last-child {
  border-right: none;
}
.introduct .textBox .pro-control .item:nth-child(3) a i {
  margin-left: 10px;
}
.introduct .textBox .pro-control .item:first-child a i {
  margin-right: 10px;
  transform: rotate(180deg);
}
.introduct .textBox .pro-control .item a {
  width: 100%;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-weight: 600;
}
.introduct .textBox .pro-control .item a i {
  display: block;
  font-size: #999999;
  font-size: 20px;
}
.introduct .textBox .pro-control .item a:hover {
  background: var(--main-color);
  color: #fff;
}
.introduct .textBox .pro-control .item a:hover i {
  color: #fff;
}

.ht_b {
  margin-top: 40px;
  height: 60px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ht_b p {
  font-size: 18px;
  background: var(--main-color);
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 50px 0 40px;
  font-weight: 600;
}

.detail-editor {
  padding: 40px 20px;
  line-height: 3;
  font-size: 16px;
  color: #333;
}

.product_page {
  padding: 60px 0 80px;
}

.support_page {
  padding: 60px 0 80px;
}

.support_list li {
  padding: 30px 40px;
  border-bottom: 1px solid #CFD5E1;
}
.support_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support_list li .picBox {
  width: 300px;
  height: 225px;
  border-radius: 10px;
  background: var(--main-color);
}
.support_list li .fontBox {
  max-width: 900px;
  width: 100%;
}
.support_list li .fontBox h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px;
}
.support_list li .fontBox p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.news_page {
  padding: 60px 0 80px;
}

.news_list .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news_list .grid li {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #fff;
}
.news_list .grid li .picBox {
  position: relative;
}
.news_list .grid li .picBox .time {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #1C2864;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.news_list .grid li .picBox .time span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.news_list .grid li .fontBox {
  padding: 20px 20px 20px 10px;
}
.news_list .grid li .fontBox h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 30px;
  margin-bottom: 15px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.news_list .grid li .fontBox p {
  font-size: 14px;
  color: #666666;
}
.news_list .grid li a:hover .picBox .time {
  color: #fff;
  background: #BD1C1F;
}
.news_list .grid li a:hover .fontBox h3 {
  color: #BD1C1F;
}

.news_tit {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto 30px auto;
}

.news_time {
  font-size: 14px;
  color: #999999;
  text-align: center;
  height: 56px;
  line-height: 54px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.news_page .editor {
  font-size: 16px;
  line-height: 2.25;
  color: #333333;
  padding: 40px 30px 70px 30px;
}

.news_control {
  border-top: 1px solid #E0E0E0;
}
.news_control .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.news_control .back a {
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 58px;
  transition: ease-in-out 0.3s;
  font-size: 16px;
  color: #999999;
}
.news_control .back a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.news_control .left-n p {
  display: flex;
  align-items: center;
  line-height: 2;
  padding: 8px 0;
}
.news_control .left-n p span {
  font-size: 16px;
  color: #999999;
}
.news_control .left-n p a {
  font-size: 16px;
  color: #333;
  transition: ease-in-out 0.3s;
}
.news_control .left-n p a:hover {
  color: var(--main-color);
}

.contact_page .w1400 {
  display: grid;
  grid-template-columns: minmax(auto, 475px) minmax(auto, 925px);
  grid-auto-rows: minmax(auto, 500px);
}
.contact_page .w1400 .left {
  border-right: 1px solid #E5E5E5;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
.contact_page .w1400 .right {
  padding-left: 175px;
  padding-top: 85px;
}
.contact_page .w1400 .right h3 {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
}
.contact_page .w1400 .right p {
  font-size: 20px;
  color: #666666;
  line-height: 3;
}
.contact_page .w1400 .right p img {
  margin-top: 20px;
  margin-right: 6px;
}/*# sourceMappingURL=css.css.map */
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}