/*==============================================顶部==============================================*/
.top-bar-area {
  padding: 10px 0;
  overflow: hidden;
  background-color: #fbd915;
}

.top-bar-area ul {
  margin-bottom: 0;
}

.top-bar-area ul li {
  float: left;
  margin-right: 26px;
}

.top-bar-area ul li a {
  color: #333;
}

.top-bar-area ul li:hover a {
  color: #0076f6;
}

.nav-item {
  text-align: center;
}

.sr-only {
  float: left;
  width: 100%;
  text-align: center;
  color: #999;
}

.shouyeall {
  float: left;
  width: 100%;
  height: auto;
}

/*==============================================导航==============================================*/
.wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  margin-bottom: 0;
  height: auto !important;
}

.wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 16px;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
}

nav.navbar.bootsnav {
  z-index: 100;
}

nav.navbar.bootsnav {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 14%);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  margin: 0;
}

/* .navbar-nav li:visited,.navbar-nav li:visited span{
  color: #fb7c15;
} */
.navbar-nav li a:hover,
.navbar-nav li:hover span {
  color: #ee8600;
}

/* .navbar-nav li:active,.navbar-nav li:active span{
  color: #fb7c15;
} */
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #ee8600;
}

.navbar-nav {
  --bs-nav-link-hover-color: #ee8600;
}

.navbar-nav .active {

  /* background: #fff8ec; */
  color: #ee8600;
}

.navbar-nav .dropdown-menu .active {

  background: #fff;
  color: #ee8600;
}

.navbar-nav .active a,
.navbar-nav .active span {
  color: #ee8600;
}

.navbar-nav .active .dropdown-menu a {
  color: #666;
}

.navbar-nav .active .dropdown-menu a:hover {
  background: #fff6e5;
  color: #ee8600;
}

.dropdown-menu a>.active {
  color: #ee8600;
}

hr {
  margin: 3px 0px;
  border-top: 1px solid #d25f07;
}

/* .navbar-nav li a:hover,.navbar-nav li:hover span,.navbar-nav li a:focus span{
  color: #0076f6;
}
.navbar-nav li:hover{
  border-bottom: 1px solid #0076f6;
} */
.navbar-nav .dropdown-menu {
  width: 100%;
  text-align: left;
}

.navbar-nav .dropdown-menu .dropdown-item {
  border-radius: 8px;
  line-height: 8px;
}

.dropdown-item {
  color: #666;
  /* border-bottom: 1px solid #ccc; */
}

.dropdown-menu a:hover {
  color: #0076f6;
}


.navbar-nav>li {
  /* border-bottom: 2px solid #fff; */
}

.navbar-nav>li:hover {
  /* background: #f4f4f4; */
  /* border-bottom: 2px solid #ee8600; */
}



.why {
  float: left;
  width: 100%;
  height: auto;
  top: 100%;
  position: absolute;
  background-color: #f8f7f5;
}

.hezuo {
  text-align: center;
}

.hezuo img {
  max-width: 100%;
}

.fenlei {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  color: #000;
  /* 文字颜色为黑色 */
}

.fenlei::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
  opacity: 0.09;
  /* 设置背景图层的透明度 */
  pointer-events: none;
  /* 使背景图层不接收鼠标事件 */
}

.fenlei img {
  opacity: .999;
  z-index: 999;
  max-width: 95%;
}

.fenlei h2 {
  color: #000;
  font-weight: bold;
  padding: 26px 0px;
}

.fenlei .fenlei-text {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  padding-bottom: 20px;
}
.fenlei-text p{
  margin-bottom: 0px;
}


.fenlei .row:nth-child(odd) {
  display: flex !important;
  /* 使用Flexbox布局 */
  justify-content: center !important;
  /* 水平居中 */
  align-items: center !important;
}

.fenlei .row:nth-child(even) {
  display: flex !important;
  /* 使用Flexbox布局 */
  justify-content: center !important;
  /* 水平居中 */
  align-items: center !important;
  text-align: right !important;
}


/* .fenlei .row:nth-child(odd) h2 , .fenlei .row:nth-child(odd) .fenlei-text{
  padding-left: 20px;
}
.fenlei .row:nth-child(even) h2 , .fenlei .row:nth-child(even) .fenlei-text{
  padding-right: 20px;
} */






/*-------------------------------------二级-------------------------------------*/
.erjiall {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 112px;
}

