.p-abt{ 
  background: url(../imgs/bg1.png) no-repeat 280px -500px;
  width: 100%;
  padding:50px;
}
.p-abt .row .abt{ 
	padding: 0 150px;
	font-size: 20px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 40px;
	text-align: center;
}
.p-abt .row .abt-btn{
 	margin-top: 50px; 
	text-align: center;
}

.p-project .cktab{
	font-size: 0;
	width:100%;
}
.p-project .cktab>span{
	padding:20px 0;
	text-align: center;
	font-size: 16px;
	width:25%;
	display: inline-block;
	border-top: 2px solid #D4D4D4;

}
.p-project .cktab>span.cur,.p-project .cktab>span:hover{
	border-top: 2px solid #F18217;
	font-weight: 600;
	cursor: pointer;
}
.p-project .tablist{
	margin-top:30px;
	background: #F6F6F6;
}
.p-project .tablist>div{
	display: none;

}
.p-project .tablist>div>div{
	padding:0;
}
.p-project .tablist>div>div.fl{
	width:40%;
}
.p-project .tablist>div>div.fr{
	width:60%;
}
.p-project .tablist>div>div>img{
	max-width:100%;
	
}
.p-project .tablist>div.cur{
	display: block;

}
.p-project .tablist>div>div:nth-child(2){
	text-align: center;
	padding:20px;
}
.p-project .tablist>div>div:nth-child(2)>div{
	font-size: 28px;
	font-weight: 600;
	color: #333333;
}
.p-project .tablist>div>div:nth-child(2)>p{
	text-align: justify;
    margin:10px 0;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 30px;
}
.p-project .tablist>div>div:nth-child(2)>a{
	margin:0 auto;
	position: relative;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 31px;
    border: 2px solid #C3C3C3;
    font-size: 18px;
    color: #4D4D4D;
}
.p-project .tablist>div>div:nth-child(2)>a:before{
	content: " ";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 13px;
    height: 13px;
    border: 2px solid #C3C3C3;
    border-radius: 15px;
}	

.p-sites{
	margin-top:50px;
}

.p-sites .title>span{
	font-size: 35px;
	font-weight: 600;
	color: #4D4D4D;
}
.p-sites .title>a{
	display: inline-block;
	position: relative;
	margin:0 20px;
	font-size: 16px;

	color: #636363;
}
.p-sites .title>a:after{
	position: absolute;
	content:"|";
	right:-20px;
	top:3px;
}
.p-sites .title>a:hover{
	color:#F18217;
}
.p-sites .title>a:last-child:after{
	position: absolute;
	content:" ";
}
.p-sites .siteList{
	margin-top:20px;
	font-size: 0;
}
.p-sites .siteList>a{
	display: block;
	padding:10px;
	margin:15px 10px;
	width: 23.2%;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #CDCDCD;
	font-size: 18px;
	text-align: center;
}
.p-sites .siteList>a div{
	position: relative;
}
.p-sites .siteList>a div .pictitle{
	position: absolute;
	bottom:20%;
	left:0;
	right:0;
	font-weight: 600;
	color:#FFFFFF;
	text-align: center;
}
.p-sites .siteList>a div .pictitle>h1,.p-sites .siteList>a div .pictitle>p{
	font-size: 25px;
	margin-bottom: 5px;
}

.imgsss{
    height:260px !important;
}

.p-sites .siteList>a div img{
	width:260px;
	height:160px;
	border:1px dashed #D8D8D8;
}
.p-sites .siteList>a>div:nth-child(2){
	margin:10px 0;
	font-size: 12px;
	font-weight: 600;
	color: #4D4D4D;
	white-space: nowrap;
  	overflow:hidden;
  	text-overflow: ellipsis;
}
.p-sites .siteList>a>div:nth-child(3){
	margin:15px 0;
	font-size: 16px;
}
.p-sites .siteList>a>div:nth-child(3) span:nth-child(1){
	font-size: 30px;
	color: #F7413B;
}
.p-sites .siteList>a>div:nth-child(3) span:nth-child(2){
	padding:5px 15px;
	background: #F47D2F;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
}
.p-sites .siteList>a>div:nth-child(4){
	margin:10px 0;
	font-size: 16px;
	color: #636363;
}
.p-taocan .siteList>a>div:nth-child(3) span:nth-child(1){
	font-size: 16px;
	color: #636363;
}

.p-process .processList>div{
	margin:20px 10px;
	width: 31.5%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.26);
}
.p-process .processList>div>span{
	display: block;
	width: 100%;
	height: 10px;
	background: #D3D3D3;
}

.p-process .processList>div:nth-child(even)>span{
	background: #F47D2F;
}
.p-process .processList>div:hover>span{
	background: #F47D2F;
}

