﻿﻿/* CSS Document */
body{font-family:"微软雅黑";margin:0; padding:0;background:#fff;min-width:1020px;width:100%;height:100%;}
html{height:100%;}
ul, li, h1, h2, h3, h4, h5, h6,p, pre, button,textarea {list-style: none;margin: 0; font-size:17px; padding: 0;font-family:"微软雅黑";color:#333;}
h5{font-weight: normal;}
a {text-decoration: none;color:#333;}
a:hover{text-decoration:none;color:#333;}
img {border: 0;}
em, i {font-style: normal; margin:0; padding:0;}
.clear {clear: both;}
.clearbox{clear: both;}
.fl{float: left;}
.fr{float: right;}

/*header*/
/*header*/
.head{
	width: 100%;
	height: 190px;
	background-color: #f5f6f6;
	/* background-size: 100% 100%;  */
}
.headPosition{
	width: 1300px;
	
	margin: 0 auto;
}
.logo{
	margin-top: 20px;
}
.search{
	width: 550px;
	float: right;
	margin-top: -90px;
	margin-right: 17px;
}
.lib_Menubox ul{ 
	list-style: none; 
	position: relative; 
	height: 20px; 
	text-align: center; 
}
.lib_Menubox li{ 
	display: block; 
	float: left;
	width: 180px; 
	height: 20px; 
	color: #333; 
	font-size: 17px; 
	line-height: 20px; 
	cursor: pointer; 
}
.lib_Menubox li.hover{ 
	color: #e22323; 
}

.lib_Menubox_bak li.hover{ 
	color: #e22323; 
}
.lib_Contentbox{ 
	width: 100%; 
}
.searchInput{
	width: 470px;
	height: 46px;
	border: solid 1px #dbdbdb;
	outline: none;
	float: left;
	padding-left: 5px;
    margin-top: -6px;
}
.searchBtn{
	width: 66px;
	height: 50px;
	border: 0;
	background-image: url('../img/search.png');
	cursor: pointer;
	outline: none;
	float: left;
	margin-top: -6px;
}
input::placeholder {
    color: #999;
	font-size: 17px;
}
.input::-webkit-input-placeholder {
	color: #999;
	font-size: 17px;
}
.input:-moz-placeholder {
    color: #999;
	font-size: 17px;
}
.input:-ms-input-placeholder {
     color: #999;
	font-size: 17px;
}
.searchTip1{
	margin-left: 75px;
}
.searchTip2{
	margin-left: 256px;
}
.searchTip3{
	margin-left: 435px;
}
/*菜单栏*/
.nav_box{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box1{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box2{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box3{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box4{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box5{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box6{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box7{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box8{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav_box9{
	width: 100%;
	height: 54px;
    background: #e22323;
}
.nav1{
	width: 1200px;
	height: 52px;
	margin: 0 auto;
}
/*图片新闻*/
.news{
	width: 1198px;
	height: 367px;
	margin: 0 auto;
	border: 1px solid #bebebe;
	margin-top: 20px;
}
.tab-box{
	width: 476px;
	height: 368px;
	float: right;
}
.tab-box input {
	display: none;
}
.tab-box label {
	color: #333;
	font-size: 17px;
	width: 158.6px;
	height: 43px;
	line-height: 43px;
	background-color: #f2f2f2;
	text-align: center;
	display: block;
	float: left !important;
	cursor: pointer;
}
.tab-content {
	width: 465px;
	height: 300px;
	padding: 0px 10px 10px 0px;
	margin-top: 55px;
	display: none;
	overflow: hidden;
}  
.tab-box input:nth-of-type(1):checked ~ .tab-contents .tab-content:nth-of-type(1),
.tab-box input:nth-of-type(2):checked ~ .tab-contents .tab-content:nth-of-type(2),
.tab-box input:nth-of-type(3):checked ~ .tab-contents .tab-content:nth-of-type(3),
.tab-box input:nth-of-type(4):checked ~ .tab-contents .tab-content:nth-of-type(4) {
    display: block;
}
.tab-box input:nth-of-type(1):checked ~ .tab-box-label label:nth-of-type(1),
.tab-box input:nth-of-type(2):checked ~ .tab-box-label label:nth-of-type(2),
.tab-box input:nth-of-type(3):checked ~ .tab-box-label label:nth-of-type(3),
.tab-box input:nth-of-type(4):checked ~ .tab-box-label label:nth-of-type(4) {
	color: #fff;
	background: #e22323;
}
.newTitle{
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
}
.newMes{
	font-size: 17px;
	color: #999999;
	text-indent: 2em;
	line-height: 27px;
	margin-bottom: 5px;
}
.list-group-item{
	font-size: 17px;
	color: #333;
	width: 100%;
	line-height: 45px;
	border-bottom: dotted 1px #e2e2e2;
}
.badge_rq{
	float: right;
}
.newMes a{
	color: #999999;
}
.pubNews{
	font-size: 17px;
	color: #333;
	line-height: 40px;
}
.ico{
	float: left;
	margin-top: 18px;
	margin-right: 3px;
}
.time{
	float: right;
}
.more{
	width: 50px;
	height: 20px;
	border: solid 1px #e22323;
	border-radius: 20px;
	color: #e22323;
	font-size: 17px;
	text-align: center;
	line-height: 20px;
	float: right;
	margin-top: 3px;
}
.more a{
	color: #e22323;
}

/*图片*/
.picBg{
	width: 100%;
	height: 143px;
	background-color: #f8f8f8;
	margin: 30px 0px 25px 0;
	padding-top: 20px;
}
.pic{
	width: 1202px;
	margin: 0 auto;
}
.fwImg{
	margin-right: 4px;
}
/*列表*/
.listMain{
	width: 1200px;
	margin: 0 auto;
}
.listLeft{
	width: 833px;
	height: 610px;
	float: left;
}
.login{
	width: 100%;
	height: 81px;
	margin-bottom: 20px;
}
.login_box{
	width: 25%;
	height: 100%;
	float: left;
}
.login_box img{
	float: left;
}
.login_mes{
	font-size: 20px;
	font-weight: bold;
	line-height: 81px;
	margin-left: 93px;
}
.listBox{
	width: 392px;
	height: 270px;
	overflow: hidden;
}
.listBox2{
	width: 460px;
	height: 358px;
	overflow: hidden;
}
.listTitle{
	color: #e22323;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.listMore{
	color: #666;
	font-size: 17px;
	float: right;
	margin-top: 10px;
}
.listMore a{
	color: #666;
}
.sgs{
	width: 100%;
	height: 248px;
	overflow: hidden;
}
.sgs_content{
    width: 100%;
    border-bottom: dotted 1px #e7e7e7;
    padding: 10px 5px;
}
.listfrom {
    color: #999;
    margin-top: 10px;
    vertical-align: middle;
}
.sgs_ico{
	vertical-align: middle;
	padding-bottom: 2px;
}
.listPost{
	color: #999;
	float: right;
	margin-right:10px
}
.listNews{
	font-size: 17px;
	color: #333;
	width: 100%;
	line-height: 45px;
	border-bottom: dotted 1px #e2e2e2;
}
.line{
	width: 1px;
	height: 205px;
	background-color: #e6e6e6;
	float: left;
	margin-left: 24px;
	margin-top: 55px;
}
.banner{
	width: 100%;
	height: 216px;
	margin-top: 10px;
}
.listRight{
	width: 330px;
	height: 610px;
	float: right;
}
.roster{
	width: 100%;
	height: 141px;
	border-bottom: solid 1px #e6e6e6;
}
.listImgLeft{
	margin-top: 20px;
	float: left;
}
.listImgRight{
	margin-top: 20px;
	float: right;
}
.listImg{
	margin-top: 17px;
	float: left;
}
.listName{
	width: 165px;
	font-size: 17px;
	margin: 0 15px;
	line-height: 23px;
	display: inline-block;
    vertical-align: middle;
}
.css{
	display: inline-block;
	height:100%;
	vertical-align: middle;
}
/*友情链接*/
.linkBg{
	width: 100%;
	background-color: #f8f8f8;
	padding-bottom: 20px;
}
.link{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0px;
	margin-top: 20px;
}
.linkImg{
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.linkImg2{
	margin-top: 10px;
	margin-bottom: 20px;
}

.table-content{
	display:none;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3{
	display:block;
}
#tab1:checked ~ .tab-box-label label:nth-of-type(1),
#tab2:checked ~ .tab-box-label label:nth-of-type(2),
#tab3:checked ~ .tab-box-label label:nth-of-type(3) {
	color: #fff !important;
	background-color: #e22323 !important;
}
.demo--radio{display:none}
.linkTitle{
	color: #333;
	font-size: 16px;
	font-weight: bold;
    width: 130px;
    height: 43px;
    line-height: 43px;
    background-color: #f2f2f2;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
}
.table-content{
	margin: 50px 0;
}
.table-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
 }
 .table-content li{
	float: left;
	width: 14%;
	height: 40px;
	line-height: 40px;  /* 文字垂直居中 */     
 }
 .table-content a{
	display: block;
	height: 100%;
	text-decoration: none;   
	text-align: left;      
	color: #000;
	font-size: 17px
 }
/*footer*/
.copyrightBg{
	width: 100%;
	height: 123px;
	background-color:#e22323;
}
.copyright{
	width: 1300px;
	height: 93px;
	margin: 0 auto;
	padding-top: 30px;
}
.copyright p{
	color:#FFF;
	font-size: 17px;
	text-align:center;
	line-height: 30px;
}
.copyrightImg{
	float: right;
	margin-top: -59px;
	margin-right: 80px;
}
.copyrightImg2{
	float: right;
	margin-top: -69px;
	margin-right: -110px;
}


/*内容页*/
.nrMain{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.position{
	color: #666;
	font-size: 17px;
	line-height: 40px;
}
.position span{
	color: #666;
}
.fix{
	margin: 0 5px;
}
.nr-box{
	margin-top: 10px;
}
.nr-box input {
	display: none;
}
#pagetest2 input {
	display:inline;
}
.nr-box label {
	color: #333;
	font-size: 20px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background-color: #f2f2f2;
	text-align: center;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}
.nr-box-label{
	width: 180px;
	float: left;
}
.nr-content {
	color: #333;
    font-size: 17px;
	line-height: 32px;
	width: 960px;
    padding: 5px 15px 15px 15px;
	border: 1px solid #dedede;
	float: right;
	display: none;
}  
.nr-content2 {
	color: #333;
    font-size: 17px;
	line-height: 32px;
	width: 1170px;
    padding: 5px 15px 15px 15px;
	border: 1px solid #dedede;
}  
.nr-contents {
	min-height:480px
} 
.nr-box input:nth-of-type(1):checked ~ .nr-contents .nr-content:nth-of-type(1),
.nr-box input:nth-of-type(2):checked ~ .nr-contents .nr-content:nth-of-type(2),
.nr-box input:nth-of-type(3):checked ~ .nr-contents .nr-content:nth-of-type(3),
.nr-box input:nth-of-type(4):checked ~ .nr-contents .nr-content:nth-of-type(4),
.nr-box input:nth-of-type(5):checked ~ .nr-contents .nr-content:nth-of-type(5),
.nr-box input:nth-of-type(6):checked ~ .nr-contents .nr-content:nth-of-type(6),
.nr-box input:nth-of-type(7):checked ~ .nr-contents .nr-content:nth-of-type(7),
.nr-box input:nth-of-type(8):checked ~ .nr-contents .nr-content:nth-of-type(8) {
    display: block;
}
.nr-box input:nth-of-type(1):checked ~ .nr-box-label label:nth-of-type(1),
.nr-box input:nth-of-type(2):checked ~ .nr-box-label label:nth-of-type(2),
.nr-box input:nth-of-type(3):checked ~ .nr-box-label label:nth-of-type(3),
.nr-box input:nth-of-type(4):checked ~ .nr-box-label label:nth-of-type(4),
.nr-box input:nth-of-type(5):checked ~ .nr-box-label label:nth-of-type(5),
.nr-box input:nth-of-type(6):checked ~ .nr-box-label label:nth-of-type(6),
.nr-box input:nth-of-type(7):checked ~ .nr-box-label label:nth-of-type(7),
.nr-box input:nth-of-type(8):checked ~ .nr-box-label label:nth-of-type(8){
	color: #fff;
	background: #e22323;
}

/*详情*/
.detailBox{
	width: 1140px;
    padding: 20px 30px;
    border: 1px solid #dedede;
    background: #fff;
    color: #333;
    font-size: 17px;
	line-height: 32px;
	margin-top: 10px;
}
.detailBox h2{
	width: 100%;
    text-align: center;
    margin-bottom: 16px;
    font-size: 22px;
    text-shadow: none;
    color: #333;
}
.newstip {
    text-align: center;
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.detailBox p{
	text-indent: 2rem;
} 
.xyml_t {
    border-color: #DBDBDB #DBDBDB #DBDBDB #DBDBDB;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
	margin-top: 10px;
}
.xyml_dtd {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(51, 51, 51);
    background-color: rgb(249, 249, 251);
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    letter-spacing: 0px;
    text-align: center;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    vertical-align: middle;
    height: 41px;
    border-color: rgb(219, 219, 219);
    border-style: solid;
}
.xyml_ttd {
    font-size: 16px;
    border-color: white #DBDBDB #DBDBDB white;
    line-height: 28px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}
.cxwhimg{
	width: 125px;
	height: 150px;
}
a.download {
    float: right;
    width: 145px;
    height: 36px;
    border: 1px solid #e22323;
    line-height: 36px;
    /* background: url(../images/downloadicon.png) #e22323 8px center no-repeat; */
    background: url(../img/downloadicon-hover.png) #e22323 8px center no-repeat;
    padding-left: 25px;
    font-size: 17px;
    color: #fff;
    margin-top: -44px;
    border-radius: 2px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.cxicon {
	vertical-align: top;
    background: #fff;
    border: 1px solid #6cab08;
    color: #6cab08;
	font-size: 17px;
    padding: 2px 10px;
    border-radius: 2px;
	height: 24px;
	margin-right: 15px;
	margin-left: 15px;
    margin-top: 5px;
}
.syicon {
	vertical-align: top;
    background: #fff;
    border: 1px solid #e22323;
    color: #e22323;
	font-size: 17px;
    padding: 2px 10px;
    border-radius: 2px;
	height: 24px;
    margin-top: 5px;
}
.xyicon {
	vertical-align: top;
    background: #fff;
    border: 1px solid #333;
    color: #333;
	font-size: 17px;
    padding: 2px 10px;
    border-radius: 2px;
	height: 24px;
    margin-top: 5px;
}
.d_xx {
	BORDER-RIGHT: 0px solid #DADADA;
	BORDER-TOP: 0px solid #DADADA;
	BORDER-LEFT: 1px solid #DADADA;
	BORDER-BOTTOM: 1px solid #DADADA;
	position: relative;
	padding-top: 59px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.d_xx2 {
	BORDER-RIGHT: 0px solid #DADADA;
	BORDER-TOP: 0px solid #DADADA;
	BORDER-LEFT: 0px solid #DADADA;
	BORDER-BOTTOM: 1px solid #DADADA;
}
.d_xxo2 {
	BORDER-RIGHT: 0px solid #DADADA;
	BORDER-TOP: 0px solid #DADADA;
	BORDER-LEFT: 0px solid #DADADA;
	BORDER-BOTTOM: 2px solid #ff2522;
	font-weight: bold;
    font-size: 16px;
    color: #ff2522;
	text-align: center;
}
.d_xxo {
	position: relative;
	padding-top: 59px;
    font-size: 16px;
    color: #fff;
	text-align: center;
	cursor: pointer;
}
.em{
    position: absolute;
    right: 17px;
    top: 8px;
    font-size: 17px;
}	
.d_xxo:nth-of-type(1){
	background: url(../img/tabtitleicon_new_hover1.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(2){
	background: url(../img/tabtitleicon_new_hover2.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(3){
	background: url(../img/tabtitleicon_new_hover3.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(4){
	background: url(../img/tabtitleicon_new_hover4.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(5){
	background: url(../img/tabtitleicon_new_hover5.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(6){
	background: url(../img/tabtitleicon_new_hover6.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(7){
	background: url(../img/tabtitleicon_new_hover7.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(8){
	background: url(../img/tabtitleicon_new_hover8.png) #e22323 center 20px no-repeat;
}
.d_xxo:nth-of-type(9){
	background: url(../img/tabtitleicon_new_hover9.png) #e22323 center 20px no-repeat;
}
.d_xx:nth-of-type(1){
	background: url(../img/tabtitleicon_new_1.png) center 20px no-repeat;
}
.d_xx:nth-of-type(2){
	background: url(../img/tabtitleicon_new_2.png) center 20px no-repeat;
}
.d_xx:nth-of-type(3){
	background: url(../img/tabtitleicon_new_3.png) center 20px no-repeat;
}
.d_xx:nth-of-type(4){
	background: url(../img/tabtitleicon_new_4.png) center 20px no-repeat;
}
.d_xx:nth-of-type(5){
	background: url(../img/tabtitleicon_new_5.png) center 20px no-repeat;
}
.d_xx:nth-of-type(6){
	background: url(../img/tabtitleicon_new_6.png) center 20px no-repeat;
}
.d_xx:nth-of-type(7){
	background: url(../img/tabtitleicon_new_7.png) center 20px no-repeat;
}
.d_xx:nth-of-type(8){
	background: url(../img/tabtitleicon_new_8.png) center 20px no-repeat;
}
.d_xx:nth-of-type(9){
	background: url(../img/tabtitleicon_new_9.png) center 20px no-repeat;
}

.mn ul {
    margin-bottom: 20px;
    overflow: hidden;
}
.mn ul li {
    float: left;
    width: 23%;
    height: 175px;
    padding: 0 10px;
    margin-top: 20px;
}
.mn ul li a img {
    width: 100%;
    height: 175px;
    float: left;
}
.mn  ul li span {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50000000', EndColorStr='#50000000');
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: -40px;
}
.searchBtn2 {
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border: 0;
    background: #dc2826;
    color: #fff;
    border-radius: 2px;
    margin: 0px auto 10px;
}
.listhead {
	font-weight: bold;
}
.nr_head{
	width: 100%;
	height: 282px;
	background: url(../img/bj.jpg) no-repeat center; 
	
}
.nr_logo{
	margin-top: 75px;
	
}
.nr_search{
	
	width: 550px;
	float: right;
	margin-top: -90px;
	margin-right: 15px;
}

/*信易贷*/
.xyd-box{
	width: 100%;
	color: #333;
    font-size: 17px;
    line-height: 32px;
    padding: 5px 0 15px 0;
	//border: 1px solid #dedede;
	margin-top: 10px;
}
.xydTable{
	width: 100%;
	text-align: center;
	border-collapse: collapse; 
}
.xydTable thead{
    background-color: #DC2826;
    color: #FFF;
}
.xydTable tr td{
	height: 45px;
        line-height: 16px;
	border: solid  1px #dadada;
}
.xydTable tr th{
	height: 45px;
	border: solid  1px #dadada;
}
.xydTable tbody tr:nth-of-type(1){
        font-weight:bold
}
/**1216**/

.nr{
	width: 100%;
	height: 100%;
	background: url('/img/121600.png') no-repeat center; 
	
}

.nrlogo{
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top:100px;
}

.nrs{
	width: 770px;
	height: 100px;
	text-align: center;
	padding-top:100px;
	margin:0 auto;
}

.nrn{
	width: 770px;
	height: 100px;
	text-align: center;
	padding-top:100px;
	margin:0 auto;border:1px #ff0000 solid;
}

.nrr{
	width: 1200px;
	height: 53px;
	text-align: center;
	background-color:#de3128;
	margin:0 auto;position: fixed;bottom: 150px;
    left: 0px;
    right: 0px;
    margin-left:auto;
    margin-right:auto;
}

.nrb{
	width: 100%;
	height: 136px;
	text-align: center;
	background-color:#000;
	margin:0 auto;opacity:0.4;position: fixed;bottom: 0;
}
.searchBtn3{
	width: 66px;
	height: 50px;
	border: 0;
	background-image: url('/img/search.png');
	cursor: pointer;
	outline: none;
	float: left;
	margin-top: -6px;
}
.searchInput2{
	width: 689px;
	height: 46px;
	border: solid 1px #dbdbdb;
	outline: none;
	float: left;
	padding-left: 5px;
    margin-top: -6px;
}
.copyrights1{
	width: 100%;
	margin: 0 auto;position: fixed;bottom: 20px;z-index:999;
}
.copyrights1 p{
	color:#FFF;
	font-size: 17px;
	text-align:center;
	line-height: 30px;
}
.copyrights1Img{
	float: right;
	margin-top: -59px;
	margin-right: 80px;
}
.copyrights1Img2{
	float: right;
	margin-top: -59px;
	margin-right: -110px;
}

.sy01 td{
	line-height: 35px;color:#fff;
}

.sy01 a{
	line-height: 35px;color:#fff;
}

.nav1 LI A:hover {
  BACKGROUND-COLOR: #ffa3a1; 
  TEXT-DECORATION: none;
}
.menu { padding:0; margin:0; list-style-type:none;}

.menu li { background:#e22323; margin-right:0px;border-right:1px solid #ff8888; float:left; color:#fff; }

.menu li a { display:block; width:113px; text-align:center; height:52px; line-height:52px; color:#fff; font-size:20px; text-decoration:none;}

.menu li a:hover { display:block; width:113px; text-align:center; height:52px; line-height:52px; background:#fff;  color:black;font-size:20px; text-decoration:none;}


.menulih a { width:113px; text-align:center; height:52px; line-height:52px; background:#fff;  color:black !important;font-size:20px; text-decoration:none; }
 

.cur{ background:#fff;  color:black !important;}


.choose{ background:#fff;  color:black !important;}


.i_1  {  width:113px; text-align:center; height:51px; line-height:51px; color:#fff; font-size:20px; text-decoration:none;border-right:1px solid #ff8888;background:#e22323;cursor: pointer; }
.i_1 a{ line-height:51px; color:#fff; font-size:20px !important; text-decoration:none;}
.i_1o { width:113px; text-align:center; height:51px; line-height:51px; background:#fff;  color:black !important;font-size:20px; text-decoration:none; cursor: pointer; }
.i_11  {  background:#e22323;}

#slide_box {
	width: 300px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #717171;
	background-color: #e8e8e8;
	border: none;
	margin-bottom: 20px;
                position: relative;
}

#slide_xbox {
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	background: #35b34a;
}

#slide_btn {
	cursor: pointer;
	width: 50px;
	height: 40px;
	float: right;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	-moz-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
	color: #ff9e77;
	background:#fff;
	background-size: 100% 100%;
	
}
#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #787878;
    line-height: 38px;
    text-align: center;
}
#slide_btn > .iconfont {
	font-size: 20px;
}