.crumbs .list a{
	display: contents;
}
.paging .nav_box a {
  display: inline-block;
  color: #000;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #0075C1;
  border-color: #0075C1;
}
.technology_main .content .lead p{
	padding: 4px 0;
}
.bg_pro table,.bg_pro table td{
  border: 1px solid #ddd;
}
.case_details .lead p{
  padding: 8px 0;
}
.invite .invite_details_banner .slide .content .lead p{
    padding: 4px 0;
}
.about_explain .content .lead p{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 28px;
}
.advantage .list .item .box .lead{
  color: #000;
}
.advantage .list .item:hover .box .lead {
  color: #fff;
}
.company .content .lead p{
    padding: 10px 0;
}
.tabs .active a{
    background: #0075C1;
    color: #fff;
    border-radius: 3px;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}
.advantage .list .item .box{
    height: 100%;
}



.header .main .content .nav .li .link{
    font-size: 16px;
}
.header .main .content .nav .li .child_head{
    font-size: 16px;
}
.header .main .content .nav .li .child_head .h4{
    font-size: 16px;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .explain{
    font-size: 14px;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .explain .lead{
    font-size: 14px;
}


@media screen and (max-width: 1150px) {
    .header .main .content .nav .li .link {
        padding: 0 10px;
    }
}