.p-process .processList>div>div{
	margin-top:30px;
	padding:0 30px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	color: #4D4D4D;
}
.p-process .processList>div>div img{
	width:60px;
	height:60px;
}
.p-process .processList>div>p{
	height:120px;
	text-align: justify;
	padding:0 30px; 
	font-size: 18px;
	color: #4D4D4D;
	line-height: 34px;
}

.p-price table{
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}
.p-price .line
{
    background-color: #F47D2F;
    border-radius:10px 10px 0 0; 
    height: 30px; 
    margin-bottom: -1px;
}

.p-price table td
{
    border: 1px solid #D3D3D3;
    color: #333;
    height: 35px;
    padding:0 2px;
}
.p-price table thead th
{
    background-color: #d8dde2;
    width: 100px;
}

.p-sb .swiper-container {
   width: 100%;
}

.p-sb .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-caiyang ul li{
    margin: 15px 0px;
    width: 25%;
    font-size: 16px;
    text-align: center;
}

.p-sb .swiper-slide img{
  max-width:100%;
  height:250px;
}
.p-sb .swiper-button-next{
	width:60px;
	height:60px;
	position: absolute;
	left:30px;
	top:110px;
	z-index:9999;
	background-image:none;
}
.p-sb .swiper-button-prev{
	width:60px;
	height:60px;
	position: absolute;
	right:30px !important;
	left:unset;
	top:110px;
	z-index:9999;
	background-image:none;
}

/* 首页：团队介绍 */
.p-news { 
	
}

.p-news .swiper-container{ 
  position: relative;
  padding-bottom:100px;
  width:100%;
}
.p-news .swiper-container .swiper-slide {
    width: 100%;
    height:300px !important;
    background: none !important;
 }

.p-news .swiper-container .swiper-slide a{
    display: block;
 }
 .p-news .swiper-container .swiper-slide a img{
    max-width:100%;
    height: 195px;
 }
 .p-news .swiper-container .swiper-slide a .time{
    margin:15px 0;
    font-size: 20px;
    color: #565656;
 }
 .p-news .swiper-container .swiper-slide a .title{
    width:100%;
    font-size: 16px;
    font-weight: 500;
    color: #2D2D2D;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
 }
 .p-news .swiper-container .newsbtn {
    width:120px;
    height:50px;
    position: absolute;
    z-index: 99999;
    bottom:30px;
    left:45%;
 }
 .p-news .swiper-container .newsbtn img{
    width:50px;
    height:50px;
 }
@media all and (max-width:768px){
	.row{
		padding:0 10px;
	}
	.p-abt {
	    padding: 0px; 
	}
	
	.p-title {
	    margin: 20px 0;
	}
	.p-title .title {
	    font-size: 24px;
	    line-height: 40px
	}
	.p-title .dot {
	    width: 10px;
	    height: 10px;

	}
	.p-caiyang ul li{
	    width: 50%;
	}
	.p-abt .row .abt {
	     padding: 0; 
	    font-size: 16px;
	    text-align: justify;
	}
	.p-abt .row .abt-btn {
	    margin-top: 20px;
	}
	.p-abt .row .abt-btn img{
	    max-width: 50%;
	}

	.p-project .cktab>span {
	    font-size: 16.5px;
	}
	.p-project .tablist>div>div.fl{
		width:0%;
	}
	.p-project .tablist>div>div.fr{
		width:100%;
	}
	.p-sites .title>span {
	    font-size: 26px;
	}
	.p-sites .title>a {
	    margin: 0 10px;
	}
	
	
	.p-sites .siteList>a {
	    padding: 5px;
	    margin: 5px;
	    width: 47%;
	}
	
	.p-sites .siteList>a div .pictitle>h1, .p-sites .siteList>a div .pictitle>p {
	    font-size: 18px;
	    margin-bottom: 0px;
	}
	.p-sites .siteList>a div img {
	    max-width: 100%;
	    height: 100px;
	}
	.p-sites .siteList>a>div:nth-child(2) {
	    font-size: 16px;
	}
	.p-sites .siteList>a>div:nth-child(3) span:nth-child(2) {
	    padding: 5px 10px;
	}
	.p-sites .siteList>a>div:nth-child(3) span:nth-child(1) {
	    font-size: 14px;
	    padding-top: 5px;
	}

	.p-sites .siteList>a>div:nth-child(4) {
	    font-size: 12px;
	}
	.p-process .processList>div>div {
	    margin-top: 15px;
	}
	.p-process .processList>div {
	    margin: 10px 0px;
	    width: 100%;
	}
	.p-process .processList>div>p {
	    height: 75px;
	    font-size: 16px;
	    line-height: 30px;
	}
	.p-news .swiper-container .newsbtn img {
	    width: 40px;
	    height: 40px;
	}
	.p-news .swiper-container .swiper-slide {
	    height: 250px !important;
	}
	.p-news .swiper-container .swiper-slide a .title {
	    font-size: 14px;
	    font-weight: 400;
	}
}
