

/*头部*/
.head-bg {
	padding: 30px 0;
}

.head-box {
}

.head-logo {
	max-width: 70%;
	position: relative;
}

.head-logo-mage {
	height: 42px;
}

.head-logo-text {
	font-size: 26px;
	line-height: 45px;
	font-weight: bold;
	color: #1E51AD;
	padding: 10px 0;
}

.head-right-text {
	/* margin: 5px 0; */
}

/* .top-cn-en a {font-size: 14px; line-height:14px; display: inline-block; padding:0 5px; -border-left: 1px solid #818181; border-right: 2px solid #818181; color: #818181;line-height:36px;} */

.head-right-title {
	padding-top: 0;
	/* font-size: 18px;
	line-height: 34px; */
	/* color: #666; */
	color: #1B2A3F;
	font-size: 15px;
	line-height: 17px;
}

.head-right-num {
	/* font-size: 200%; */
	display: inline-block;
	font-size: 150%;
}

.head-tel-image {
	float: left;
	height: 42px;
}

.right-text-box {
	margin-left: 42px;
	overflow: hidden;
}

.head-right-tel {
	font-size: 22px;
	color: #2C4E84;
	line-height: 22px;
}

/*搜索*/
.head-right-search {
	margin-top: 23px;
	height: 36px;
	border: 1px solid #dedede;
	border-radius: 16px;
}

.head-right-search input {
	display: inline-block;
	border: 0;
	vertical-align: top;
}

.search-key {
	background: none;
	width: 260px;
	height: 36px;
	padding-left: 20px;
	line-height: 36px;
	color: #555555;
	font-size: 16px;
}

