﻿
html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td,i{padding:0;margin:0;}table{border-collapse:collapse;border-spacing:0;font-size:inherit;}img{border:none;vertical-align:bottom;}a,a:visited,a:hover,a:active{outline:0;text-decoration:none;}a{color:#8e8e8e;}a:hover{text-decoration:underline;color:#ea5a42;}ul,li{list-style-type:none;padding:0;margin:0;}input,select,textarea,button{font-size:100%;font-family:inherit;}h2{font-size:14px;}img{border:0;}
@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg') format('svg'); /* iOS 4.1- */
}

html,body {
	margin: 0px;
	font-family: Microsoft YaHei,PingFang SC,"黑体",Helvetica,Arial,sans-serif;
	color: #333333;
	background-color: #fff;
	
	width: 100%;
	min-width:1260px;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height:1;
}


i {
	font-family: 'iconfont';
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a {
	text-decoration: none;
}

a:hover {
	color:#f0475b;
	text-decoration: none;
	/*transition: color 0.4s;*/
}
img {
	border: 0;
}
p{
	 word-wrap:break-word;
}

.pull_right {
	float: right !important;
}

.pull_left {
	float: left !important;
}

.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
	content: " ";
}

.clearfix:after,.container:after,.container-fluid:after {
	clear: both;
}

