/*==============header-main-area-start=====================*/
.bodystyle {
  background-color: #fff;
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.PopGo_nav_manu {
  border: #fff !important;
  transition: 0.5s;
  z-index: 2;
  position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0px;
  width: 100%;
  background-color: #fff !important;
  z-index: 922;
}

/*  Menu Css*/
.dot {
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 50%;
  /* 使之成为圆形  */
  position: absolute;
  float: left;
  margin-left: -20px;
}

.hengxian {
  width: 30px;
  height: 3px;
  border: 1px #000 solid;
  background-color: #000;
  margin-left: 5px;
  margin-top: 0px;
}

.pbonemenubutton {
  width: 60px;
  height: 36px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  cursor: pointer;
}

.pbonemenubutton ul li:hover {
  color: #F3B22A;
  /*border:1px solid #F3B22A;*/
}

.menumoregengduo {
  width: 64px;
  height: 32px;
  opacity: 1;
  border-radius: 7px;
  border: 1px solid rgba(120, 120, 120, 1);
  color: #000;
  line-height: 34px;
}

.menumoregengduo p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}

.menumoregengduo :hover {
  color: #F3B22A;
}

.phoneli {
  display: none;
  position: absolute;
  width: 100%;
  height: 618px;
  border-radius: 29px;
  margin-top: 80px;
  text-align: center;
  border-radius: 29px;
  background: rgba(255, 255, 255, 1);
  animation: slide-in 0.8s forwards;

}

.phoneli li {
  height: 70px;
  color: #000;
  background: #fff none repeat scroll 0 0;
  position: relative;
  width: 100%;
  line-height: 70px;
}

.phoneli li a {
  background: #fff none repeat scroll 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 70px;
  color: rgba(96, 107, 134, 1);
  text-decoration: none;
  width: 100%;
}

.phoneli li a:hover {
  color: #F3B22A !important;
}

