
/*============hean导航  start==================*/
.head-bgs{ height: 30px; background: #a39ab1;}
.top-centents{ width: 1000px; margin: 0 auto; overflow: hidden; color: #FFFFFF; line-height: 30px;}
.top-centents p{float: left; font-size:14px;}
.top-centents ul{ height: 30px; float: right;}
.top-centents ul li{float: left; height:30px; line-height:30px;}
.top-centents ul li a{color: #FFFFFF; font-size:14px;display:block; float:left;}
.top-centents i{ float:left; margin: 0 10px;display:block;}
/*=====================导航===========================*/




.nav_bg{ height:70px; background:#FFF;}
.nav-content{width: 1150px; height: 70px; margin: 0 auto;}
.logo_bbs{float: left; margin-top: 10px;}
.nav-bar{float: right; height: 70px;}
.nav-bar li{float: right; height: 70px; position: relative; z-index: 99; margin-left: 10px;}
.nav-bar li a{display: block; width: 90px; height: 32px; line-height: 32px; text-align: center; margin-top: 18px; color:#666; font-size:16px;}
.nav-bar li a.ative{background: url("../xinimages/nav_bar_bg.png") no-repeat; color:#FFF;}
.nav-bar li a:hover{background: url("../xinimages/nav_bar_bg.png") no-repeat; color:#FFF;}
.icon_a{background: url("../xinimages/sanj.png") no-repeat; width: 8px; height: 8px; display: inline-block; vertical-align: middle;}
.over-anmat{
    animation: 0.5s forwards overAnmat;
    -webkit-animation: 0.5s forwards overAnmat;
    -moz-animation: 0.5s forwards overAnmat;
    -o-animation: 0.5s forwards overAnmat;
}
.out-anmat{
    animation: 0.5s forwards outAnmat;
    -webkit-animation: 0.5s forwards outAnmat;
    -moz-animation: 0.5s forwards outAnmat;
    -o-animation: 0.5s forwards outAnmat;
}
/*.nav-bar li.inner:hover dl{display: block;}*/
.show-second-nav{position: absolute; display: none; font-size:0; text-align:center; left: 0; top: 61px; z-index: 99; width: 100%;}
.show-icon{background: url("../xinimages/oic2.png") no-repeat scroll center top; width: 11px; height: 9px; display: inline-block;}
.nav-bar li dl{ width:90px;background:url("../xinimages/nav-bg.png") repeat;}
.nav-bar li dl dd a{margin: 0; padding: 5px 0; height: 30px; font-size: 14px; line-height: 30px; text-align: center; color: #fff; background: none !important;}
.nav-bar li dl dd a:hover{background: #410b0b!important; border-radius: 0;}

@keyframes overAnmat{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100%{
        transform:rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
    }
}

@-webkit-keyframes overAnmat {
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100%{
        transform:rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
    }
}


@keyframes outAnmat{
    0%{
        transform:rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
    }
    100%{
        transform:rotate(0deg);
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes outAnmat {
    0%{
        transform:rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
    }
    100%{
        transform:rotate(0deg);
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}
/*------------------head_nav over------------------------*/


/*=======================================================*/

.login-main{width: 1000px; height: inherit; margin: 0 auto; position: relative; top:-400px; z-index: 2;}
.registered{ width: 650px; height: 420px; position: relative; left: 290px; top: 0px; background: #000000; z-index:1000;}
.login-bg{ width: 342px; height: 353px; position: absolute; top: 25px; left: 650px;background: rgba(0,0,0,0.4) !important;}
.login-centent{ height: 353px; overflow: hidden; background: rgba(0,0,0,0.4) !important;
			 filter:Alpha(opacity=45); background:#000;
	   		position: relative;
	   		 *+background: url(../xinimages/ie7-bg.png) repeat-x;
	   		*+filter:Alpha(opacity=100);
	   		}
.login-font{ font-size: 25px; color: #FFFFFF; margin: 18px 0 0 30px;  position:relative; }
.usname,.password{ width: 295px; background: #FFFFFF; overflow: hidden; margin: 20px 0 0 30px; position:relative;}
.usname span,.password span{ width: 50px; height: 45px; background: url(../xinimages/usname.png) no-repeat 50% 50% #ababab; display:block; float: left;}
.usname input,.password input{ width: 240px; height: 45px;  border: none; padding-left: 5px; font-family: "微软雅黑"; color: #525252; font-size: 16px; line-height: 45px\9; *+width: 240px; *+height: 43px;  *+line-height: 43px;  *+border: 0;}
.usname input:focus,.password input:focus,.validation input:focus{background: #d7d0e2; -moz-box-shadow:1px 2px 2px #4f3400 inset;            
-webkit-box-shadow:1px 2px 2px #4f3400 inset; box-shadow:1px 2px 2px #4f3400 inset;    }

.password span{background: url(../xinimages/passwords.png) no-repeat 50% 50% #ababab;}
.validation{margin: 20px 0 0 30px; position:relative;}
.validation input{ width: 175px; height: 45px; line-height: 45px\9; border: none; padding-left: 5px; font-family: "微软雅黑"; font-size: 16px;}
.submit input{ width: 280px; height: 50px; border: 0; background: #fdfa02; position:relative; font-size: 25px; font-family: "微软雅黑"; color: #3f3f3f; margin: 20px 0 0 30px; cursor: pointer;border-radius: 3px; }


.btn-login{
    background: url("../images/btn.png") no-repeat;  display: block; height: 34px;   width: 194px;cursor: pointer;}

/*===================================================*/


.Investment-data-bg{ height: 82px; background: #614393; overflow: hidden;}
.Investment-data{width: 1000px; margin: 12px auto 0; overflow: hidden;}
.Investment-data p{ width: 130px; float: left;  margin-left: 205px; font-size: 20px; color: #FFFFFF; text-align: center;}
.Investment-data p:first-child{margin-left: 100px;}
.Investment-data span{display: block;}







.mainz{ width: 1000px; margin: 0 auto; overflow: hidden;}
.main-cententz{ width:23%; margin: 25px 0 0 15px; float: left;}
.main-cententz p:before{ content: url(../xinimages/img1.png); vertical-align: middle; margin-right: 15px;}
.main-cententz p{ font-size: 22px; color: #310b72; margin-bottom: 10px;}
.main-cententz .qweriu{ line-height: 27px; padding:0 5px;}


.investment{ width: 1000px; margin: 30px auto 0; overflow: hidden;}
.title_l{overflow: hidden; margin-bottom: 8px; }
.title_l p{ font-size: 25px; color: #4800c2; font-family: "方正兰亭粗黑简体"; float: left; margin-left: 13px;}
.title_l a{float: right; line-height: 25px;}
.bg-line{display: block; width: 1000px; background: #bbb5c4; height: 2px; float: left; margin: 8px 0 0 0;}
.bg-line2{display: block; width: 1000px; background: #bbb5c4; height: 2px; float: left; margin: 9px 0 0 0;}
.tttt{ position: relative; bottom: -20px; left: -113px;}

.traders-left{ width: 645px; height: 310px; border: 1px solid #eaeaea;float: left;
 -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
 position:relative\9; z-index: 2\9; background: #FFFFFF\9;   behavior: url(ie-css3.htc);
  }
.traders-left ul{ height: 45px; line-height: 45px; *+height: 44px; *+line-height: 44px; overflow: hidden; border-bottom: 1px solid #eaeaea;}
.traders-left ul:first-child{ height: 40px; border-bottom: 1px solid #8973b0; line-height: 40px;}
.traders-left ul li{ width: 108px; float: left; font-size: 16px; margin-left: 20px;}
.traders-left ul li span{color: #482f7e;}

.traders-right{width: 330px; height: 310px; border: 1px solid #eaeaea; float: right;
-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
 position:relative\9; z-index: 2\9; #FFFFFF\9  behavior: url(ie-css3.htc);
}
.traders-right p{ font-size: 20px; padding: 4px 0 7px 15px; border-bottom: 1px solid #8973b0;}
#traders_right_one{  overflow: hidden; position: relative; top: 0; }
#move{height: 270px; overflow: hidden; position: relative; float: left;}
#traders_right_one ul{ overflow: hidden; padding: 0 10px; position: relative;}
#traders_right_one ul li{height: 40px; line-height: 40px; text-align: center;}
#traders_right_one ul li font{display: inline-block; width: 150px;}

.investment-mian{ width:998px ;  border: 1px solid #eaeaea; background:#fff; }
.investment-mian > ol{ height: 45px; line-height: 45px; overflow: hidden; border-bottom: 1px solid #8973b0;}
.investment-mian > ol li,.investment-mian > ul li{width: 90px; float: left; font-size: 16px; margin-left: 20px;}
.investment-mian > ol li:first-child,.investment-mian > ul li:first-child{width: 200px; float: left;}
.investment-mian > ol li:last-child{margin-left: 65px;}
.investment-mian > ul{height: 50px; line-height: 50px; *+height: 49px; *+line-height: 49px; position: relative; overflow: hidden; border-bottom: 1px solid #eaeaea;}
.jindu{ position:absolute ; top: 0; right: 25px;}
.jindu p{ width: 177px; height: 15px; background: #ddd; float: left; margin: 18px 6px 0 0;
					-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
					
}
.jindu span{ float: left; width:32px; font-size:12px;}
.jindu i{ width: 77px; height: 30px; background: #5416bf; margin:11px 0 0 30px; display:block; float: left;
						color: #FFFFFF; line-height: 30px; text-align: center; cursor: pointer;
						-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
						
}	
.jindu i a{color:#fff; font-size:12px;}
.news-left{ width: 492px;  border: 1px solid #eaeaea; float: left; margin-top: 25px; padding-bottom:10px; background:#fff;}
.news-left p{ font-size: 25px; color: #353333; padding: 9px 0 9px 25px; border-bottom: 1px solid #eaeaea; }
.news-left p span{display: inline-block; margin-left: 235px; *+margin-left: 235px; font-size: 16px; line-height: 35px; margin-right: 5px;}
.news-left p i img{margin-right: 15px;}

.news-left > ul { float: left;}
.news-left > ul li{ float: left;width: 460px; font-size: 14px; line-height: 30px;position: relative;}
.news-left > ul li span{ position: absolute;right: 0px;top: 2px;color: #666;font-size: 14px;}
.news-left > ul li img{margin: 0 6px 1px 20px;}
.news-right{float: right;}


.cooperationzz{ width: 1000px; margin: 30px auto 0; overflow: hidden;}



.layoutzz{border: 1px solid #eaeaea; background:#fff;}
.layoutzz > ul{}
.layoutzz > ul li{float: left;width:145px;height:50px; margin: 10px 10px;}
.layoutzz > ul li img { width:145px; height:50px;}

/*=====================footer======================*/
.afooter-bg{ background: #310B72; padding-top:5px ; box-sizing: border-box; margin-top:20px;overflow: hidden;}
.afooter{ width: 1000px; margin: 35px auto 0; }
.afooter ul{float: left; margin:0 30px 0 50px; color: #FFFFFF;}
.afooter ul p{ font-family: "方正兰亭粗黑简体"; font-size: 23px; margin-bottom: 10px; color: #FFFFFF; line-height:30px;}
.afooter ul li{font-size: 16px; line-height: 25px;  color: #FFFFFF;}
.afooter ul li a{ color: #FFFFFF;}

.afooter-font{ width:100%; font-family: "汉仪菱心体简"; font-size: 45px; color: #FFFFFF; float:left;}
.afooter-font2{ width:100%; font-family: impact; font-size: 28px; color: #FFFFFF;float:left;}
.afooter-font3{ width:100%; color: #FFFFFF; float:left;}

.acopyright{ overflow: hidden;margin-top: 11px; float:left;  width: 1000px; border-top: 1px solid #eaeaea; float: left; text-align: center; }
.acopyright p {font-size:12px; margin-bottom: 37px; color: #FFFFFF;padding-top: 14px;}


