html {
	background: #ffffff;
	font-size: 14px;
	color: #666;
	font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

/* body {
	min-width: 1220px;
} */

.g_cw::before,
.g_cw::after {
	content: '';
	display: block;
	clear: both;
}

.g_mt {
	margin-top: 80px;
}

.g_mt::before,
.g_mt::after {
	content: '';
	display: block;
	clear: both;
}

.g_mb {
	margin-bottom: 80px;
}

.g_mb::before,
.g_mb::after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 1024px) {
	body {
		min-width: 0;
	}

	.main1 {
		width: 100%;
		margin: 0 auto;
		/*text-align: center;*/
		background: url(/uploads/allimg/container02_bg.jpg) center no-repeat;
		background-size: cover;
	}

	.top-banner {
		width: 100%;
		height: 180px;
	}

	.banner li {
		width: 100%;
		position: absolute;
		z-index: 1;
		overflow: hidden;
		display: none;
	}

	.banner li img {
		width: 100%;
		display: block;
		position: relative;
		top: 0;
	}


	/* #banner .tip {
		width: 1000px;
		height: 20px;
		line-height: 0;
		font-size: 0;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -500px;
		bottom: 42px;
		z-index: 3;
	}
	#banner .tip span {
		width: 16px;
		height: 16px;
		margin: 0 6px;
		display: inline-block;
		font-size: 0;
		cursor: pointer;
		background-position: -150px 0px;
	}
	#banner .tip span.cur {
		background-position: 0px 0px;
	} */
	/* #banner #btn_prev, #banner #btn_next {
		width: 32px;
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		z-index: 5;
	}
	#banner #btn_prev {
		background-position: -60px 0;
		left: 4%;
		transition: all 600ms ease;
	}
	#banner #btn_next {
		background-position: -92px 0;
		right: 4%;
		transition: all 600ms ease;
	}
	#banner #btn_prev:hover {
		opacity: .8;
		filter: alpha(opacity=80);
		transition: all 600ms ease;
		left: 3.6%;
	}
	#banner #btn_next:hover {
		opacity: .8;
		filter: alpha(opacity=80);
		transition: all 600ms ease;
		right: 3.6%;
	}
	.ico {
		background: url(../img/icon.png) no-repeat;
		display: inline-block;
		vertical-align: middle;
	} */

	.g_header {
		clear: both;
		z-index: 99;
		/*position: relative;  */
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.g_header .nav_main>img {
		float: right;
		text-align: right;
		width: 60px;
		height: 60px;
		margin-right: 5px;
		margin-top: 10px;
	}

	.g_header .logo {
		float: left;
		height: 100%;
		margin-left: 5px;
	}

	.g_cw {
		padding: 0 10px;
		margin: 0 10PX;
		background: #FFF;
		border-radius: 8PX;
		box-shadow: 2PX 2PX 2PX 2PX #164387;
		height: 100%;
	}

	.youshi-text .youshi-text-title {
		font-size: 18px;
		padding-top: 10px;
		font-weight: bold;
		color: #164387;
	}

	.youshi-shuju {
		margin: 20px 10px;
		background: #fff;
		box-shadow: 2PX 2PX 2PX 2PX #164387;
		border-radius: 8px;
	}

	.youshi-shuju .youshi-shuju-first ul>li {
		padding: 10px 0;
		width: 50%;
		text-align: center;
		float: left;
		font-size: 16px;
		/*color: #fff;*/
	}

	.youshi-shuju .youshi-shuju-second {
		margin: 0 auto;
		width: 100%;
	}

	.youshi-shuju .youshi-shuju-second>ul {
		display: inline-flex;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.youshi-shuju .youshi-shuju-second ul>li {
		padding: 10px 0;
		width: 50%;
		text-align: center;
		font-size: 16px;
		/*color: #fff;*/
		margin: 0 auto;
	}

	.youshi-shuju .youshi-shuju-second ul>.youshi-li {
		float: left;
	}


	.news {
		background: url(/images/container02_bg.jpg) center center no-repeat;
		background-size: cover;
		height: auto;
	}

	.news .offset .list {
		/*margin-left: -75px;*/
		margin-bottom: -60px;
		overflow: hidden;
		padding: 20px 0;
	}

	.news .offset .list>li {
		float: left;
		width: 50%;
		padding-bottom: 20px;
		display: inline-block;
	}

	.about {
		background: url(/images/case-bg.jpg) no-repeat center;
		background-size: cover;
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		margin: 0 auto;
	}

	.about .intro .font .h1 {
		padding-top: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #333;
	}

	.about .intro .font .p1 {
		padding: 15px 0;
		line-height: 28px;
	}

	.about-btn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.about-btn>.btn {
		padding: 10px 30px;
		display: inline-block;
		border: 1px solid #fff;
		font-size: 16px;
		border-radius: 20px;
		margin: 30px auto 30px auto;
		text-align: center;
		color: #fff;
	}

	.kehu {
		background: url(/images/kehu-bg.jpg) center no-repeat;
		background-size: cover;
	}

	.about .intro .btn .more:hover {
		background: #164387;
		border: 2px solid #164387;
	}


	.g_footer {
		clear: both;
		background: #030d16;
		background-size: cover;
	}

	.bottom {
		width: 100%;
		/*margin: 0 auto 80px auto;*/
		text-align: center;
		background: #030d16;
		font-size: 14px;
		padding-bottom: 60px;
	}

	.bottom .p1 {
		padding-top: 10px;
	}

	.news .offset .list>li .case-content {
		margin-left: 140px;
		float: left;
		position: absolute;
	}

	.news .offset .list>li .box .p1 {
		font-size: 18px;
		color: #333;
	}

	.news .offset .list>li .box .p2 {
		line-height: 24px;
		width: 100%;
		height: 72px;
	}

	.news .offset .list>li .box .time {
		color: #999;
	}

	.news .offset .list>li .box .line {
		display: inline-block;
		width: 30px;
		height: 2px;
		background: #f2f2f2;
		transition: .3s ease;
	}

	.news .offset .list>li .box:hover .line {
		background: #164387;
		width: 100%;
		transition: .3s ease;
	}

	.news .offset .btn {
		text-align: center;
		/*padding: 100px 0;*/
		
	}

	.news .offset .btn .more {
		padding: 12px 45px;
		display: inline-block;
		border: 2px solid #164387;
		font-size: 16px;
		color: #164387;
		border-radius: 25px;
	}

	.news .offset .btn .more:hover {
		background: #164387;
		color: #fff;
		border: 2px solid #164387;
		padding: 15px 60px;
	}

	/*业务部分*/
	.index-yewu {
		height: auto;
		text-align: center;
		margin: 0 auto;
	}

	/* .g_header  .btn_close_main {
		width: .88rem;
		height: 1rem;
		background-color: #f2f2f2;
		position: absolute;
		top: 0;
		right: 14%;
		z-index: 9;
		display: none;
	} */
/* 
	.g_header .btn_close_main .btn_close {
		width: .34rem;
		height: .33rem;
		margin-top: .38rem;
		margin-left: .26rem;
		background-position: -2rem -1rem;
	} */

	.nav_main #nav {
		width: 100%;
		position: absolute;
		text-align: right;
		cursor: pointer;
		float: right;
		margin-right: 5px;
	}

	.nav_main #nav img{
		width: 36px;
		height: 36px;
		margin: 12px auto;
		text-align: right;

	}
	

	
	.subNavCon {
		margin: 0px;
		background: #164387;
		width: 100%;
	}

	.subNav .closrbox {
		width: 20%;
		height: 0.5rem;
		line-height: .5rem;
		background: #fff;
		position: absolute;
		right: 2%;
		top: -5%;
	}

	.subNav .close {
		background-position: -1.64rem -1.5rem;
		width: .4rem;
		height: .4rem;
	}

	.subNav .c_clos {
		width: 52%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.subNav .list {
		margin-top: .6rem;
	}

	.subNav li {
		width: 100%;
		display: block;
		line-height: 5rem;
		margin: 0 auto;
		position: relative;
		font-size: 1rem;
	}

	.subNav .subnav2 {
		width: 100%;
		display: none;
	}

	.subNav .subnav2 a {
		margin-bottom: .1rem;
		background: #eeeeee;
		font-size: .24rem;
	}

	.subNav li a {
		width: 100%;
		color: #fff;
		font-size: 1.2rem;
	}

	.subNav.show {
		right: 0 !important;
	}

	.subNavShow {
		-webkit-transform: translateX(-48%);
		-moz-transform: translateX(-48%);
		-ms-transform: translateX(-48%);
		transform: translateX(-48%);
		display: block;
	}

	.subNavShow2 {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.subNav {
		display: none;
		margin: 60px auto;
		position: absolute;
		width: 100%;
		height: auto;
		border-bottom: #fff 1px solid;
		right: 0;
		z-index: 9999;
		max-width: 640px;
		min-width: 320px;
		background: #164387;
	}

	.yewu-img {
		text-align: center;
		width: 1220px;
	}

	.yewu-img:hover {
		transform: rotateY(180deg);
	}

	.yewu-guwen {
		float: left;
		position: relative;
		margin: 20px;
	}

	.yewu-guwen>img {
		width: 90%;
		height: 90%;
	}

	.yewu-guwen>.yewu-span {
		width: 100%;
		margin: 20px 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.yewu-guwen>span {
		font-size: 16px;
	}

	.yewu-minshi {
		float: left;
		position: relative;
		margin: 20px;
	}

	.yewu-minshi>img {
		width: 100%;
		height: 100%;
	}

	.yewu-minshi>.yewu-span {
		width: 100%;
		margin-top: 20px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.yewu-minshi>span {
		font-size: 16px;
	}


	.yewu-xingshi {
		float: left;
		position: relative;
		margin: 20px;
	}

	.yewu-xingshi {
		float: left;
		position: relative;
		margin: 20px;
	}

	.yewu-xingshi>img {
		width: 100%;
		height: 100%;
	}

	.yewu-xingshi>.yewu-span {
		width: 100%;
		margin-top: 20px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.yewu-xingshi>span {
		font-size: 16px;
	}


	.yewu-chanquan {
		float: left;
		position: relative;
		margin: 20px;
	}

	.yewu-chanquan>img {
		width: 100%;
		height: 100%;
	}

	.yewu-chanquan>.yewu-span {
		width: 100%;
		margin-top: 20px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.yewu-chanquan>span {
		font-size: 16px;
	}


	.yewu-bt {
		margin: 30px;
		padding: 12px 50px;
		display: inline-block;
		border: 2px solid #164387;
		font-size: 16px;
		border-radius: 25px;
		color: #164387;
	}

	.yewu-bt:hover {
		background: #164387;
		color: #fff;
		padding: 15px 60px;
	}

	/* banner */
	#banner_main {
		/*overflow: hidden;*/
		/*position: relative;*/
		/*z-index: 2;*/
		/*max-width: 1920px;*/
		/*margin: 0 auto;*/
	}


	/* 优势部分 */
	.youshi-p {
		font-size: 14px;
	}

	@media (max-width: 1024px) {
		.news .offset .list>li {
			width: 50%;
		}

		.news .offset .list>li:nth-child(n) {
			clear: none;
		}

		.news .offset .list>li:nth-child(2n+1) {
			clear: both;
		}
	}

	@media (max-width: 600px) {
		.news .offset .list>li {
			width: 100%;
			padding-bottom: 30px;
		}

		.news .offset .list>li:nth-child(n) {
			clear: none;
		}
		
	}


}


.g_page {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 100px;
}

.g_page>ul {
	display: inline-block;
}

.g_page>ul>li {
	float: left;
	line-height: 48px;
	margin: 0 5px;
}

.g_page>ul>li a {
	display: block;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #E8E8E8;
}

.g_page>ul>li a .fa {
	font-size: 17px;
	line-height: 35px;
}

.g_page>ul>li a.dis {
	color: #ccc;
	cursor: not-allowed;
}

.g_page>ul>li a:hover:not(.dis),
.g_page>ul>li a.on {
	background: #164387;
	color: #fff;
	border: 1px solid #164387;
}

@media (max-width: 600px) {
	.g_page>ul .num_li {
		display: none;
	}
}


.g_title {
	clear: both;
	text-align: center;
	padding: 100px 0;
}

.g_title .l1 {
	font-size: 30px;
	font-weight: bold;
	color: #164387;
	font-size: 21px;
}

.g_title .l2 {
	color: #999;
	padding-top: 24px;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.g_title {
		margin: 0 10px;
		padding: 20px 0;
	}
}





.g_header .bar {
	display: none;
}




.g_header .main .con {
	overflow: hidden;
	height: 100px;
	position: relative;
}

.g_header .main .nav {
	display: inline-block;
	text-align: center;
	padding-left: 30px;
	height: 100%;
}

.g_header .main .nav>li {
	display: inline-block;
	height: 100%;
}

.g_header .main .nav>li>a {
	float: left;
	display: inline;
	/*margin: 0 30px;*/
	/*padding: 40px 0; */
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	height: 100%;
}

.g_header .main .nav>li:last-child>a {
	margin-right: 0;
}

.g_header .main .nav>li>a>p {
	transition: ease .3s;
}

.g_header .main .nav>li>a>p>b {
	display: inline-block;
	color: #333;
	font-weight: normal;
	line-height: 1;
	transition: ease .3s;
	padding: 36px 20px;
}

.g_header .main .nav>li>a>p .en {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 12px auto 0 auto;
	opacity: 0;
	transition: ease .3s;
}

.g_header .main .nav>li>a.on,
.g_header .main .nav>li>a:hover {
	color: #d69d5a;
}

.g_header .main .nav>li>a.on>p>b {
	font-weight: bold;
}

.g_header .main .nav>li>a:hover>p>b {}

.g_header .main .nav>li>a.on>p .en,
.g_header .main .nav>li>a:hover>p .en {
	opacity: 1;
}


.g_header .main .con .lx {
	float: right;
	padding-left: 57px;
	line-height: 43px;
	margin: 49px 54px 0 0;
}

.g_header .main .con .lx .ico {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0 0 36px;
}

.g_header .main .con .lx .dh {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 27px;
}

@media (max-width: 1450px) {
	.g_header .main .nav {
		padding-left: 0;
	}

	.g_header .main .nav>li>a {
		margin: 0 22px;
	}
}

@media (max-width: 1024px) {
	.nav_main {
		width: 100%;
		height: 60px;
	}



	.g_header {
		background: transparent;
		height: auto;
	}

	.g_header .bar {
		position: relative;
		display: block;
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		right: 0;
		height: 60px;
		background: #fff;
		color: #875F23;
		border-bottom: 1px solid #4d4d4d;
	}

	.g_header .bar .menu {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		padding: 0 10px;
		line-height: 60px;
	}

	.g_header .bar .menu img {
		vertical-align: middle;
		height: 32px;
	}

	.g_header .bar .logo {
		font-size: 30px;
		font-weight: bold;
		line-height: 60px;
		color: #4d4d4d;
		padding-left: 10px;
		float: left;
	}

	.g_header .bar .logo img {
		max-height: 36px;
		vertical-align: middle;
	}

	.g_header .main .con {
		text-align: left;
		height: auto;
	}

	.g_header .main .nav {
		display: block;
		height: auto;
		padding: 10px 0;
		margin-top: 0;
		line-height: 1;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		z-index: 99;
		left: 0;
		top: -100%;
		bottom: 100%;
		right: 0;
		background: #fff;
		border-top: 0;
		transition: ease .4s;
	}

	.g_header .main .nav>li {
		display: block;
		text-align: left;
	}

	.g_header .main .nav>li>a {
		width: auto;
		padding: 20px 50px;
		margin: 0;
	}

	.g_header .main .nav>li>a>p>b {
		margin-bottom: 5px;
		color: #4d4d4d;
	}

	.g_header .main .nav>li>a>p .en {
		display: none;
	}

	.g_header .main .nav.show {
		visibility: visible;
		opacity: 1;
		top: 60px;
		bottom: 0;
	}

	.g_header .main .con .lx {
		display: none;
	}
}

@media (max-width: 1024px) {
	.g_footer .top .nav {
		display: none;
	}
}


.g_footer .top .nav {
	padding: 70px 0 68px 0;
	overflow: hidden;
}

.g_footer .top .nav>li {
	float: left;
	padding-right: 110px;
	margin-right: 30px;
	height: 200px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	/* border-right:  1px solid #fff; */
}

.g_footer .top .nav>li:last-child {
	border-right: none;
}

.g_footer .top .nav>li .box {}



.g_footer .top .nav>li .h1 {
	font-size: 18px;
	color: #fff;
	text-align: left;
}

.g_footer .top .nav>li .lb {
	padding-top: 10px;
	float: left;
}

.g_footer .top .nav>li .lb2 {
	float: left;
	padding-top: 46px;
	padding-left: 50px;
	line-height: 33px;
	color: rgba(255, 255, 255, .3);
}

.g_footer .top .nav>li .lb .p1 {
	font-size: 16px;
	line-height: 40px;
	color: rgba(255, 255, 255, .3);
	/* color: rgba(255, 255, 255, 255); */
}

.g_footer .top .right {
	padding: 70px 0 85px 0;
	color: #fff;
	width: 293px;
	margin-bottom: -1px;
}

.g_footer .top .right .s2 {
	font-size: 18px;
	padding: 0 0 15px 0;
}

.g_footer .top .right .p1 {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 13px;
}

.g_footer .top .right .gzh {}

.g_footer .bottom {
	color: rgba(255, 255, 255, .3);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	/* color: #fff;
	border-top: 1px solid #fff; */
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.g_footer .bottom .p1 {
	float: left;
	font-size: 16px;
}

.g_footer .bottom .logo {
	float: right;
	width: 293px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

@media (max-width: 1024px) {
	.g_footer .top .flink {
		display: none;
	}
}

/*.g_footer .top .flink {padding: 10px 0 17px 0;overflow:hidden;}*/
.g_footer .top .flink>li {
	float: left;
	padding-right: 10px;
	margin-right: 15px;
	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.g_footer .top .flink>li:last-child {
	border-right: none;
}

.g_footer .top .flink li>a {
	color: rgba(255, 255, 255, .3);
}

.g_footer .top .flink>li .box {}

@media (max-width: 1024px) {
	.g_footer .top .nav {
		float: none;
		padding: 30px 0 0 0;
		margin-left: 0;
	}

	.g_footer .top .right {
		float: none;
		text-align: center;
		margin: 30px auto 0 auto;
		padding: 30px 0 30px 0;
	}

	.g_footer .top .nav {
		margin-bottom: 0;
	}

	.g_footer .top .nav>li {
		width: 33.33%;
		text-align: center;
		margin-right: 0;
		padding-bottom: 30px;
		padding-left: 0;
	}

	.g_footer .top .nav>li .h1 {
		text-align: center;
	}

	.g_footer .top .nav>li .box {
		border: 0;
		padding-right: 0px;
	}

	.g_footer .top .nav>li .lb {
		float: none;
	}

	.g_footer .top .nav>li .lb2 {
		float: none;
		padding-top: 0;
		padding-left: 0;
	}

	.f_br {
		border-right: 0;
	}

	.g_footer .bottom {
		height: auto;
	}

	.g_footer .bottom .p1 {
		float: none;
		text-align: center;
	}

	.g_footer .bottom .logo {
		float: none;
		margin: 0 auto;
	}

}

@media (max-width: 750px) {
	.g_footer .top .nav>li {
		padding-right: 50px;
	}
}

@media (max-width: 600px) {
	.g_footer .top .nav>li {
		padding-right: 20px;
	}

	.g_footer .top .right {
		margin: 30px auto 0 auto;
	}
}

/*--子页面--*/

.s_child_banner {
	display: none;
}

@media (max-width: 1024px) {
	.child_banner {
		display: none;
	}

	.s_child_banner {
		display: block;
	}
}

.page {
	border-bottom: 1px solid #eaeaea;
	line-height: 80px;
	color: #666;
}

@media (max-width: 1024px) {
	.page {
		line-height: 60px;
	}
}



/* .news .offset .list > li:nth-child(3n+1) {clear:both;} */


@media (max-width: 1024px) {
	.team .offset .list>li {
		width: 50%;
	}

	.team .offset .list>li:nth-child(n) {
		clear: none;
	}

	.team .offset .list>li:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 600px) {
	.team .offset .list>li {
		width: 100%;
	}

	.team .offset .list>li:nth-child(n) {
		clear: none;
	}
}

/*-----------------------------分页 start--------------------------------*/
.next1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.next1 ul {
	display: inline-block;
}

.next1 ul li {
	display: inline-block;
}

.next1 a {
	display: inline-block;
	border: 1px solid #ebebeb;
	color: #999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	overflow: hidden;
}

.next1 a.on1,
.next1 a:hover {
	background: #164387;
	color: #fff;
	border: 1px solid #164387;
}

/*--------------------分页 end----------------------*/

/*右侧浮动QQ开始*/

.float_qq {
	position: fixed;
	top: 360px;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 6666;
}

.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 li.float_online {
	position: absolute;
	left: 0;
	width: 62px;
}

.float_qq li.float_qq1 {
	top: 0;
}

.float_qq li.float_qq2 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 126px;
}

.float_qq li.float_online {
	position: absolute;
	top: 51px;
	left: 0;
	width: 172px;
}

.float_qq li.float_qq3 {
	position: absolute;
	top: 153px;
	left: 0;
	width: 172px;
}

.float_qq li.float_qq4 {
	top: 204px;
}

.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.float_qq li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li span {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li span img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
	background-color: #164387;
	opacity: 1;
}

.float_shwx {
	position: absolute;
	top: -226px;
	left: -216px;
	background: url(../images/float_wxbd.png) no-repeat bottom right;
	width: 216px;
	height: 216px;
	padding-bottom: 9px;
	display: none;
}

.float_shwx img {
	display: block;
	padding: 14px;
	background-color: #FFF;
	width: 188px;
	height: 188px;
}

@media (max-width: 1024px) {
	.float_qq {
		display: none;
	}
}

.guwen-why {
	width: 100%;
	height: 100%;
}

.guwen-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.guwen-content .guwen-div {
	width: 100%;
	height: 100px;
	line-height: 60px;
}

.guwen-content ul>li {
	float: left;
	margin: 20px 3%;
	width: 94%;
	height: 60px;
	box-shadow: 2px 2px 2px 2px #164387;
	border-radius: 5px;
	line-height: 60px;
}

.guwen-content ul>li:hover {
	box-shadow: 2px 2px 2px 2px #333;
	background: #164387;
}

.guwen-content ul>li:hover a {
	color: #fff;
}

.guwen-content ul li>a {
	font-size: 16px;
}

.guwen-button {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	margin:40px auto;
}

.guwen-button .button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #164387 solid;
	border-radius: 24px;
}

.guwen-button .button>a {
	font-size: 16px;
	color: #164387;
	font-weight: bold;
}

.guwen-button .button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.guwen-button .button:hover>a {
	color: #eaeaea;
}

.guwen-service {
	margin-top: 60px;
	background: url(/images/guwen_fw.jpg) center no-repeat;
	background-size: cover;
	float: left;
}

.guwen-service .guwen-service-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.guwen-service .guwen-service-content ul>li {
	float: left;
	margin: 20px 10%;
	width: 80%;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 5px;
	line-height: 60px;
}

.guwen-service .guwen-service-content ul>li:hover {
	background: #164387;
}

.guwen-service .guwen-service-content ul li>a {
	font-size: 16px;
	color: #fff;
}

.guwen-service-button {
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 60px 0;
}

.guwen-service-button>.button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #fff solid;
	border-radius: 24px;
}


.guwen-service-button .button>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.guwen-service-button>.button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.guwen-zhize {
	width: 100%;
	height: 100%;
	float: left;
}

/* 民事领域*/
.minshi-why {
	width: 100%;
	height: 100%;
}

.minshi-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.minshi-content .minshi-div {
	width: 100%;
	height: 100px;
	line-height: 60px;
}

.minshi-content ul>li {
	float: left;
	margin: 20px 3%;
	width: 94%;
	height: 60px;
	box-shadow: 2px 2px 2px 2px #164387;
	border-radius: 5px;
	line-height: 60px;
}

.minshi-content ul>li:hover {
	box-shadow: 2px 2px 2px 2px #333;
	background: #164387;
}

.minshi-content ul>li:hover a {
	color: #fff;
}

.minshi-content ul li>a {
	font-size: 16px;
}

.minshi-button {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	margin-top: 40px;
}

.minshi-button .button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #164387 solid;
	border-radius: 24px;
}

.minshi-button .button>a {
	font-size: 16px;
	color: #164387;
	font-weight: bold;
}

.minshi-button .button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.minshi-button .button:hover>a {
	color: #eaeaea;
}

.minshi-service {
	width: 100%;
	float: left;
	margin-top: 60px;
	background: url(/images/guwen_fw.jpg) center no-repeat;
	background-size: cover;
}

.minshi-service .minshi-service-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.minshi-service .minshi-service-content ul>li {
	float: left;
	margin: 20px 10%;
	width: 80%;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 5px;
	line-height: 60px;
}

.minshi-service .minshi-service-content ul>li:hover {
	background: #164387;
}

.minshi-service .minshi-service-content ul li>a {
	font-size: 16px;
	color: #fff;
}

.minshi-service-button {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	padding: 40px 0;
	margin: 0 auto;
}

.minshi-service-button>.button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #fff solid;
	border-radius: 24px;
}


.minshi-service-button .button>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.minshi-service-button>.button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.minshi-zhize {
	width: 100%;
	height: 100%;
}

/* 刑事领域*/
.xingshi-why {
	width: 100%;
	height: 100%;
}

.xingshi-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.xingshi-content .xingshi-div {
	width: 100%;
	height: 100px;
	line-height: 60px;
}

.xingshi-content ul>li {
	float: left;
	margin: 20px 3%;
	width: 94%;
	height: 60px;
	box-shadow: 2px 2px 2px 2px #164387;
	border-radius: 5px;
	line-height: 60px;
}

.xingshi-content ul>li:hover {
	box-shadow: 2px 2px 2px 2px #333;
	background: #164387;
}

.xingshi-content ul>li:hover a {
	color: #fff;
}

.xingshi-content ul li>a {
	font-size: 16px;
}

.xingshi-button {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	margin: 40px auto;
}

.xingshi-button .button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #164387 solid;
	border-radius: 24px;
}


.xingshi-button .button>a {
	font-size: 16px;
	color: #164387;
	font-weight: bold;
}

.xingshi-button .button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.xingshi-button .button:hover>a {
	color: #eaeaea;
}

.xingshi-service {
	float: left;
	margin-top: 40px;
	background: url(/images/guwen_fw.jpg) center no-repeat;
	background-size: cover;
	width: 100%;
}

.xingshi-service .xingshi-service-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.xingshi-service .xingshi-service-content ul>li {
	float: left;
	margin: 20px 10%;
	width: 80%;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 5px;
	line-height: 60px;
}

.xingshi-service .xingshi-service-content ul>li:hover {
	background: #164387;
}

.xingshi-service .xingshi-service-content ul li>a {
	font-size: 16px;
	color: #fff;
}

.xingshi-service-button {
	float: left;
	position: relative;
	text-align: center;
	padding: 40px 0;
	width: 100%;
	margin: 0 auto;
}

.xingshi-service-button>.button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #fff solid;
	border-radius: 24px;
	text-align: center;
}


.xingshi-service-button .button>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.xingshi-service-button>.button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.xingshi-zhize {
	float: left;
	width: 100%;
	height: 100%;
}

/*导航栏样式*/
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.nav_main .nav {
	/* margin-left: 100px; */
}

.nav_main .nav li {
	float: left;
	width: 123px;
	height: 110px;
	line-height: 110px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	/* border-right: 1px solid #ac140f; */
	text-align: center;
}

.nav_main .nav li:first-child {
	/* border-left: 1px solid #ac140f; */
	background: none;
}

.nav_main .nav li a {
	display: block;
	color: #222;
	font-size: 16px;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover,
.nav_main .nav li.hover {
	background: #fff;
	font-weight: bold;
}

.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 12;
	border: 1px solid #164387;
	border-top: 0;
}

.nav_main .nav dl {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #164387;
}

.nav_main .nav dl dd:first-child {
	border: none;
}

.nav_main .nav dl dd a {
	color: #222;
	font-size: 14px;
	padding: 0;
	width: 100%;
	background: #fff;
	text-align: center;
}

/* .nav_main .nav>li>a>p>b {
	font-weight: normal;
	transition: ease .3s;
	display: inline-block;
	color: #333;
	line-height: 1;
	padding: 36px 20px;
} */

.bottom-align{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: #164387;
}

.bottom-align ul{

}

.bottom-align ul>li{
	width: 25%;
	float: left;
	text-align: center;
	height: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}


.bottom-align ul li a .shouye >img{

	width: 18px;
	height: 18px;

}

.bottom-align ul li .shouye{
	width: 100%;
	height: 18px;
	line-height:36px;
}

.youshi-shuju-first>ul>li>img{
    width: 100px;
    height: 100px;
}

.youshi-shuju-second>ul>li>img{
    width: 100px;
    height: 100px;
}