@keyframes slide-in {
  0% {
    transform: translate(100%, 100%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.phonelipromenuli {
  display: none;
  width: 111px;
  height: 120px;
  border-radius: 10px;
  background: rgba(247, 247, 247, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 70px;
  right: 20px;
  position: absolute;
}

.phonelipromenuli li {
  height: 36px;
  color: #000;
  position: relative;
  width: 100%;
  line-height: 42px;
}

.phonelipromenuli li a {
  color: rgba(71, 71, 71, 1);
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  width: 100%;
  font-size: 12px;
}

.phonelipromenuli li a:hover {
  color: #F3B22A;
}

.phonelipromenulinew {
  display: none;
  width: 111px;
  height: 40px;
  border-radius: 10px;
  background: rgba(247, 247, 247, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 70px;
  right: 20px;
  position: absolute;
}

.phonelipromenulinew li {
  height: 36px;
  color: #000;
  position: relative;
  width: 100%;
  line-height: 42px;
}

.phonelipromenulinew li a {
  color: rgba(71, 71, 71, 1);
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  width: 100%;
  font-size: 12px;
}

.phonelipromenulinew li a:hover {
  color: #F3B22A;
}


nav.PopGo_menu {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-left: 11px;
}

.PopGo_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.PopGo_menu>ul>li {
  display: inline-block;
  position: relative;
  margin-left: 45px;
  z-index: 1;
  overflow: hidden;
}

.PopGo_menu>ul>li:hover .navName {

  transform: translateY(-100%);
}

.navName::after {
  content: attr(placeholder);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(243, 178, 42, 1);
}

.navName {
  position: relative;
  display: block;
  padding: 6px 0;
  font-size: 20px;
  color: rgb(56, 56, 56);
  transition: all .5s ease;
  margin: 0 1rem;
  font-weight: 700;
  line-height: 4.2;
  font-weight: bold;
}

.PopGo_menu>ul>li>a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-weight: bold;
  display: block;
  line-height: 4.2;
  color: rgb(56, 56, 56);
  transition: 0.5s;
  letter-spacing: 2px;
}

.PopGo_menu>ul>li>a:hover {
  color: rgb(243, 178, 42) !important;
  /*animation:slide-in-in 0.5s forwards;*/
}

.lipprolihoverline {
  width: 100%;
  height: 7px;
  position: relative;
  border: none;
  overflow: hidden;
}
.lipprolihoverline a{
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;

}


.lipproline {
  width: 0;
  height: 6px;
  border: none;
  background-color: #F3B22A;
  transition: width 0.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



nav.PopGo_menu span {
  font-size: 11px;
  margin-left: 6px;
}

/*Style Two Nav Menu*/

.style-two.PopGo_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

/* sub menu big
=================*/

.slidBox1 {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1124px;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 110;
  margin: 0 auto;
  padding: 0 2%;
  transition: all .5s ease;
  opacity: 0;
  background: #FAFAFA;
}

#liproli1:hover .slidBox1 {
  height: 400px;
  opacity: 1;
}

.PopGo_menu>ul>li:hover .lipproline {
  width: 80%;
}

.slidboxrow {
  position: relative;
  height: 400px;
  width: 94%;
  margin-left: 3%;
}

.slidBox2 {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1124px;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 110;
  margin: 0 auto;
  padding: 0 2%;
  transition: all .5s ease;
  opacity: 0;
  background: #FAFAFA;
}

#liproli2:hover .slidBox2 {
  height: 400px;
  opacity: 1;
}

.slidBox3 {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1124px;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 110;
  margin: 0 auto;
  padding: 0 2%;
  transition: all .5s ease;
  opacity: 0;
  background: #FAFAFA;
}

#liproli3:hover .slidBox3 {
  height: 400px;
  opacity: 1;
}

.slidBox4 {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1124px;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 110;
  margin: 0 auto;
  padding: 0 2%;
  transition: all .5s ease;
  opacity: 0;
  background: #FAFAFA;
}

#liproli4:hover .slidBox4 {
  height: 400px;
  opacity: 1;
}

.menusubtitle {
  float: right;
  margin-right: 10px;
  font-size: 36px !important;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
}

.menusubtitlefw {
  float: right;
  margin-right: 10px;
  font-size: 33px !important;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
}

.menusubliaojie {
  position: relative;
  color: #000;
  float: left;
  font-size: 18px !important;
  margin-top: 60px;
}

.menusubjiantou {
  color: #000;
  float: right;
  font-size: 18px !important;
  margin-top: 60px;
}

.navSbox {
  position: relative;
  width: 60%;
  height: auto;
  /*overflow: hidden;*/
  font-size: 0;
  margin: 80px 0;
  white-space: nowrap;
}

.prolihover {
  width: 25%;
  height: 360px;
  border: none;
  margin-top: 20px;
}

.prolihoverimg:hover .proline {
  width: 100%;
}

.prolihoverimg:hover .prolihovertext {
  color: rgba(243, 178, 42) !important;
}

.prolihoverimg {
  width: 90%;
  height: 220px;
  margin-top: 20px;
  margin-left: 5%;
}

.prolihoverimg img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.prolihovertext {
  font-size: 18px;
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 5%;
  color: #000 !important;
  font-weight: bold !important;
}

.prolihoverline {
  width: 100%;
  height: 2px;
  position: relative;
  border: none;
  overflow: hidden;
  border-style: none;
}

.proline {
  width: 0;
  height: 2px;
  background-color: #F3B22A;
  transition: width 0.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.prolihoverimg :hover {
  transform: scale(1.05);
}

.rogylihoverimg:hover img {
  transform: scale(1.05);
}

.newslihoverimg :hover {
  transform: scale(1.05);
}

.servicelihoverimg :hover {
  transform: scale(1.05);
}



/* sub menu 2 
=================*/

.PopGo_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.PopGo_menu ul .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.prolistright {
  width: 80px;
  height: 36px;
  float: right;
  margin-right: 20px;
}

.prolistright a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.prolistright li {
  list-style: none;
}

.prolistright .sub-menu {
  position: absolute;
  right: 0;
  width: 111px;
  height: 76px;
  border-radius: 10px;
  background: rgba(247, 247, 247, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.prolistrightyou {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}


.prolistright .sub-menu ul li {
  height: 30px;
  color: #000;
  position: relative;
  width: 100%;
  line-height: 30px;
}

.prolistright .sub-menu li a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  color: rgba(71, 71, 71, 1);
  display: block;
  text-align: center;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  width: 100%;
  font-size: 12px;
}

.prolistright .sub-menu li a:hover {
  color: rgba(243, 178, 42);
}


/* sub menu 3 
==================*/

.PopGo_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.PopGo_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: visible;
}

.PopGo_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background-color: rgb(245, 161, 0);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
====================*/

.PopGo_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.PopGo_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.PopGo_menu li a:hover:before {
  width: 101%;
}

.sticky-menu .logo {
  margin-top: 0;
  line-height: 61px;
  height: auto;
  /*border:double;*/
}

.PopGo_nav_manu.sticky .logo_img {
  display: inline;
}


.PopGo_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

.mobile-menu img {
  width: 120px;
  height: auto;
}

.pro-search-all {
  width: 300px;
  height: 60px;
  float: right;
  margin-top: 18px;
}

.pro-search {
  width: 241px;
  height: 52px;
  border-radius: 9px;
  border: 1px solid rgba(140, 140, 140, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  float: left;
  background-color: #fff;
}

.pro-search-icon {
  width: 25px;
  height: 25px;
  background-image: url(../image/sousuo.png);
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  border: none;
  background-color: #fff;
  margin-left: -40px;
}

.prophonesearch {
  width: 100%;
  height: 56px;
}

.pro-searchphone {
  margin-left: 25px;
  width: 63%;
  height: 36px;
  border-radius: 4px;
  border: 0px rgba(242, 243, 245) solid;
  background: rgba(242, 243, 245, 1);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 36px;
  color: rgba(201, 205, 212, 1);
}

.pro-searchphone-icon {
  width: 18px;
  height: 17px;
  background-image: url(../image/serchsmall.png);
  background-size: cover;
  background-position: center;
  margin-top: 9px;
  margin-left: -35px;
  border: none;
  background-color: #F2F3F5;
}

.pro-searchphonejoin {
  width: 100%;
  height: 52px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 52px;
  border-radius: 9px;
  border: 1px solid rgba(140, 140, 140, 1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.pro-searchphone-iconjoin {
  width: 23px;
  height: 22px;
  background-image: url(../image/serchsmall.png);
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  margin-left: -35px;
  border: none;
  background-color: #fff;
}

/*==========================================
     header-button-Css
=========================================*/

.header-button {
  text-align: right;
}

.header-button-cs {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  color: rgb(0, 0, 0);
  background-color: #F5F5F5;
  /*rgb(245,161,0);*/
  border: none;
  /*2px solid rgb(56,56,56);*/
  padding: 1px 20px;
  position: relative;
  border-radius: 30px;
  /* top:15px; */
}

.header-button button {
  width: 20px;
  height: 20px;
  background-color: #F5F5F5;
  border: none;
  line-height: 20px;
  color: #000;
  position: relative;
  z-index: 3;
  top: -50px;
  margin-right: 20px;
}

/*=============sticky-header-area-end================*/



/*=============start-slide-section================*/

.slider-area {
  background-image: url(../image/slider-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  margin-left: -1px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}


.hero-bg {
  background-image: url(../image/slider-2.png);
}

.hero-bg1 {
  background-image: url(../image/banner03.jpg);
}

.slider-title h3 {
  text-align: center;
  width: 100%;
  font-size: 56px;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 86.88px;
  color: rgba(255, 255, 255, 1);
}

.slider-title h4 {
  text-align: left;
  width: 100%;
  font-size: 32px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  z-index: 1;
}

.slider-title h5 {
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  z-index: 1;
}

.slider-title h1 {
  text-align: center;
  font-size: 60px;
  color: rgb(255, 255, 255);
  width: 100%;
  margin: 15px 0 0px;
}

.slider-title h6 {
  text-align: center;
  width: 100%;
  margin: 15px 0 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 43.44px;
  color: rgba(255, 255, 255, 1);

}

.hero-slide .owl-item.active .slider-title h6 {
  animation: fadeInDownBig ease 2s;
}

.hero-slide .owl-item.active .slider-title h3 {
  animation: fadeInLeftBig ease 2s;
}


.hero-slide .owl-item.active .slider-title h5 {
  animation: fadeInDownBig ease 2s;
}

.hero-slide .owl-item.active .slider-title h1 {
  animation: fadeInLeftBig ease 2s;
}

.hero-slide .owl-item.active .slider-title p {
  animation: fadeInRightBig ease 2s;
}

.hero-slide .owl-item.active .section-button a {
  animation: fadeInUpBig ease 2s;
}

.hero-slide .owl-item.active .section2-button a {
  animation: fadeInUpBig ease 2s;
}

/*=============end-slide-section================*/


/*  产品详情  */
.detaildivpro {
  border: dotted;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1124px;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 110;
  margin: 0 auto;
  padding: 0 2%;
  opacity: 1;
  background: #FAFAFA;
}

/*  产品服务页面      */
.slider-areapro {
  background-image: url(../image/chanpinbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 329px;
  margin-left: -1px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}

/*首页-关于我们*/
.aboutus {
  width: 100%;
  text-align: center;
  background-color: #FBFCFF;
  padding: 50px 0px 60px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

/*  首页 公司新闻  */



#slider {}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slider-wrapper .img {
  width: 100%;
  height: 100%;
  display: block;
}

.slider-footer {
  display: none;
  height: 80px;
  background-color: rgb(100, 67, 68);
  padding: 12px 12px 0px 12px;
  position: relative;

}

.slider-footer .toggle {
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
}

.slider-footer .toggle button {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.slider-footer .toggle button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.slider-footer p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.sliderli {
  display: block;
  width: 100%;
  position: relative;
  top: 30px;
  z-index: 100;
}

.slider-indicator {
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  position: relative;
  list-style: none;
  display: flex;
}

.slider-indicator li {
  width: 15px;
  height: 3px;
  margin: 4px;
  background: #CCC;
  opacity: 0.4;
  border-radius: 1%;
  cursor: pointer;

}

.slider-indicator li.active {
  background-color: #F3B22A;
  width: 15px;
  height: 3px;
  opacity: 1;
}

.newstyle {
  border: none;
  width: 95%;
  height: 230px;
  margin: 0 auto;
  margin-top: 5%;
  background-color: #fff;
  position: relative;
}

.newstyle:hover {
  border: 1px solid #F3B22A;
  color: #000;
  box-shadow: 200px 350px rgba(243, 178, 42) inset;
  background-color: #F3B22A !important;
}

.newstyle:hover .newsyear {
  color: rgba(0, 0, 0, 1);
}

.newstyle:hover .newsline {
  border-bottom: 1px solid #000;
}

.newstyle:hover .spannewsstyle {
  color: rgba(0, 0, 0, 1);
}

.newsyear {
  font-size: 12px;
  color: rgba(191, 191, 191, 1);
}

.newsline {
  height: 100%;
  width: 70px;
  margin-top: 40px;
  border-bottom: 1px solid #BFBFBF;
}

.newsconstyle {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-weight: bold;
}

.divspanstyle {
  margin-top: 55px;
}

.divspanstyle48 {
  margin-top: 48px;
}

.spannewsstyle {
  font-size: 13px;
  color: rgba(153, 153, 153, 1);
}

/*  end 首页 公司新闻  */

/*首页  -- 产品介绍*/
.homepromenu {
  position: inherit;
  z-index: 1;
  border-bottom: 1px #f2f2f2 solid;
}

.homepromenu a {
  color: #000;
}

.homepromenu a:hover {
  /*background-color:#CCCCCC;*/
}

/*  Product Menu Css*/

nav.homepro_menu {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-left: 11px;
}

.homepro_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;


}

.proqietitle {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 70px;
  color: rgba(38, 38, 38, 1);
}

.homepro_menu>ul>li {

  display: inline-block;
  position: relative;
  margin-left: 45px;
  z-index: 1;


}

.homepro_menu>ul>li>a {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-weight: bold;
  display: block;
  line-height: 4.2;
  /*5.143;*/
  transition: 0.5s;
  color: rgb(56, 56, 56);
}

.homepro_menu>ul>li>a:hover {
  color: rgb(0, 0, 0);
  font-weight: bold;
  /*border-top: 7px solid rgb(245,161,0);*/
}


.homepro_menu ul li:hover a {
  color: #000;
}

nav.homepro_menu span {
  font-size: 11px;
  margin-left: 6px;
}

/*Style Two Nav Menu*/

.style-two.homepro_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .homepro_menu>ul>li>a {
  color: rgb(255, 255, 255);
}

/*** Sub Menu Style 
==========================***/

.homepro_menu ul .sub-menu {
  position: absolute;
  right: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  border-radius: 21px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}

.homepro_menu ul li:hover>.sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.homepro_menu ul .sub-menu li {
  position: relative;
}

.homepro_menu ul .sub-menu li a {
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 29px;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #101210 !important;
}

.homepro_menu ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  /*background-color: rgb(245,161,0);*/
  z-index: -1;
  transition: 0.5s;
}

.homepro_menu ul li .sub-menu li a:hover {
  height: 100%;
  top: 0;
  background: rgba(255, 247, 230, 1);
}

/*首页 checkbox*/
.custom-checkbox input[type="checkbox"] {
  display: none;
  /* 隐藏默认的方形 checkbox */
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
  /* 创建圆形 */
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
  background: #F3B22A;
  /*rgb(96,107,134);*/
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  /* 创建一个打勾的形状 */
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark:after {
  display: block;
}

/* end 产品介绍menu  */

/*  首页 产品介绍轮播  */
#sliderpro {
  background-color: #FBFCFD;
}

.sliderpro-wrapper {
  width: 100%;
  height: 100%;
}

.sliderpro-wrapper .img {
  width: 100%;
  height: 100%;
  display: block;
}

.sliderpro-footer {
  display: none;
  height: 80px;
  background-color: rgb(100, 67, 68);
  padding: 12px 12px 0px 12px;
  position: relative;

}

.protoggle {
  position: absolute;
  margin-top: -500px;
  margin-left: -60px;
  display: flex;
}

.proowl-prev i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
}

.proowl-next i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
}

.proowl-next {
  position: absolute;
  left: 140rem;
  top: 0;
}

.proowl-prev i:hover {
  background-color: rgb(243, 178, 42);
  border: 1px solid rgb(243, 178, 42);
}

.proowl-next i:hover {
  background-color: rgb(243, 178, 42);
  border: 1px solid rgb(243, 178, 42);
}


.sliderpro-footer p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.sliderproli {
  display: none;
  width: 100%;
  position: relative;
  top: 30px;
  z-index: 100;
}

.sliderpro-indicator {
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  position: relative;
  list-style: none;
  display: flex;
}

.sliderpro-indicator li {
  width: 15px;
  height: 3px;
  margin: 4px;
  background: #CCC;
  opacity: 0.4;
  border-radius: 1%;
  cursor: pointer;

}

.sliderpro-indicator li.active {
  background-color: #F3B22A;
  width: 15px;
  height: 3px;
  opacity: 1;
}

/*  end 首页 产品介绍轮播 */


.promenu {
  position: inherit;
  z-index: 1;
  height: 92px;
  /*background:linear-gradient(180deg,rgba(255,255,255,1)0%,rgba(247,247,247,1)100%);
  box-shadow:0px 1px 2px rgba(0,0,0,0.09);*/

}

.promenu a {
  color: #000;
}

.promenulist {
  position: inherit;
  z-index: 1;
  height: 92px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1)0%, rgba(247, 247, 247, 1)100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}

.promenulist a {
  color: #000;
}


/*.sticky .pro_menu > ul > li > a {
  color: rgb(56, 56, 56) !important; 
}*/

/*  Product Menu Css*/

.pro_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pro_menu>ul>li {
  display: inline-block;
  position: relative;
  margin-left: 45px;
  z-index: 99;
}

.pro_menu>ul>li>a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-weight: bold;
  display: block;
  line-height: 4.2;
  /*5.143;*/
  transition: 0.5s;
  color: #000 !important;
}

.pro_menu>ul>li>a:hover {
  color: rgba(243, 178, 42);
  /*border-top: 7px solid rgb(245,161,0);*/
}

.pro_menu>ul>li:hover .prosericea {
  color: rgba(243, 178, 42) !important;
}


.pro_menu ul li:hover a {
  color: #F5A100;
}

nav.pro_menu span {
  font-size: 11px;
  margin-left: 6px;
}

/*Style Two Nav Menu*/

.style-two.pro_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .pro_menu>ul>li>a {
  color: rgb(255, 255, 255);
}

/*** Sub Menu Style 
==========================***/

.pro_menu ul .sub-menu {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  position: absolute;
  left: 0;
  top: 130%;
  width: 280px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
  padding: 0;
  margin: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
  display: none;

}

.pro_menu ul li:hover>.sub-menu {
  display: block;
  top: 100%;

}

.pro_menu ul .sub-menu li {
  position: relative;
}

.pro_menu ul .sub-menu li a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  text-decoration: none;
  display: block;
  padding: 12px 30px;
  margin: 0;
  line-height: 1;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #000 !important;
}

.pro_menu ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(245, 161, 0);
  z-index: 2;
  transition: 0.5s;
}

