ul, li { list-style: none; }
.ainiuheader { margin:0px auto; width:1200px; margin-top:30px; height:150px;}
.ainiuheader .lt { float:left; width:400px;}

.ainiuheader .lt dl{background: #f5f5f5;color: #808080;font-size: 12px;font-weight: 400;font-family: Poppins;margin: 5px 0px;padding: 12px 20px 11px 20px;border: none;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;border-radius: 25px;-moz-border-radius: 25px;-webkit-border-radius: 25px;   -webkit-transition: background-color linear 0.2s, border-color linear 0.2s;-moz-transition: background-color linear 0.2s, border-color linear 0.2s;    -o-transition: background-color linear 0.2s, border-color linear 0.2s;transition: background-color linear 0.2s, border-color linear 0.2s;height: 25px; max-width:260px}
.ainiuheader .lt dl dt{ float:left;width:90%;}
.ainiuheader .lt dl dt input{float:left; line-height:20px;background: #f5f5f5;border:0; width:100%;}
.ainiuheader .lt dl dd{ float:left;width:10%;}
.ainiuheader .lt dl dd button{float:right; line-height:20px;background: #f5f5f5;border:0;}
.ainiuheader .ct { float:left; width:400px;}
.ainiuheader .ct a{width:100%; display:block;}
.ainiuheader .ct img{ margin:0px auto; max-width:360px;}
.ainiuheader .rt { float:left; width:400px;}
.ainiuheader .rt li{ float:right; width:44px; height:44px; border-radius:44px; border:#ccc 1px solid; margin-right:30px; text-align: center;
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.ainiuheader .rt li h6 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-block;
    line-height: 44px;
    font-size: 20px;
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.ainiuheader .rt li:hover h6 {
    background: #98698e;
    color: #fff
}    
    

.ainiumenu { margin:0px auto; width:100%; border-top:#f5f5f5 1px solid; border-bottom:#d9121f 2px solid;line-height:71px; background:#fff; height:71px; margin-bottom:30px;}
.ainiumenu ul{ margin:0px auto; width:1200px}
.ainiumenu ul li{float:left; margin-right:20px; font-size:14px; color:#000;}
.ainiumenu ul li a{float:left; font-size:14px; color:#333; margin-right:30px; font-weight:bold; font-family:"微软雅黑"}
.ainiumenu ul li a:hover{color:#98698e;}


.qb_pc_topBox{
	background:#F5F5F5;
}
.qb_pc_topBox ul{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	color: #666;
}
.qb_pc_topBox ul:after{
	content: '';
	display: block;
	clear: both;
}
.qb_pc_topBox ul ol{
	float:left;
}
.qb_pc_topBox ul li{
	float: right;
	word-spacing: 15px;
}
/****/
.Logo_Menu{
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 100000;
}
.Logo_Menu ul{
	display: table;
	width: 100%;
}
.Logo_Menu ul ol,.Logo_Menu ul li{
	display: table-cell;
	vertical-align: middle;
}
.Logo_Menu ul ol{
	padding: 10px 0;
}
.Logo_Menu ul li{
	text-align: right;
}
.Logo_Menu ul li dl{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.Logo_Menu ul li dl dt a{
	display: block;
	line-height: 50px;
	padding: 0 30px;
	font-size: 18px;
}
.Logo_Menu ul li dl dd{
	position: absolute;
	width: 100%;
	left: 0;
	top:50px;
	display: none;
}
.Logo_Menu ul li dl span{
	content:'';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	right:8px;
	top:22px;
	border:6px solid transparent;
	border-top: 6px solid #666;
	border-bottom:0;
}
.Logo_Menu ul li dl dd a{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	height: 30px;
	padding: 0 10px;
	overflow: hidden;
	border-top:#EEE solid 1px;
}
.Logo_Menu ul li dl.ck a,.Logo_Menu ul li dl:hover a{
	background: #35C4B8;
	color: #FFF;
	cursor: pointer;
}
.Logo_Menu ul li dl dd a:hover{
	background: #F60;
}
