/* 公共样式 */


* {
	margin: 0;
	padding: 0;
}


/* 公共样式 */
.text_color01 {
	color: #999999;
}

.text_color02 {
	color: #666666;
}

.text_color03 {
	color: #0096df;
}

.text_color04 {
	color: #fff;
}

.text_color05 {
	color: #42a6e3;
}

.border_color {
	border: 1px solid #0096df;
}

.bg_color {
	background-color: #fafafa;
}

.bg_color01 {
	background-color: #0096df;
}

/* 清除浮动 */

.clearfix:after {

	content: "";

	display: block;

	visibility: hidden;

	clear: both;

}



/* 顶部导航公共样式 */


.header {
	height: 100px;
	background: #fff;
	z-index: 999;
	width: 1200px;
	margin: 0 auto;
}

.banner {
	width: 100%;
	/* height: 600px; */
}

.banner img {
	width: 100%;

}

.header .top_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
}

.header .top_left img {
	width: 181px;
	height: 57px;
	margin: 20px 0;
}

/* 顶部导航栏二级菜单 */


.nav .nav_item {
	position: relative;
}


a {
	text-decoration: none;
	color: #000;
	display: block;
}


.header .nav .right_items {
	display: flex;
}

.header .nav .right_items a {
	display: inline-block;
	width: 80px;
	padding-left: 45px;
	padding-top: 46px;
	padding-bottom: 41px;
	text-decoration: none;
	color: #fff;
}

/* 公共footer样式 */


/* footer */
.footer {
	background-color: #eeeeee;
}


.footer .nav {
	position: relative;
}


.footer .nav>.tabs{
	height: 100%;
	width: 100%;	
	line-height: 99px;
	font-size: 16px;
	display: block;
	justify-content: space-around;
	box-sizing: border-box;
	position: relative;
	padding-left: 210px;
}


.footer .nav .wisdom {
	background-color: #ffffff;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 90px;
	justify-content: space-around;
	border-radius: 24px;
	z-index: 99;
	display: none;
}


.footer .nav .wisdom>.tabs{
	line-height: 50px;
	font-size: 16px;
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
}

.footer .nav .wisdom>.tabs{
	line-height: 50px;
	font-size: 12px;
	display: flexlex;
	justify-content: space-around;
	box-sizing: border-box;
}



.footer .nav .wisdom>.tabs>li{
	/* margin-right: 85px; */
}

.footer .nav .wisdom>.tabs>li{
	width: 68px;
	text-align: center;
}

.footer .nav .wisdom>.tabs>li:nth-child(0){
	margin-right: 40px;
}
.footer .nav .wisdom>.tabs>li:last-child{
	margin-right: 40px;
}

.footer .wisdom a:hover {
	color: #0096df;
}

.footer .nav>.tabs>li{
	position: relative;
}

.footer .nav>.tabs>li:hover .wisdom{
	display: block;
}

.footer .nav>.tabs>li:hover .san{
	display: block;
}

.san {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-bottom: 33px solid #ffffff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	display: none;
}


.footer .footer_contact {
	display: flex;
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
	font-size: 14px;
}

.footer .footer_contact .left {
	border-right: 1px solid #dbdbdb;
	flex: 1;
	position: relative;
}

.footer .footer_contact .left img {
	width: 80%;
	height: 65px;
}

.footer .footer_contact .left .share {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	height: 24px;
	width: 200px;
}

.footer .footer_contact .left .share img {
	width: 26px;
	height: 24px;
}

.footer .footer_contact .left .share a {
	/* overflow: hidden; */
}

.footer .footer_contact .left .share a:hover img {
	/* filter: drop-shadow(26px 0 #0096df); */
	position: relative;
	/* left: -26px; */
}


.footer .footer_contact .middle {
	flex: 3;
	padding-left: 65px;
}

.footer .footer_contact .middle .middle_one {
	margin-bottom: 36px;
}

.footer .footer_contact .middle .middle_one+div p {
	margin-bottom: 7px;
}

.footer .footer_contact .right {
	flex: 1;
	display: flex;
}

.footer .footer_contact .right img {
	width: 86px;
	height: 90px;
}



.footer .footer_contact .right .qr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	position: relative;
}



.ascription {
	text-align: center;
	line-height: 50px;
}

.ascription a{
    display: inline-block;
    color: #666666;
}

.footer .nav .wisdom>.tabs .actives{margin-left:10px;}