.pro_menu ul li .sub-menu li a:hover {
  background: rgba(255, 247, 230, 1);
}

.aboutus h5 {
  font-size: 20px;
  margin: 10px 0px;
}

.aboutus_row {
  width: 100%;
  height: 1.5rem;
}

.aboutus_com h1 {
  width: 100%;
  text-align: left;

  font-weight: bold;
  color: #000000;
  margin: 10px 10px;
}

.aboutus_com p {
  width: 97%;
  text-align: left;
  font-size: 20px;
  margin: 10px 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.aboutus_comeng h1 {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(28, 28, 28, 1);
  margin-bottom: 23px;
}

.aboutus_comeng p {
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  color: rgba(82, 82, 82, 1);
  text-align: justify;
  text-justify: inter-word;
}

.aboutus_comfonth1 {
  font-size: 24px;
}

.aboutus_comfontp {
  /*font-size: 20px !important;*/
  font-size: 1.2rem;
}

.aboutus_comfonth1eng {
  font-size: 32px;
}

.aboutus_comfontpeng {
  font-size: 18px;
}

.indexzxdt {
  color: rgba(57, 57, 57);
  margin-left: 5px;
}

.indexzxdtfont {
  font-size: 30px;
}

.indexzxdtfonteng {
  font-size: 22px;
}

.dot {
  height: 3px;
  width: 3px;
  background-color: black;
  /*border-radius: 50%; */
  /* 使之成为圆形 */
  display: inline-block;
  /* 使之可以与其他元素在一行显示 */
}

.newsdiv li:hover {
  color: #F3B22A;
  border-bottom: 2px solid #F3B22A;
}

.newsdiv li.current {
  color: #F3B22A;
  border-bottom: 2px solid #F3B22A;
}

.comdivjia {
  width: 60px;
  height: 60px;
  background-color: rgba(243, 178, 42, 1);
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}

.newstitletop {
  font-size: 50px;
  color: #F3B22A;
  padding: 10px 0 0px;
  height: 60px
}

.newstitletop2 {
  font-size: 50px;
  color: #F3B22A;
  padding: 10px 0 0px;
}

/*===========idnexeng  英文首页===============*/
.aboutuseng {
  width: 100%;
  text-align: center;
  background-color: #FBFCFF;
  padding: 50px 0px 50px;
}

.en-newstitletop {
  font-size: 50px;
  color: #F3B22A;
  padding: 10px 0 0px;
  height: 60px
}

.en-newstitletop2 {
  font-size: 50px;
  color: #F3B22A;
  padding: 10px 0 0px;
}

#slidereng {}

.slider-wrappereng {
  width: 100%;
  height: 100%;
}

.slider-wrappereng .img {
  width: 100%;
  height: 100%;
  display: block;
}

.slider-footereng {
  display: none;
  height: 80px;
  background-color: rgb(100, 67, 68);
  padding: 12px 12px 0px 12px;
  position: relative;

}

.slider-footereng .toggleeng {
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
}

.slider-footereng .toggleeng button {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.slider-footereng .toggleeng button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.slider-footereng p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.sliderlieng {
  display: block;
  width: 100%;
  position: relative;
  top: 30px;
  z-index: 100;
}

.slider-indicatoreng {
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  position: relative;
  list-style: none;
  display: flex;
}

.slider-indicatoreng li {
  width: 15px;
  height: 3px;
  margin: 4px;
  background: #CCC;
  opacity: 0.4;
  border-radius: 1%;
  cursor: pointer;
  display: none;

}

.slider-indicatoreng li.active {
  background-color: #F3B22A;
  width: 15px;
  height: 3px;
  opacity: 1;
}

.newsdiv {
  background-image: url(../image/newsbg.png)
}

.newsdiveng {
  background-image: url(../image/newsbg.png)
}


#comnewsphone1eng {
  display: none;
}

#comnewsphone2eng {
  display: none;
}

#comnewsphone3eng {
  display: none;
}

.comnewsstylediv {
  font-size: 18px;
  width: 78px;
  height: 40px;
  font-weight: 400;
  line-height: 40px;
}

.comnews {
  color: rgba(57, 57, 57);
  height: 60px;
  text-align: left;
  line-height: 60px;
}

.comnews li:hover {
  color: #F3B22A;
  border-bottom: 2px solid #F3B22A;
}

.comnews li.current {
  color: #F3B22A;
  border-bottom: 2px solid #F3B22A;
}

#homeproeng {
  display: none;
}

.team-sectioneng {
  border: double;
  border: 2px #FBFCFD solid;
  background-color: #FBFCFD;
  padding: 50px 0 50px;
}

.testimonial-sectioneng {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 75px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(236, 240, 247, 1) 100%);
  display: none;
}

.blog-sectioneng {
  padding: 0px 0 90px;
  background-color: #FAFAFA;
  height: 400px;
}



/*===========start-feature-section===============*/

.feature-section {
  padding: 48px 0 0px;
}

.feature-single-box {
  position: relative;
  text-align: center;
  border-radius: 4px;
  border: 2px solid rgb(255 255 255);
  padding: 0px 0px 25px;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.5s;
  z-index: 1;
}

.feature-single-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  transition: 0.5s;
  z-index: -1;
}

.feature-icon {
  background: rgba(250, 250, 250, 1);
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin-bottom: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-icon img {
  max-width: 100%;
  max-height: 100%;
}

.section-title h2 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-bottom: 42px;
  float: left;
  margin-top: 25px;
}

.section-titlepro h2 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  margin-bottom: 42px;
  float: left;
  margin-top: 25px;
}

.feature-content {
  position: relative;
  width: 210px;
  margin-left: 210px;
  height: 210px;
}

.feature-content h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  /*float: left;*/
  color: rgba(23, 90, 151, 1);
  margin: 0px 0px 0px;
  max-width: 210px;
  /* 设置最大宽度 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号 */
}

.feature-content span {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  border: #fff;
  text-align: left;
  position: relative;
  width: 100%;
  height: 115px;
  display: -webkit-box;
  /* 作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置盒子的垂直排列 */
  -webkit-line-clamp: 4;
  /* 限制在三行 */
  overflow: hidden;
  /* 超出的文本隐藏 */
  text-overflow: ellipsis;
  /* 多行时显示省略符号 */
}

.feature-content h5 {
  font-size: 14px;
  /*font-weight: 700;*/
  float: left;
  color: rgba(0, 0, 0, 1);
  margin: 8px 0px 10px;
  max-width: 210px;
  /* 设置最大宽度 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号 */
}

.feature-content h6 {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  float: left;
  color: rgba(23, 90, 151, 1);
  margin: 0px 0px 0px;
}

.feature-content p {
  border: double;
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin-top: 40px;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;

}

.feature-single-box:hover:before {
  height: 100%;
}

.feature-icon img:hover {
  transform: scale(1.05);
  transform: 0.5s;
}

/*.feature-single-box:hover .feature-icon img {
	transform: scale(1.05);
}*/
.feature-sectionview {
  padding: 50px 0 50px;
}

.feature-phone {
  padding: 90px 0px 45px;
}

.title h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(29, 33, 41, 1);
}

.detailimg {
  width: 100%;
  height: 220px;
  opacity: 1;
  margin-top: 10px;
  background: rgba(250, 250, 250, 1);
  text-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 220px;
}

.detailline {
  width: 100%;
  height: 45px;
  opacity: 1;
  background: rgba(237, 246, 255, 1);
  margin-top: -15px;
}