.testimonial_area {
  padding: 50px 0 30px;
  position: relative;
  /* margin: 60px 0; */
  background: url(../images/abg.jpg) no-repeat;
}

.single_testimonial img {
  margin-left: -200px;
  background-color: #fff;
  /* max-width: 100%; */
  border-radius: 20px 20px 20px 20px;
}

.client_bg {
  background: url(../images/teste_bg.png);
  border-radius: 20px 20px 20px 20px;
  /* margin: 100px 200px 100px -230px; */
  margin: 100px 90px 100px -130px;
  padding: 100px 60px 100px 70px;
  background-color: #fff;
}

.dt_client_title h2 {
  margin-bottom: 35px;
}

.dt_client_title h2 {
  font-size: 38px;
}

h2 span.highlight {
  color: var(--bgcolor);
}

.inner_test_subcont {
  font-size: 15px;
}

.inner_test_subcont p {
  margin-bottom: 10px;
}

.inner_test_subcont svg {
  margin-right: 5px;
  float: left;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .inner_test_subcont ul {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .inner_test_subcont li {
    width: 50%;
    float: left;
    margin-bottom: 6px;
  }
}

.service {
  /* background: url(../images/bg1.png); */
}

.card {
  --bs-card-box-shadow: rgba(145, 158, 171, 0.2) 2px 2px 5px 5px, rgba(145, 158, 171, 0.12) 3px 12px 24px 3px;
}

.service {
  padding: 30px 0px;
}

.service-box-items {
  margin-bottom: 26px;
  padding: 16px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  border: 1px solid #fffafa;
}

.service-box-items .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: var(--header);
  border: 1px solid #D5D5D5;
  text-align: center;
}

.service-box-items .thumb {
  width: 100%;
  overflow: hidden;
}

.service-box-items .thumb img {
  transition: all 1.2s ease;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  transition: all 0.3s linear;
}

