﻿/* 
* @Author: anchen
* @Date:   2020-07-07 09:47:49
* @Last Modified by:   anchen
* @Last Modified time: 2020-09-28 18:26:16
*/
body {
  font-family: Arial,"microsoft yahei", Helvetica, Arial, sans-serif;
}
.special-content {
  position: relative;
}
.special_tab {
  position: relative;
  background-image: url(../images/special_bg@2x.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 80px 0 40px;
}
.special_tab .title {
  font-size: 65px;
}
.special_tab .title_lable {
  position: relative;
  font-size: 22px;
  color: #07579f;
  padding-left: 80px;
  margin: 20px 0 80px;
}
.special_tab .title_lable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #07579f;
}
.special_tab .tab_title {
  font-size: 24px;
  margin-bottom: 20px;
}
.special_tab ul li {
  float: left;
  margin-right: 7px;
  cursor: pointer;
}
.special_tab ul li .img {
  position: relative;
}
.special_tab ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #0066b2;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
.special_tab ul li .text {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}
.special_tab ul li .img img {
  display: block;
  max-width: 100%;
}
.special_tab ul li.active .img::after {
  opacity: 1;
  visibility: visible;
}
.special_tab ul li.active .text{
  color: #0066b2;
}
@media screen and (min-width: 991px) {
  .special_tab ul li:hover .img::after {
    opacity: 1;
    visibility: visible;
  }
  .special_tab ul li:hover .text {
    color: #0066b2;
  }
}

