 /*公共样式，主文字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:"PingFangSC-Regular", "microsoft yahei", "sans-serif"; color: rgba(0,0,0,1); list-style: none; font-style: normal; line-height: 1.2; border: 0px;}
input,button,select,textarea{-webkit-appearance:none;outline:none}textarea{resize:none}
html,body{width: 100%; min-height: 100%; background: #f5f5f5; overflow-x: hidden;}
 a,button{text-decoration: none; cursor: pointer; border: none;}
 *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
pre{background-color:  rgba(255,255,255,0);}
body{padding-top: 50px;}
/* a:link {color: inherit;}		未访问的链接
a:visited {color: inherit;}	已访问的链接
a:hover {color: inherit;}	鼠标移动到链接上
a:active {color: inherit;}	选定的链接
 */
.originfont{color: #f0624f}
.originbtn{background: #f0624f;}
.bluefont{color: #308fff}
.bluebtn{background: #06b4e9;}
.container{width: 100%; 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;}

#header{display: none; width: 100%; height: 36px; background: rgb(57,57,69);}
 .navbar-header{
     background: #333333;
 }
 .mheader{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 50px;
     background: #1e1919;
     position: fixed;
     top: 0px;
     left: 0px;
     z-index: 99;
 }
 .mheadercen{
     display: flex;
     flex-flow: row;
     justify-content: flex-start;
     align-items: center;
     flex: 1;
     height: 100%;
 }
 .mheaderimg{
     width: 126px;
     height: 30px;
     padding-left: 15px;
 }
 .mheaderimg img{
     width: 100%;
     height: 100%;
 }
 .mheadercentr{
     flex: 1;
     display: flex;
     flex-flow: row;
     justify-content:flex-end;
     align-items:center;
 }
 .mheadercentr a{
     color: #ff1425;
     font-size: 12px;
     padding: 10px 12px;
 }
 .mheaderbtn{
     display: flex;
     flex-flow: column;
     justify-content: space-between;
     align-items:flex-start;
     width: 40px;
     height: 32px;
     padding: 10px 12px ;
 }
 .mheaderbtnspan{
     width: 16px;
     height: 2px;
     border-radius: 1px;
     background: #fff;
 }
 .mpnav{
     display: flex;
     flex-flow: column;
     justify-content: flex-start;
     align-items:center;
     position: fixed;
     top: 0;
     left: 750px;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
     background: #1e1919;
     z-index: 100;
     padding: 0px 15px;
 }
 .mpnavtop{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items:center;
     width: 100%;
     height: 46px;
     border-bottom: 1px solid #595959;
     position: relative;
 }
 .mpnavtoplogo{
     width: 26px;
     height:  30px;
 }
 .mpcolse{
     position: absolute;
     right: 0px;
     top: 0px;
     width: 12px;
     height: 12px;
     padding: 18px 18px;
 }
 .mpcolse img{
     width: 12px;
     height: 12px;
 }
 .mnavcenter{
     display: flex;
     flex-flow: column;
     justify-content:flex-start;
     align-items:center;
     width: 100%;
     height:auto;
     padding: 0 15px;
 }
 .mnavcenterul{
     display: flex;
     flex-flow: column;
     justify-content:flex-start;
     align-items:center;
     width: 100%;
     height:auto;
 }
 .mnavcenterul li{
     width: 100%;
     height: 60px;
     color: #fff;
     border-bottom: 1px solid #303030;
 }
 .mnavcenterul li a{
     width: 100%;
     height: 60px;
     line-height: 60px;
     color: #fff;
 }
 .mnavcenterul li a:hover{
     color: #ff1425;
     text-decoration: none;
 }

 .container-fluid>.navbar-header{
     margin: 0px!important;
     padding: 0px!important;
 }

 .navbar-header{
     width: 100%;
     height: 60px;
     background: #333333;
     margin: 0px;
     padding: 0px;
 }
 .navbar{
     padding: 0px;
     margin: 0px;
 }
 .container-fluid{
     padding: 0px!important;
     margin: 0px!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;
}
.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;
}
.mfoot{
    display: flex;
    flex-flow: row;
    justify-content:flex-start;
    align-items:center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #808080;
    margin-bottom: 15px;
}
.mfootli{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    width: 33.3%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #fff;
}
 .mfootli:nth-child(1){
     border: 0px;
 }
.mfootli a{
    color: inherit;
}
.mfootbtn{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    position: relative;
    width: 114px;
    height: 32px;
    border-radius: 16px;
    background-image: linear-gradient(to right, #ff8a00, #ff5012, #ff1525);
}
.mfootflexed{
   /* display: flex;
    flex-flow: row;
    justify-content: center;
    align-items:center;*/
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 130px;
    border-top: 2px solid #eeeeee;
    z-index: 99;
    background: #fff;
}

.sssdfwe{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    width: 90%;
    height: 44px;
    border-radius: 22px;
    background: #ff1425;
    font-size: 16px;
    color: #fff; margin:0 auto;
}

 #foot{
     display: block; width: 100%;
     padding-top: 10px;
     padding-bottom: 10px;
     background: #312e2e;
     /*background: #080808 url('../images/ibbigbg3.png') no-repeat fixed center;*/
     background-size: 1921px 400px;
     background-position: 100% 80%;
 }
 .ssyfootrow{
     display: flex;
     flex-flow: column;
     justify-content: flex-start;
     align-items: flex-start;
     width: 100%;
     height: auto;
 }
#foot .container{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.footer01{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*height: 172px;*/
}
 .footer01 .navlogo{
     margin-bottom: 10px;
 }
 .footer01 .ssyfootp{
     width: 100%;
     height: auto;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
     color: #7c6f6f;
 }
 .ssyfootphone{
     width: 100%;
     height: auto;
     text-align: left;
     font-size: 30px;
     color: #7c6f6f;
     line-height: 1.2em;
     margin-bottom: 10px;
     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: column;
     justify-content: center;
     align-items: flex-start;
     width: 33.3%;
     height: auto;
     margin-top: 20px;
 }
 .ssyfootdiv{
     display: flex;
     flex-flow: row;
     justify-content: flex-start;
     align-items: center;
     width: 100%;
     height: auto;
     margin-bottom: 8px;
 }
 .ssyfootdiv h4{
     font-size: 14px;
     line-height: 1.2em;
     color: #fff;
     font-weight: bold;
 }
 .ssyfootdiv span{
     font-size: 14px;
     color: #7c6f6f;
     margin-left: 8px;
 }
 .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: auto;
     border-top: 1px solid #7c6f6f;
     background: #312e2e;
 }
 .ssyfootlinks .container{
     display: flex;
     flex-flow: column;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: auto;
     padding: 0px;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .ssyfootlinks-row{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
     width: 100%;
 }
 .ssyfootlinks-row a{
     width: 24%;
     margin: 0 4px;
 }
 .ssyfootlinks-row a img{
     width: 100%;
     height: auto;
     margin: 0 4px;
 }
 .ssyfootlinks-row2{
     margin-top: 18px;
 }
 .ssyfootlinks-row2 a, .ssyfootlinks-row2 span{
     font-size: 12px;
     color: #7c6f6f;
     margin: 0 4px;
 }
 .ssyfootcopyright{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: auto;
     background: #221a1a;
     padding: 10px 10px;
 }
 .ssyfootcopyright .container{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: auto;
     padding: 0px;
 }
 .ssyfootcopyright p{
     font-size: 12px;
     color: #7c6f6f;
 }

.footertext{
	width: 100%;
	/*height: 172px;*/
	/*border-right: 1px solid #dfdfdf*/
}
.footertext p{
	font-size: 12px;
	color: #fff;
	margin-bottom: 12px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.footertext p a{
	display: inline-flex;
	font-size: 14px;
	color: #fff;
	/*font-weight: bold;*/
	/*margin-right: 36px;*/
	margin-bottom: 18px
}
.footererweima{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 390px;
	height: auto;
	border-right: 1px solid #dfdfdf;
	display: none;
}
.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;
	display: none;
}
.footerphone h2{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 26px;
}
.footerphone p{
	font-size: 14px;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.footer02{
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 14px;
}
.footer02 a{
	width: 20%;
}
.footer02 img{
	display: inline-flex;
	width: 100%;
	/*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: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
	margin-top: 85px;
	display: none;
}

.footer03 label{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
	width: 86px;
	height: auto;
	font-size: 14px;
	color: #fff;
}
.linea{
	flex:1;
}
.linea a{
	display: inline-flex;
	font-size: 14px;
	color: #fff;
	margin-left: 25px;
	margin-bottom: 13px;
}
/*头部导航*/
#topnav{
	display:none;
	width: 100%;
	height: auto;
	background: #fff;
}
#topnav .container{display: flex; flex-flow: row; justify-content: space-around; width: 1200px; height: auto; margin: 0 auto; padding: 28px 0 20px 0px;}
.navlogo{width: 100%; height: auto}
.navdiv{display:flex; flex: 1;}
.navul{display: flex; flex-flow: row; justify-content: flex-end; align-items: flex-start; width: auto; height: auto;}
.navul li{width: 108px; height: 35px; font-size: 16px; margin-right: 4px; color: #333333; line-height: 35px; text-align: center; position: relative; border-left: 1px solid rgba(255,255,255,0); border-right: 1px solid rgba(255,255,255,0);}
.navul li:last-child{margin-right: 0px;}
.navul li.lied{}
.navul li.lied a{display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative;}
.navul li.lied a:hover{color: #f0624f}
.navul li.lied i{display: none;}
.navul li.lied ul{display: none;}

.navul li.lied:hover{border:1px solid #f0624f; border-bottom: 1px solid #d2d2d2; border-top-left-radius: 8px; border-top-right-radius: 8px;}
/*.navul li.lied a{display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative;}*/
.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;} 

/*前沿移动背景小球*/
.yellowy, .origesty, .bluey{
	position: absolute;
	z-index: 2;
	display: flex;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(to top,rgba(241,104,86,.4) 20%,rgba(241,104,86,1) 100%);
}
.yellowy{
	top: 150px;
	left: -10px;
	width: 22px;
	height: 22px;
}
.yellowy2{
	top: 150px;
	left: -10px;
	width: 15px;
	height: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-35deg,rgba(241,104,86,.4) 10%,rgba(241,104,86,1) 90%);
}
.yellowy3{
	top: 312px;
	left: inherit;
	right: -10px;
	width: 17px;
	height: 17px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-35deg,rgba(241,104,86,.4) 10%,rgba(241,104,86,1) 90%);
}
.yellowy4{
	top: 280px;
	left: -10px;
	/*right: -10px;*/
	width: 41px;
	height: 41px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
  background-image:         linear-gradient(-75deg, rgba(255,180,138,.8) 30%, rgba(255,160,106,1) 70%);
}
.yellowy5{
	top: 270px;
	left: 0px;
	/*right: -10px;*/
	width: 40px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-35deg,rgba(241,104,86,.4) 10%,rgba(241,104,86,1) 90%);
}
.yellowy5{
	top: 270px;
	left: 0px;
	/*right: -10px;*/
	width: 40px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-35deg,rgba(241,104,86,.4) 10%,rgba(241,104,86,1) 90%);
}
.yellowy6{
	top: 120px;
	left: inherit;
	right: -40px;
	width: 74px;
	height: 74px;
	background: #ffac7e;	
}
.yellowyt2{
	top: 200px;
	left: inherit;
	right: -5%;
	width: 40px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-90deg,rgba(255,159,106,.8) 30%,rgba(255,159,106,1) 70%);
}
.yellowyt3{
	top: 290px;
	left: 10px;
	/*right: -5%;*/
	width: 40px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-35deg,rgba(240,105,86,.5) 30%,rgba(240,103,85,1) 70%);
}
.yellowyt4{
	top: 290px;
	left: inherit;
	right: -2%;
	width: 15px;
	height: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(-35deg,rgba(240,105,86,.5) 20%,rgba(240,103,85,1) 80%);
}
.origesty{
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241,104,86,.4)), to(rgba(241,104,86,1))); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, rgba(241,104,86,.4) 20%, rgba(241,104,86,1) 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, rgba(241,104,86,.4) 20%, rgba(241,104,86,1) 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, rgba(241,104,86,.4) 20%, rgba(241,104,86,1) 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, rgba(241,104,86,.4) 20%, rgba(241,104,86,1) 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(to top,rgba(241,104,86,.4) 20%, rgba(241,104,86,1) 100%);
}
.bluey{
	top: 110px;
	left: -3px;
	width: 42px;
	height: 42px;
	background: #55a3ff;
}
.bluey2{
	top: 20px;
    left: 1px;
	width: 28px;
	height: 28px;
	background: #55a3ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(to top, rgba(50,144,255,1) 20%, rgba(111,177,255,.2) 100%);
}
.bluey3{
	top: 270px;
    left: inherit;
    right: -20px;
	width: 46px;
	height: 46px;
	background: #328fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(to top, rgba(50,143,255,1) 20%, rgba(111,177,255,.2) 100%);
}
.bluey4{
	top: 190px;
    left: inherit;
    right: 10px;
	width: 28px;
	height: 28px;
	background: #328fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f06956), to(#f06956)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* FF3.6 */
	  background-image:     -ms-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* IE10 */
	  background-image:      -o-linear-gradient(bottom, #f06956 20%, #f06956 80%); /* Opera 11.10+ */
	  background-image:         linear-gradient(to top, rgba(50,143,255,1) 20%, rgba(111,177,255,.2) 100%);
}
/*翻页*/
.pages{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	max-width: 350px;
	height: 22px;
	margin: 0 auto;
	margin-top: 25px;
}
.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;
	margin: 0px;
}
.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: 100%;
			height: auto;
		}
		.fl{float: left;}
		.fr{float: right;}
		.stock-price .col-1{
			width: 40%;
			padding-top: 20px;
		}
		.stock-price .col-2{
			width: 60%;
			padding-top: 20px;
		}
		.stock-price .col-2 ul{
			float: right;
			width: 140px;
			padding-top: 20px;
		}
		.stock-price .col-2 .sub1{
			width: 30px;
			color: #308fff
		}
		.stock-price .col-2 .sub2{
			width: 45px;
			text-align: right;
			color: #308fff
		}
		.stock-price .col-2 .sub3{
			width: 45px;
			text-align: right;
			color: #308fff
		}
		.type-wrap ul {
			width: 100%;
		    border: 1px solid #E12D2D;
		    border-radius: 2px;
		}
		.type-wrap li {
		    float: left;
		    width: 240px;
		    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;
			width: 100%;
		}
		.stock-name .col-1{
			font-size: 16px;
			font-weight: bold;
		}
		.stock-name .col-2{
			font-size: 12px;
			color: #308fff;
		}
		.stock-line{
			display: none;
			margin-top: 40px;
		}
		.stock-chart{
			margin-top: 55px;
		}
		.stock-info{
			display: none;
			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: #f8f8f8; padding-bottom: 50px;}
/*.continer{width: 1200px; height: auto; margin: 0 auto; }*/

		.gry{color: rgba(0,0,0,.8);}
			h2.gry{width: 96%; height: auto; padding: 0 2%; line-height: 2em; text-align: center; font-size: 16px; margin: 0px; color: #333!important; font-weight: bold; padding-top: 26px;}
			pre.gry{width: 96%; height: auto; padding: 0 2%; line-height: 2em; text-align: center; font-size: 12px; text-align: left; text-overflow: ellipsis; white-space: pre-line;}		
			pre.gry b{font-size: 14px;font-weight: bold;}