/*头部*/
.x-id {
    position: relative;
    top: -100px;
    height: 0;
}
	.pro_lbox {
    position: sticky;
    top: 100px;
}
	.pro_lbox ul li a {
    font-size: 18px;
    color: #666;
    padding-left: 40px;
    position: relative;
    display: block;
  	 font-weight: bold;
}
	.pro_lbox ul li a.active {
    color: #222;
    
}
	.pro_lbox ul li a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all;
}
	.pro_lbox ul li a.active::before {
    background-color: #222;
}
	.pro_lbox ul li a::after {
    content: "";
    width: 1px;
    height: 52px;
    background-color: #ddd;
    position: absolute;
    left: 5px;
    bottom: -45px;
}
	.pro_lbox ul li + li {
    margin-top: 30px;
}
	.pro_lbox ul li:last-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
	
	
	
	.pro_lbox .x-botton {
    margin-top: 40px;
}
	.pro_lbox .x-botton .x-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
	.pro_lbox .x-botton p {
    font-size: 14px;
    color: #666;
}
	.pro_lbox .x-botton p a {
    font-size: 16px;
    color: #666;
}
	.c-common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    border: 2px solid #ff8a00;
    background: #ff8a00;
    font-size: 22px;
    color: #fff;
    transition: all 0.3s;
}
	.pro_lbox .x-botton .c-common-btn {
    margin-top: 30px;
    font-size: 16px;
    height: 50px;
}
	
	@media (max-width: 1600px) {
  .c-common-btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}
  
.c-common-btn:hover {
  color: #ff8a00;
  background: transparent;
}
.c-common-btn:hover i {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022062813051029499/cms/image/cfc4a6ab-b841-4cfa-bf4e-a711df3dadc9.png);
}
  
.pro_lbox ul li:last-child a::after {
    display: none;
}
.pro_lbox ul li{
  	position: relative;
}
.pro_lbox ul li::after {
    content: ">";
    color: #707070;
    position: absolute;
    right: 0;
    top: 0;
}
  
@media (max-width: 767px) {
  .c-common-btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.c-common-btn i {
  display: inline-block;
  margin-left: 18px;
  width: 20px;
  height: 8px;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022062813051029499/cms/image/5730b8c7-c9fe-4678-8585-493cca5e85f7.png) no-repeat center / 100% auto;
}
@media (max-width: 767px) {
  .c-common-btn i {
    margin-left: 10px;
  }
}
.pl_service2 .service_item:hover{
background-color: #222!important;
}
.p_defaultIocn{color: #222;}