.special_banner {
  position: relative;
}
.special_banner_swiper img {
  display: block;
  width: 100%;
}
.special_banner_main {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.special_banner_main .special_banner_box {
  float: right;
  position: relative;
  max-width: 330px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.special_banner_main .special_banner_box .title {
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  background-color: #1a2845;
  padding: 0 35px;
}
.special_banner_main .special_banner_box .banner_content {
  color: #1a2845;
  font-size: 26px;
  padding: 50px 25px;
}
.special_banner_main .special_banner_box .banner_prev,
.special_banner_main .special_banner_box .banner_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.special_banner_main .special_banner_box .banner_prev {
  background-image: url(../images/special_icon01@2x.png);
  right: 60px;
}
.special_banner_main .special_banner_box .banner_next {
  background-image: url(../images/special_icon02@2x.png);
}

.special_company {
  padding: 70px 0;
}
.special_company .special_company_left {
  width: 65.4546%;
  float: left;
  padding-top: 30px;
}
.special_company .special_company_left .title {
  font-size: 28px;
  color: #1a2845;
  font-weight: bold;
  padding-bottom: 30px;
}
.special_company .special_company_left .organizer {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e9ec;
}
.special_company .special_company_left .organizer li img,
.special_company .special_company_left .joint li img {
  max-width: 100%;
}
.special_company .special_company_left .organizer li a,
.special_company .special_company_left .joint li a {
  position: relative;
  display: inline-block;
}
@media (min-width: 991px) {
  .special_company .special_company_left .organizer li a:hover::after,
  .special_company .special_company_left .joint li a:hover::after {
    content: '';
    border: 1px solid #c71322;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }
}


.special_company .special_company_left .joint {
  display: table;
}
.special_company .special_company_left .joint li {
  display: table-cell;
  vertical-align: middle;
}
.special_company .special_company_left .joint li:nth-child(1) {
  width: 31%;
}
.special_company .special_company_left .joint li:nth-child(2) {
  width: 38%;
}
.special_company .special_company_left .joint li:nth-child(3) {
  width: 34%;
}

.special_company .special_company_right {
  float: right;
  width: 30%;
  background-color: #1a2845;
  padding: 30px 40px;
  box-sizing: border-box;
  color: #fff;
  min-height: 460px;
}
.special_company .special_company_right .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.special_company .special_company_right .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 4px;
  background-color: #fff;
}
.special_company .special_company_right ul>li {
  margin-bottom: 35px;
  font-size: 18px;
}
.special_company .special_company_right ul>li p {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.8;
}

.special_exhibitor {
  background-color: #eeeeee;
  padding: 66px 0 22px;
  position: relative;
  min-height: 450px;
}
.special_exhibitor .container {
  width: 100%;
  padding: 0 9.6351%;
  max-width: inherit;
  box-sizing: border-box;
}
.special_exhibitor .special_exhibitor_title,
.special_product .special_product_title {
  text-align: center;
  font-size: 36px;
  color: #1a2845;
  padding-bottom: 32px;
  display: block;
}
.special_exhibitor_tab {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #1a2845;
  padding: 3px;
  color: #fff;
  z-index: 10;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.special_exhibitor_tab div {
  font-size: 15px;
  padding: 12px 0;
  line-height: 1.5;
  text-align: center;
  width: 110px;
  position: relative;
  cursor: pointer;
}
.special_exhibitor_tab div+div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.special_exhibitor_tab div.active {
  background-color: #fff;
  color: #1a2845;
}
@media screen and (min-width: 991px) {
  .special_exhibitor_tab div:hover {
    background-color: #fff;
    color: #1a2845;
  }
}

.special_exhibitor_ul ul {
  margin-left: -1.6%;
  margin-right: -1.6%;
  display: none;
}
.special_exhibitor_ul ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.special_exhibitor_ul li {
  float: left;
  width: 25%;
  padding-left: 1.6%;
  padding-right: 1.6%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.special_exhibitor_ul li .img {
  cursor: pointer;
}
.special_exhibitor_ul li .img_box {
  position: relative;
  height: 190px;
  line-height: 188px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ececec;
  background-color: #fff;
}
.special_exhibitor_ul li img {
  width: 100%;
  vertical-align: middle;
}
.special_exhibitor_ul li .img_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
.special_exhibitor_ul li .img_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0066b2;
  z-index: 1;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  display: block;
  width: 160px;
  text-align: center;
  margin-top: -28px;
  margin-left: -80px;
  background-color: #fff;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
.special_exhibitor_ul li .title {
  font-size: 18px;
  padding-top: 20px;
}
@media screen and (min-width: 991px) {
  .special_exhibitor_ul li .img:hover .img_box span,
  .special_exhibitor_ul li .img:hover .img_box::after  {
    opacity: 1;
    visibility: visible;
  }
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.special_product {
  padding: 66px 0 10px;
  position: relative;
  background-color: #fff;
}
.special_product_swiper {
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
.special_product_swiper ul {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
}
.special_product_swiper li {
  width: 360px;
  margin: 0 30px;
  transition-property: transform;
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .special_product_swiper li {
    width: 340px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .special_product_swiper li {
    margin: 0;
  }
}

.special_product_swiper li .img img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.special_product_swiper li .text {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 26px;
  height: 140px;
  color: #343a47;
  font-size: 18px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
.special_product_swiper li .text p {
  font-size: 20px;
  padding-top: 12px;
}
.special_product_swiper li .product_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
.special_product_swiper li .product_icon img {
  width: 54px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 991px) {
  .special_product_swiper li:hover {
    margin-top: -60px;
  }
  .special_product_swiper li:hover .text {
    background-color: #1a2845;
    color: #fff;
    height: 140px;
  }
  .special_product_swiper li:hover .product_icon {
    opacity: 1;
    visibility: visible;
    bottom: -27px;
  }
}
.special_product_swiper .special_product_prev,
.special_product_swiper .special_product_next {
  background-color: #1a2845;
  background-size: 14px 26px;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  margin-top: -28px;
}
.special_product_swiper .special_product_prev {
  background-image: url(../images/special_icon01@2x.png);
  left: 13%;
}
.special_product_swiper .special_product_next {
  background-image: url(../images/special_icon02@2x.png);
  right: 13%;
}
/*µ¯¿ò*/
.text_hidden {
  display: none;
}
.details {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
  height: 100vh;
  width: 57.2917%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.details.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.details-bg.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.details-bg {
  background-color: rgba(0, 57, 141, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.details-con {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.details-box {
  position: relative;
  width: 87.2727%;
  margin: 0 auto;
}

.details-title {
  padding: 70px 0 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.details-title .title {
  font-size: 28px;
  color: #222222;
  max-width: 60%;
}
.details-title .img {
  margin-right: 26px;
  width: 240px;
  border: 1px solid #ececec;
}
.details-title .img img {
  width: 100%;
  display: block;
}
.details-box .text {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  padding-bottom: 20px;
}
.details-box .text p {
  margin-bottom: 25px;
}
.details-box .text .text-center {
  text-align: center;
}
.details-box .text img {
  max-width: 100%;
}
.details-box .text ul {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.details-box .text video {
  display: block;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.details-box .text ul>li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.details-box .text ul>li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.details-box .text ul>li img {
  width: 100%;
  border: 1px solid #e8e8e8;
}
.details-box .text ul>li img:hover {
  border: 1px solid #009dd9;
}

.details-close {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  border-radius: 100px;
}
.details-close img {
  max-width: 100%;
}
.details-close.active {
  left: -110px;
}
.details-close:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*¹ã¸æÎ»*/
.advertising_space_btn {
  position: fixed;
  right: 4px;
  bottom: 296px;
  z-index: 10;
  border-radius: 100px 0 0 100px;
  background-color: #343a47;
  color: #fff;
  padding: 5px 8px 5px 33px;
  line-height: 1.4;
  font-size: 15px;
  background-image: url(../images/advertising_space_icon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  cursor: pointer;
}
.advertising_space {
  background-color: #fff;
  position: fixed;
  bottom: 360px;
  right: 0;
  z-index: 999;
  padding: 15px 15px 20px;
  box-sizing: border-box;
  width: 22.3958%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: right .50s ease;
     -moz-transition: right .50s ease;
      -ms-transition: right .50s ease;
       -o-transition: right .50s ease;
          transition: right .50s ease;
}
.advertising_space.active {
  right: -100%;
}
.advertising_space .close {
  position: absolute;
  top: -15px;
  left: -15px;
  cursor: pointer;
}
.advertising_space .img img {
  max-width: 100%;
}
.advertising_space .text {
  font-size: 32px;
  padding: 16px 22px;
}
.advertising_space .href a {
  font-size: 18px;
  color: #c1151c;
  padding-left: 22px;
  padding-right: 34px;
  background: url(../images/advertising_space_icon02.png) no-repeat right center;
  -webkit-transition: padding .30s ease-in-out;
     -moz-transition: padding .30s ease-in-out;
      -ms-transition: padding .30s ease-in-out;
       -o-transition: padding .30s ease-in-out;
          transition: padding .30s ease-in-out;
}
.advertising_space .href a:hover {
  padding-right: 44px;
}
@media screen and (max-height: 720px) {
  .advertising_space .text {
    font-size: 20px;
  }
  .advertising_space .href a {
    font-size: 16px;
  }
  .advertising_space {
    width: 16%;
  }
}
@media screen and (max-width: 1200px) {


}
/*ÊÖ»ú¶Ë*/
@media screen and (max-width: 1400px) {
  .special_tab .title {
    font-size: 42px;
  }
  .special_tab .title_lable {
    font-size: 18px;
  }
  .special_banner_main .special_banner_box .banner_content {
    font-size: 22px;
    padding: 30px 20px;
  }
  .special_company .special_company_left .title {
    font-size: 22px;
  }
  .special_company .special_company_right ul>li {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .special_company .special_company_right ul>li p {
    font-size: 18px;
  }
  .special_exhibitor_ul li .title {
    font-size: 16px;
    padding-top: 10px;
  }
  .special_exhibitor_ul ul {
    margin-left: -0.6%;
    margin-right: -0.6%;
  }
  .special_exhibitor_ul li {
    padding-left: 0.6%;
    padding-right: 0.6%;
    margin-bottom: 22px;
  }
  .special_company .special_company_right .title {
    font-size: 22px;
  }
  .special_exhibitor .special_exhibitor_title, 
  .special_product .special_product_title {
    font-size: 32px;
    padding-bottom: 24px;
    display: block;
  }
  .advertising_space .text {
    font-size: 24px;
  }
  .advertising_space .href a {
    font-size: 16px;
  }
  .special_product_swiper li .text {
    height: 130px;
    font-size: 14px;
  }
  .special_product_swiper li:hover .text {
    height: 130px;
  }
  .special_product_swiper li .text p {
    font-size: 16px;
  }
  .special_product_swiper li:hover .product_icon {
    bottom: -25px;
  }
  .special_product_swiper li .product_icon img {
    width: 50px;
  }
  .details-title .title {
    font-size: 20px;
  }
  .details-box .text {
    font-size: 16px;
  }
  .special_exhibitor_ul li .img_box span {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin-top: -23px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .special_tab {
    padding: 50px 0 70px;
  }
  .special_tab .title {
    font-size: 30px;
  }
  .special_tab .title_lable {
    font-size: 18px;
    padding-left: 40px;
    margin: 20px 0 50px;
  }
  .special_tab .title_lable::after {
    width: 30px;
  }
  .special_tab .tab_title {
    font-size: 18px;
  }
  .special_tab ul li .text {
    padding-top: 6px;
    font-size: 15px;
    padding-bottom: 15px;
  }
  .special_banner_main {
    top: -44px;
  }
  .special_banner_main .special_banner_box {
    max-width: 240px;
  }
  .special_banner_main .special_banner_box .banner_prev, .special_banner_main .special_banner_box .banner_next {
    height: 44px;
    width: 44px;
    background-size: 10px auto;
  }
  .special_banner_main .special_banner_box .banner_prev {
    right: 44px;
  }
  .special_banner_main .special_banner_box .title {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
  }
  .special_banner_main .special_banner_box .banner_content {
    font-size: 18px;
    padding: 15px 20px;
  }
  .special_company {
    padding: 35px 0;
  }
  .special_company .special_company_left,
  .special_company .special_company_right {
    width: 100%;
  }
  .special_company .special_company_right {
    min-height: inherit;
  }
  .special_company .special_company_left {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .special_company .special_company_left .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .special_company .special_company_left .organizer {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .special_company .special_company_left .joint li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .special_company .special_company_left .organizer li {
    width: 70%;
  }
  .special_company .special_company_right {
    padding: 30px 20px;
  }
  .special_company .special_company_right .title {
    font-size: 20px;
  }
  .special_company .special_company_right .title::after {
    width: 33px;
    height: 2px;
  }
  .special_company .special_company_right ul>li {
    font-size: 15px;
  }
  .special_company .special_company_right ul>li p {
    font-size: 16px;
    margin-top: 6px;
  }
  .special_exhibitor_tab {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      margin: 0 15px 20px;
  }
  .special_exhibitor_tab div {
    float: left;
    width: 33.333334%;
    font-size: 15px;
  }
  .special_exhibitor_tab div+div::after {
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top: -10px;
    height: 20px;
    width: 1px;
  }
  .special_exhibitor_tab div:nth-child(4)::after {
    display: none;
  }
  .special_exhibitor .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .special_exhibitor_ul ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .special_exhibitor_ul ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
  .special_exhibitor_ul li .title {
    font-size: 15px;
    padding-top: 12px;
  }
  .special_exhibitor {
    padding: 35px 0 15px;
  }
  .special_exhibitor .special_exhibitor_title, .special_product .special_product_title {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .special_product {
    padding: 35px 0 10px;
  }
  .special_product_swiper {
    padding: 0 25px 25px;
  }
  .special_product_swiper li .text {
    padding: 20px;
    font-size: 16px;
  }
  .special_product_swiper li .text p {
    padding-top: 16px;
    font-size: 18px;
  }
  /**/
  .details_form_btn {
    right: 50% !important;
    bottom: 0 !important;
  }
  .details {
    width: 100%;
  }
  .details-close {
    top: 15px;
    left: inherit;
    right: 0;
    height: 40px;
    width: 40px;
    margin-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .details-close.active {
    left: inherit;
    right: 15px;
  }
  .details-title {
    padding: 35px 0 15px;
  }
  .details-title .img {
    width: 200px;
    margin-right: 0;
  }
  .details-title .title {
    font-size: 20px;
    width: 100%;
    padding-top: 20px;
    max-width: inherit;
  }
  .details-box .text {
    font-size: 15px;
  }
  .details-box .text ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .details-box .text ul>li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .details-con .nano > .nano-pane {
    display: none !important;
  }
  .special_exhibitor_ul li .img_box {
    height: 150px;
    line-height: 148px;
  }
}

.details_form_btn {
  position: fixed;
  bottom: 60px;
  right: 28.64585%;
  margin-right: -71px;
  z-index: 10000;
  display: none;
}
.details_form_btn a {
  position: relative;
  display: block;
  width: 150px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #d40518;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(to right, #ffffff 33%, #d40518 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
}
.details_form_btn a:hover {
  color: #d40518;
  background-position: left bottom;
}

.details_form {
  position: fixed;
  top: 50%;
  left: 71%;
  width: 360px;
  height: 320px;
  padding: 20px 24px;
  box-sizing: border-box;
  margin-left: -180px;
  margin-top: -160px;
  z-index: 10000;
  background-color: #fff;
  font-size: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: none;
}
.details_form div+div {
  margin-top: 16px;
}
.details_form div input,
.details_form div textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
}
.details_form div input {
  height: 36px;
}
.details_form div input.customer-chat-input-error, 
.details_form div textarea.customer-chat-input-error {
  border-color: #d40518;
}
.details_form div {
  text-align: center;
}
.details_form div button {
  background-color: #004199;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 6px 40px;
  font-size: 16px;
}
.hidden {
  display: none;
}
@media screen and (max-width: 1200px) {
  .details_form {
    left: 50%;
  }
}
@media screen and (max-width: 991px) {
  .special_product_swiper .special_product_prev, .special_product_swiper .special_product_next {
    display: none;
  }
  .special_exhibitor_ul li .img_box {
    height: 120px;
    line-height: 118px;
  }
}
@media screen and (max-width: 767px) {
  .special_tab ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .special_tab ul li {
    width: 20%;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .special_tab ul li .img img {
    width: 100%;
  }
  .special_exhibitor_ul ul li {
    width: 33.33334%;
  }
  .special_product_swiper li .text {
    height: 120px;
  }
  .special_exhibitor_ul li .img_box {
    height: 120px;
    line-height: 118px;
  }
  .special_banner_swiper li.swiper-slide {
    height: 260px;
  }
  .special_banner_swiper li.swiper-slide img {
    height: 100%;
    width: 100%;
    /* position: relative; */
    /* left: -50%; */
    /* max-width: initial; */
  }
  .special_product_swiper li .text {
    font-size: 12px;
  }
  .special_product_swiper li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 641px) {
  .special_tab ul li {
    width: 33.33334%;
  }
  .special_exhibitor_ul ul li {
    width: 50%;
  }
  .special_exhibitor_ul li .img_box {
    height: 160px;
    line-height: 158px;
  }
  .form_callback {
    width: 200px !important;
    height: 140px !important;
    margin-top: -70px !important;
    margin-left: -100px !important;
    font-size: 15px !important;
  }
  .form_callback .form_callback_box {
     padding: 10px !important;
  }
  .details_form {
    width: 260px;
    margin-left: -130px;
  }
  .details-box .text ul>li {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .special_exhibitor_ul li .img_box {
    height: 150px;
    line-height: 148px;
  }
}
@media screen and (max-width: 540px) {}
@media screen and (max-width: 481px) {
  .special_exhibitor_ul li .img_box {
    height: 120px;
    line-height: 118px;
  }
}
@media screen and (max-width: 380px) {
  .special_exhibitor_ul li .img_box {
    height: 100px;
    line-height: 98px;
  }
}
@media screen and (max-width: 340px) {
  .special_exhibitor_ul li .img_box {
    height: 80px;
    line-height: 78px;
  }
}