.detailline h3 {
  font-size: 16px !important;
  font-weight: 700;
  color: rgba(23, 90, 151, 1);
  text-align: left;
  margin-left: 30px;
  line-height: 45px;
}

.prenextpro {
  width: 90%;
  height: 38px;
  margin-left: 5%;
  margin-top: 10px;
}

.smalldataildiv {
  display: none;
}

.feature-phoneall {
  margin-bottom: 0px;
}

.feature-phoneall66 {
  display: none;
  margin-bottom: 50px;
}

.featurecon {
  display: flex;
  /* 使用Flexbox布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  height: 160px;
  /* 设置容器高度 */
}

.featurecon img {
  max-width: 98%;
  /* 图片宽度不超过容器宽度 */
  max-height: 98%;
}

.featurephone-right {
  position: relative;
  width: 95%;
  height: 150px;
}

.featureconimg {
  margin-left: 15px;
  width: 150px;
  height: 150px;
  background-color: rgba(250, 250, 250, 1);
  text-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 160px;
}

.featurephone-content h4 {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  float: left;
  color: rgba(23, 90, 151, 1);
  margin: 13px 15px 0px;
}

.featurephone-content h5 {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  float: left;
  color: rgba(0, 0, 0, 1);
  margin: 8px 15px 10px;
}

.featurephone-content p {
  float: left;
  width: 96%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: rgba(148, 148, 148, 1);
  margin: 5px 15px 5px;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.featurephone-content h6 {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  float: left;
  color: rgba(23, 90, 151, 1);
  margin: 0px 15px 50px;

}

.youer {
  position: relative;
  width: 10px;
  height: 11px;
  margin-left: 10px;
  margin-top: -3px;
  border: none !important;
}

/*===========end-feature-section===============*/

/* 产品详情 */
.prodetail {
  font-size: 16px;
  width: 100%;
  height: 60px;
  background: rgba(237, 246, 255, 1);
  margin-top: 20px;
  text-align: center;
}

.detailpro1img {
  width: 388px;
  height: 388px;
  opacity: 1;
  background: rgba(250, 250, 250, 1);
  margin-left: 10px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 388px;
}

.detailpro1img img {
  /*width: 260px;
  height: auto;*/
  width: auto;
  height: 360px;
}

.detailpro1title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 60.82px;
  color: rgba(37, 37, 37, 1);
  text-align: left;
  vertical-align: top;
  margin-left: 400px;
  margin-top: -388px;
  width: 70%;
}

.prodetailmenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.prodetailmenu li {
  display: inline;
  padding: 0 21px;
}

.prodetailmenu li a {
  font-size: 16px;
  text-decoration: none;
  line-height: 60px;
  padding: 10px;
}

.prodetailmenu li a:hover {
  font-weight: bolder;
  color: rgba(23, 90, 151, 1);
}

.prodetailmenu li a.current {
  font-weight: bolder;
  color: rgba(23, 90, 151, 1);
}

.prodetaildiv {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.prodetaildivm {
  width: 88%;
  height: 90%;
  margin-left: 10%;
}

.prodetaildivm h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 38px;
  padding: 10px 0 20px;
  color: rgba(0, 0, 0, 1);
}

.prodetaildivm h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 38px;
  padding: 40px 0 20px;
  color: rgba(0, 0, 0, 1);
}

.prodetaildivm p {
  width: 95%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
  margin-top: -12px;
}

.prodetailpre {
  width: 50%;
  height: 38px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: rgba(201, 201, 201, 1);
}

.prodetailnext {
  width: 50%;
  height: 38px;
  text-align: center;
}

.prodetailnext a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: rgba(23, 90, 151, 1);
}

.prodetaildivmphone {
  width: 90%;
  height: 90%;
  margin-left: 30px;
}

.prodetaildivmphone h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 10px 0 10px;
  color: rgba(0, 0, 0, 1);
}

.prodetaildivmphone p {
  width: 90%;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgba(0, 0, 0, 1);
  margin-top: -12px;
}

.detailline {
  margin-bottom: 20px;
  margin-top: 20px;
}

.kong {
  width: 100%;
  height: 70px;
}

.kong100 {
  width: 100%;
  height: 100px;
}

/*===========start-feature-section===============*/

/*===========产品-最新推荐===============*/
.prenextdiv {
  width: 100%;
  padding: 10px 0 70px;
}

.prenextcenter {
  margin: 0 auto;
  width: 320px;
  height: 100%;
}

.tjleft {
  width: 47px;
  height: 37px;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid rgba(176, 176, 176, 1);
  text-align: center;
  line-height: 30px;
  margin: 0 10px 0 0px;
}

.tjleft:hover {
  background: rgba(243, 178, 42, 1);
}

.tjnext:hover {
  background: rgba(243, 178, 42, 1);
}

.tjleft .current {
  background: rgba(243, 178, 42, 1);
}

.tjnext {
  width: 37px;
  height: 37px;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid rgba(176, 176, 176, 1);
  text-align: center;
  line-height: 33px;
  margin: 0 10px 0 0px;
}

.tjright {
  width: 47px;
  height: 37px;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid rgba(176, 176, 176, 1);
  text-align: center;
  line-height: 30px;
}

.tjnextsl {
  width: 37px;
  height: 37px;
  opacity: 1;
  text-align: center;
  line-height: 33px;
  margin: 0 0px 0 0px;
}

.tjright:hover {
  background: rgba(243, 178, 42, 1);
}

.newsclickmore {
  text-align: center;
  width: 100%;
  padding: 10px 0 40px;
  display: none;
}

.procomenkong {
  width: 100%;
  height: 40px;
  display: none;
}

/*===========产品-解决方案===============*/
.solutiondiv {
  padding: 80px 0 50px;
}

.solu-left {
  width: 94%;
  margin-left: 3%;
}

.solu-left h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 60.82px;
  color: rgba(0, 0, 0, 1);
}

.solu-left p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(82, 82, 82, 1);
}

.solu-left img {
  width: 754px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.solutiondiv h3 {
  width: 96%;
  margin-left: 2%;
  font-size: 32px !important;
  font-weight: 700;
  height: 46px;
  padding: 20px 0 30px;
  letter-spacing: 0px;
  line-height: 46px;
  color: rgba(0, 0, 0, 1);

}

.solu-rightbg {
  width: 96%;
  height: 268px;
  background: rgba(240, 238, 234, 1);
  margin-top: 2.5rem;
  margin-left: 2%;
}

.solutiondiv h4 {
  width: 96%;
  margin-left: 2%;
  height: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: rgba(0, 0, 0, 1);
}

.solutiondiv h5 {
  width: 96%;
  margin-left: 2%;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}

.solu-lbottom {
  width: 100%;
  height: 30px;
  padding: 180px 0px 50px;
}

.solu-lbottomnews1 {
  width: 100%;
  height: 30px;
  padding: 60px 0px 50px;
}

.solu-lbottom-left {
  width: 50%;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.solu-lbottom-right {
  width: 50%;
  height: 30px;
  float: right;
  text-align: right;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.solu-lbottom-right a {
  font-family: 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif HK', 'Source Han Serif SC', 'Source Han Serif', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.solu-lbottom-right span {
  color: rgba(23, 90, 151, 1);
}

.solu-left h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: rgba(0, 0, 0, 1);
  margin: 20px 0px;
}

.solu-left h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: rgba(0, 0, 0, 1);
  margin: 0px;
}

.newskong20 {
  width: 100%;
  height: 20px;
}

/*===========产品-荣誉资质===============*/
.honottitle {
  padding: 50px 0 50px;
  background-color: #fff;
}

.honortdiv {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(200, 198, 195, 1);
}

.honortdiv h3 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(0, 0, 0, 1);
  margin-left: 40px;
}

.honorimg {
  padding: 50px 0 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.honorimg1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0px;
}

.image-box {
  flex: 0 0 auto;
  width: 23%;
  padding: 10px;
}

.image-box img {
  width: 100%;
  display: block;
}

.image-box p {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(108, 108, 108, 1);
}

.image-box1 {
  flex: 0 0 auto;
  width: 23%;
  padding: 10px;
  margin: 20px 10px 0 10px;
}

.image-box1 img {
  width: 100%;
  display: block;
}

.image-box1 p {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(108, 108, 108, 1);
}

/*===========关于永继  永继荣誉===============*/
.hordivall {
  padding: 50px 0 150px;
  background-color: #fff;
}

.horimgbg {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 20px;
  background: rgba(247, 247, 247, 1);
}

.horimgbg img {
  width: 94%;
  margin-left: 3%;
  margin-top: 50px;
}

.hordivall p {
  font-size: 18px;
  font-weight: 400;
  line-height: 52px;
  color: rgba(108, 108, 108, 1);
}

.hordivall h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: -10px !important;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
}

.hordivall h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: -10px !important;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
}

.image-bg {
  width: 20%;
  height: 350px;
  background: rgba(247, 247, 247, 1);
}

.image-bg img {
  width: 94%;
  display: block;
  margin-left: 3%;
  margin-top: 40px;
}

/*===========start-feature-section===============*/

/*===========新闻中心===============*/
.slider-areanew {
  background-image: url(../image/news1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 329px;
  margin-left: 0px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}

.slider-titlenew h4 {
  text-align: left;
  width: 100%;
  font-size: 32px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  z-index: 1;
}

.newstopmenu {
  width: 100%;
  height: 92px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}

.newmenu {
  list-style-type: none;
  height: 92px;
  overflow: hidden;
}

.newmenu li {
  float: left;
}

.newmenu li:hover {
  background-color: #F5F5F5;
}

.newmenu li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 0px 32px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 92px;
}

