
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

body, html {
	width: 100%;
	font-family: "MicrosoftYaHei", '微软雅黑';
	background: #fff;
}

.wrap {
	width: 100%;
}

/*header部分*/
.header {
	width: 100%;
	height: 72px;
	background:rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.headerNav {
	width: 1200px;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}


/*.header .header_nav ul {
	height: 70px;
	display: flex;
	align-items: center;

}

.header .header_nav ul li {
	height: 70px;
	margin-right: 20px;
}

.header .header_nav ul li a {
	height: 70px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.header .header_nav ul li:last-child {
	margin-right: 0;
}

.header .header_nav ul li:hover a {
	background: #FFA800;
	color: #fff!important;
}

.header .header_nav ul li:hover a {

}

 .active a{
	background: #FFA800;
	color: #fff!important;
} */


/* .header_nav {
	height: 100%;
} */

.ivu-breadcrumb {
	height: 100%;
	line-height: 95px;
}

.ivu-breadcrumb a {
	color: #fff!important;
	font-size: 16px!important;
}

.ivu-breadcrumb > span:last-child {
	font-weight: normal!important;
}

.ivu-breadcrumb > span {
	display: inline-block;
    height: 100%;
}   

.ivu-breadcrumb  span > a:hover {
	border-bottom: 3px solid #FFA800!important;
	padding-bottom: 10px;
}

.on {
	color:#FFA800 !important;
	/* border-bottom: 3px solid #FFA800;
	padding-bottom: 10px; */
}

/* footer部分*/

.footer {
	width: 100%;
	height: 430px;
	background: url('../img/footer_bg.png') no-repeat;
}

.foot {
	width: 100%;
	/* height: 100%; */
	margin: 0 auto;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_info {
    width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_info ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 60px 0; 
}

.footer_info ul li a, .gotop {
	font-size: 14px;
	color: #D5D5D5;
	cursor: pointer;
}

.mail_qy{
	font-size: 12px;
	color: #999;
	margin: 10px 0 26px 0;
}

.footer_phone {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_phone .phone {
	font-size: 26px;
	color: #fff;
    display: flex;
    align-items: center;
}

.footer_phone .phone img {
	margin-right: 20px;
}

.copyright {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	color: #999;
	border-top: 1px solid #4D4843;
	margin-top: 70px;
}

.code {
	display: flex;
	align-items: center;
}

.code .mail {
	margin: 0 30px;
}

.code_img p {
	background: #fff;
	width: 122px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -170px;
    left: -46px;
}


.arrow {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #fff;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
    top: -59%;
    left: 17%;
    display: none;
}

.code_img {
	position: relative;
}

.select {
	width: 100px; 
	height: auto;
	position: absolute;
	padding-bottom: 20px; 
	top: 30px;
	left: 28px;
	background: rgba(0, 0, 0, 0.1);
    /*transition: all .2s ease-out;*/
	display: none;

}

.select li {
	width: 100%;
	text-align: center;
	line-height: 18px;
	margin-top: 20px;
}

.select li:hover > a {
	color: #FFA800!important;
}

.ivu-breadcrumb-item-separator {
    margin: 0 10px;
}









.headerNav .ul.header_nav, ul.header_nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}

ul.header_nav li{
	float: left;/*当元素浮动 将不再占据文档流中的任何位置 父列表实际上没有内容 就会收缩 从而隐藏列表背景*/
	position: relative;
}

ul.header_nav .nav-item a{
	display:block;
	margin:0 35px;/*每个按钮的宽度由锚文本的尺寸决定 所以不设置显示的宽度 而是在每个锚链接的左右设置一定的内边距*/
	text-decoration:none;
	font-size: 16px;
	color:#fff;
}

ul.header_nav .nav-item .select a{
	margin:0;
}
ul.header_nav a:hover, ul.header_nav a:focus{
	color:#FFA800 !important;
	/* border-bottom: 3px solid #FFA800;
	padding-bottom: 10px; */
}
ul.header_nav li ul{
	width:80px;
	position:absolute;
	display: none;
	margin-top: -8px;

}
ul.header_nav li:hover ul{
	display:block;
}



/* 公共样式 */
.row_display{
	display: flex;
	justify-content: center;
}
.m_r_25{
	margin-right: 25px;
}
.m_t_25{
	margin-top: 25px;
}