@charset "utf-8";
/*===============================reset=========================*/
html{
	color:#000;background:#fff;
    -ms-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1; 
}

body,button,input,select,textarea{
	font:12px/1.5 "微软雅黑", tahoma,arial,\5b8b\4f53;
}
input,select,textarea{
	font-size:100%;
}

table{
	border-collapse:collapse; border-spacing:0;
}

th{
	text-align:inherit;
}

fieldset,img{
	border:0;
}

iframe{
	display:block;
}

abbr,acronym{
	border:0;font-variant:normal;
}

del {
	text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var,i {
	font-style:normal;
	font-weight:500;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

q:before,q:after {
	content:'';
}

sub, sup {
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
a, input, button {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}

a:hover {
	text-decoration:none;
	color: #f30;
}

ins,a {
	text-decoration:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #959595;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #959595;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #959595;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #959595;
}
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}
/*common css*/
.fl{float: left;} .fr{float: right;} .fn{float: none;}
.block{display: block;} .inline{display: inline;}
.mauto{margin: auto;}
.m5{margin:5px;}.mt5{margin-top:5px;}.mr5{margin-right:5px;}.mb5{margin-bottom:5px;}.ml5{margin-left:5px;}
.m10{margin:10px;}.mt10{margin-top:10px;}.mr10{margin-right:10px;}.mb10{margin-bottom:10px;}.ml10{margin-left:10px;}
.m15{margin:15px;}.mt15{margin-top:15px;}.mr15{margin-right:15px;}.mb15{margin-bottom:15px;}.ml15{margin-left:15px;}
.m20{margin:20px;}.mt20{margin-top:20px;}.mr20{margin-right:20px;}.mb20{margin-bottom:20px;}.ml20{margin-left:20px;}
.m25{margin:25px;}.mt25{margin-top:25px;}.mr25{margin-right:25px;}.mb25{margin-bottom:25px;}.ml25{margin-left:25px;}
.m30{margin:30px;}.mt30{margin-top:30px;}.mr30{margin-right:30px;}.mb30{margin-bottom:30px;}.ml30{margin-left:30px;}
.mt40 { margin-top: 40px;}

.pt5{padding-top:5px;}.pr5{padding-right:5px;}.pb5{padding-bottom:5px;}.pl5{padding-left:5px;}
.pt10{padding-top:10px;}.pr10{padding-right:10px;}.pb10{padding-bottom:10px;}.pl10{padding-left:10px;}
.pt15{padding-top:15px;}.pr15{padding-right:15px;}.pb15{padding-bottom:15px;}.pl15{padding-left:15px;}
.pt20{padding-top:20px;}.pr20{padding-right:20px;}.pb20{padding-bottom:20px;}.pl20{padding-left:20px;}
.pt30{padding-top:30px;}.pr30{padding-right:30px;}.pb30{padding-bottom:30px;}.pl30{padding-left:30px;}
.p30{ padding: 30px}
.p20{ padding: 20px}
.p15{ padding: 15px}
.p10{ padding: 10px}
.w1000{width: 1000px;}
.w560{width: 560px;}
.w410{width: 410px;}
.wB{ font-weight: 700}
.cOrange{color:#f60;}
.cGreen{color:#5CC429;}
.cGray{color:#999;}
.cBlue{color:#3b8fae;}
.blue{color:#008CEE;}
.cRed { color: #FE0000}
.orange { color: #D76638}
.green { color: #080}
.gray { color: #C6C6C6}
.black { color: #000}
.bigred { color: #AB0000;}

.clear { clear: both;}
.fn14 { font-size: 14px}
.fnNum {font-size: 18px; font-family: "Impact"}
.num { font-weight: 700; font-size: 20px; padding: 0 5px}
.image img { max-width: 100%;}
.txt-c { text-align: center;}
.txt2Ind{text-indent: 2em;}
.switchBox { display: none;}
.posRelative { position: relative;}


/*外链弹窗 start*/
.otherlink-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; background: rgba(0,0,0,.8); opacity: 0;filter:alpha(opacity=0);transition:.3s;}
.otherlink-bg.in { opacity: 1;filter:alpha(opacity=100);}
.otherlink-pop { position: fixed; top: -25%; left: 50%; z-index: 999; width: 560px; height: 200px; margin: -250px 0 0 -280px;background-color: #ffffff;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.3);-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); overflow: hidden;transition:.4s;}
.otherlink-pop.in {top: 50%;}
.otherlink-pop a.offBtn { position: absolute; top: 5px; right:8px; font-size: 20px; padding: 5px 10px; color: #ccc; font-weight: 700; line-height: 20px;}
.otherlink-pop h2 { padding: 60px 40px; font-size: 16px;}
.otherlink-pop p.btns { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; background: #F5F5F5; border-top: 1px solid #ddd; text-align: right;}
.otherlink-pop p.btns a { display: inline-block;margin:9px 15px 0 0; height: 30px; line-height: 30px; padding: 0 15px; font-size: 14px; border: 1px solid #bbbbbb; color: #333; border-radius: 5px; }
.otherlink-pop p.btns a:hover { background: #E6E6E6}
.otherlink-pop p.btns a.toOtherLink { border: 1px solid #337AB7; background: #337AB7; color: #fff;}
.otherlink-pop p.btns a.toOtherLink:hover { background: #286090}
/*外链弹窗 end*/

/* 加载中 */
.three-bounce{width: 128px;margin: auto;}
.three-bounce .child{width: 16px;height: 16px; margin: 0 5px; background-color: #D2D6D5;border-radius: 50%;display: inline-block;animation: three-bounce 1.4s infinite ease-in-out;}
.three-bounce .bounce-1{animation-delay: -0.48s;}
.three-bounce .bounce-2{animation-delay: -0.32s;}
.three-bounce .bounce-3{animation-delay: -0.16s;}
@keyframes three-bounce{
	0%{transform: scale(0);}
	40%{transform: scale(1);}
	80%{transform: scale(0);}
	100%{transform: scale(0);}
}
@media screen and (max-width: 760px) {
	.otherlink-pop { left: 0; width: 96%;  margin: -250px 0 0 2%;}
	.otherlink-pop h2 { padding: 50px 20px;}
}