.newsdivall {
  padding: 100px 0 40px;
}

.newstop {
  background: rgba(250, 250, 250, 1);
}

.newstop-left {
  width: 34%;
  height: 310px;
  background: rgba(240, 238, 234, 1);
  margin: 30px 30px;
}

.newstop-right {
  width: 60%;
}

.newstop-right h3 {
  width: 80%;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
}

.newstop-right p {
  width: 92%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: rgba(0, 0, 0, 1);
}

.morebutton {
  width: 159px;
  height: 53px;
  opacity: 1;
  border-radius: 8px;
  background: rgba(23, 90, 151, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 53px;
  margin-top: 68px;
}

.newsrowsmall {
  width: 100%;
  background: rgba(250, 250, 250, 1);
  margin: 40px 0px 10px;
}

.newssamllleft {
  width: 18%;
  height: 235px;
  opacity: 1;
  background: rgba(240, 238, 234, 1);
  margin: 25px 30px;
}

.newssamllright {
  width: 72%;
}

.newssamllright h3 {
  width: 95%;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

.newssamllright p {
  width: 90%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.newssamllright h5 {
  width: 90%;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  margin-top: -5px;
  color: rgba(0, 0, 0, 1);
}

/*  新闻详情  */
.news1imgbg {
  width: 93%;
  height: 420px;
  background: rgba(204, 204, 204, 1);
  margin: 40px 0px 40px;
}

/*===========关于永继===============*/
.slider-arearogy {
  background-image: url(../image/about.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 329px;
  margin-left: 0px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}

.aboutdivall {
  padding: 70px 0 20px;
}

.aboutcon {
  width: 92%;
  margin-left: 4%;
}

.aboutcon h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 20px;
  margin-top: -15px;
}

.aboutcon p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(82, 82, 82, 1);
  text-align: justify;
  text-justify: inter-ideograph;
}

.aboutdetail {
  visibility: hidden;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px;
}

.aboutdetail h6 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(23, 90, 151, 1);
}

.gyyjimgdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.image-container {
  margin: 0 1px 0 0px;
  /* 两张图片之间的间隔 */
}

.image-container1 {
  margin: 0 0px 0 1px;
  /* 两张图片之间的间隔 */
}

.aboutdivallbottom {
  padding: 70px 0 80px;
}

.aboutcon h7 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 42px;
  color: rgba(82, 82, 82, 1);
  margin-top: 30px;
}

/*===========加入我们===============*/
.slider-areajoin {
  background-image: url(../image/juinus1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 329px;
  margin-left: 0px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}

.joindivall {
  padding: 80px 0 80px;
}

.joinsearch {
  width: 100%;
  height: 36px;
  opacity: 1;
  border-radius: 4px;
}

.vertical-menu {
  width: 92%;
  list-style-type: none;
  padding: 0;
  margin-left: 4%;
  margin-top: 17px;
}

.vertical-menu li a {
  display: block;
  padding: 8px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.vertical-menu li a:hover {
  background-color: rgba(242, 248, 250, 1);
}

.joinrightlist {
  width: 96%;
  height: 165px;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid rgba(217, 217, 217, 1);
  margin-bottom: 40px;
  margin-left: 2%;
  cursor: pointer;
}

.joinrightlistline {
  width: 90%;
  margin-top: 40px;
  margin-left: 5%;
}

.spanh2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 37.65px;
  color: rgba(0, 0, 0, 1);
}

.spanh3 {
  float: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.joinrightlistline2 {
  width: 90%;
  margin-left: 5%;
  margin-top: 5px;
}

.xiespan {
  visibility: hidden;
}

.spanh4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.spanh5 {
  float: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.prolistrightjoin {
  width: 70px;
  line-height: 36px;
  text-align: right;
}

.prolistrightjoin li {
  list-style: none;
}

.prolistrightjoin .sub-menu {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  width: 111px;
  height: 80px;
  border-radius: 10px;
  background: rgba(247, 247, 247, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}


.prolistrightjoin .sub-menu ul li {
  height: 36px;
  color: #000;
  position: relative;
  width: 100%;
  line-height: 36px;
}

.prolistrightjoin .sub-menu li a {
  color: rgba(71, 71, 71, 1);
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  width: 100%;
  font-size: 12px;
}

.prolistrightjoin .sub-menu li a:hover {
  color: rgba(243, 178, 42);
}

.joindetailhref {
  display: none;
}

/* 详情*/
.back-button {
  position: absolute;
  float: left;
  width: 70px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  margin-left: -10px;
  margin-top: -2px;
}

.back-button span {
  position: absolute;
  width: 40px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  margin-top: -2px;
  line-height: 36px;
  color: rgba(29, 33, 41, 1);
}

.titlemiddle {
  margin-left: 75px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26px;
  color: rgba(29, 33, 41, 1);
}

.spandetaila {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.spandetailb {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(0, 0, 0, 1);
}

.graybgdiv {
  width: 100%;
  height: 295px;
  opacity: 1;
  background: rgba(250, 250, 250, 1);
  margin-top: 30px;
  padding: 30px 36px 30px;
}

.gray-quyu {
  display: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: rgba(0, 0, 0, 1);
}

.gray-xz {
  font-size: 22px;
  font-weight: 500;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.gray-gzdd {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.positiondiv {
  width: 100%;
  padding: 0px 0 40px;
}

.positiondiv h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: rgba(23, 90, 151, 1);
  margin-bottom: 25px;
  margin-top: 30px;
}

.positiondiv p {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 50px;
  color: rgba(0, 0, 0, 1);
}

#graydetailsmall {
  display: none;
}

.gray-gzddsmall1 {
  display: inline-block;
  width: 26%;
  font-size: 10px;
  font-weight: 400;
  line-height: 14.48px;
  color: rgba(150, 150, 150, 1);
}

.gray-gzddsmall {
  display: inline-block;
  width: 35%;
  font-size: 10px;
  font-weight: 400;
  line-height: 14.48px;
  color: rgba(150, 150, 150, 1);
}

/*===========联系我们===============*/
.slider-areacontact {
  background-image: url(../image/contact1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 329px;
  margin-left: 0px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}

.contactdivall {
  padding: 0px 0 80px;
}

.mapdiv {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

.congraydiv {
  width: 100%;
  opacity: 1;
  background: rgba(250, 250, 250, 1);
  margin-top: 67px;
  padding: 50px 50px 30px;
}

.contitle h4 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: rgba(23, 90, 151, 1);
  margin-bottom: 30px;
}

.contitle p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

.contitleeng h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: rgba(23, 90, 151, 1);
  margin-bottom: 30px;
}

.contitleeng p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.86px;
  color: rgba(0, 0, 0, 1);
}

/*服务与支持*/
.slider-areaservice {
  background-image: url(../image/service1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 329px;
  margin-left: 0px;
  position: inherit;
  z-index: 1;
  margin-top: 151px;
}

.serright {
  width: 100%;
}

.serright h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 49.23px;
  color: rgba(0, 0, 0, 1);
  margin-left: 37px;
}

.sergray {
  width: 100%;
  background: rgba(250, 250, 250, 1);
  padding: 31px 68px 30px 37px;
  margin-top: 20px;
}

.sergray p {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
  text-justify: inter-word;
}

.sercon {
  width: 100%;
  padding: 57px 32px 30px 32px;
}

.sercon p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
  text-justify: inter-word;
}

.sercon h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
  margin-top: 60px;
  margin-bottom: 25px;
}

.medikia__caption a:hover {
  color: #fff;
}

.medikia__call-number a:hover {
  color: #fff;
}

.medikia__caption_left a {}

.features-single-box {
  background-image: url(../image/fea-1.png);
  padding: 0 40px;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: auto;
  height: 380px;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}

.features-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgba(229, 247, 78, 0.302);
  z-index: -1;
  transition: 0.5s;
}

.feature-sub-title h4 {
  font-size: 24px;
  font-family: "Raleway";
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 50px 0 17px;
}

.feature-sub-title p {
  font-size: 16px;
  font-family: "Inter";
  color: rgb(255, 255, 255);
  margin-bottom: 145px;
}

.button a {
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 12px 40px;
  border: none;
  transition: 0.5s;
  background-color: rgb(21, 20, 27);
  font-weight: 500;
}

.features-single-box:hover .section-button a {
  color: rgb(21, 20, 27);
  background-color: rgb(229, 247, 78);
  transition: 0.5s;
}

.features-single-box:hover::before {
  width: 100%;
}

/*===========end-feature-section===============*/

/*=============start-about-section================*/
.about-section {
  padding: 120px 0 120px;
}

.about-thumb {
  position: relative;
  z-index: 1;
}

.about-thumb::before {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  left: 51%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}

.about-thumb::after {
  background: rgba(255, 255, 255, 0.7);
  bottom: 51%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 51%;
  opacity: 1;
}

.about-thumb:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.about-thumb:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.about-section .section-title h2 {
  font-size: 45px;
  margin-bottom: 25px;
}

.section-title p {
  font-size: 16px;
  color: rgb(30, 30, 30);
  margin: 20px 0 40px;
}

.section2-button p {
  font-size: 16px;
  color: rgb(21, 20, 27);
  margin-left: 45px;
  overflow: hidden;
}

.section2-button span {
  font-size: 25px;
  display: inline-block;
}

.about-content ul li {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin-bottom: 22px;
  font-family: "Inter", sans-serif;
}

.about-content ul li span {
  font-size: 12px;
  display: inline-block;
  background: rgba(21, 20, 27, 0.8);
  color: rgb(229, 247, 78);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 7px;
}

.style-btn a {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(36, 36, 36);
  transition: 0.5s;
  font-weight: 500;
}

.style-btn span {
  font-size: 20px;
  display: inline-block;
  transform: rotate(310deg);
  margin-left: 5px;
  transition: 0.5s;
}

.style-btn a:hover {
  color: rgb(36, 36, 36);
}

.section-button:hover span {
  transform: rotate(0deg);
  position: relative;
  top: 2px;
}

/*=============end-about-section================*/

/*=============start-marquree-section================*/

.marquee-section {
  position: relative;
  background-color: rgb(36, 36, 36);
  padding: 90px 0;
  z-index: 1;
}

.marquee-section .inner-container {
  max-width: 1812px;
  margin: 0 auto;
}

.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0px;
}

