﻿/**
Created by lgj on 2018/4/18.
**/
.page-content {
  background: #f1f1f1;
}
.service-title {
  padding: 12px 0;
}
.service-title a {
  font-size: 12px;
  color: #666;
}
.service-title a:after {
  content: ">";
  font-size: 14px;
  line-height: 12px;
  color: #666;
  margin-left: 4px;
}
.service-title .allService:after{
  content:"";
}
.service-title span {
  font-size: 12px;
  color: #666;
}
.page-tit-nav {
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ececec;
}
.page-tit-nav ul {
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
}
.page-tit-nav ul li {
  float: left;
  font-size: 14px;
}
.page-tit-nav ul .li1 {
  color: #666;
  padding: 3px 10px 3px 20px;
  margin-top: 5px;
  min-width: 75px;
  text-align-last: justify;
}
.page-tit-nav ul .li2 {
  /*width: 1068px;*/
}
.page-tit-nav ul .li2 a {
  padding: 3px 10px;
  color: #333;
  margin-top: 5px;
}
.page-tit-nav ul .li2 a:hover {
  background: #13B3B3;
  color: #fff;
}
.page-tit-nav ul .li2 a.active {
  background: #13B3B3;
  color: #fff !important;
}
.service-content .container {
  margin-left: -20px;
}
.service-content .list {
  float: left;
  background: #fff;
  width: 283px;
  margin: 20px 0 0 20px;
  border:1px solid #ececec;
}
.service-content .up {
  height: 180px;
  overflow: hidden;
}
.service-content .up a{
  display:block;
  width:100%;
  height:100%;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
}
.service-content .list:hover>.up>a{
  transform: scale(1.1);
}
.service-content .up img {
  width: 100%;
  height: 100%;
}
.service-content .down {
  padding: 23px;
}
.service-content .down .down-p1 {
  font-size: 14px;
  color: #333;
    height: 15px;
    overflow: hidden;
}
.service-content .down .down-p2 {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-top: 15px;
  height: 40px;
}
.service-content .down .down-p3 {
  font-size: 16px;
  color: #fd7d22;
  margin:17px 0;
}
.service-content .down a {
  width: 243px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #13B3B3;
  color: #fd7d22;
  display: block;
  margin: auto;
  border-radius: 2px;
}
.service-content .down a:hover {
  background: #fd7d22;
  color: #fff;
}
.pagination {
  position: relative;
  height: 130px;
  text-align: center;
}
.pagination li.active>a {
  background: #fd7d22 !important;
  color: #fff !important;
}
.pagination ul {
  overflow: hidden;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  padding: 30px 0 20px;
  display: inline-block;
  *display: block;
  *zoom:1;
  /*transform: translate(-50%, 50%);*/
  width: auto !important;
}
.pagination ul li {
  float: left;
  margin: 0 3px;
}
.pagination ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 12px;
  color: #8f8f8f;
  border-radius: 3px;
  border: 1px solid #ececec;
  background: #fff;
}
.pagination ul li a:hover {
  background: #fd7d22;
  color: #fff;
}
/*2018/4/24 �޸İ汾*/
.service-content .down .down-p1{
  color:#333;
}
.service-content .down{
  padding: 18px 22px 14px;
}
.service-content .down .down-p2{
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 10px;
  height: 30px;
}
.service-content .down>.price-btn>.down-p3{
  float: left;
  font-size: 16px;
  color: #fd7d22;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-content .down>.price-btn>a {
  float: right;
  width: 90px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background:#13B3B3;
  color: #fff;
  display: block;
  border-radius: 2px;
/*  margin-top: 12px;*/
   margin:0 30%
}
.service-content .down>.price-btn>a:hover{
  opacity: 0.8;
}
.service-content .down>.price-btn{
  margin-top: 5px;
}
