*{

word-break:break-word !important;
  font-family: Microsoft YaHei, 微软雅黑 !important;
}


table {
    border-right: 1px solid #dfdfdf !important;

    margin-bottom: 15px;
    width: 100% !important;
	margin:0px !important;
}
table tr{
  height: auto !important;
}
table tr td {
    border-left: 1px solid #dfdfdf !important;
    border-bottom: 1px solid #dfdfdf !important;
    padding: 7px 10px !important;
    color: #555;
    width: auto !important;
	    border-top: 1px solid #dfdfdf !important;
    text-align:left;
    height: auto !important;
    border-right: none !important;
}
table tr td *{
font-size:16px !important;
  padding:0px !important;
}

table tr:nth-child(even){
    background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
table tr td *{
font-size:14px !important;
}
  
  }

.nyactive .e_text-3:before {
	content: '';
	position: absolute;
	left: 0px  !important;
	bottom: 0px;
	width: 100% !important;
	height:100%;
	background-image: linear-gradient(to right, rgba(5, 117, 191) 0%, rgba(36, 37, 129) 100%);
	transition: all ease .3s;
}

.nyactive a {
    color: #fff
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}

.pl_service3 .service_value.dh {
    line-height: 35px;
    text-align: center;
    width: 160px ;
}
.pl_service3 .service_value span{
    padding: 0 5px 0px 0px;
}
.pl_service3 .service_item:hover {
    width: 240px;
}
.pl_service2 .service_item:hover .service_value_con {
    width: 240px;
}
.pl_service2 .service_value {
    background: #e67405;

}

.pl_service2 .service_value::after {
    border-left: 6px solid #e67405;
}
.pl_service2 .service_item:hover {
    background-color: #e67405;
}
.pl_service2 .service_item {
    background: #e67405;
    color: #fff;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  
  .pl_service3 .service_item:hover {
    width: 280px;
}
  
  .pl_service3 .service_value .dh {

    width: 160px !important;
}
  
  
}


.pl_toast{top:50%;}

.pl_toast_con{
background:rgba(230,116,5,0.9)
}



.searchBox .searchForm {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}
.searchBox .searchForm input {
    flex: 1;
    border: 1px #ddd solid;
height:46px;
    background: #fff;
  border-right:none;
  padding-left:15px;
}
.searchBox .searchForm button {
    text-align: center;
    width: 100px;
    background: #e67405;
  border:none;
  height:46px;
  color:#fff;
}


.searchBox .searchForm button:focus {
 outline: none;
}