.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
  position: relative;
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}

.marquee-section .marquee-block .content-box .title {
  margin: 0;
}

.marquee-section .marquee-block .content-box .title a {
  font-size: 99.45px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: -1px 0 rgb(229, 247, 78), 0 1px rgb(229, 247, 78),
    1px 0 rgb(229, 247, 78), 0 -1px rgb(229, 247, 78);
}

h6.title i {
  font-size: 30px;
  display: inline-block;
  margin: 0 55px;
  position: relative;
  bottom: 45px;
  text-shadow: -1px 0 rgb(229, 247, 78), 0 1px rgb(229, 247, 78),
    1px 0 rgb(229, 247, 78), 0 -1px rgb(229, 247, 78);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/*=============end-marquree-section================*/

/*===========start-service-section===============*/
.service-section {
  background-color: rgb(240, 240, 240);
  padding: 115px 0;
}

.service-single-box {
  background-image: url(../image/ser.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 80px 38px 40px;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}

.style3 {
  background-image: url(../image/ser-2.png);
}

.style4 {
  background-image: url(../image/ser-3.png);
}

.style7 {
  background-image: url(../image/ser-4.png);
}

.style8 {
  background-image: url(../image/ser-5.png);
}

.style9 {
  background-image: url(../image/ser-6.png);
}

.service-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(21, 20, 27, 0.6);
  transition: 0.5s;
  z-index: -1;
}

.service-icon {
  background-color: rgb(21, 20, 27);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  margin: 0px 0 60px 20px;
  transform: rotate(45deg);
  transition: 0.5s;
}

.service-icon img {
  transform: rotate(-45deg);
  transition: 0.5s;
}

.section-title h4 a {
  font-size: 24px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.417;
  width: 80%;
}

.service-disc p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0;
}

.service-button a {
  font-size: 16px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.service-button a span {
  font-size: 20px;
  display: inline-block;
  margin-left: 3px;
  transform: rotate(310deg);
  transition: 0.5s;
}

.service-button {
  position: relative;
}

.service-btn {
  text-align: center;
}

.service-btn a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgb(21, 20, 27);
  padding: 14px 35px;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: 500;
  z-index: 1;
}

.service-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 50%;
  height: 100%;
  width: 0%;
  background-color: rgb(229, 247, 78);
  transform: translate(50%, 0) skew(25deg);
  transition: 0.5s;
  border-radius: 3px;
  z-index: -1;
}

.service-btn a span {
  font-size: 20px;
  display: inline-block;
  margin-left: 3px;
  transform: rotate(310deg);
  transition: 0.5s;
}

.service-single-box:hover:before {
  width: 100%;
}

.service-single-box:hover .service-icon {
  background-color: rgb(229, 247, 78);
  transform: rotate(315deg);
}

.service-single-box:hover .service-icon img {
  filter: brightness(0);
  transform: rotate(45deg);
  transition: 0.5s;
}

.service-single-box:hover .service-button a {
  color: rgb(229, 247, 78);
}

.service-single-box:hover .service-button a span {
  transform: rotate(0deg);
  top: 1px;
  position: absolute;
}

.service-btn a:hover:before {
  width: 120%;
}

.service-btn a:hover {
  color: rgb(21, 20, 27);
}

.service-btn a:hover span {
  transform: rotate(0deg);
  position: relative;
  top: 3px;
  transition: 0.5s;
}

/*===========end-service-section===============*/

/* ============start-event-section=============== */

.latest-event-section {
  padding: 110px 0 90px;
}

.latest-event-section .event-content h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.event-single-box {
  position: relative;
  margin-bottom: 30px;
}

.event-thumb {
  position: relative;
  margin-bottom: 30px;
}

.event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(229, 247, 78, 0.302);
  z-index: 1;
  transition: 0.5s;
}

.event-thumb img {
  width: 100%;
}

.event-content p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.event-content {
  position: absolute;
  left: 30px;
  top: 535px;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.style5 {
  top: 200px;
}

.event-single-box:hover:before {
  width: 100%;
}

.event-single-box:hover .event-content {
  opacity: 1;
  transition: 0.5s;
}

.latest-two-section {
  padding: 60px 0 90px;
}

.latest-two-section .event-content h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.latest-two-section .event-content p {
  font-size: 14px;
}

.latest-two-section .style5 {
  top: 187px;
}

.latest-two-section .event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(21, 20, 27);
  opacity: 0.7;
}

.latest-two-section .event-single-box:hover:before {
  width: 100%;
}

.latest-three-section .event-single-box,
.latest-three-section .event-thumb {
  margin: 0;
}

.latest-three-section .event-content h4 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.latest-three-section .style5 {
  top: 250px;
}

.latest-three-section .event-thumb img {
  width: auto;
}

.latest-three-section .event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(21, 20, 27);
  opacity: 0.7;
}

.latest-three-section .event-single-box:hover:before {
  width: 100%;
}

.latest-three-section .event-content p {
  color: rgb(229, 247, 78);
}

/* ============end-event-section=============== */

/* ============start team-Area Css=============== */
.team-section {
  border: 2px #FBFCFD solid;
  background-color: #FBFCFD;
  padding: 0px 0 50px;
}

.team-single-box {
  text-align: center;
  /*padding: 20px;*/
  transition: 0.5s;
  background-color: rgb(240, 240, 240);
  /*border: 2px solid rgb(199 199 199);*/
  margin-bottom: 30px;
  z-index: 1;
}

.team-thumb {
  position: relative;
  z-index: 0;
}

.team-thumb img {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
}

.team-thumb img:hover {
  transform: scale(1.05);
}

.team-content {
  background: rgb(255, 255, 255);
  width: 100%;
  text-align: left;
  padding: 15px 0 10px;
}

.team-content h4 {
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.team-content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin: 8px 20px 20px;
  transition: 0.5s;
}

.team-social ul li {
  display: inline-block;
  margin: -4px;
}

.team-social ul li a {
  font-size: 16px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(243, 178, 42);
  border-radius: 100%;
  transition: 0.5s;
  background-color: rgba(243, 178, 42, 0.149);
}

.team-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;

  /*background-color: rgba(243,178,42, 0.302);*/
  transition: 0.5s;
}

.style6 a {
  color: rgb(30, 30, 30);
  background-color: rgb(243, 178, 42);
  font-weight: 500;
}

.team-single-box:hover .team-thumb::before {
  width: 100%;
}

.team-social ul li a:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(229, 247, 78);
}

.team-single-box:hover .team-content h4 {
  color: rgb(243, 178, 42);
}

.style6 a:hover {
  background-color: rgb(30, 30, 30);
}

.team-section .owl-nav {
  position: absolute;
  top: 50px;
  left: -50px;
}

/* ============end team-Area Css=============== */

/* ============start-testi-section=============== */

.testimonial-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 75px;
}

.single-testimonial {
  text-align: center;
}

.testimonial-icon {
  text-align: -webkit-center;
}

.testimonial-thumb {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  background-color: #fff;
  text-align: -webkit-center;
  border-radius: 24px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 6px 36px rgba(0, 0, 0, 0.08);
}

.testimonial-disc p {
  font-size: 18px;
  color: rgba(108, 108, 108, 1);
  width: 62%;
  margin: 55px auto 52px;
  text-align: center;
}

.testimonial-content h4 {
  font-size: 20px;
  color: rgba(38, 38, 38, 1);
  margin-top: 30px;
}

.testimonial-content span {
  font-size: 16px;
}

.testimonial-section .owl-dots {
  display: none;
  position: absolute;
  left: 48%;
  top: 1075px;
  border-radius: 100%;
}

.testimonial-section .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.302);
  border-radius: 50%;
  transition: 0.5s;
}

.testimonial-section .owl-dot.active {
  background: #F3B22A;
  width: 20px;
  height: 10px;
  border-radius: 20px;
}

/* ============end testi-Area Css=============== */

/* ============start blog-Area Css=============== */

.blog-section {
  padding: 0px 0 90px;
  background-color: #FAFAFA;
  height: 400px;
}

.blog-single-box {
  background-color: rgb(240, 240, 240);
  margin-bottom: 30px;
  transition: 0.5s;
}

.blog-thumb {
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-box {
  padding: 30px 0px 20px 35px;
}

.blog-content h4 a {
  font-size: 22px;
  display: inline-block;
  color: rgb(21, 20, 27);
  font-weight: bold;
  transition: 0.5s;
}

.blog-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  width: 85%;
  margin: 14px 0 15px;
}

.blog-date {
  display: inline-block;
}

.blog-date p {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0 10px 0 0;
}

.blog-date span {
  margin-right: 8px;
}

.blog-story {
  display: inline-block;
}

.blog-story p {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0;
}

.blog-story span {
  margin-right: 8px;
}

.blog-video {
  display: inline-block;
  position: relative;
}

