* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  border-bottom: none;
  display: block;
}
a:visited {
  color: rgba(0, 0, 0, 0.85);
}
html,
body {
  width: 100%;
  min-width: 1060px !important;
  position: relative;
}
ol,
ul {
  margin: 0 !important;
}
li {
  list-style: none;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}
.w {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600 !important;
}
h3 {
  margin-top: 0 !important;
}
input::-webkit-input-placeholder {
  color: #8F9BB3;
  font-size: 16px;
}
.disc {
  width: 2px;
  height: 2px;
  margin-right: 4px !important;
  background-color: #4C525F;
  border-radius: 50%;
}
.header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header:hover {
  transition: all 0.8s;
}
.header_tab {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header_tab .header_tab_logo {
  width: 124px;
  height: 70px;
}
.header_tab .header_tab_logo a {
  width: 100%;
  height: 70px;
}
.header_tab .header_tab_logo a img {
  width: 124px;
  height: 70px;
}
.header_tab .header_tab_detil {
  flex: 1;
  height: 100%;
  margin-left: 308px;
}
.header_tab .header_tab_detil ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.header_tab .header_tab_detil ul li {
  padding: 0 23px;
  position: relative;
}
.header_tab .header_tab_detil ul li .tab_item {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_tab .header_tab_detil ul li .tab_item .free_img {
  position: absolute;
  top: 15px;
  left: 93px;
  width: 32px;
  height: 17px;
}
.header_tab .header_tab_detil ul li:hover .tab_item {
  color: #007AFF !important;
}
.header_tab .header_tab_detil ul li:nth-child(1),
.header_tab .header_tab_detil ul li:nth-child(4),
.header_tab .header_tab_detil ul li:nth-child(5) {
  padding: 0 !important;
  margin: 0 23px;
}
.home_bj {
  position: relative;
}
.header_tab_hover {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header_tab_hover .header_tab_detil {
  flex: 1;
  margin-left: 308px;
  height: 100%;
}
.header_tab_hover .header_tab_detil ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header_tab_hover .header_tab_detil ul li {
  padding: 0 23px;
  position: relative;
}
.header_tab_hover .header_tab_detil ul li .tab_item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000 !important;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_tab_hover .header_tab_detil ul li .free_img {
  position: absolute;
  top: 15px;
  left: 90px;
  width: 32px;
  height: 17px;
}
.header_tab_hover .header_tab_detil ul li .gallery_numbers_btn,
.header_tab_hover .header_tab_detil ul li .btn {
  color: #000 !important;
}
.header_tab_hover .header_tab_detil ul li:hover .gallery_numbers_btn,
.header_tab_hover .header_tab_detil ul li:hover .btn,
.header_tab_hover .header_tab_detil ul li:hover .tab_item {
  color: #007AFF !important;
}
.header_tab_hover .header_tab_detil ul li:nth-child(1),
.header_tab_hover .header_tab_detil ul li:nth-child(4),
.header_tab_hover .header_tab_detil ul li:nth-child(5) {
  padding: 0 !important;
  margin: 0 23px;
}
.fixed-header {
  z-index: 9999;
  top: 0;
  width: 100%;
  position: fixed;
  display: none;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 12px 32px 0px rgba(9, 38, 86, 0.08), 0px 4px 16px 0px rgba(9, 38, 86, 0.04);
}
.fixed-header .header_tab_detil {
  flex: 1;
  margin-left: 300px;
}
.fixed-header .header_tab_detil ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-header .header_tab_detil ul li {
  padding: 0 23px;
  position: relative;
}
.fixed-header .header_tab_detil ul li .tab_item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000 !important;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-header .header_tab_detil ul li .free_img {
  position: absolute;
  top: 15px;
  left: 90px;
  width: 32px;
  height: 17px;
}
.fixed-header .header_tab_detil ul li .gallery_numbers_btn,
.fixed-header .header_tab_detil ul li .btn {
  color: #000 !important;
}
.fixed-header .header_tab_detil ul li:hover .gallery_numbers_btn,
.fixed-header .header_tab_detil ul li:hover .btn,
.fixed-header .header_tab_detil ul li:hover .tab_item {
  color: #007AFF !important;
}
.fixed-header .header_tab_detil ul li:nth-child(1),
.fixed-header .header_tab_detil ul li:nth-child(4),
.fixed-header .header_tab_detil ul li:nth-child(5) {
  padding: 0 !important;
  margin: 0 23px;
}
.gallery_numbers_btn,
.btn {
  outline: none !important;
  border: none !important;
  background: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  height: 70px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.btn:hover {
  background: none !important;
  color: #007AFF !important;
}
.gallery_numbers_btn:hover {
  background: none !important;
  color: #007AFF !important;
}
.drop_down {
  position: relative;
  transition: all 2s;
}
.drop_down:hover .dropdownMenu {
  display: block;
}
.dropdownMenu {
  display: none;
  position: absolute;
  top: 98% !important;
  left: -74px !important;
  padding: 10px 0 12px !important;
  width: 252px;
  background: #FFFFFF;
  box-shadow: 0px 2px 32px -6px rgba(130, 142, 153, 0.24);
  border: none !important;
  border-radius: 0px 0px 2px 2px !important;
  border-top: 2px solid #007AFF !important;
}
.dropdownMenu ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dropdownMenu ul li {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdownMenu ul li .product_service_item {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  border-bottom: none;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000 !important;
  line-height: 22px;
}
.dropdownMenu ul li:hover {
  width: 100%;
  background: #EDF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdownMenu ul li:hover .product_service_item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #007AFF !important;
  line-height: 22px;
}
.border_t {
  position: absolute;
  top: -14px;
  left: 49% !important;
  width: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #007AFF transparent;
}
.gallery_numbers_seach {
  position: relative;
  /*滚动条样式*/
}
.gallery_numbers_seach .gallery_numbers a {
  color: #FFFFFF !important;
  font-size: 16px !important;
}
.gallery_numbers_seach .gallery_numbers:hover a {
  color: #007AFF !important;
}
.gallery_numbers_seach:hover .dropdown_menu {
  display: block;
  z-index: 99999 !important;
}
.gallery_numbers_seach:hover .overall_bj {
  display: block;
}
.gallery_numbers_seach .dropdown_menu {
  display: none;
  position: absolute;
  top: 69px;
  left: -639px !important;
  width: 1060px;
  min-height: 377px !important;
  box-shadow: 0px 2px 32px -6px rgba(130, 142, 153, 0.24);
  border-radius: 0px 0px 2px 2px;
  padding: 0 32px 16px 32px !important;
  background-color: #fff !important;
  border-top: 2px solid #007AFF !important;
}
.gallery_numbers_seach .border_t {
  position: absolute;
  top: -14px;
  left: 63% !important;
  width: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #007AFF transparent;
}
.gallery_numbers_seach .seach_box {
  margin-top: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: flex-start;
}
.gallery_numbers_seach .seach_box img {
  margin-top: 4px;
  width: 16px;
  height: 16px;
}
.gallery_numbers_seach .seach_box input {
  flex: 1;
  margin-left: 12px;
  width: 100%;
  outline: none;
  border: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4C525F;
}
.gallery_numbers_seach .seach_box #fixed_close_box,
.gallery_numbers_seach .seach_box #close_box {
  display: none;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.gallery_numbers_seach .seach_box #fixed_close_box .fixed_close,
.gallery_numbers_seach .seach_box #close_box .fixed_close,
.gallery_numbers_seach .seach_box #fixed_close_box .close,
.gallery_numbers_seach .seach_box #close_box .close {
  opacity: none !important;
  width: 100%;
  height: 100%;
}
.gallery_numbers_seach .box {
  position: relative;
}
.gallery_numbers_seach .back_height {
  width: 100%;
  height: 254px;
  background-color: #fff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery_numbers_seach .back_height::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.gallery_numbers_seach .back_height::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  height: 138px;
}
.gallery_numbers_seach .back_height::-webkit-scrollbar-track {
  border-radius: 0;
}
.gallery_numbers_seach #fixed_keywords,
.gallery_numbers_seach #keywords {
  width: 100%;
  position: absolute;
  top: 44px;
  left: 0;
}
.gallery_numbers_seach #fixed_keywords #fixed_cneter_box,
.gallery_numbers_seach #keywords #fixed_cneter_box,
.gallery_numbers_seach #fixed_keywords #cneter_box,
.gallery_numbers_seach #keywords #cneter_box {
  width: 100%;
  box-shadow: 0px 2px 32px -6px rgba(130, 142, 153, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery_numbers_seach #fixed_keywords span,
.gallery_numbers_seach #keywords span {
  display: inline-block !important;
  padding: 0 0 0 28px;
  height: 44px;
}
.gallery_numbers_seach #fixed_keywords span a,
.gallery_numbers_seach #keywords span a {
  display: inline-block !important;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4C525F;
  line-height: 44px;
}
.gallery_numbers_seach #fixed_keywords span:nth-child(1),
.gallery_numbers_seach #keywords span:nth-child(1) {
  margin-top: 12px;
}
.gallery_numbers_seach #fixed_keywords span:nth-last-child(1),
.gallery_numbers_seach #keywords span:nth-last-child(1) {
  margin-bottom: 12px;
}
.gallery_numbers_seach #fixed_keywords span:hover,
.gallery_numbers_seach #keywords span:hover {
  height: 44px;
  background-color: #EDF5FF;
}
.gallery_numbers_seach .center_box {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.gallery_numbers_seach .center_box .box1 {
  flex: 1;
}
.gallery_numbers_seach .center_box .box1 .box_title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4C525F;
  line-height: 22px;
}
.gallery_numbers_seach .center_box .box1 .box_detil {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
}
.gallery_numbers_seach .center_box .box1 .box_detil .item {
  margin-top: 12px;
}
.gallery_numbers_seach .center_box .box1 .box_detil .item a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7A8090 !important;
  line-height: 22px;
}
.gallery_numbers_seach .center_box .box1 .item:hover {
  cursor: pointer;
}
.gallery_numbers_seach .center_box .box1 .item:hover a {
  color: #007AFF !important;
}
.gallery_numbers_seach .center_box .box1:nth-child(1) {
  margin: 0;
}
.gallery_numbers_seach .center_box .box1:nth-last-child(4) {
  margin: 0;
}
.carousel {
  overflow: hidden;
  width: 100%;
  height: 460px;
  color: #fff;
  z-index: 0;
}
.carousel .mySwiper {
  height: 100%;
}
.carousel .mySwiper .swiper-wrapper {
  height: 100%;
}
.carousel .mySwiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.carousel .mySwiper .swiper-wrapper .slide2 {
  background: url('https://www.chaojigongshi.com/oss/home_v2/v2/img/home_img/slide2.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel .mySwiper .swiper-wrapper .slide3 {
  background: url('https://www.chaojigongshi.com/oss/home_v2/v2/img/home_img/slide3.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel .mySwiper .swiper-wrapper .slide4 {
  background: url('https://www.chaojigongshi.com/oss/home_v2/v2/img/home_img/slide4.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel .mySwiper .swiper-wrapper .slide5 {
  background: url('https://www.chaojigongshi.com/oss/home_v2/v2/img/home_img/slide5.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel .mySwiper .swiper-wrapper .slide1 {
  margin-top: 145px;
}
.carousel .mySwiper .swiper-wrapper .slide1 .bannerTitle {
  margin: 0 !important;
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC !important;
  letter-spacing: 1px;
  text-shadow: 0px 2px 2px rgba(64, 74, 202, 0.5);
}
.carousel .mySwiper .swiper-wrapper .slide1 .bannerTitle .baas {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #007AFF;
  line-height: 56px;
}
.carousel .mySwiper .swiper-wrapper .slide1 p {
  width: 480px;
  margin-top: 24px !important;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 2px 2px rgba(68, 78, 198, 0.5);
}
.carousel .mySwiper .swiper-wrapper .slide1 .try-btn {
  display: flex;
  margin-top: 40px;
}
.carousel .mySwiper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.carousel .mySwiper .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: .03rem;
  opacity:1 !important;
}

.carousel .mySwiper .swiper-pagination-bullet-active {
  width: 64px;
  height: 6px;
  background: #FFFFFF !important;
  border-radius: .03rem;
}
.carousel .btn-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  width: 128px;
  height: 36px;
  background: #007AFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 122, 255, 0.15);
  border-radius: 2px;
  padding: 0 24px;
}
.carousel .btn-box img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.to-try {
  background-color: #007AFF;
}
.to-try:hover {
  background: #409BFF;
}
.foot .foot_top {
  width: 100%;
  height: 209px;
  background: url('https://www.chaojigongshi.com/oss/home_v2/v2/img/home_img/foot_bj.png') no-repeat;
  background-size: 100% 100%;
  background-color: #0064EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foot .foot_top .foot_top_cen {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.foot .foot_top .foot_top_brief {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  margin: 12px 0 20px;
}
.foot .foot_top .foot_top_contact {
  width: 160px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .foot_top .foot_top_contact .contact {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .foot_top .foot_top_contact:hover {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.foot .foot_top .foot_top_contact:hover .contact {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.foot .foot_center {
  width: 100%;
  background-color: #090E25;
}
.foot .foot_center .foot_center_brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 28px;
  padding-top: 28px;
}
.foot .foot_center .foot_center_brief .brief_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .foot_center .foot_center_brief .brief_box .img {
  width: 64px;
  height: 64.68px;
}
.foot .foot_center .foot_center_brief .brief_box .detil {
  margin-left: 16px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
}
.foot .foot_center .border {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.foot .foot_detil {
  margin: 47px auto 29px;
  display: flex;
  justify-content: space-between;
}
.foot .foot_detil .website_box {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
}
.foot .foot_detil .website_box h4 {
  margin: 0 !important;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.foot .foot_detil .website_box h4 a {
  color: #FFFFFF !important;
}
.foot .foot_detil .website_box .detil_box {
  margin-top: 13px !important;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: flex-start;
}
.foot .foot_detil .website_box .detil_box .detil_box_label {
  margin-top: 12px !important;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 21px;
}
.foot .foot_detil .website_box .detil_box .detil_box_label a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 21px;
}
.foot .foot_detil .website_box .detil_box .detil_box_label:hover {
  color: #FFFFFF;
}
.foot .foot_detil .website_box .detil_box .detil_box_label:hover a {
  color: #FFFFFF;
}
.foot .foot_detil .website_box .detil_box .fiste:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
.foot .foot_detil .website_box .detil_box .fiste:hover a {
  color: rgba(255, 255, 255, 0.65) !important;
}
.foot .foot_detil .website_box .detil_box .img_box {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.foot .foot_detil .website_box .detil_box .img_box .micro-blog,
.foot .foot_detil .website_box .detil_box .img_box .WeChat {
  width: 72px;
  height: 72.77px;
}
.foot .foot_detil .website_box .detil_box .img_box .micro-blog {
  margin-left: 26px;
}
.foot .finish_box {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}
.foot .finish_box .friendship_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.foot .finish_box .friendship_box .friendship {
  width: 70px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 21px;
}
.foot .finish_box .friendship_box .friendship1_box {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.foot .finish_box .friendship_box .friendship1 {
  margin-left: 16px;
  margin-bottom: 4px;
}
.foot .finish_box .friendship_box .friendship1 a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 21px;
}
.foot .finish_box .friendship_box .friendship1:hover a {
  color: #FFFFFF;
}
.foot .finish_box .backups {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .finish_box .backups .backups_title,
.foot .finish_box .backups a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 18px;
}
.foot .finish_box .backups a:hover {
  color: #FFFFFF;
}
.product_service_title {
  padding-top: 145px !important;
}
.product_service_title h3 {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC !important;
  color: #FFFFFF;
  line-height: 47px;
  text-shadow: 0px 2px 2px rgba(64, 74, 202, 0.5);
  margin-bottom: 26px;
}
.product_service_title .product_service_brief {
  width: 420px !important;
}
.product_service_title .product_service_brief {
  margin: 0 0 40px !important;
  font-size: 16px !important;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 2px 2px rgba(68, 78, 198, 0.5);
}
.product_service_title .product_service_consulting_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product_service_title .product_service_consulting_box .trial_box,
.product_service_title .product_service_consulting_box .consulting_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 36px;
  border-radius: 2px;
}
.product_service_title .product_service_consulting_box .trial_box .trial_title,
.product_service_title .product_service_consulting_box .consulting_box .trial_title,
.product_service_title .product_service_consulting_box .trial_box .consulting_title,
.product_service_title .product_service_consulting_box .consulting_box .consulting_title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.product_service_title .product_service_consulting_box .trial_box .trial_img,
.product_service_title .product_service_consulting_box .consulting_box .trial_img,
.product_service_title .product_service_consulting_box .trial_box .consulting_img,
.product_service_title .product_service_consulting_box .consulting_box .consulting_img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.product_service_title .product_service_consulting_box .trial_box {
  background: none;
  margin-left: 12px;
  width: 110px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.popular_articles_title:nth-child(1) {
  margin-top: 0;
}
.popular_articles_title:nth-child(1) .index {
  color: #F5222D !important;
}
.popular_articles_title:nth-child(2) .index {
  color: #FF7875 !important;
}
.popular_articles_title:nth-child(3) .index {
  color: #FFA39E !important;
}
._pages_li_2 {
  display: inline-block !important;
  width: 28px !important;
  height: 28px !important;
  text-align: center !important;
  font-size: 12px !important;
  font-family: PingFangSC-Regular, PingFang SC !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.45) !important;
  line-height: 28px !important;
  background-color: #fff !important;
}
#pagesA {
  margin-top: 56px !important;
}
#pagesA ._prev_,
#pagesA ._next_ {
  border-radius: 2px !important;
  line-height: 26px !important;
  background-color: #fff !important;
}
#pagesA ._page_container ._pages li {
  width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid #DFDFDF;
  line-height: 28px;
}
#pagesA ._page_container ._pages li:hover {
  border: 1px solid #2773F3;
  color: #2773F3 !important;
}
#pagesA ._active_2 {
  border: none !important;
  background: #2773F3 !important;
  color: #FFFFFF !important;
}
#pagesA ._page_container ._pages ._active_2:hover {
  color: #FFFFFF !important;
}
#pagesA ._next_,
#pagesA ._prev {
  width: 5px;
  height: 8px;
  background-color: #fff !important;
}
.lue {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 21px !important;
}
.view_details_box:hover {
  border: 1px solid #409BFF !important;
}
.view_details_box:hover a {
  color: #409BFF !important;
}
.on_trial:hover {
  cursor: pointer;
  border: 1px solid #409BFF !important;
}
.on_trial:hover .on_trial_title {
  color: #409BFF !important;
}
.mask_bj {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