.service-box-items .thumb img {
  /* border-radius: 9px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-box-items .thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-box-items .content {
  margin-top: 3px;
}

.service-box-items .content h4 {
  margin-bottom: 5px;
}

.service-box-items .content p {
  margin-bottom: 0px;
}

.service-box-items .content h4 a:hover {
  color: var(--theme);
}

.service-box-items .content .icon {
  margin-top: 5px;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  transform: translateX(0);
  transition: 0.7s;
  color: var(--header);
}

.service-box-items .content .icon::before {
  position: absolute;
  content: "了解更多";
  font-weight: 300;
  color: var(--theme);
  font-size: 15px;
  left: -60px;
  margin-top: 2px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.service-box-items .content .icon:hover {
  color: #ee8600;
  transform: translateX(60px);
}

.service-box-items .content .icon:hover i {
  color: #ee8600;
  margin-left: 12px;
}

.service-box-items .content .icon:hover::before {
  opacity: 1;
  color: #ee8600;
}

.service-box-items:hover {
  border: 1px solid #ffe0bb;
}

.service-box-items .content h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 0;
}

.service-box-items .content h6 a {
  color: #222;
}

.service-box-items .content h6 a:hover {
  color: #ee8600;
}

.service-box-items .content p {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.testimonial_inner_img{
  margin-bottom: 20px;
}
.filters-group {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  text-align: center;
}
.filters-group .active button{
  color: #fff;
  background-color: #6bb0fa;
  border: 1px solid #55a8bf;
}

.filters-group button {
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 6px 1px;
    color: #0683e2;
    background: inherit;
    border: 1px solid #e2eff9;
    background-color: #ecf6ff;
    border-radius: 0;
    transition: all 0.3s ease;
  
}

.filters-group button:hover {
  color: #fff;
  background-color: #6bb0fa;
  border: 1px solid #55a8bf;
}

.filters-group button.active {
  color: #fff;
  background-color: #6bb0fa;
  border: 1px solid #55a8bf;
}
.ser-img img{
  max-width: 100%;
}
.ser-title{
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  line-height: 36px;
  font-size: 16px;
}
.ser-con{
  line-height: 36px;
  font-size: 15px;
  color: #666;
}
.single_testimonial{
  width: 100%;
}

.newsall{
  margin-top: 10px;
  margin-bottom: 20px;
}
.news{
  float: left;
  width: 100%;
  margin-top: 19px;
  padding: 6px 10px;
}
.news .card{
  width: 100%;
  padding: 20px 20px;
}
.news-left{
  float: left;
  width: 18%;
}
.news-left-date{
  width: 60px;
  height: 60px;
  background-color: #d8e3fe;
  text-align: center;
  line-height: 60px;
  color: #3c72fc;
  font-weight: bold;
}
.news-right{
  width: 80%;
  float: right;
}
.news-right-title{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;    
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
}
.news-right-title a{
  color: #333;
}
.news-right-con{
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .card{
  display: table;
}
.news-left-more{
  margin-top: 5px;
  float: left;
  width: auto;
  border-bottom: 2px solid #3c72fc;
  color: #3c72fc;
}
.news a:hover{
  color: #ee8600;
}
.news-left-more:hover{
  border-bottom: 2px solid #ee8600;
  color: #ee8600;
}
.news-left-more:hover a{
  color: #ee8600;
}

.news-info h2 {
  width: 100%;
  font-weight: bold;
  line-height: 30px;
  color: #0060d8;
  margin-top: 20px;
  margin-bottom: 15px;
}
.news_date {
  width: 100%;
  font-size: 15px;
  color: #999;
  margin-bottom: 1rem;
}
.news_date>span {
  margin-right: 16px;
}
.news_con {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 1rem;
  min-height: 363px;
}
.newsall img{
  max-width: 100%;
  margin-top: 16px;
  border-radius: 22px;
}



.atf-contact-form .atf_contact_input input,.atf-contact-form .atf_contact_input select,.atf-contact-form .atf_contact_input textarea {
  border: 1px solid rgba(0,0,0,.2)!important;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  margin: 10px 0;
  background: var(--atf-thm-white);
  outline: 0;
  padding-left: 26px;
  height: 46px;
}

.atf-contact-form .atf_contact_input input:focus,.atf-contact-form .atf_contact_input select:focus,.atf-contact-form .atf_contact_input textarea:focus {
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  border: 1px solid #5D87FF !important;
}

.atf-contact-form .atf_contact_input input:active,.atf-contact-form .atf_contact_input select:active,.atf-contact-form .atf_contact_input textarea:active {
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  border: 1px solid #5D87FF !important;
  border-color: #5D87FF;
}

.atf-contact-form .atf_contact_input textarea {
  height: 100px;
  width: 100%
}
.atf_contact_input input{
  width: 100%;
}
.adrs{
  width: auto;
  color: #fff;
  background-color: #c80808;
  border-radius: 2px;
  padding: 1px 3px 4px 3px;
}
.caseinfo img{
  max-width: 100%;
}




/* Pagination CSS */
.newsall .pagination {
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px 10px 6px 10px;
  margin-bottom: 0rem;
  margin-top: .6rem;
  display: flex;
  /* 使用flex布局 */
  justify-content: center;
  /* 水平居中 */
}

.newsall .pagination li {
  margin-right: 5px;
  display: inline-block;
  float: left;
  background: #fff;
  color: #333;
  padding: 3px 16px;
  font-weight: 500;
  border: 1px solid #dddddd;
  font-size: 15px;
  border-radius: 2px;
}

.newsall .pagination .page-all {
  border: 1px solid #dddddd;
  color: #b6bbc5;
}

.newsall .pagination li:last-child {
  margin-right: 0px;
}

.newsall .pagination li a {
  float: left;
  color: #333;
}

.newsall .pagination li.active,
.newsall .pagination li:hover {
  background: #0C59DB;
  color: #fff;
  border-color: transparent;
  cursor: pointer;
}

.newsall .pagination li.active a,
.newsall .pagination li:hover a {
  color: #fff;
}

.pagination li a i {
  font-size: 20px;
}

.pagination li a i {
  font-size: 17px;
}

/* Portfolio Filter
 * -------------------------- */
 .portfolio-filter {
  text-transform: uppercase;
}

.portfolio-filter .nav-pills > li > a {
  border-radius: 2px;
  color: #555;
  /* margin-right: 6px; */
  background-color: #e8eaeb;
  width: 100%;
  padding: 10px 0px;
  float: left;
  text-align: center;
}
.portfolio-filter .nav-pills > li > a:hover{
  border-color: #d6813c;
  background-color: #e78a3c;
  color: #ffffff;
}

.portfolio-filter .nav-pills > li.active > a, .portfolio-filter .nav-pills > li.active > a:hover, .portfolio-filter .nav-pills > li.active > a:focus {
  border-color: #d6813c;
  background-color: #e78a3c;
  color: #ffffff;
}
/* Section
 * -------------------------- */
 .section.type2 {
  padding-top: 25px;
  padding-bottom: 15px;
}

.section.type3 {
  padding-top: 5px;
}

.type2 ul li{
  margin-bottom: 12px;
}
/* Portfolio Item
* -------------------------- */
.portfolio-item-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.portfolio.type3 .portfolio-item-wrapper {
  padding-top: 0;
}

.portfolio-item {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.portfolio-item:hover .portfolio-thumb img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
  background-color: #ccc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
  opacity: 0.20;
  filter: alpha(opacity=20);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 50%;
  font-size: 16px;
  color: #fff;
  display: block;
  color: #59AB02;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
  background-color: #db9616;
  color: #fff !important;
}

.portfolio-item .portfolio-thumb .portfolio-link {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  background-color: #4c93e0;
  color: #fff !important;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {

  left: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.portfolio-item .portfolio-details {
  border: 1px solid #ecf0f1;
  padding: 25px;
}

.portfolio-item .portfolio-details .portfolio-title a {
  color: #2c3e50;
}

.portfolio-meta {
  text-transform: uppercase;
  font-size: 11px;
  color: #bdc3c7;
}

.portfolio-meta a {
  color: #95a5a6;
}

.portfolio-meta a:hover, .portfolio-metaa:focus {
  color: #59AB02;
}

.portfolio-likes {
  float: right;
}

.tvinfo{
  width: 100%;
  height: auto;
  margin: 0px auto;
  max-width: 860px;
}
.tvall{
  float: left;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.tvall a{
  padding: 10px 30px;
  border-color: #d6813c;
  background-color: #e78a3c;
  color: #ffffff;
  border-radius: 2px;
} 
.tvtitle{
  width: 100%;
  float: left;
  text-align: center;
  line-height: 20px;
  margin-bottom: 2px;
  color: #000;
  font-size: 26px;
  padding: 12px 12px;
}
.tvcount{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  color: #686868;
  font-size: 15px;
}
.tvimg{
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.tvimg img{
  width: 100%;
}
.tvchicun img{
  max-width: 100%;
}
.allinfo{
  float: left;
  width: 100%;
  border-bottom: 1px dashed #f5ad02;
  padding-top: 13px;
  padding-bottom: 13px;
  display: box; 
  display: -webkit-box;
  display: -moz-box; 
  -moz-box-pack: center;
  -webkit-box-align: center;
}
.sbdz{
  float: left;
  width: 56px;
  height: 56px;
  padding: 10px 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  background-color: #54a2f5;
  color: #fff;
  font-weight: bold;
}
.dizhi{
  float: left;
  width: auto;
  padding-left: 10px;
  font-size: 16px;
  color: #222;
  line-height: 28px;
}
.fujin{
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
}


/*-------------------------------------toot-------------------------------------*/
.foot {
  float: left;
  width: 100%;
  height: auto;
  background-color: #fbd915;
  display: flex;
  /* 使用Flexbox布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
}

.foot .row {
  display: flex;
  /* 使用Flexbox布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  color: #222;
  line-height: 25px;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.foot .row:last-child {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #e8c810;
}

.foot h3 {
  float: left;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding-left: 12px;
  color: #222;
  border-left: 3px solid #ef5a00;
}

.foot ul {
  width: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  /* 移除列表的标记，如果需要的话 */
  padding: 0;
  margin: 0;
}

.foot li {
  float: left;
  flex: 1;
  /* 让所有li平等地分配空间 */
  text-align: center;
}

.foot li a {
  color: #222;
}

.foot li a:hover {
  color: #a65a00;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3fbbc0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
} */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 99;
  width: 45px;
  height: 41px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
}

#back-to-top i {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 0;
}

#back-to-top:hover {
  background: #527ffc;
  color: #fff;
}

@media only screen and (max-width: 360px) {

  .erjiall {
    margin-top: 79px;
  }
}

@media only screen and (min-width: 412px) and (max-width: 540px) {

  .erjiall {
    margin-top: 96px;
  }

  .single_testimonial img {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 540px) {
  .navbar-brand {
    width: 70%;
  }

  .navbar-brand img {
    max-width: 100%;
  }

  .top-bar-area ul li {
    float: left;
    width: 50%;
    margin-right: 0;
  }

  .fenlei img {
    max-width: 88%;
  }

  .fenlei .row:nth-child(odd) .col-6 {
    padding-right: 0;
  }

  .copy {
    text-align: center;
  }

  .navbar-nav .dropdown-menu {
    position: relative;
  }

}

@media only screen and (max-width: 539px) {
  .top-bar-area{
    display: none;
  }
  .filters-group {

    justify-content: center;
}
  .fenlei h2 {
    padding: 3px 0px;
    font-size: 16px;
  }

  .fenlei .fenlei-text {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 20px;
  }

  .hezuo img {
    padding: 10px 0px;
  }

  .fenlei {
    padding: 20px 0px;
  }

  .footone .col-sm-4 {
    border-bottom: 1px dashed #e8c810;
    padding-bottom: 3px;
  }

  .footone .col-sm-4:last-child {
    border-bottom: 0px dashed #e8c810;
  }

}

@media only screen and (min-width: 540px) {
  .fenlei h2 {
    padding: 3px 0px;
    font-size: 18px;
  }

  .fenlei .fenlei-text {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 20px;
  }

  .fenlei .row {
    margin-bottom: 20px;
  }

  .hezuo img {
    padding: 10px 0px;
  }

  .fenlei {
    padding: 20px 0px;
  }

}

@media only screen and (min-width: 768px) {
  .service-box-items .thumb img {
    height: 200px;
  }

  .fenlei h2 {
    padding: 30px 0px;
    font-size: 26px;
  }

  .fenlei .fenlei-text {
    font-size: 17px;
    line-height: 36px;
    padding-bottom: 20px;
  }

  .fenlei .row {
    margin-bottom: 32px;
  }

  .fenlei {
    padding: 35px 0px;
  }

  .footone .col-sm-4:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

}


@media only screen and (min-width: 1024px) {
  .fenlei h2 {
    padding: 20px 0px;
  }

  .fenlei .fenlei-text {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .fenlei .row {
    margin-bottom: 32px;
  }

  .fenlei {
    padding: 50px 0px;
  }

}

@media only screen and (min-width: 541px) and (max-width: 1023px) {
  .top-bar-area ul li {
    float: left;
    width: 33.33%;
    margin-right: 0;
  }
  .portfolio-filter .nav-pills > li > a {
    width: 123%;
    font-size: 13px;
  }

}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footone .col-sm-4 {
    width: 50%;
    float: left;
  }

  .footone br {
    display: none;
  }

  .footone .col-sm-4:nth-child(3) {
    width: 100%;
  }

}


@media only screen and (min-width: 1600px) {

  .news-left{
    width: 16%;
  }
  .news-right{
    width: 84%;
  }
  .portfolio-item .portfolio-thumb img {
    height: 300px;
  }
}

@media only screen and (min-width: 1280px) {


  .news-left{
    width: 18%;
  }
  .news-right{
    width: 82%;
  }
  
  .portfolio-item .portfolio-thumb img {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

  .news-right{
    width: 80%;
  }
  .single_testimonial img {
    margin-left: -260px;
  }
  .portfolio-item .portfolio-thumb img {
    height: 210px;
  }

  .client_bg {
    margin: 100px 60px 100px -230px;
    padding: 60px 50px 130px 50px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1366px) {
  .single_testimonial img {
    margin-left: -80px;
  }

  .client_bg {
    margin: 100px 100px 100px -230px;
    padding: 60px 50px 130px 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .news-right{
    width: 72%;
  }
  .single_testimonial img {
    margin-left: 0px;
    width: 160%;
  }

  .client_bg {
    margin: 20px 30px 0px -100px;
    padding: 50px 20px 30px 20px;
  }
  .portfolio-item .portfolio-thumb img {
    height: 150px;
  }


}

@media only screen and (max-width: 767px) {
  .portfolio-item .portfolio-thumb img {
    height: 150px;
  }
  .testimonial_area {
    padding: 20px 0 20px;
  }

  .single_testimonial img {
    margin-left: 0px;
    width: 100%;
  }

  .client_bg {
    margin: 20px 0px 0px 0px;
    padding: 50px 20px 30px 20px;
  }
}