.blog-video p {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0 0 0 6px;
}

.blog-video p::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: rgba(21, 20, 27, 0.8);
}

.blog-single-box:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-single-box:hover .about-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.blog-single-box:hover .about-thumb::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.section-title h3 {
  font-size: 35px;
  color: rgb(21, 20, 27);
  font-weight: bold;
}

.section-item {
  display: inline-block;
  position: absolute;
  right: 30px;
}

.section-item input {
  color: rgb(21, 20, 27);
  border: 1px solid rgb(21, 20, 27);
  width: 50%;
  padding: 12px 30px;
  margin: 0;
}

.blog-forms {
  text-align: right;
}

.blog-forms input {
  height: 52px;
  width: 20%;
  padding: 0 30px;
}

.blog-form-field p input::placeholder {
  color: rgb(133, 133, 133);
}

/* ============end blog-Area Css=============== */

/* ============start brand-Area Css=============== */

.brand-section {
  background-color: rgb(240, 240, 240);
  background-image: url(../picture/bj.png);
  height: 434px;
  background-size: cover;
  background-position: center;
  /*padding: 120px 0;*/
}

.brand-thumb {
  text-align: -webkit-center;
  position: relative;
  overflow: hidden;
}

.brand-section .owl-nav {
  position: absolute;
  top: 50px;
  left: -50px;
}

.brand-section .owl-prev i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
}

.brand-section .owl-next i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
}

.brand-section .owl-next {
  position: absolute;
  left: 86rem;
  top: 0;
}

.brand-section .owl-prev i:hover {
  background-color: rgb(243, 178, 42);
  border: 1px solid rgb(243, 178, 42);
}

.brand-section .owl-next i:hover {
  background-color: rgb(243, 178, 42);
  border: 1px solid rgb(243, 178, 42);
}

/* ============end brand-Area Css=============== */

/* ============start footer-Area Css=============== */

.footer-area {
  background-color: rgba(29, 33, 48, 1);
  ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 30px;
  position: relative;
}

.footer-area a {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(204, 204, 204, 1);
  font-size: 16px;
}

.subscribe-title h2 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  margin: 0;
}

.footer-disc p {
  font-size: 16px;
  width: 101%;
  margin: 40px 0 40px;
  color: rgba(255, 255, 255, 0.722);
}

.footer-icon ul li {
  display: inline-block;
  margin-right: 8px;
  transition: 0.5s;
}

.footer-widget-contact {
  margin-bottom: 10px;
  text-align: center;
}

.footer-widget-title h4 {
  font-size: 24px;
  position: relative;
  color: rgb(255, 255, 255);
  margin: 0 0 10px;
  z-index: 1;
}

.rpost-thumb a img {
  margin-bottom: 20px;
}

.rpost-content h5 {
  color: rgb(255, 255, 255);
  margin: 0;
}

.rpost-content h5 a {
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 500;
  transition: 0.5s;
}

.footer-area .rcomment {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
}

.rpost-content h5 a:hover {
  color: rgb(229, 247, 78);
}

.rpost-thumb span {
  font-size: 16px;
  display: inline-block;
  color: rgb(229, 247, 78);
  background-color: rgba(229, 247, 78, 0.149);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.footer-bottom-content p {
  font-size: 14px;
  color: rgb(153, 153, 153);
  text-align: center;
}

.footer-widget-title h4::before {
  position: absolute;
  content: "";
  top: 38px;
  left: 0;
  height: 2px;
  width: 55px;
  background-color: rgb(229, 247, 78);
}

.footer-bottom-content span {
  color: rgb(229, 247, 78);
}

.footer-widget-content {
  margin-bottom: 10px;
}

.footer-widget-menu ul li span {
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 7px;
}

.footer-widget-gallery a img {
  margin: 0 2px 8px 0;
}

.footer-widget-menu ul li a:hover {
  color: rgb(245, 161, 0);
}

.footer-icon ul li a:hover {
  background-color: rgb(245, 161, 0);
}

/*--=============end footer-section==============--*/

/*--=============curser==============--*/

.curser {
  position: fixed;
  /* mix-blend-mode: difference; */
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(245, 161, 0);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s;
}

.curser2 {
  position: fixed;
  /* mix-blend-mode: difference; */
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgb(245, 161, 0);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}

/*
<!-- ========================================-->
<!--Start Breadcumb Area-->
<!-- ========================================-->*/

.breadcumb-area {
  background: url(../image/breadcumb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 200px 0 200px;
  text-align: center;
}

.breadcumb-title h1 {
  font-size: 55px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 12px;
}

.breadcumb-content-menu ul li {
  display: inline-block;
}

.breadcumb-content-menu ul li a {
  font-size: 16px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.breadcumb-content-menu ul li span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: inline-block;
}

/*
<!-- ========================================-->
     <!--Start-inner-pricing-section-->
<!-- ========================================-->*/

.pricing-section {
  padding: 105px 0;
}

.pricing-title h2 {
  margin-bottom: 60px;
}

.pricing-single-box {
  text-align: center;
  background-color: rgb(240, 240, 240);
  padding-bottom: 45px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.pricing-box {
  background-color: rgb(21, 20, 27);
  padding: 50px 0 30px;
  transition: 0.5s;
}

.pricing-head p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 10px 0 22px;
  transition: 0.5s;
}

.currency {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.5s;
}

.tk {
  font-size: 50px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  transition: 0.5s;
}

.price-mon {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.5s;
}

.pricing-head h3 {
  font-size: 20px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin: 40px 0 15px;
}

.pricing-boody ul li {
  font-size: 16px;
  color: rgb(21, 20, 27);
  margin-bottom: 12px;
}

.pricing-boody ul li i {
  display: inline-block;
  margin-right: 2px;
}

.pricing-single-box:hover .pricing-head p,
.pricing-single-box:hover .currency,
.pricing-single-box:hover .tk,
.pricing-single-box:hover .price-mon {
  color: rgb(21, 20, 27);
}

.pricing-single-box:hover .pricing-box {
  background: rgb(229, 247, 78);
}

.pricing-single-box:hover .pricing-icon img {
  filter: brightness(0);
}

/*============end-pricing-section====================*/

/*============start-vent-section====================*/
.club-comunity-section {
  background-image: url(../image/cl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.club-comunity-section .section-title h2 {
  font-size: 45px;
  color: rgb(255, 255, 255);
  width: 50%;
  margin: 0 auto 0;
}

.club-comunity-section .section-title h2 span {
  font-size: 55px;
  display: inline-block;
}

.club-comunity-section .section-title p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 25px auto 40px;
  width: 62%;
}

.club-comunity-section .style span {
  color: rgb(229, 247, 78);
}

/*============end-event-section====================*/

/*============start-about-two-section====================*/

.about-two-section {
  padding: 170px 0 50px;
}

.about-two-section .section-title h2 {
  font-size: 45px;
  color: rgb(21, 20, 27);
  margin: 0px;
}

.about-two-section .section-title h2 span {
  display: inline-block;
  font-weight: 800;
}

.about-two-section .section-title h4 {
  font-size: 18px;
  margin: 0;
}

.section-title h4 span {
  margin-right: 7px;
}

.barfiller {
  width: 100%;
  height: 5px;
  position: relative;
  margin-bottom: 27px;
  margin-top: 12px;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -30px;
  font-weight: 700;
  color: rgb(21, 20, 27);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.fill {
  background-color: rgb(21, 20, 27) !important;
}

.barfiller:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ddd;
  top: 9px;
}

.prossess-ber-plugin span {
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}

.abouts-thumb {
  position: relative;
  z-index: 1;
}

.abouts-thumb::before {
  position: absolute;
  content: "";
  top: -62px;
  left: 225px;
  height: 630px;
  width: 100%;
  background: rgb(229, 247, 78);
  z-index: -1;
}

.abouts-content p {
  font-size: 16px;
  color: rgb(21, 20, 27);
  position: absolute;
  right: -130px;
  padding: 5px 15px;
  top: 230px;
  background: #fff;
  font-weight: bold;
  z-index: 1;
  transform: rotate(270deg);
}

/*============end-about-two-section====================*/

/*============start-about-section====================*/

.about-three-section {
  padding: 90px 0;
}

.about-three-section .section-title h2 {
  font-size: 45px;
  margin-bottom: 25px;
}

.about-three-section .rpost-thumb span {
  color: rgb(229, 247, 78);
  background-color: rgb(21, 20, 27);
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 5px;
}

.about-three-section .rpost-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0;
}

.about-three-section .section-title p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin: 40px 0 0;
}

/*============end-about-section====================*/

/*============start-latest-two-section-section====================*/

.sec-bg {
  position: relative;
  background-color: rgb(240, 240, 240);
  padding: 115px 0 95px;
}

.latest-two-section .section-title h3 {
  font-size: 45px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin: 0 0 25px;
}

.about-disc p {
  font-size: 18px;
  color: rgba(21, 20, 27, 0.8);
  font-weight: bold;
}

.google-map iframe {
  width: 100%;
  height: 245px;
}

/*============end-latest-two-section-section====================*/

/*============start-latests-event-section====================*/

.latests-event-section {
  position: relative;
  margin-top: -100px;
}

.latests-event-section .event-content h4 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 25px;
}

.latests-event-section .event-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  width: 90%;
}

.latests-event-section .service-button {
  position: absolute;
  top: 330px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

.latests-event-section .service-button a {
  color: rgb(229, 247, 78);
}

.latests-event-section .style5 {
  top: 160px;
}

.latests-event-section .event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(21, 20, 27);
  opacity: 0.7;
}

