 /*公共样式，主文字80%的58595b*/
*{padding:0;margin:0}
*:before,*:after{display: block;}
html,body,div,p,span,strong,section,h1,h2,h3,h4,h5,h6,hr,a,i,b,em,input,canvas,ul,li,dl,dd,dt,img,iframe,label,table,th,tr,td,select,sup,sub,pre,video,source,textarea{padding:0px; margin: 0px; font-size: 12px; font-weight: normal; font-family:"Microsoft Yahei","sans-serif","PingFangSC-Regular"; color: rgba(0,0,0,1); list-style: none; font-style: normal; line-height: 1.5; border: 0px;}
input,button,select,textarea{-webkit-appearance:none;outline:none}textarea{resize:none}
html,body{width: 100%; min-height: 100%; background: #f5f5f5;}
 a,button{text-decoration: none; cursor: pointer; border: none;text-decoration:none;}
 *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 a:hover{text-decoration: none}

pre{background-color:  rgba(255,255,255,0);}
/* a:link {color: inherit;}		未访问的链接
a:visited {color: inherit;}	已访问的链接
a:hover {color: inherit;}	鼠标移动到链接上
a:active {color: inherit;}	选定的链接
 */

/* 字体设置*/
 @font-face {
     font-family: 'DIN-Bold';
     src: url(../fonts/DIN-Bold.otf);
     src: url(../fonts/DIN-Bold.otf?#iefix)
 }

 /*动画*/
 @keyframes myfirst
 {
	 0%   {transform: rotateY(0deg);}
	 25%  {transform: rotateY(72deg);}
	 50%  {transform: rotateY(144deg);}
	 75%  {transform: rotateY(216deg);}
	 100% {transform: rotateY(288deg);}
 }

 @-moz-keyframes myfirst /* Firefox */
 {
	 0%   {transform: rotateY(0deg);}
	 25%  {transform: rotateY(72deg);}
	 50%  {transform: rotateY(144deg);}
	 75%  {transform: rotateY(216deg);}
	 100% {transform: rotateY(288deg);}
 }

 @-webkit-keyframes myfirst /* Safari and Chrome */
 {
	 0%   {transform: rotateY(0deg);}
	 25%  {transform: rotateY(72deg);}
	 50%  {transform: rotateY(144deg);}
	 75%  {transform: rotateY(216deg);}
	 100% {transform: rotateY(288deg);}
 }

 @-o-keyframes myfirst /* Opera */
 {
	 0%   {transform: rotateY(0deg);}
	 25%  {transform: rotateY(72deg);}
	 50%  {transform: rotateY(144deg);}
	 75%  {transform: rotateY(216deg);}
	 100% {transform: rotateY(288deg);}
 }
/*.originfont{color: #f0624f}*/
/*.originbtn{background: #f0624f;}*/
.bluefont{color: #308fff}
.bluebtn{background: #06b4e9;}
.container{width: 1200px; height: auto; margin: 0 auto;}
.container:before, .container:after{display: block; clear: both; content: ''}
.clearfix{}
.clearfix:after{visibility: hidden; display: block; content: ''; clear:both; height: 0; font-size: 0;}
.icorightj{width: 9px; height: 12px; background: url(../images/icorightj.png) center no-repeat;}

.ibyellowbtn{
	background: #e6c876!important;
	font-size: 24px;
	padding: 8px 20px;
	border-radius: 8px;
}

#header{display: block; width: 100%; height: 36px; background: rgb(57,57,69);}
.fixednav{position:fixed;top:0px;left:0px;width:100%; z-index: 999999;}
#foot{
	display: block; width: 100%;padding-top: 25px;
	padding-bottom: 28px;
    background: #312e2e;
	/*background: #080808 url('../images/ibbigbg3.png') no-repeat fixed center;*/
	background-size: 1921px 400px;
	background-position: 100% 80%;
}
 #foot a:hover{
	 color: #fff!important;
 }
.ssyfootrow{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
}
/*公共样式部分*/
.phide{
	display: none!important;
}
#header .container{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.containerleft{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	height: 36px;
}
.ico_phone{
	display: inline-flex;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	background: url(../images/ico05.png) center no-repeat;
}
.ico_phone_text{
	display: inline-flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #f9ffa0;
}
.ico_phone_text b{
	font-size: 22px;
	color: #f9ffa0;
	font-style: italic;
}
.containerright{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	height: 36px;
	margin-right: 10px;
}
.register,.login{
	font-size: 14px;
	color: #fff;
	padding: 4px 7px;
	border-radius: 3px;
	margin-right: 43px
}
.login{
	margin: 0px;
}
.gryfont{
	font-size: 14px;
	color: #bbbbbb;
	font-weight: bold;
	margin-left: 56px;
	position: relative;
}
#apps:hover .fuceng{
	display: block;
}
#gongzh:hover .fuceng{
	display: block;
}
.fuceng{
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 160px;
	height: auto;
	padding: 14px 20px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #ddd;
	background: #fff;
	z-index: 9;
}
.fuceng img{
	width: 100%;
	height: auto;
	margin-bottom:  10px;
}
#foot .container{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: auto;
	margin: 0 auto;
    padding: 0px;
}
.footer01{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 33.3%;
	height: 172px;
}
 .footer01 .navlogo{
     margin-bottom: 20px;
 }
 .footer01 .ssyfootp{
     font-size: 14px;
     line-height: 1.8em;
     color: #7c6f6f;
 }
 .ssyfootphone{
     font-size: 30px;
     color: #7c6f6f;
     line-height: 1.2em;
     margin-bottom: 18px;
     font-family: DIN-Bold;
 }
