
#header ul li.navitem a.active:after,
#header ul li.navitem:hover a:after {background-color: #E1561F;}

#category a.active,
#category a:hover,#indexPage #mteam .content_list li:hover a.details {
    background: #E1561F;
    border-color: #E1561F;
}


.teamitem a div.wrap,#pages a.active,#pages a.active,
#pages a:hover,#olx_head,#shares a#sweixin,#servicelist .serviceitem div p.title::before,#indexPage #mslider .bx-wrapper .bx-controls-direction a:hover,
#projectlist .projectitem a:hover .project_info div:after {background: #E1561F;}

.agent-mobile #leftcontrol ul li.active a span.circle {background: #E1561F;}

#pages a.active,
.agent-mobile #pages a:hover{background-color: #E1561F !important; }

#leftcontrol ul.subnav li.active a {}


/* 2024-10-15 tao start */
.agent-pc #header .content {
  position: relative;
}
.agent-pc .language_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -40px;
  color: #8e8e8e;
  border-radius: 50%;
  background-color: transparent;
  transition:all .3s ease;
}
.agent-pc .language_btn:hover{
    background-color: #E1561F;
    color:#fff;
}

/* 2024-10-15 tao end */