	/*
	 * 入口页index
	 * 头部
	 * 底部
	 * 公用样式
	 * */
	
	.taiwu-index label,
	.taiwu-index span
	{
		font-weight: 400;
		margin: 0;
		padding: 0;
	}
	
	.taiwu-index a {
		font-weight: 400;
		text-decoration: none;
		color: #333333;
	}
	
	
	.taiwu-index {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	
	.taiwu-index .box-layout {
      	/* width: 1200px; */
      	width: 100%;
		box-sizing: border-box;
		background-color: #FFFFFF;
		padding: 0;
		margin: 0 auto;
	}
	.taiwu-header .head-block .memu-box li.memu-item-active .min-memu-item a{
		background-color:none !important;
	}
	.taiwu-header .head-block .memu-box li.min-memu-item.memu-item-active{
		background: #666;
	}
	.taiwu-index .min-memu-item a{
		color:#fff !important;
	}
	.pointer{
		cursor: pointer;
	}
	.taiwu-index .taiwu-header,
	.taiwu-index .taiwu-main,
	.taiwu-index .taiwu-footer {
		box-sizing: border-box;
		min-width: 800px;
	}
	/*顶部*/
	
	.taiwu-header .taiwu-header {
		width: 1200px;
		max-width: 100%;
		height: 60px;
		line-height: 60px;
		margin: 0 auto;
	}
	
	.taiwu-header .head-block .logo-img {
		width: 160px;
	}
	
	.taiwu-header .head-block .logo-img img {
		/*width: 100%;*/
		width: 80%;
		max-width: 80%;
		max-height: 100%;
	}
	
	.taiwu-header .head-block .memu-box .memu-item {
		width: 108px;
		text-align: center;
	}
	
	.taiwu-header .head-block .memu-box .memu-item>a {
		display: block;
		font-size: 16px;
		color: #333333;
		text-decoration: none;
	}
	
	.taiwu-header .head-block .memu-box li.memu-item-active a{
		background-color: #FF0000;
		color: #FFFFFF!important;
	}
	
	.taiwu-header .head-block .memu-box li.memu-item>a:hover {
		color: #FF0000;
	}
	/*底部*/
	.taiwu-footer .foot-sm-box{
      width:80%;
      margin: 100px auto 20px auto;
      /* padding: 20px 30px; */
      /* background: #000000;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; */
   }
	.taiwu-footer .foot-sm-box .row1-box {
      width: 100%;
		margin-top: 20px;
		border-bottom: 1px solid #DADADA;
	}
	
	.taiwu-footer .foot-sm-box .row1-box ul.ul-left li {
		margin-right: 40px;
      height: 50px;
      line-height: 50px;
		display: inline-block;
		vertical-align: middle;
      /* color: #3E3A39; */
      color: #efefef;
	}
	
	.taiwu-footer .foot-sm-box .row1-box ul.ul-left li:hover {
		border-bottom: 2px solid #D0121B;
	}
	
	.taiwu-footer .foot-sm-box .row1-box ul.ul-left li.frist-li img {
		width: 100px;
		margin-top: -2px;
		margin-right: 40px;
	}
	
	.taiwu-footer .foot-sm-box .row1-box .rt-div {
		height: 40px;
		line-height: 40px;
	}
	
	.taiwu-footer .foot-sm-box .row1-box .rt-div a img {
      width: 25px;
      margin-left: 12px;
      cursor: pointer;
	}
	
	.taiwu-footer .foot-sm-box .row2-box {
		height: 36px;
		line-height: 36px;
	}
	
	.taiwu-footer .foot-sm-box .row2-box label {
		font-size: 12px;
      /* color: #757575; */
      color: #fff;
	}
	
/*--------------------rsploading动画---------------------*/
.rsploading {
    /* background: #fff;
    border-radius: 50%; */
    background-size: 80px;
    width: 80px;
    height: 80px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    padding-top: 10px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
}
.rsploading p {
       /* background: url(../images/byloadingrotate.png) no-repeat center; */
       background: url(/imgs/loading1.gif) no-repeat center;
       background-size: 60px;
       /* position: absolute; */
       margin-bottom: 0;
       /* margin-top: 1px; */
       /* margin-left: -1px; */
       width: 60px;
       height: 60px;
       vertical-align: middle;
       margin: auto auto;
       /* padding: 40px 0 0 1px; */
    /* padding: 40px 0 0 1px; */
    /* animation: spinner-circle-clipper 1s ease infinite;
    -webkit-animation: spinner-circle-clipper 1s ease infinite; */
}
.rsploading-model{
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0,0,0,0);
}
#menu-2 .tig-tab{
   width: 380px;
}
.icons-1>img{
   width: 14px;
   margin-top: -4px;
}

.taiwu-footer .rt-div{
   position: relative;
}
.taiwu-footer i .taiwu-ewm{
   display: none;
   width: 100%;
   position: absolute;
   top: -118px;
   right: -105px;
   border: 1px solid #DADADA;
   border-radius: 6px;
}
.taiwu-footer{
   width: 100%;
   margin: 0 auto;
   background:#232121;
   /* border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; */
}