﻿/*法律征迁落地页
 * clz  lx
 * time:2018-4-8
 * */
/*页面公用 start*/

.img-box,.img-box img{display: inline-block;width: 100%;}
.red{color: #ff4d2a;}

.pt{padding-top: 5px;}
.h2-box{
	text-align: center;
}
.h2-box{
	padding: 20px 0 0 0;
}
.h2-box>p:last-child{
	color: #888;
	font-size: 12px;
}
/*button  start*/
.btn{
	display: block;
	width: 90%;
	line-height: 40px;
	border: 1px solid #3e8eea;
	border-radius: 20px;
	color: #666;
	font-size: 13px;
	padding-left: 15px;
	position: relative;
	margin: auto;
}
.btn span{
	display: block;
	position: absolute;
	width: 33%;
	right: -2px;
	top: 0;
	background: #3e8eea;
	color: white;
	border-radius: 20px;
	text-align: center;
}
.btn .red{
	color: #ff4d2a;
}

@media screen and (max-width: 320px){
	.btn{
		padding-left: 5px;
	}
}
/*button  end*/

/*header start*/

.nav-top{
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.nav-top >li{
	width: 10%;
	text-align: center;
}
.nav-top >li:nth-child(2){
	width: 40%;
	text-align: center;
}
.nav-top >li>a{
	color: #333;
}
.nav-box{
	position: fixed;
	top: 0;
	background: white;
	width: 100%;
	z-index: 100;
	padding: 10px 10px 0 10px;
	display: none;
	max-width: 640px;
	overflow: hidden;
}
.close-btn{text-align: right;}
.close-btn i{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/close.png) no-repeat top center;
	background-size: 100% 100%;
}
.close-btn a{color: #d2d2d2;text-align: right;}
/*banner  satrt*/
.swiper-banner .swiper-pagination-bullet-active{background: #fff;}
.swiper-banner .swiper-pagination-bullet{width: 10px;height: 2px;background: #fff;border-radius: 0;}
.swiper-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0 0 0;}
/*banner  end*/

/*.数据start*/
.sj-list{
	display: flex;
	flex-wrap: nowrap;
	padding: 10px;
}
.sj-list .sj-size{
	font-size: 10px;
}
.sj-list>li{
	width: 25%;
	text-align: center;
}
.sj-list font{
	color:#333;
	font-size: 17px;
}
.sj-list p{
	color: #666;
	font-size: 10px;
}
/*数据startend*/

/*顶呱呱服务领域start*/
.ly-list{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 0 0;
}
.ly-list>li{
	width: 33.33%;
	text-align: center;
	margin-bottom: 20px;
}
.ly-list .img-box{
	width: 28px;
	height: 28px;
}
.ly-list p{
	color: #333;
	font-size: 10px;
	padding: 10px 0 0 0;
}
/*顶呱呱服务领域end*/

/*顶呱呱5大服务流程保证优质产品输出start*/
.lc{
	background: url(../images/lc-bg_02.png) top center;
	background-size: 100% 100%;
	color: #fff;
	height: 300px;
	position: relative;
}
.lc .h2-box h2,.lc .h2-box p{
	color: #fff;
}
.lc-list{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 0 0;
}
.lc-list>li{
	width: 20%;
	text-align: center;
}
.lc-list .img-box{
	width: 70%;
}
.lc-list .pt{
	padding-top: 30px;
}
.computer{
	padding: 20px 0 0 0;
	/*height: 223px;*/
}
.computer img{
	height: 100%;
} 
.lc-list>li>p:nth-child(2){
	padding: 5px 0 0 0;
}
/*顶呱呱5大服务流程保证优质产品输出end*/

/*敢于承诺，为客户提供可靠的服务保障start*/
.cn{
	padding: 50% 0 0 0;
}
.cn-list{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 10px 0 10px;
}
.cn-list>li{
	width: 48%;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	margin: 10px 0 0 0;
}
.cn-list>li:nth-child(2n){
	margin-left: 4%;
}
.cn-list>li>div:first-child{
	width: 28px;
	height: 43px;
	padding-top: 20px;
}
.cn-list h4{
	font-weight: normal;
		font-size: 14px;
		padding: 10px 0 5px 0;
}
.cn-list p{
	font-size: 11px;
	color: #666;
	padding: 0 10px 10px 10px;
}
.cn .btn{
	margin: 20px auto 20px;
}
/*敢于承诺，为客户提供可靠的服务保障end*/
/*客户成功案例客户成功案例start*/
.cg{
	padding-bottom: 40px;
	background: #fff;
}
.cg .swiper-container {
	width: 235%;
	overflow: visible!important;
}.cg .swiper-container .swiper-wrapper .swiper-slide .img-box{position: relative;}
.cg .swiper-container .swiper-wrapper .swiper-slide{ width: 26%;}
/*.cg .swiper-container .swiper-wrapper .swiper-slide img{width: 100%; height: 145px;}*/

.cg-bottom{
	width: 100%;
	background: #000;
	opacity: .4;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
}
.cg .swiper-pagination{
	bottom: -30px !important;
	text-align: left;
	padding-left: 18%;
}
.cg .h2-box{
	padding: 15px;
}
/*客户成功案例end*/


/*客户口碑satrt*/
.kb{
	background: url(../images/kb-bg.png) top center;
	background-size: 100% 100%;
	padding-bottom: 17px;
}
.kb .swiper-slide img{width: 100%}
.kb .swiper-slide{width: 100%;padding: 0 10px 0 10px;}
.kb .swiper-container{margin: 0 auto;position: relative;overflow: hidden;list-style: none;padding: 15px 0 25px 0;z-index: 1;}
.kb .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: -5px;}
/*客户口碑end*/

/*顶呱呱互联网实力见证satrt*/
.jz{
	padding: 0 10px 10px 10px;
	background: #fff;
}
.jz-list{
	display: flex;
	flex-wrap: wrap;
	/*padding: ;*/
}
.jz-list>li{
	width: 48%;
	margin-bottom: 10px;
}
.jz-list>li:nth-child(2n){
	margin-left: 4%;
}
.jz .h2-box{
	padding-bottom: 10px;
}
.jz  p{
	color: #666;
	font-size: 12px;
	padding-bottom: 10px;
}
.jz .tt-h2{
	padding: 15px 0 10px 0;
	font-size: 17px;
	text-align: center;
}
/*顶呱呱互联网实力见证end*/
/************************最新资讯 start****************************/
.con-box{background: #fff;margin-top:10px;}
.latest-news{padding :10px;}
img{max-width: 100%;}
.recent-info h3 {
	font-size: 0.875rem;
	color: #000;
	text-align: left;
	margin-top: 10px;
}
.recent-info .h-line {
	width: 6.825rem;
	height: 0.875rem;
	background-image: url(../images/icons.png);
	background-size: 20.125rem 14rem;
	background-position: 0 -9.625rem;
	margin:0;
}
.recent-info .news-list {
	margin-top: 20px;
}
.recent-info .news-list li {
	margin-bottom: 10px;
}
.recent-info .news-list li a {
	display: flex;
}
.recent-info .news-list li a .news-img {
	width: 43%;
}
.recent-info .news-list li a .right-content {
	width: 60%;
	margin-left: 5%;
	text-align: left;
}
.recent-info .news-list li a .right-content h5 {
	font-size: 0.9rem;
	color: #333;
	font-weight: bold;
}
.recent-info .news-list li a .right-content p {
	font-size: 0.735rem;
	color: #888;
}
.recent-info a.more-info {
	display: block;
	background-color: #204496;
	color: #fff;
	padding: 10px 0;
	font-size: 1.5rem;
	width: 20%;
	margin: 2rem auto;
	border-radius: 6px;
	box-shadow: -2px 4px 2px #004b9255;
	text-align: center;
}
.recent-info #swiper-pagination {
	text-align: center;
	margin-top: 10px;
	bottom: 0;
	width:100%;
}
.recent-info #swiper-pagination .swiper-pagination-bullet {
	background-color: #ccc;
}
.recent-info #swiper-pagination .swiper-pagination-bullet-active {
	background: #ff7e00;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