.latests-event-section .event-single-box:hover:before {
  width: 100%;
}

.event-single-box:hover .service-button {
  opacity: 1;
}

.events-single-box {
  position: relative;
  background-color: rgb(21, 20, 27);
  padding: 0 0 15px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.events-content {
  padding-left: 35px;
}

.events-content h4 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.5s;
}

.events-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

.events-single-box:hover .events-content h4 {
  color: rgb(229, 247, 78);
}

.video-icon {
  position: absolute;
  top: 580px;
  right: 410px;
  z-index: 1;
}

.video-vemo-icon {
  display: inline-block;
  text-align: center;
  position: relative;
  background: #fff;
  height: 60px;
  width: 60px;
  top: 50%;
  font-size: 18px;
  line-height: 60px;
  color: rgb(21, 20, 27) !important;
  border-radius: 100%;
  transition: 0.5s;
}

.events-single-box:hover .about-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.events-single-box:hover .about-thumb::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

/*============end-latests-event-section====================*/

/*============start-contact-section==============*/

.contact-section {
  padding: 105px 0 0px;
}

.section-title h3 {
  font-size: 28px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  width: 70%;
}

.contact-two-section {
  padding: 35px 0 35px;
}

.contact-content h4 {
  font-size: 20px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
}

.contact-icon {
  float: left;
}

.contact-content {
  margin-left: 35px;
}

.bg-up {
  background-color: rgb(240, 240, 240);
  padding: 80px 90px 85px;
}

.contacts-section .section-title p {
  font-size: 16px;
  color: rgb(30, 30, 30);
  margin: 25px 0 50px;
}

.form-box input {
  width: 100%;
  height: 54px;
  border: 1px solid #ced3d9;
  padding: 6px 20px;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: 500;
}

.form-box input::placeholder {
  color: rgba(21, 20, 27, 0.502);
}

.form-box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid #ced3d9;
  height: 250px;
  outline: 0;
  transition: 0.5s;
  background: #fff;
  margin-top: 7px;
  border-radius: 5px;
}

.form-box textarea::placeholder {
  color: rgba(21, 20, 27, 0.502);
}

.form-button button {
  font-size: 16px;
  padding: 14px 55px;
  background-color: rgb(229, 247, 78);
  border: none;
  text-transform: uppercase;
  font-weight: 500;
}

.google-map-section {
  padding: 60px 0 40px;
}

.google-map-section .google-map iframe {
  width: 100%;
  height: 600px;
}

/*============end-contact-section==============*/

/*==============start-blog-details-section===============*/

.blog-details-section {
  position: relative;
  background-color: rgb(240, 240, 240);
  padding: 120px 0;
}

.blog-single-details {
  margin-bottom: 30px;
  transition: 0.5s;
  padding: 0;
}

.blog-details-thumb img {
  width: 100%;
}

.blogs-content h4 a {
  font-size: 30px;
  color: rgb(30, 30, 30);
  display: inline-block;
}

.blog-content h4 {
  font-size: 30px;
  color: rgb(30, 30, 30);
  margin: 3px 0 0;
}

.blogs-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  width: 100%;
  margin: 30px 0 48px;
}

blockquote {
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  color: rgba(21, 20, 27, 0.8);
  font-weight: bold;
  padding: 10px 20px 5px;
  margin-bottom: 50px;
  border-left: 7px solid rgb(229, 247, 78);
}

.blog-details-inner h3 {
  font-size: 30px;
  margin: 20px 0 10px;
}

.blog-details-section .blog-single-box {
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
  transition: 0.5s;
}

.blog-details-section .owl-nav {
  position: absolute;
  top: -85px;
  right: 65px;
}

.blog-details-section .owl-prev i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.blog-details-section .owl-next i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.blog-details-section .owl-next {
  position: absolute;
  left: 50px;
  top: 0;
}

.blog-leave-title h3 {
  font-size: 30px;
  color: rgb(30, 30, 30);
}

.blog-leave-title p {
  position: relative;
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin-top: 35px;
  margin-left: 30px;
}

.blog-details-section .form-button button {
  font-size: 12px;
  color: rgb(21, 20, 27);
  font-weight: 500;
}

.blog-leave-title p::before {
  background-color: rgb(255, 255, 255);
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
  border-bottom: 1px solid rgb(21, 20, 27);
}

.blog-list-left {
  margin-bottom: 50px;
}

.blog-form-field {
  display: block;
  position: relative;
  width: 90%;
}

.blog-list-left input[type="email"] {
  padding: 12px 25px;
  border: 1px solid #c4c4c4;
  width: 57% !important;
  background-color: transparent;
}

.blog-list-left input::placeholder {
  color: rgba(21, 20, 27, 0.502);
}

p.blog-submit-button {
  position: absolute;
  right: 120px;
  top: 120px;
}

.blog-list-left input[type="submit"] {
  color: #fff;
  border: 1px solid rgb(21, 20, 27);
  background: rgb(21, 20, 27);
  padding: 12px 28px;
}

.single-widget-item h2 {
  font-size: 24px;
  color: rgb(21, 20, 27);
  font-weight: bold;
}

.recent-post-item ul li a {
  display: block;
  color: #0d0e14;
  transition: 0.5s;
}

.single-blog-list {
  margin-bottom: 45px;
}

.recent-post-item ul li {
  margin-bottom: 16px;
  color: rgba(21, 20, 27, 0.8);
  background: transparent;
}

.recent-post-title h3 {
  font-size: 24px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  position: relative;
}

.recent-post-title h3::before {
  position: absolute;
  content: "";
  top: 34px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: rgb(21, 20, 27);
}

.blog-details-section .rpost-thumb a img {
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.rpost-content h4 {
  margin: 0;
}

.rpost-content h4 a {
  font-size: 15px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}

.blog-details-section .rpost-content span {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  padding: 5px 0 0;
  display: inline-block;
}

.sidebar-title h4 {
  font-size: 24px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin: 40px 0 38px;
}

.tag-item ul li {
  display: inline-block;
}

.tag-item a {
  font-size: 14px;
  background: transparent;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 5px;
  color: #101010;
  transition: 0.5s;
  border-radius: 3px;
  position: relative;
  border: 1px solid #929292;
  z-index: 1;
}

.tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(229, 247, 78);
  border-radius: 3px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.tag-item a:hover:before {
  transform: scale(1);
}

/*==============end-blog-details-section===============*/

/*============start-service-details-section====================*/
.service-details-section {
  position: relative;
  background-color: rgb(240, 240, 240);
  padding: 120px 0;
}

.service-details-section .rpost-thumb a img {
  margin-right: 12px;
}

.service-details-section .owl-nav {
  position: absolute;
  top: -85px;
  right: 65px;
}

.service-details-section .owl-prev i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.service-details-section .owl-next i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.service-details-section .owl-next {
  position: absolute;
  left: 50px;
  top: 0;
}

/* Calendar css */
.wrapper {
  width: 100%;
  background: var(--text-color-white);
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.wrapper .current-month {
  display: flex;
  align-items: center;
  padding: 0 30px 0;
  justify-content: space-between;
  margin-bottom: 20px;
}

.current-month p {
  color: rgb(21, 20, 27);
}

.icons span {
  display: inline-block;
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}

.icons span:last-child {
  margin-right: -10px;
}

.icons span:hover {
  background: #f2f2f2;
}

.icons span {
  background: #f2f2f2;
  transition: 0.5s;
}

.icons span:hover {
  background-color: rgb(252, 72, 42);
}

.icons span i {
  font-size: 16px;
}

.current-date {
  font-size: 18px;
  font-weight: 500;
}

.calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}

.calendar li {
  color: #333;
  width: calc(100% / 7);
  font-size: 16px;
  margin: 10px 0;
}

.calendar .weeks li {
  font-weight: 500;
  cursor: default;
}

.calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.days li.inactive {
  color: #aaa;
  transition: 0.5s;
}

.days li.active {
  color: white;
}

.days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.days li.active::before {
  background-color: rgb(229, 247, 78);
}

.days li:not(.active):hover::before {
  background: #f2f2f2;
}

/*============end-service-details-section====================*/

/*=================== Loader Css================*/

.containers {
  background: #ffffff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text h3 {
  color: rgb(36, 36, 36);
  font-size: 24px;
  letter-spacing: 1px;
}

.loader {
  width: 25%;
}

.loader .load-box {
  width: 100%;
  height: 20px;
  border: 2px solid rgb(245, 161, 0);
  border-radius: 15px;
  padding: 1px;
}

.loader .load-box .load {
  background: rgb(245, 161, 0);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  animation: animate 2s linear forwards;
}

@keyframes animate {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/*==================Scrollup Button Section==================*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: rgb(229, 247, 78);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: rgb(229, 247, 78);
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: rgb(229, 247, 78);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*dark-button css*/

.darkmode .light-btn {
  stroke: rgb(229, 247, 78);
  padding-left: 6px;
}

.light-btn {
  background-color: rgb(229, 247, 78);
  position: fixed;
  z-index: 9999;
  top: 130px;
  right: 0;
  height: 40px;
  width: 50px;
  border-radius: 20px 0 0 20px;
  line-height: 40px;
}

.light-btn>button i:first-child {
  font-size: 22px;
  display: none;
  transition: 0.5s;
}

.darkmode .light-btn button i:first-child {
  display: block;
  color: #fff !important;
}

.light-btn button i:last-child {
  font-size: 34px;
  transition: 0.5s;
  display: block;
  margin-top: 1px;
}

.light-btn button {
  background: transparent;
  border: 0;
}

.darkmode .light-btn button i:last-child {
  display: none;
}