.hidden {
  display: none;
}
.hidden-md {
  display: none;
}
.read_more_btn {
  display: block;
  width: 120px;
  margin: 0 auto;
  line-height: 32px;
  border-radius: 100px;
  border: 1px solid #eb5405;
  background-color: transparent;
  color: #eb5405 !important;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.read_more_btn img {
  margin-left: 10px;
  vertical-align: middle;
}
.leo-6 {
  width: 50%;
  float: left;
}
.leo-row {
  width: 100%;
}
.Home-banner {
  padding-top: 100px;
}
.Home-banner .item img {
  width: 100%;
  vertical-align: middle;
}
.Home-banner .page_father {
  position: absolute;
  width: 100%;
  bottom: 26px;
  text-align: center;
}
.Home-banner .banner-page {
  display: inline-block;
  position: relative;
}
.Home-banner .banner-page .swiper-pagination-bullet {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0 30px;
  background: url(../images/banner-dots.png);
  vertical-align: middle;
  box-sizing: border-box;
  opacity: 1;
  font-size: 0px;
}
.Home-banner .banner-page .swiper-pagination-bullet:nth-child(n+2)::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: url(../images/banner_moredot.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
}
.Home-banner .banner-page .swiper-pagination-bullet-active {
  width: 21px;
  height: 21px;
  opacity: 1;
  background-image: url(../images/banner-active-dots.png);
  background-position: no ;
}
.section {
  padding-top: 146px;
  padding-bottom: 84px;
  background-color: #fff;
}
.home_title {
  position: relative;
  margin-bottom: 36px;
  text-align: center;
}
.home_title::before {
  content: 'Pentasmart ';
  display: block;
  font-size: 120px;
  color: #f8f8f8;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -90px;
  z-index: 1;
}
.home_title .t {
  position: relative;
  z-index: 2;
  color: #222222;
  font-size: 46px;
  font-weight: bold;
  font-family: 'phagspab';
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
}
.home_title .t .red {
  color: #eb5405;
}
.home_title .sub_t {
  font-size: 14px;
  color: #888888;
}
.home_title .line {
  width: 56px;
  height: 2px;
  display: block;
  margin: 10px auto;
  background-color: #eb5405;
}
.home_title .title_cricle1 {
  position: absolute;
  left: 28%;
  bottom: 0;
  z-index: 20;
}
.home_title .title_cricle2 {
  position: absolute;
  right: 28%;
  top: -38px;
  z-index: 20;
}
.section_product {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.section_product .cricle {
  position: absolute;
  left: 50%;
  top: -190px;
  transform: translateX(-50%);
  z-index: 1;
}
.section_product .auto-container {
  position: relative;
  z-index: 2;
}
.product_wrapper .product_body .product_item {
  margin: 0 -8px;
}
.product_wrapper .product_body .product_item .product_sort .sort_item {
  width: 33.333%;
  float: left;
}
.product_wrapper .product_body .product_item .product_sort .sort_item a {
  position: relative;
  display: block;
  padding: 8px;
}
.product_wrapper .product_body .product_item .product_sort .sort_item a > div {
  border-radius: 5px;
  overflow: hidden;
}
.product_wrapper .product_body .product_item .product_sort .sort_item a img {
  width: 100%;
}
.product_wrapper .product_body .product_item .product_sort .sort_item .sort_item_name {
  position: absolute;
  bottom: 28px;
  left: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.product_wrapper .product_body .product_item .hot-product-father {
  position: relative;
}
.product_wrapper .product_body .product_item .hot-product-father .swiper-hot-product {
  padding: 10px;
}
.product_wrapper .product_body .product_item .hot-product-father .swiper-button-arr {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url(../images/product-arr.png) no-repeat center;
}
.product_wrapper .product_body .product_item .hot-product-father .swiper-button-arr:hover {
  background-image: url(../images/product-arr-hover.png);
}
.product_wrapper .product_body .product_item .hot-product-father .swiper-button-prev {
  left: -54px;
}
.product_wrapper .product_body .product_item .hot-product-father .swiper-button-next {
  right: -54px;
  transform: rotate(180deg);
}
.product_wrapper .product_body .product_item ul {
  margin: 0 -20px;
}
.product_wrapper .product_body .product_item li {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.product_wrapper .product_body .product_item li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.product_wrapper .product_body .product_item li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product_wrapper .product_body .product_item li .img {
  margin: auto;
  max-width: 100%;
}
.product_wrapper .product_body .product_item li .info {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.product_wrapper .product_body .product_item li .info .t {
  font-size: 18px ;
  color: #333;
}
.product_wrapper .product_body .product_item li .info p {
  font-size: 14px;
  color: #999;
}
.product_wrapper .product_body .product_item .more_product {
  text-align: center;
}
.section_customer {
  position: relative;
  overflow: hidden;
}
.section_customer .cricle {
  position: absolute;
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section_customer .auto-container {
  position: relative;
  z-index: 2;
}
.customer_wrapper li {
  width: 16.666%;
  float: left;
  padding: 10px;
}
.customer_wrapper li:hover img {
  opacity: 0.4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.customer_wrapper li div {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}
.customer_wrapper li img {
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.Home-about {
  position: relative;
  overflow: hidden;
}
.Home-about .cricle {
  position: absolute;
  left: -358px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.Home-about .Home-about-container {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}
.Home-about .Home-about-container .video_l {
  position: relative;
  width: 49%;
  height: 514px;
  display: inline-block;
  vertical-align: middle;
}
.Home-about .Home-about-container .video_l_box {
  width: 960px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.Home-about .Home-about-container .info_r {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 94px;
  box-sizing: border-box;
}
.Home-about .swiper-company-img {
  display: none;
}
.Home-about .swiper-company-img .item-img img {
  width: 100%;
}
.Home-about .swiper-company-img .swiper-slide {
  transform: scale(1);
}
.Home-about .swiper-company-img .company-img-page .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.Home-about .swiper-company-img .company-img-page .swiper-pagination-bullet-active {
  background-color: #eb5405;
}
.Home-about .about_c .img {
  margin-bottom: 18px;
}
.Home-about .about_c .img img {
  width: 140px;
}
.Home-about .about_c .t {
  font-weight: bold;
  font-size: 34px;
  color: #333;
}
.Home-about .about_c h4 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.Home-about .about_c p {
  margin-top: 26px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.Home-about .about_c .more_about {
  display: block;
  margin-top: 40px;
  width: 131px;
  height: 44px;
  border-radius: 50px;
  background-color: #dddddd;
  color: #666666;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
}
.section-honor {
  background-color: #f8f8f8;
  background: url(../images/honor_bg.jpg) no-repeat;
}
.section-honor .home_title::before {
  color: #eee;
}
.section-honor .swiper-honor-father {
  position: relative;
  margin-top: 0px;
}
.section-honor .swiper-honor-father .item {
  position: relative;
  border: 4px solid #e5e5e5;
  border-radius: 4px;
}
.section-honor .swiper-honor-father img {
  width: 100%;
}
.section-honor .swiper-honor-father .pagination-honor {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.section-honor .swiper-honor-father .pagination-honor .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 10px;
  background-color: #fff;
  opacity: 1;
}
.section-honor .swiper-honor-father .pagination-honor .swiper-pagination-bullet-active {
  background-color: #eb5405;
}
.section_news {
  background-color: #f8f8f8;
}
.section_news .home_title::before {
  color: #eee;
}
.home-news {
  margin-top: 40px;
}
.home-news .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
}
.home-news .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.home-news .item:hover .dec .t {
  color: #eb5405;
}
.home-news .item:hover .foot .more {
  background-color: #eb5405;
  color: #fff;
}
.home-news .item .foot {
  margin-top: 20px;
}
.home-news .item .foot .date {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  color: #eb5405;
  background-color: #fff6f1;
}
.home-news .item .foot .date img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 2px;
}
.home-news .item .foot .more {
  padding: 5px 10px;
  float: right;
  font-size: 14px;
  border-radius: 20px;
  background-color: #eeeeee;
  color: #999999;
  transition: all 0.25s ease-in;
}
.home-news .img {
  overflow: hidden;
}
.home-news .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.home-news .dec {
  position: relative;
  padding: 28px 18px;
  background-color: #fff;
  box-sizing: border-box;
}
.home-news .dec .t {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #1b1e20;
  font-weight: normal;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news .dec .p {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.Home-news-father {
  position: relative;
}
.Home-news-father .Home-news-page {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 45px;
}
.Home-news-father .Home-news-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 4px;
  background-color: #dddddd;
  opacity: 1;
}
.Home-news-father .Home-news-page .swiper-pagination-bullet-active {
  background-color: #eb5405;
}
.section_msg {
  position: relative;
  overflow: hidden;
  padding: 140px 0 96px;
}
.section_msg .cricle {
  position: absolute;
  right: -508px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section_msg .auto-container {
  position: relative;
  z-index: 2;
}
.section_msg .msg_wrapper .img {
  height: 470px;
}
.section_msg .msg_wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_msg .panel {
  margin-bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  background-color: #fff;
}
.section_msg .panel .panel-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #999999;
}
.section_msg .contact-panel {
  padding-right: 5%;
  box-sizing: border-box;
}
.section_msg .contact-form-box {
  box-sizing: border-box;
  width: 100%;
}
.section_msg .contact-form-box dt {
  margin-bottom: 55px;
}
.section_msg .contact-form-box dt .t {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
  line-height: 30px;
}
.section_msg .contact-form-box dt p {
  color: #666;
  font-size: 16px;
}
.section_msg .contact-form-box dt p span {
  color: #f00;
}
.section_msg .contact-form-box .contact-form .form-group {
  position: relative;
  margin-bottom: 14px;
}
.section_msg .contact-form-box .contact-form .form-group.leo-6-m {
  width: 49%;
  float: left;
  position: relative;
  margin-right: 2%;
}
.section_msg .contact-form-box .contact-form .form-group.leo-6-m:last-child {
  margin-right: 0;
}
.section_msg .contact-form-box .contact-form .form-group .tips {
  position: absolute;
  left: 26px;
  line-height: 48px;
  z-index: 1;
  color: #aaaaaa;
  font-size: 16px;
}
.section_msg .contact-form-box .contact-form .form-group .tips i {
  color: #ff0000;
  font-style: normal;
}
.section_msg .contact-form-box .contact-form input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 16px;
  outline: none;
  color: #252121;
  border: 1px solid #eeeeee;
  border-radius: 100px;
}
.section_msg .contact-form-box .contact-form input::placeholder {
  color: #999999;
}
.section_msg .contact-form-box .contact-form input:focus {
  border-color: #eb5405;
}
.section_msg .contact-form-box .contact-form textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  outline: none;
  color: #252121;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  resize: none;
}
.section_msg .contact-form-box .contact-form textarea::placeholder {
  color: #999999;
}
.section_msg .contact-form-box .contact-form textarea:focus {
  border-color: #eb5405;
}
.section_msg .contact-form-box .submit-btn {
  width: 208px;
  height: 52px;
  display: block;
  background-color: #eb5405;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 80px;
  font-size: 16px;
}
.section_msg .faqlist .faqItem {
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.section_msg .faqlist .faqItem .faqHead {
  margin-top: 20px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}
.section_msg .faqlist .faqItem .faqHead .q {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border-radius: 50%;
  background-size: 100%;
  color: #999999;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.section_msg .faqlist .faqItem .faqHead h3 {
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
.section_msg .faqlist .faqItem .faqBody {
  position: relative;
  padding-left: 38px;
}
.section_msg .faqlist .faqItem .faqBody .a {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f9e7de;
  background-size: 100%;
  color: #eb5405;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.section_msg .faqlist .faqItem .faqBody p {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section_choose {
  background: url(../images/why-bg.png) no-repeat center top;
}
.section_choose .choose_wrapper .left_choose {
  width: 46%;
  float: left;
}
.section_choose .choose_wrapper .left_choose .home_title {
  text-align: left;
  margin-top: 50px;
}
.section_choose .choose_wrapper .left_choose .home_title::before {
  color: #000;
  opacity: 0.1;
}
.section_choose .choose_wrapper .left_choose .home_title .title_cricle1 {
  top: 80px;
  left: 48%;
}
.section_choose .choose_wrapper .left_choose .home_title .title_cricle2 {
  top: -20px;
  left: 20%;
}
.section_choose .choose_wrapper .left_choose .home_title p {
  width: 80%;
  margin-top: 64px;
  font-size: 20px;
  color: #333;
}
.section_choose .choose_wrapper .right_choose {
  width: 54%;
  float: right;
}
.section_choose .choose_wrapper .right_choose .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}
.section_choose .choose_wrapper .right_choose .item:nth-child(2) {
  margin-top: 68px;
}
.section_choose .choose_wrapper .right_choose .box {
  position: relative;
  z-index: 10;
  width: 350px;
  height: 310px;
  box-sizing: border-box;
  margin-bottom: 24px;
  background-color: #fff;
  padding: 72px 38px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*cursor: pointer;*/
}
.section_choose .choose_wrapper .right_choose .box:hover .box_t {
  color: #eb5405;
}
.section_choose .choose_wrapper .right_choose .box:hover .box_t .default {
  display: none;
}
.section_choose .choose_wrapper .right_choose .box:hover .box_t .hover {
  display: inline-block;
}
.section_choose .choose_wrapper .right_choose .box .box_t {
  margin-bottom: 25px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.section_choose .choose_wrapper .right_choose .box .box_t img {
  vertical-align: middle;
}
.section_choose .choose_wrapper .right_choose .box .box_t .default {
  display: inline-block;
}
.section_choose .choose_wrapper .right_choose .box .box_t .hover {
  display: none;
}
.section_choose .choose_wrapper .right_choose .box p {
  font-size: 16px;
  color: #666;
}
.section_choose .choose_wrapper .right_choose .box p span {
  color: #eb5405;
  font-weight: bold;
}
.swiper-faq-father {
  position: relative;
}
.swiper-faq-father .swiper-container {
  height: 366px;
}
.swiper-faq-father .swiper-pagination-faq {
  position: absolute;
  top: -42px;
  right: 0;
}
.swiper-faq-father .swiper-pagination-faq .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #eeeeee;
  margin: 0 4px;
}
.swiper-faq-father .swiper-pagination-faq .swiper-pagination-bullet-active {
  background-color: #eb5405;
}
#maincontent {
  width: 960px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 202px;
  z-index: 20;
}
.show_images_list_li {
  position: absolute;
  cursor: pointer;
  display: block;
}
.btn {
  height: 25px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 80%;
  z-index: 999;
}
.btn a {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #e5eaec;
  overflow: none;
  display: block;
  cursor: pointer;
  float: left;
}
.btn a.active {
  background-color: #eb5405;
}
.show_images_list_li img {
  width: 600px;
  height: 440px;
  opacity: 0.2;
}
.show_images_list_li:first-child img {
  width: 700px;
  height: 513px;
  opacity: 1;
}