/*--------------------input, select开始------------------------*/
input::-webkit-input-placeholder{color:#8e8e8e !important;}
input::-moz-placeholder{color:#8e8e8e !important;}
input:-moz-placeholder{color:#8e8e8e !important;}
input:input-placeholder{color:#8e8e8e !important;}
input, select {
    outline: medium !important;
	
}
.inputFocus:focus{
	
	border: 1px solid #dddddd;
	border-color:#dddddd !important;
	color: #333333;
}
 .selectfocus{ border:#b2e2f3 1px solid; background-color:#f4fbff;}   
 .select.active	{ border:#b2e2f3 1px solid; background-color:#f4fbff;}
.selectFocus{
    background-image:none\9; /*IE8以及以下版本浏览器*/
    *background-image:none; /*IE7及其以下版本浏览器*/
}
input,button,select,textarea{outline:none}
textarea{resize:none}
textarea:focus{
	border: 1px solid #dddddd;
	border-color:#dddddd !important;
	color: #333333;
}
/*--------------------input, select结束------------------------*/

/*--------------------标题字体大小------------------------*/


/*---------------颜色，色调------------------*/

/*--------主色----------*/

.btn.disabled, .btn .disabled:hover {/*禁止按钮  */
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    color: #8e8e8e !important;
	background-color: #efefef !important;
}

/*--------辅色----------*/

.color_f04 {/*文字主色调  红*/
	color: #f0475b !important;
}

.color_313 {/*标题主色调 黑*/
	color: #313131;
}

.color_555 {/*文本主色调  深灰*/
	color: #555555;
}

.color_8e8 {/*文本主色调  灰*/
	color: #8e8e8e;
}
.color_2e2 {
	color: #2e2e2e;
}
.color_2e2 {/*页脚 灰*/
	color: #2e2e2e;
}

.color_fff {
	color: #fff !important;
}
.color_999{
	color: #999;
}



.bg_f04 {/*背景主色调  红*/
	background-color: #f0475b;
}

.bg_fff{
	background-color: #fff;
}

.bg_f2f{
	background-color: #f2f2f2;
}
.bg_f8f{
	background-color: #f8f8f8;
}	
.bg_f5f{
	background-color: #f5f5f5;
}


.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.text_center {
	text-align: center !important;
}
.center_block {
  display: block;
  margin-left:auto;
  margin-right:auto;
}
.tuijian{ display:inline-block; border:1px solid #db4453; color:#db4453; font-size:12px; line-height:12px; line-height:18px; width:32px; text-align:center; border-radius:3px;}

/*--------------------标题字体大小------------------------*/
h1{ font-size:24px;}
h2{ font-size:18px;}
h3{ font-size:14px;}
h4{ font-size:12px;}

.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mt2 {
	margin-top: 2px;
}
.mr2 {
	margin-right: 2px;
}

.mt1 {
	margin-top: 1px;
}

.mt5 {
	margin-top: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt4{
	margin-top: 4px;
}

.ml4 {
	margin-left: 4px;
}

.mr4 {
	margin-right: 4px;
}

.mb4 {
	margin-bottom: 4px;
}



.mt7 {
	margin-top: 7px;
}
.mt8 {
	margin-top: 8px;
}

.ml8 {
	margin-left: 8px;
}

.mr8 {
	margin-right: 8px;
}

.mb8 {
	margin-bottom: 8px;
}


.mt10 {
	margin-top: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt15 {
	margin-top: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt25 {
	margin-top: 25px;
}

.ml25 {
	margin-left: 25px;
}

.mr25 {
	margin-right: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt30 {
	margin-top: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt35 {
	margin-top: 35px;
}

.ml35 {
	margin-left: 35px;
}

.mr35 {
	margin-right: 35px;
}

.mb35 {
	margin-bottom: 35px;
}

.mt40 {
	margin-top: 40px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt45 {
	margin-top: 45px;
}

.ml45 {
	margin-left: 45px;
}

.mr45 {
	margin-right: 45px;
}

.mb45{
	margin-bottom: 45px;
}
.mt50 {
	margin-top: 50px;
}
.ml50 {
	margin-left: 50px;
}

.mr50 {
	margin-right: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt55 {
	margin-top: 55px;
}

.ml55 {
	margin-left: 55px;
}

.mr55 {
	margin-right: 55px;
}

.mb55 {
	margin-bottom: 55px;
}
.mt60 {
	margin-top: 60px;
}
.ml60 {
	margin-left: 60px;
}
.mr60 {
	margin-right: 60px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt65 {
	margin-top: 65px;
}
.ml65 {
	margin-left: 65px;
}
.mr65 {
	margin-right: 65px;
}
.mb65 {
	margin-bottom: 65px;
}

.mt70 {
	margin-top: 70px;
}
.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}
.mt88{
	margin-top:88px;
}

.mt90 {
	margin-top: 90px;
}

.mt105 {
	margin-top: 105px;
}


.pt5 {
	padding-top: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}
.pt7{
	padding-top:7px;
	}
	.pt10 {
	padding-top: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pl25 {
	padding-left: 25px;
}

.pr25 {
	padding-right: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pl35 {
	padding-left: 35px;
}

.pr35 {
	padding-right: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pl45 {
	padding-left: 45px;
}

.pr45 {
	padding-right: 45px;
}

.pb45 {
	padding-bottom: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pl50 {
	padding-left: 50px;
}

.pr50 {
	padding-right: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pl60 {
	padding-left: 60px;
}

.pr60 {
	padding-right: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pl70 {
	padding-left: 70px;
}

.pr70 {
	padding-right: 70px;
}

.pb70 {
	padding-bottom: 70px;
}
.pt140 {
	padding-top: 140px;
}


.pt88 {
	padding-top: 88px;
}


.pt120 {
	padding-top: 120px;
}

.pt150 {
	padding-top: 150px;
}

.pb110 {
	padding-bottom: 110px;
}

.pb120 {
	padding-bottom: 120px;
}

.pb130 {
	padding-bottom: 130px;
}

.pb140 {
	padding-bottom: 140px;
}

.pb150 {
	padding-bottom: 150px;
}

.pt230 {
	padding-top: 230px;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32{
	font-size: 32px;
}

.fs36 {
	font-size: 36px;
}

.fs40 {
	font-size: 40px;
}

.fs48 {
	font-size: 48px;
}

.fs50 {
	font-size: 50px;
}

.fs60 {
	font-size: 60px;
}

.fs70 {
	font-size: 70px;
}

.fs80 {
	font-size: 80px;
}

.fs90 {
	font-size: 90px;
}

.fs100 {
	font-size: 100px;
}

.fs110 {
	font-size: 110px;
}

.fs120 {
	font-size: 120px;
}

.lh14 {
	line-height: 14px;
}

.lh18 {
	line-height: 18px;
}

.lh24 {
	line-height: 24px;
}

.lh30 {
	line-height: 30px;
}

.lh36 {
	line-height: 36px;
}

.lh48 {
	line-height: 48px;
}
.lh40 {
	line-height: 40px;
}

.lh50 {
	line-height: 50px;
}
.lh60 {
	line-height: 60px;
}
.font_bold{
	font-weight: bold;
}
.no_font_bold{
	font-weight: normal !important;
}
.no_border_l {
	border-left: none !important;
}

.no_border_r {
	border-right: none !important;
}

.no_border_b {
	border-bottom: none !important;
}

.no_border_t {
	border-top: none !important;
}

.no_margin_l {
	margin-left: 0px !important;
}

.no_margin_r {
	margin-right: 0px  !important;
}

.no_margin_b {
	margin-bottom: 0px !important;
}

.no_margin_t {
	margin-top: 0px !important;
}
.no_pd_l{
	padding-left: 0px !important;
}
.no_pd_r{
	padding-right: 0px !important;
}
.no_pd_t{
	padding-top: 0px !important;
}
.no_pd_b{
	padding-bottom: 0px !important;
}

.border {
	border: #efefef solid 1px;
}
.border_left {
	border-left: #efefef solid 1px;
}

.border_top {
	border-top: #efefef solid 1px;
}

.border_right {
	border-right: #efefef solid 1px;
}

.border_bottom {
	border-bottom: #efefef solid 1px;
}
.border_right_df{ border-right:1px solid #dfdfdf;}
.blur {
	-webkit-filter: blur(38px);
}

input::-webkit-input-placeholder {
	color: #efede5;
}

input:-moz-placeholder {
	color: #efede5;
}

.container {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
.none{
	display: none;
}
.block{
	display: block !important;
}



.ellipsis{	
	max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.max-width70{	
	max-width: 70%; 
}
.max-width75{	
	max-width: 75%; 
}
.max-width80{	
	max-width: 80%; 
}
.max-width85{	
	max-width: 85%; 
}
.max-width90{	
	max-width: 90%; 
}
.max-width95{	
	max-width: 95%; 
}
.max-width100{	
	max-width: 100%; 
}








/*-------------btn按钮开始-----------------*/
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;

}
.border_radius{
	border-radius:2px;
}
.btn:hover{
  color: inherit;
  text-decoration: none;
}

.btn_48{
  padding: 0 50px;
  height:48px;
  line-height: 48px;
  
}
.btn_40{
  padding: 0 36px;
  line-height: 40px;
}
.btn_45{
  padding: 0 50px;
  height:45px;
  line-height: 44px;
}

.btn_36{
  padding: 0 20px;
  line-height: 36px;
}
.btn_30{
  padding: 0 16px;
  line-height: 30px;
}
.btn_24{
  padding: 0 10px;
  height:25px;
  line-height: 24px;
}
.btn_10{
  padding: 0 10px;
  height:25px;
  line-height: 24px;
}

.btn_5{
  padding: 0 5px;
  height:25px;
  line-height: 24px;
}

.btn_red{
	background: #f0475b;
	color:#fff;
	}
.btn_blue{
	background: #3c517f;
	color:#fff;
	}
.btn_gray{
	background: #f5f5f5;
	}	
.btn_gray:hover{
	background: #f5fff5;
	}	
.btn_red:hover{
	background:#e14355;
	color:#fff;	
    }
.btn_blue:hover{
	background: #486299;
	color:#fff;
	}
.btn_block {
  display: block;
  width: 100%;
}

.btn.disabled,.btn .disabled:hover{
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
  color:#333 !important;
  border-color:#d9d9d9 !important;
}

.width1200{width:1200px;margin:0 auto;}



.tjBtn{
	height:40px;
	line-height:40px;
	display:inline-block;
	padding-left:83px;
	padding-right:83px;
	border-radius:2px;
}
.tjBtn.bg_f04:hover{
	background-color:#e14355;
	color:#fff;
	transition:all .2s;
}
.czBtn{
	height:40px;
	line-height:40px;
	display:inline-block;
	padding-left:83px;
	padding-right:83px;
	border-radius:2px;
	cursor:pointer;
}
.czBtn:hover{
	border-color:#ddd;
	color:#f0475b;
	transition:all .2s;
}
/*-------------btn按钮结束-----------------*/





/*------------- 单选复选框开始--------------------*/
 .checkbox .icon{ 
    background: url(../image/checkboxIcon.png) no-repeat left 0;
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	margin-top:11px;
 }
 .checkbox .choose{background-position:right 0;}
 .checkbox2 .icon{ 
 	background: url(https://www.huaao-trust.com//static/pc/images/checkboxIcon2.png) no-repeat left 0;
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	margin-top:11px;

 }
 .checkbox2 .choose{background-position:right 0;}
 /*------------- 单选复选框结束--------------------*/

 /*-------------下拉菜单开始--------------------*/
  .select{
	   border:#dfdfdf 1px solid;
	   position:relative;
	   border-radius:4px;
	  -webkit-border-radius:4px;
	   }
   .select .title{
	  
	   width:180px;
	   padding-left:10px;
	   padding-right:40px;
	    background:#fff;
		line-height:35px;
		height:35px;
		position:relative;
	   border-radius:4px;
	  -webkit-border-radius:4px;
	 

		
	   }
.select .title .icon{ border-left:1px solid #dfdfdf; position:absolute; background:url(https://www.huaao-trust.com//static/pc/images/dropdownList_arrow.png) no-repeat right center; height:35px; width:30px; top:0; right:0;}
	 
	.select ul{ display:none;background:#fff; position:absolute; top:40px;  width:200px; height:215px; border:1px solid #dfdfdf; z-index:1000; border-radius:4px; -webkit-border-radius:4px;} 
	.select li:hover{ background:#f4fbff;}
	.select .active{ background:#f4fbff;}
	.select li{
		border-top:1px solid #dfdfdf;
	   padding-left:10px;
	   padding-right:10px;
	   height:35px;
	   line-height:35px;

		} 
	.dropdownList select{ display:none;}  
 /*-------------下拉菜单结束--------------------*/
 
 
 
 .productTypeLabel{
	width:60px;
	height:24px;
	text-align:center;
	line-height:22px;
	color:#ffa800;
	background:url(https://www.huaao-trust.com//static/pc/images/kuangIocn1-1.png) no-repeat right center;
}
 
 












#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.funList{
	height: 30px;
	line-height: 30px;
}
.funList li{
	float:left;
	position:relative;
}
.funList a{
	padding-right: 12px;
	padding-left: 12px;
	color: rgba(142,142,142,0.7);
	border-right: 1px solid #dfdfdf;
}
.funList a:hover{
	color: #f0475b;
}
.funList li.loginShow:hover >a{
	border-right:none;
}
.funList li.loginShow:hover{
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}
.funList li.loginShow:hover .loginBox{
	display:block;
}

.navBar{
	height: 88px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.logoBox{
	width: 206px;
}
.contact{
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav_btnlist>li{
	float: left;
	line-height: 88px;
	margin-left: 40px;
	position: relative;
}
.nav_btnlist>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav_btnlist>li .line{
	width: 0%;
	height: 4px;
	background-color: #f0475b;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nav_btnlist>li:hover .line{
	width: 100%;
	transition: all 0.4s;
}
.nav_btnlist>li.current .line{
	width: 100%;
}
.nav_btnlist>li.current>a{
	color: #f0475b;
}
.twolevelmenu{
	position: absolute;
	top: 88px;
	left: -50%;
	width: 122px;
	text-align: center;
	line-height: 40px;
	background-color:rgba(255,255,255,0.95);
	display: none;
	opacity: 0;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
	transition: opacity 0.4s;
	
}
.twolevelmenu li a{
	display: block;
	font-size: 14px;
}
.twolevelmenu li{
	border-bottom: 1px solid #efefef;
	
}
.twolevelmenu li:hover a{
	background-color: #f0475b;
	color: #fff !important;
}
.twolevelmenu li:nth-last-of-type(1){
	border-bottom: none;
}
.nav_btnlist>li:hover .twolevelmenu{
	display: block;
	opacity: 1;
}
.sign_seg_btn{
	margin-top: 24px;
	background-color: #f5f5f5;
}
.sign_seg_btn .btn{
	/*min-width: 56px*/;
	padding-left:15px;
	padding-right:15px;
	border-radius:2px;
	height: 38px;
	line-height: 38px;
	
}
.sign_seg_btn .signBtn{
	color: #fff !important;
}
.sign_seg_btn .btn:hover{
	color: #f0475b;
}
/*=======================头部导航  结束=======================*/






/*=============页脚 开始===================*/

.footer{
	
	width: 100%;
	padding-top: 47px;
	background-color: #2e2e2e;
}


.footer .linkList dl{
	width: 130px;
	margin-left: 62px;
	color: #c9c9c9;
}
.footer .linkList dl dt{
	padding-bottom: 18px;
	border-bottom: 1px solid #c9c9c9;
}
.footer .linkList dl dd {
	margin-top: 15px;
}

.footer .linkList dl dd a{
	color: #c9c9c9;
}

.footer .linkList dl dd:hover a {
	color: #f0475b;
	transition: all 0.4s;
}

.code .txt span{
	color: #c9c9c9;
	display: block;
	height: 20px;
	line-height: 20px;
}
.code .txt .sys{
	background-color: #f0475b;
	color: #fff;border-radius: 2px;
	padding: 0 5px;
	margin-left: 10px;
	position: relative;
}
.code .txt .sys .left_icont{
	position: absolute;
	left: -5px;
	top: 5px;
	width: 5px;
	height: 9px;
	background:url(../image/left_icont1-1.png) no-repeat;
}
.codeList{
	margin-top: 13px;
}
.codeList .codeImgBox>p{
	text-align: center;
	color: #c9c9c9;
	line-height: 36px;
}
.codeList .codeImgBox.ml7{
	margin-left: 7px;
}
.addressBox{
	border-top: 1px solid #434343;
	padding-top: 24px;
}
.addressBox .contact .num i{
	color: #c9c9c9;
}
.addressBox .contact .num p{
	color: #c9c9c9;
	margin-left: 10px;
}
.contact>p{
	color: #c9c9c9;
	line-height: 24px;
	margin-top: 8px;
}
.address{
	color: #c9c9c9;
	line-height: 24px;
}
.copyright{
	height: 48px;
	line-height: 48px;
	color: #8e8e8e;
	background-color: #f5f5f5
}
.copyright  a,.copyright span{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
/*==========页脚  结束===================*/


.auxiliaryBar{
	position: fixed;
	right: 5px;
	height: 200px;
	bottom:200px;;
	z-index: 999;
}
.auxiliaryBar li,.auxiliaryBar .bottom_to_top{
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px;
	text-align: center;
	position: relative;
	margin-top: 2px;
	
}
.auxiliaryBar li .over{
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
}
.auxiliaryBar li a{
	display: block;
}
.auxiliaryBar .anmen{
	color: #fff;
	transition: all 0.4s;
	cursor: pointer;
}
.auxiliaryBar .anmen:hover{
	transform: translateY(-50px);
}
.auxiliaryBar li:hover {
	background-color: #f0475b;
	transition: all 0.4s;
}
.auxiliaryBar li p{
	padding-top: 6px;
    line-height: 16px;

}
.auxiliaryBar .weima{
	position: absolute;
	top: 0;
	left: -112px;
	width: 108px;
	height: 107px;
	display: none;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);

}
.auxiliaryBar li:hover .weima{
	display: block;
}

.auxiliaryBar .bottom_to_top{
	cursor: pointer;
	display: none;
	overflow: hidden;
}

.bottom_to_top .anmen p{
	padding-top: 8px;
	height: 48px;
    line-height: 16px;
	margin-top: -3px;
	background-color: #f0475b;

}






















