@charset "utf-8";

/* 标签公共部分 */
body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select {
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: inherit;
}

img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline: none !important;
	border-color: inherit;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

* {
	box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	-webkit-appearance: none;
}

input[type="button"] {
	border: none;
}

textarea {
	-webkit-appearance: none;
}

.zs-fl {
	float: left;
}

.zs-fr {
	float: right;
}

.zs-wp {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zs-imgs {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.zs-imgs:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/* 主题颜色#00468E */

/* 头部 */
.zs-head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0;
	z-index: 999;
}
.zs-head .zs-wp{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.zs-head-logo{
	width: 270px;
	flex-shrink: 0;
}
.zs-head-nav{
	width: calc(100% - 270px);
}
.zs-head-nav ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.zs-head-nav li{
	color: #771e1a;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.zs-head-nav li::after{
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
}
.zs-head-nav li.active,.zs-head-nav li:hover{
	color: #00468E;
}
.zs-head-nav li.active::after,.zs-head-nav li:hover::after{
	background-color: #00468E;
}
.zs-head-menu{
	margin-top: 8px;
	cursor: pointer;
	margin-right: 10px;
	display: none;
}
.zs-head-menu span{
	width: 22px;
	height: 2px;
	margin: 6px 0;
	background-color: #fff;
	display: block;
}

/* 尾部 */
.zs-footer{background: url(../img/foot-bac_19.jpg) no-repeat;background-position: center;background-size: cover;}
.zs-footer .zs-footer-top{padding: 40px 0;}
.zs-footer .zs-footer-top .zs-footer-left{width: 20%;}
.zs-footer .zs-footer-top .zs-footer-left .foot-logo{text-align: center;}
.zs-footer .zs-footer-top .zs-footer-left .zs-footer-link{padding: 10px;background-color: rgba(255,255,255,0.1);width: 95%;margin-top: 20px;}
.zs-footer .zs-footer-top .zs-footer-left .zs-footer-link a{color: #fff;font-weight: 600;font-size: 16px;width: 100%;display: inline-block;line-height: 1.8;text-align: center;}
.zs-footer .zs-footer-top .zs-footer-right{width: 75%;}
.zs-footer .zs-footer-top .zs-footer-right dl{width: 20.5%;float: left;margin-right: 6%;}
.zs-footer .zs-footer-top .zs-footer-right dl:last-of-type{margin-right: 0;}
.zs-footer .zs-footer-top .zs-footer-right dl dt{border-bottom: 1px solid #1d3a54;margin-bottom: 20px;}
.zs-footer .zs-footer-top .zs-footer-right dl dt a{font-size: 16px;font-weight: 600;color: #ffffff;padding: 12px 0;display: inline-block;}
.zs-footer .zs-footer-top .zs-footer-right dl dd{margin-bottom: 8px;margin-left: 0;}
.zs-footer .zs-footer-top .zs-footer-right dl dd a{font-size: 14px;color: #ffffff;opacity: 0.8;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx{}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx dd{color: #ffffff;padding-left: 25px;font-size: 13px;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-call{background: url(../img/f-call_06.png) left no-repeat;font-size: 18px;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-email{background: url(../img/f-email_09.png) left no-repeat;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-phone{background: url(../img/f-phone.png) left no-repeat;background-position-x: -2px;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm{padding-left: 0;background: rgba(255,255,255,0.1);margin-top: 20px;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm img{width: 61px;height: 61px;}
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm>div{display: table;} 
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm p{display: table-cell;vertical-align: middle;padding-left: 25px;} 
.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm p span{display: block;}
.zs-footer .zs-footer-bottom{border-top: 1px solid rgba(255,255,255,0.1);padding: 15px 0;} 
.zs-footer .zs-footer-bottom-left{width: 100%;}
.zs-footer .zs-footer-bottom-left a{font-size: 13px;margin-right: 8px;color: #ffffff;}
.zs-footer .zs-footer-bottom-right{width: 100%;font-size: 13px;color: #ffffff;text-align: right;}
.zs-footer .zs-footer-top .zs-footer-right dl dd a:hover{opacity: 1;font-size: 14px;}

/* 离婚律师咨询 */
.zs-counselling{
	width: 100%;
	background-color: #f5f5f5;
	padding: 120px 0;
}
.zs-counselling-main{
	padding: 55px 0;
	background: #ffffff;
}
.zs-counselling-main .zs-counselling-title{
	padding: 0 80px;
	margin-bottom: 0px;
}
.zs-counselling-main .zs-counselling-title h3{
	color: #000000;
	float: left;
	font-size: 24px;
	font-weight: bold;
}
.zs-counselling-main .zs-counselling-title a{
	margin-top: 7px;
	float: right;
	color: #00468E;
	font-size: 14px;
}
.zs-counselling-main .zs-counselling-title a:hover{
	font-size: 15px;
}
.zs-counselling-swiper{
	position: relative;
	padding: 35px 80px;
}
.zs-counselling-swiper .swiper-slide{
	margin: 0 15px;
}
.zs-counselling-swiper .swiper-slide a{
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}
.zs-counselling-swiper .swiper-slide a:hover .slide-text h4{color: #035297;}
.zs-counselling-swiper .swiper-slide a:hover .slide-text p{color: #333333;}
.zs-counselling-swiper .swiper-slide a:hover .slide-img img{transform: scale(1.15);transition: 0.4s;}
.zs-counselling-swiper .swiper-slide:hover{
	transform: scale(1.105);transition: 0.4s;
}
.zs-counselling-swiper .slide-img{
	overflow: hidden;
}
.zs-counselling-swiper .slide-img img{
	width: 100%;
}
.zs-counselling-swiper .slide-text{
	text-align: center;
	background: #f3f7fb;
	padding: 35px 20px;
	box-sizing: border-box;
}
.zs-counselling-swiper .slide-text h4{
	font-size: 16px;
	color: #000000;
}
.zs-counselling-swiper .slide-text span{
	width: 35px;
	height: 4px;
	background: #00468E;
	display: inline-block;
}
.zs-counselling-swiper .slide-text p{
	font-size: 13px;
	color: #999999;
	margin-top: 10px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.zs-counselling-swiper .owl-buttons .owl-prev,.zs-counselling-swiper .owl-buttons .owl-next{
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 20px 44px;
	opacity: 0.5;
	background-position: center;
	background-repeat: no-repeat;
}
.zs-counselling-swiper .owl-buttons .owl-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	left: 25px;
}
.zs-counselling-swiper .owl-buttons .owl-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	right: 25px;
}
.zs-counselling-text{
	padding: 0 80px;
	margin-top: 25px;
}
.zs-counselling-text p{
	background: #f3f7fb;
	padding: 15px;
	font-size: 18px;
	color: #333;
	letter-spacing: 4px;
}

/* 离婚律师团队 */
.zs-team{
	width: 100%;
	padding: 120px 0;
	background-image: url("../img/background_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.zs-team .zs-counselling-swiper .swiper-slide a{
	position: relative;
}
.zs-team .zs-counselling-swiper .slide-text{
	position: absolute;
	left: 0;
	bottom: -194px;
}
.zs-team .zs-counselling-swiper .swiper-slide a:hover .slide-img img{transform: none;}
.zs-team .zs-counselling-swiper .swiper-slide:hover{transform: none;}
.zs-team .zs-counselling-swiper .swiper-slide a:hover .slide-text{
	bottom: 0;
	transition: all .2s ease-in;
}
.zs-team .more{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.zs-team .more a{
	color: #00468E;
	background: url(../img/q-y_16.png) right top no-repeat;
	padding-right: 30px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
.zs-team .more a:hover{
	border-bottom: 1px solid #00468E;
}

/* pages */
.pages{padding: 30px 0;
    margin-top: 25px;
    display: flex;
    justify-content: center;border-radius: 3px;}
.pages .pagination{display:inline-block;padding-left:0;border-radius:4px;}
.pages .pagination li{float: left;display:inline}
.pages .pagination li a,.pages .pagination li span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;color:#393D49;background:#eaeaea;margin:0 0 0 8px;border-radius: 3px;}
.pages .pagination li a:hover{color:#fff;background:#49a0f5}
.pages .pagination .active span{background:#49a0f5;color:#fff}
.pages .pagination .disabled{display:none}

/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-wp {
		width: 98%;
	}
	
	.zs-head{padding: 10px 0;background: #00468E;position: fixed;}
	.zs-head .zs-wp{position: relative;justify-content: space-between;}
	.zs-head-logo{line-height: 50px;width: 168px;margin-left: 10px;}
	.zs-head-nav{position: absolute;width: 100%;top: 60px;background-color: #fff;display: none;}
	.zs-head-nav ul{flex-wrap: wrap;}
	.zs-head-nav li{width: 100%;border-bottom: 1px solid #999;}
	.zs-head-nav li a{display: block;padding: 15px 0;color: #666666;font-size: 16px;text-indent: 16px;}
	.zs-head-nav li:hover a,.zs-head-nav li.active a{background-color: #00468E;color: #fff;}
	.zs-head-nav li:hover::after,.zs-head-nav li.active::after{background-color: transparent;}
	.zs-head-menu{display: block;}
	
	.zs-footer .zs-footer-top .zs-footer-left {
	    width: 40%;
	}
	.zs-footer .zs-footer-top .zs-footer-right {
	    width: 55%;
	}
	.zs-footer .zs-footer-top .zs-footer-right dl {
	    display: none;
	}
	.zs-footer .zs-footer-top .zs-footer-right dl:last-of-type {
	    margin-right: 0;
		margin-top: 0;
	    width: 100%;
		display: block;
	}
	.zs-footer .zs-footer-top .zs-footer-right dl dt {
	    margin-bottom: 10px;
	}
	.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm p {
	    padding-left: 10px;
	}
	.zs-footer .zs-footer-top .zs-footer-right .foot-lx dd span {
	    font-size: 12px;
	}
	.zs-footer .zs-footer-bottom-right {
	    font-size: 12px;
	}
	.zs-footer .zs-footer-bottom-right {
	    float: left;
	    width: 100%;
	}
	.zs-footer .zs-footer-top .zs-footer-left .zs-footer-link a{font-size: 14px;}
	
	/* 离婚律师咨询 */
	.zs-counselling{padding: 30px 0;}
	.zs-counselling-main{padding: 20px 0;}
	.zs-counselling-main .zs-counselling-title{padding: 0 35px;}
	.zs-counselling-main .zs-counselling-title h3{font-size: 18px;}
	.zs-counselling-swiper{padding: 0 25px;}
	.zs-counselling-swiper .owl-wrapper-outer{margin-top: 20px;}
	.zs-counselling-swiper .owl-buttons .owl-prev{left: 0;}
	.zs-counselling-swiper .owl-buttons .owl-next{right: 0;}
	.zs-counselling-text{padding: 0 25px;}
	.zs-counselling-text p{font-size: 14px;}
	.zs-team{padding: 30px 0;}
	
	/* 内页banner */
	.zs-inside-banner{margin-top: 70px;}
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-wp {
		width: 768px;
	}
	
	.zs-head-logo{width: 200px;}
	.zs-head-nav{width: calc(100% - 200px);}
	.zs-head-nav li{font-size: 16px;}
	
	.zs-footer .zs-footer-top .zs-footer-right dl {
	    margin-right: 4%;
	}
	.zs-footer .zs-footer-top .zs-footer-right dl:last-of-type {
	    margin-right: 0;
	    width: 26%;
	}
	.zs-footer .zs-footer-top .zs-footer-right .foot-lx .foot-ewm p {
	    padding-left: 10px;
	}
	.zs-footer .zs-footer-top .zs-footer-right .foot-lx dd span {
	    font-size: 12px;
	}
	/* 离婚律师咨询 */
	.zs-counselling{padding: 60px 0;}
	.zs-counselling-main{padding: 20px 0;}
	.zs-counselling-main .zs-counselling-title{padding: 0 35px;}
	.zs-counselling-main .zs-counselling-title h3{font-size: 18px;}
	.zs-counselling-swiper{padding: 0 25px;}
	.zs-counselling-swiper .owl-wrapper-outer{margin-top: 20px;}
	.zs-counselling-swiper .owl-buttons .owl-prev{left: 0;}
	.zs-counselling-swiper .owl-buttons .owl-next{right: 0;}
	.zs-counselling-text{padding: 0 25px;}
	.zs-team{padding: 60px 0;}
	
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.zs-wp {
		width: 1024px;
	}

}
/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1439px) {
	.zs-wp {
		width: 1200px;
	}
}