.footertext{
	width: 513px;
	height: 172px;
	border-right: 1px solid #585858
}
.footertext p{
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 30px;
}
.footertext p a{
	display: inline-flex;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 36px;
	margin-bottom: 18px
}
.footererweima{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 370px;
	height: auto;
	border-right: 1px solid #585858
}
.erweima{
	width: 110px;
	height: auto;
}
.erweima:first-child{
	margin-right: 48px;
}
.erweima img{
	display: block;
	width: 110px;
	height: 110px;
	background: #fff;
	margin-bottom: 14px;
}
.erweima span{
	display: inline-flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 14px;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 10px;
}
.footerphone{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1;
	padding-left: 58px;
}
.footerphone h2{
	font-size: 30px;
	font-weight: bold;
	color: #e6c876;
	margin-bottom: 26px;
}
.footerphone p{
	font-size: 14px;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.footer02{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: flex-start;
	width: 33.3%;
	height: auto;
    margin-top: 20px;
}
.ssyfootdiv{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 22px;
}
.ssyfootdiv h4{
    font-size: 18px;
    line-height: 1.2em;
    color: #fff
}
.ssyfootdiv span{
    font-size: 14px;
    color: #7c6f6f;
    margin-top: 24px;
}
 .ssyfootdiv span a{
	 font-size: 14px!important;;
	 color: #7c6f6f!important;
 }
.footer02 img{
	display: inline-flex;
	margin-right: 50px;
	transition: transform 1s;
}
.footer02 img:hover{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateX(180deg);	/* Firefox */
}
.footer03{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-end;
	width: 33.3%;
	height: auto;
}
.footer03-con{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 254px;
    height: auto;
}
 .footer03-con h2{
     font-size: 18px;
     color: #7c6f6f;
     margin-bottom: 26px;
 }
 .footer03-con-row{
     display: flex;
     flex-flow: row;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     height: auto;
 }
.ssyfootcolumn{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}
.ssyfootcolumn img{
    width: 80px;
    height: 80px;
    margin-bottom: 26px;
}
.ssyfootcolumn span{
    font-size: 14px;
    color: #7c6f6f;
}
.footer03 label{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
	width: 86px;
	height: auto;
	font-size: 14px;
	color: #fff;
}
.ssyfootlinks{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 136px;
    border-top: 1px solid #7c6f6f;
    background: #312e2e;
}
 .ssyfootlinks a:hover{
	 color: #fff!important;
 }
 .ssyfootlinks .container{
     display: flex;
     flex-flow: column;
     justify-content: center;
     align-items: center;
     width: 1200px;
     height: 136px;
	 margin: 0px;
     padding: 0px;
     padding-top: 30px;
     padding-bottom: 14px;
}
 .ssyfootlinks-row{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
     width: 100%;
 }
 .ssyfootlinks-row a{
     margin: 0 25px;
 }
 .ssyfootlinks-row2{
     margin-top: 28px;
 }
 .ssyfootlinks-row2 a, .ssyfootlinks-row2 span{
     font-size: 14px;
     color: #7c6f6f;
     margin: 0 25px;
 }
.ssyfootcopyright{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #221a1a;
}
.ssyfootcopyright .container{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 64px;
	margin: 0px;
    padding: 0px;
}
.ssyfootcopyright p{
    font-size: 18px;
    color: #7c6f6f;
}
.linea{
	flex:1;
}
.linea a{
	display: inline-flex;
	font-size: 14px;
	color: #fff;
	margin-left: 25px;
	margin-bottom: 13px;
}
/*头部导航*/
#topnav{
	display:block;
	width: 100%;
	height: 66px;
	background: #1e1919;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
}
#topnav .container{display: flex; flex-flow: row; justify-content: space-around; width: 1200px; height: 66px; margin: 0 auto; padding: 0px;}
.navlogo{width: 170px; height: 48px; margin-top: 8px;}
.navdiv{display:flex; flex: 1; flex-flow: row; justify-content: flex-start; align-items: center; position: relative;padding-left: 120px;}
.navul{display: flex; flex-flow: row; justify-content: flex-start; align-items: flex-start; width: auto; height: 66px; margin:0px; padding: 0px;}
.navul li{width: auto;  font-size: 14px; margin: 0px; padding: 24px 22px 14px 22px; text-align: center; position: relative; color: #fff;}
.navul li:last-child{margin-right: 0px;}
 .navul li a{display: flex; flex-flow:  column; justify-content: center; align-items: center; font-size: inherit; color: inherit; text-decoration: none; text-align: center}
 .navul li a span{font-size: inherit; color: inherit; text-decoration: none;  margin-bottom: 6px;}
 .navul li:hover a span{font-size: inherit; color: #ff1425; text-decoration: none;  margin-bottom: 6px;}
 .navul li .ssynavicon{display: block; width: 16px; height: 4px; background: rgba(255,255,255,0); border-radius:2px; transition: all 1s;}
 .navul li:hover .ssynavicon{background-image: linear-gradient(to right, #ff8a00,#ff1425); display: flex!important;}
 .navul li.navselect .ssynavicon{background-image: linear-gradient(to right, #ff8a00,#ff1425); display: flex!important;}
 .navul li.navselect a span{ color: #ff1425; display: flex!important;}
.navul li.lied{ height: auto; position: relative; z-index: 30}
.navul li.lied a{display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative; margin: 0px;}
.navul li.lied a:hover{color: #fff; text-decoration: none;}
 .navul li.lied i{display: none;}
 .navul li.lied:hover i{display: flex;}
.navul li.lied > ul{margin: 0px; float: left; position: absolute; top: 80px; left: -20px; z-index: 99; display: flex; flex-flow: column; justify-content: flex-start; align-items: center; width: 110px; height: 143px; padding: 12px 0px; background: #fff;  border: 1px solid #f0624f; border-top: 0px; border-radius: 8px; box-sizing: border-box;}
.navul li.lied:hover > ul{display: flex!important;}
.navul li.lied > ul li{width: 100%;height: 22px;font-size: 14px; line-height: 22px; margin:0px; padding:0px; border: 0px; margin-bottom: 11px; color: #1d1d1d}
.navul li.lied > ul li:hover{background: #e7e7e7; color: #1d1d1d}
.navul li.lied > ul li:hover a{ color: #1d1d1d}

.ibnavcon{
	position: fixed; top: 80px; left: 0px;  z-index: 99;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: rgba(0,0,0,.5);
	display: none;
}
.navul li.iblied{ height: auto; position: relative; z-index: 30}
.navul li.iblied a{display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100%; height: 30px; position: relative; margin: 0px;}
/*.navul li.iblied a:hover{color: #fff; text-decoration: none;}*/
/*.navul li.iblied i{display: none;}*/
.navul li.iblied:hover .ibnavcon{display: flex;}
.navul li.iblied  ul{margin: 0px; display: flex!important; flex-flow: row; justify-content: flex-start; align-items: center; width: 1000px; height: 60px; box-sizing: border-box; margin: 0 auto}
.navul li.iblied  ul li{float: left; display: flex; flex-flow: column; justify-content: center; align-items: center; width: 50%;height: 60px;font-size: 14px; line-height: 60px; margin:0px; padding:0px; border: 0px; margin-top: 4px; color: #fff}
.navul li.iblied  ul li a{height: 54px;font-size: 20px; color: #fff;}
.navul li.iblied  ul li a:hover{color: #e6c876!important;}
.navul li.iblied  ul li:hover i{display: inline-flex; width: 30px; height: 2px; background: #e6c876;}
/*.navul li.iblied  ul li:hover{color: #e6c876,border-bottom: 2px solid #e6c876}*/

/*.navul li:hover .ssynavicon{background: #fff}*/
.ssytopphones{
    color: #fff;display:flex; flex: 1; flex-flow: row; justify-content: flex-end; align-items: center; text-align: right; margin-right: 40px; font-size: 14px; font-family: DIN-Bold
}

.iblogin{
	display: flex;
	flex-flow: row;
	justify-content:center;
	align-items:center;
	width: 110px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	color: #fff!important;
	background-image: linear-gradient(to right, #ff8900,#ff5112, #ff1525);
	border-radius: 20px;
}
 /*.navul li.lied:hover>a{border:1px solid #f0624f; border-bottom: 1px solid #d2d2d2; border-top-left-radius: 8px; border-top-right-radius: 8px; box-sizing: border-box;}*/
 /*.navul li.lied a{display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative; z-index: 99999;}*/
 /*.navul li.lied:hover i{display: flex; width: 11px; height: 7px; position: absolute; right: 5px; top: 14px; background: url(../images/icotop.png) center no-repeat; margin-left: 4px;}*/
 /*.navul li.lied:hover ul{position: absolute; top: 36px; left: -1px; z-index: 99999; display: flex; flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; height: auto; background: #fff; border: 1px solid #f0624f; border-top: 0px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}*/
 
   

/*美化单选框*/
.labelp {font-size:12px;cursor:pointer;}  
.labelp i {font-size:12px;font-style:normal;display:inline-block;width:12px;height:12px;text-align:center;line-height:12px;color:#fff;vertical-align:middle;margin:-2px 2px 1px 0px;border:#8646f1 1px solid; border-radius: 2px;}  
input[type="checkbox"],input[type="radio"] {display:none;}  
input[type="radio"] + i {border-radius:7px;}  
input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#8646f1; }  
input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}  
input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;} 

/*翻页*/
.pages{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	max-width: 350px;
	height: 22px;
	margin: 0 auto;
	margin-top: 80px;
}
.pages a{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: rgba(204,204,204,.6); 
	color: #838282;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.pages a:hover{
	background: rgba(204,204,204,1); 
}
.pre{
	margin-right: 20px;
}
.next{
	margin-left: 20px;
}
.pages ul{
	display: flex;
	width: auto;
	height: 22px;
}
.pagesnum{
	/*min-width: 22px;*/
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	background: rgba(204,204,204,.6);
	color: #838282;
	margin-right: 4px;
	padding: 0 10px;
	cursor: pointer;
}
.pagesnum:hover{
	background: rgba(204,204,204,1); 
}
.pageinp{
	width: 80px;
	background: none;
	border: none;
	line-height: 22px;
}
.thispage{
	background: rgba(232,73,55,.6);
	color: #fff;
}
.thispage:hover{
	background: rgba(232,73,55,1);
}
.blodborder{
	border: 2px solid #f0624f;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}

/*策略操盘*/
.clearfix{}
	.clearfix:after{visibility: hidden; display: block; content: ''; clear:both; height: 0; font-size: 0;}
		.trade-stock{
			display: flex;
			flex-flow: column;
			justify-content: flex-start;
			align-items: center;
			width: 525px;
			height: auto;
		}
		.fl{float: left;}
		.fr{float: right;}
		.stock-price .col-1{
			width: 270px;
			padding-top: 20px;
		}
		.stock-price .col-2{
			width: 180px;
			padding-top: 20px;
		}
		.stock-price .col-2 .sub1{
			width: 30px;
			color: #308fff
		}
		.stock-price .col-2 .sub2{
			width: 65px;
			text-align: right;
			color: #308fff
		}
		.stock-price .col-2 .sub3{
			width: 65px;
			text-align: right;
			color: #308fff
		}
		.type-wrap ul {
			width: 480px;
		    border: 1px solid #E12D2D;
		    border-radius: 2px;
		}
		.type-wrap li {
		    float: left;
		    width: 230px;
		    text-align: center;
		    line-height: 25px;
		    color: #E12D2D;
		    cursor: pointer;
		}
		.type-wrap li.curr {
		    color: #FFFFFF;
		    background-color: #E12D2D;
		}
		.txt-xm, .txt-s18 {
		    font-size: 18px;
		    font-style: normal;
		}
		.mr20 {
		    margin-right: 20px;
		}
		.stock-info {
		    padding-top: 15px;
		}
		.txt-lesser {
		    color: #999;
		}
		table {
		    border-collapse: collapse;
		    border-spacing: 0;
		    table-layout: fixed;
		    width: 100%;
		}
		.stock-name{
			display: flex;
			flex-flow: row;
			justify-content: space-between;
			align-items: flex-end;

		}
		.stock-name .col-1{
			font-size: 30px;
			font-weight: bold;
		}
		.stock-name .col-2{
			font-size: 18px;
			color: #308fff;
		}
		.stock-line{
			margin-top: 40px;
		}
		.stock-chart{
			margin-top: 55px;
		}
		.stock-info{
			margin-top: 72px;
		}
		.stock-info h3{
			font-size: 22px;
			color: #308fff;
			margin-bottom: 28px;
		}
		.txt-lesser td{
			font-size: 16px;
			color: #308fff;
			line-height: 1.8;
		}

		/*顶部*/
#top{width: 100%; height: 45px; background: #5d69a5; overflow: hidden; }
#top .topleft,#top .topright{display: inline-block; width: 10%; line-height: 45px; text-align: center; color: #FFFFFF; font-size: 12px; position: absolute; top: 0px;}
#top .topleft{display: inline-block; min-width: 15%; padding-left: 2%; line-height: 45px; text-align: center; color: #FFFFFF; font-size: 12px; left: 0px; }
#top .topright{display: inline-block; width: 10%; line-height: 45px; text-align: center; color: #FFFFFF; font-size: 12px; right: 0px; }
#top .topright img{margin-right: 4px;vertical-align: middle;}
#top .topright a{display: inline-block; width: 100%; height: 100%; color: #FFFFFF;}
#top .topleft a{display: inline-block; width: 100%; height: 100%; color: #FFFFFF;}
#top .topleft img{margin-right: 4px;vertical-align: middle;}
#top .toptitle{display: inline-block; width: 100%; font-size:16px ; color: #fff; line-height: 45px; text-align: center; text-indent: 12px; letter-spacing: 2px; font-weight: bold;}
.toptitle select{display: inline-block; background: none; border: none; color: #FFFFFF; font-size:16px;}
.toptitle select option{display: inline-block; background: none; border: none; font-size:16px;}

	/*	body,html{width: 100%; height: 100%; padding: 0px; margin: 0px;    }*/

#center{width: 100%; height: auto; background: -webkit-linear-gradient(0deg, #a3bfff, #308fff) ; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(0deg, #a3bfff, #308fff) ; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(0deg,#a3bfff, #308fff) ; /* Firefox 3.6 - 15 */
    background: linear-gradient(0deg, #a3bfff, #308fff) ; /* 标准的语法 */}
.continer{width: 1200px; height: auto; margin: 0 auto; }

		.gry{color: #fff!important;}
			h2.gry{width: 96%; height: auto; padding: 0 2%; line-height: 2em; text-align: center; font-size: 30px; margin: 0px;}
			pre.gry{width: 96%; height: auto; padding: 0 2%; line-height: 2em; text-align: center; font-size: 18px; text-align: left; text-overflow: ellipsis; white-space: pre-line;}		
			pre.gry b{width: 96%; height: auto; padding: 0 2%; line-height: 2em; text-align: center; font-size: 18px; text-align: left; text-overflow: ellipsis; white-space: pre-line; color: #fff; padding: 0px;}