.search-submit {
	background: url(http://www.yaoyuanlaw.com/skin/images/searchbg1.png) no-repeat center center;
	width: 35px;
	height: 36px;
	cursor: pointer;
	border-left: 1px solid #1a487c;
}




.head-mebu-banner-box {
	position: relative;
}

/* 导航 start */
.head-menu {
	width: 100%;
	/* line-height:50px; */
	/* position: absolute;
z-index:1; */
	/* background:rgba(26,72,124,.5) ; */
	background-image: linear-gradient(#2C4E84, #00569F);
}

.head-menu-switch {
	display: none;
}

#head-menu-box {
	z-index: 9999;
}

.head-menu-ul {
	text-align: center;
	/* height:50px; */
}

.head-menu-li {
	width: 10%;
	text-align: center;
	position: relative;
	/* float:left; */
	display: inline-block;
	margin-right: 1.7%;
}

.head-menu-link {
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	display: block;
	/* margin-left: -10px; */
	line-height: 20px;
	line-height: 30px;
}

.cur .head-menu-link,
.head-menu-link:hover {
	/* background: #1e50ae; */
	color: #fff;
}

.head-menu-arrow {
	display: none;
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-width: 5px;
	border-bottom: 5px solid #fff;
}
.cur .head-menu-arrow,
.head-menu-link:hover .head-menu-arrow {
	display: block;
}


.menu-title-en {
	/* text-transform: capitalize; */
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

.head-menu-son-ul {
	min-width: 100%;
	position: absolute;
	display: none;
	z-index: 9999;
	background-color: rgba(30, 81, 173, 0.7);
	/* margin-left: -10px;padding:0 5px; */
}

@media (min-width: 768px) {
	.head-menu-li:hover .head-menu-son-ul {
		display: block;
	}
}

.head-menu-son-li {
	line-height: 36px;
	text-align: center;
}

.head-menu-son-link {
	width: 100%;
	font-size: 14px;
	display: block;
	color: #fff;
	text-align: center;
}

.head-menu-son-link:hover {
	color: #fff;
	background-color: rgba(30, 81, 173, 0.5)
}
@media (max-width: 768px) {
	.head-menu-arrow {
		top: 50%;
		left: auto;
		right: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid #2C4E84;
		border-bottom: 5px solid transparent;
		border-left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
/* 导航 end */



/* banner start */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.hd-ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}

.hd-li {
	float: left;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.hd-li.on {
	background: #2C4E84;
}

.bd-ul {
	position: relative;
	height: 100%;
	z-index: 0;
	max-height: 700px;
	max-width: 100%;
	min-width: 100%;
}

.bd-li {
	zoom: 1;
	vertical-align: middle;
	max-width: 100%;
	min-width: 100%;
}

.bd-link {
	display: block;
}

.bd-image {
	width: 100%;
	display: block;
	height: 700px;
}
@media (max-width: 768px) {
	.banner-hd {bottom: 0;}
	.hd-li {width: 10px; height: 10px;}
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner-prev,
.banner-next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: rgba(0, 0, 0, .7) url(../image/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 5px;
}

.banner-next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner-prev:hover,
.banner-next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

@media (max-width: 1700px) {
	.bd-image {
		height: 600px;
	}
}
@media (max-width: 1500px) {
	.bd-image {
		height: 530px;
	}
}

@media (max-width: 1200px) {
	.bd-image {
		height: 460px;
	}
}
@media (max-width: 992px) {
	.bd-image {
		height: 380px;
	}
}

@media (max-width: 768px) {
	.bd-image {
		height: 340px;
	}
}

@media (max-width: 666px) {
	.bd-image {
		height: 290px;
	}
}

@media (max-width: 560px) {
	.bd-image {
		height: 260px;
	}
}

@media (max-width: 480px) {
	.bd-image {
		height: 240px;
	}

	.banner-prev,
	.banner-next {
		width: 28px;
		background-size: auto 24px;
	}

	.banner-prev {
		left: 0;
		background-position: -81px 8px;
	}

	.banner-next {
		right: 0;
		background-position: 9px 8px;
	}

	.banner-next {}
}

@media (max-width: 380px) {
	.bd-image {
		height: 220px;
	}
}




@media (min-width: 768px) {
	.banner-prev, .banner-next {
		top: auto;
		bottom: 10px;
		background-color: rgba(1,74,153,.7);
		filter: alpha(opacity=80);
		opacity: 8;
	}
	.banner-prev {
		left: auto;
		right: 50.5%;
	}
	.banner-next {
		right: auto;
		left: 50.5%;
	}
}
/* banner end */






.nav-switch {
	font-size: 30px;
	padding: 15px 10px;
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	line-height: 35px;
}

.nav-close {
	line-height: 30px;
	display: none;
}

@media (max-width:1200px) {
	.head-bg {
		padding: 0 10px;
	}

	.head-menu-li {
		width: 12.5%;
		margin: 0;
	}
}

@media (max-width:992px) {
	.head-menu-li {
		/* width:20%; */
	}
}

.pm-show {
	display: none;
}

@media (max-width:768px) {
	.pm-show {
		display: block;
	}

	.head-bg {
		padding: 0;
		height: 55px;
	}

	.head-box.w1200 {
		padding: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		/* background: #2b2b2b; */
		background: #fff;
	}

	.head-logo-text {
		color: #fff;
		font-size: 20px;
	}

	.nav-switch {
		color: #7F7F7F;
	}

	.head-right {
		display: none;
	}

	.pm-show {
		display: block;
	}

	.head-logo.fl {
		max-width: none;
		float: none;
		padding: 12px 50px 12px 10px;
	}
	.head-logo-mage {
		display: block;
		height: 30px;
	}

	.nav-switch {
		padding: 10px;
	}

	.head-menu {
		position: fixed;
		top: 0;
		z-index: 99;
		background: none;
		width: 100%;
		height: 100%;
		right: -100%;
	}

	.head-menu-switch {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		width: 100%;
		height: 100%;
		/* background: rgba(0, 0, 0, 0.3); */
	}

	.head-menu-ul {
		position: absolute;
		right: 0;
		/* top: 0;
		width: 60%;
		height: 100%;
		padding: 15px 0; */
		background: #3d464d;
		background-color: rgba(255, 255, 255, .8);
		right: -100%;
		
		top: 55px;
		width: auto;
		padding: 5px 0;
	}

	.head-menu-li {
		float: none;
		width: auto;
		text-align: left;
		display: block;
	}

	.head-menu-link {
		font-size: 14px;
		line-height: 32px;
		padding: 0 10px;
		color: #333;
	}

	.cur .head-menu-link,
	.head-menu-link:hover {
		/* background: rgba(0, 0, 0, 0.2); */
		color: #2C4E84;
	}

	.menu-title,
	.menu-title-en {
		display: inline-block;
	}

	.menu-title {
		margin-right: 5px;
	}
}

@media (max-width: 480px) {
	.head-logo {
		max-height: 55px;
		overflow: hidden;
	}

	.head-logo-text {
		padding: 5px;
		font-size: 18px;
	}
	.head-menu-link {
		font-size: 13px;
		line-height: 28px;
	}
}
@media (max-width: 380px) {
	
	.head-menu-link {
		font-size: 12px;
		line-height: 22px;
		padding: 0 10px;
		color: #333;
	}
}