/* herder */
/* scorll end */
@media screen and (max-width: 1278px){
	.topin{width: 1000px;min-width: 1000px;}
	.topin2{width: 1000px;min-width: 1000px;}	
	.logo{margin-left:10px;}
	.logo_sousuo{ margin-left: 22px;}
	/*.search{width: 420px;*+width: 430px; width: 430px \9;}
	.search .sr-text{width: 238px;*+width: 230px;width: 230px \9;}*/
	.zw-ad{ padding-left:2px;}
	.base-nav{width: 1000px;}
	.base-nav a{padding: 0 7px;}
	
	.base-nav-box{width: 1000px;}
	.navMoreLayout {margin: -32px 0 0 966px;}
	.navright{right:40px;}
}
.wrapin{width: 1200px; min-width: 1200px; margin: 0 auto; position:relative;}
.top{height:36px; width: 100%; min-width:1060px; margin:0px auto; background:url(../images/top-bg.png) repeat-x 0 0;}
.topin{ width: 1200px; margin: 0 auto; }
.top-l{ float: left;}
.top-l a{ float:left; color:#6A6A6A; line-height: 34px; height: 36px; padding: 0 20px;}
.top-l a:hover,.top-l a.hver{ background: #fff; color: #228aeb; border-left: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1;}
.top-r{ float: right; font-family:}
.top-r span{ padding:0 5px; color:#6A6A6A;float:left;line-height: 34px; font-size: 12px;}
.top-r span.mf{ padding-right: 50px;}
.top-r span.mf b{ font-weight:normal; float:left; display:inline;}
.top-r a{ float:left; color:#6A6A6A; font-size: 12px; line-height: 34px;-webkit-transition: all .2s linear;-moz-transition:all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear;}
.top-r a:hover{ color:#f26f04; text-decoration:none; }
.top2{width: 100%; min-width:1060px; margin:0px auto;}
.topin2{width: 1200px; margin: 0 auto;height: 115px;}
.logo{ width: 211px; height: 36px; float: left; margin-top:33px; margin-left: 80px;}
.search{float: left; width: 480px;*+width: 500px; width: 500px \9; height: 38px; padding-top: 31px; padding-left: 49px;}
.search select{ float: left; width: 70px;color: #3b639f; border: 1px solid #dbdbdb; border-right: 0;height: 38px; outline: none;}
.search .sr-text{float: left; width: 298px;*+width: 290px;width: 290px \9; color: #a4a4a4; padding-left: 3px; border: 1px solid #dbdbdb; border-right: 0;height: 38px; *+height: 28px;height: 28px \9; line-height: 28px; padding: 5px; font-size: 16px; outline: none;}
.search .sr-btn{float: left;height: 38px;*+height: 40px;height: 40px \9;  width: 40px; cursor: pointer; background:url(../images/icon3.png) no-repeat center center #f26f04; outline: none; border: none;}
.mod_select{ height:40px; margin-top: 20px; clear:both; background:url(../images/new_sou1.jpg) no-repeat 0px 0; color:#666666;}
.mod_select:hover{ background:url(../images/new_sou.jpg) no-repeat 0 0;}
.select_box{ float:left; border:none; position:relative; cursor:pointer; width:76px; font-size:12px; z-index:999;}
.selet_open{ display:inline-block; position:absolute; right:0; top:0; width:65px; height:24px;}
.select_txt{ display:inline-block; color: #3b639f; width:64px; text-align:center; line-height:42px; height:40px; cursor:text; overflow:hidden; font-size:14px; background:url(../images/xia.gif) no-repeat 100% center; cursor:pointer}
.select_txt1{ width:76px; cursor:pointer;}
.xia{ background:url(../images/xia.gif) no-repeat 100% center;}
.shang{ background:url(../images/shang.gif) no-repeat 100% center;}
.option{ width:404px; padding:7px 11px; position:absolute; top:37px; left:1px; z-index:2; overflow:hidden; display:none; border:2px solid #D3D3D3; border-top:none; background:url(option_line2.gif) no-repeat 50px 0 #FFF;}
.option a{ display:inline-block; float:left; width:45px; text-align:center; height:24px; line-height:24px; background:#fff; color:#666666;}
.option a:hover{ color:#f26f03; font-weight:bold;}
.mod_select:hover .option{ border:1px solid #f26f03; border-top:none; background:url(option_line1.gif) no-repeat 50px 0 #FFF;}
.option1{ width:70px; left:2px; top:37px; background-image:none; background-color:#FFF; padding:5px 0;}
.option1 a{ width:60px; padding:0 5px;}
.mod_select:hover .option1{ background:#FFF;}
.haha1{ background:url(../images/new_sou.jpg) no-repeat 0 0;}
.zw-ad{float: left;  padding-left: 46px; padding-top: 31px;height: 38px;width:273px;overflow:hidden;
	-webkit-animation: start 3s infinite ease-in-out;
	-moz-animation: start 3s infinite ease-in-out;
	-ms-animation: start 3s infinite ease-in-out;
	animation: start 3s infinite ease-in-out;
}
.zw-ad span{float: left;width: 42px; height: 38px; line-height: 38px;background:url(../images/coin.png) no-repeat 0 0; display: inline-block;}
.zw-ad p{ float: left;height: 38px; line-height: 38px;}
.zw-ad p a{color: #a95b1b;}
@-webkit-keyframes start {
	0%{
	opacity: 1;
	-webkit-transform: translate(0, 5px);
	}
	30%, 60%  {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	}
	100% {
	opacity: 1;
	-webkit-transform:translate(0, 5px);
	}
}
@-moz-keyframes start {
	0%{
	opacity: 1;
	-moz-transform: translate(0, 5px);
	}
	30%, 60%  {
	opacity: 1;
	-moz-transform: translate(0, 0);
	}
	100% {
	opacity: 1;
	-moz-transform:translate(0, 5px);
	}
}
@-ms-keyframes start {
	0%{
	opacity: 1;
	-ms-transform: translate(0, 5px);
	}
	30%, 60%  {
	opacity: 1;
	-ms-transform: translate(0, 0);
	}
	100% {
	opacity: 1;
	-ms-transform:translate(0, 5px);
	}
}
@keyframes start {
	0%{
	opacity: 1;
	transform: translate(0, 5px);
	}
	30%, 60%  {
	opacity: 1;
	transform: translate(0, 0);
	}
	100% {
	opacity: 1;
	transform:translate(0, 5px);
	}
}
/*20160902 改*/
.footer{ background:#f1f1f1; border-top:1px #dedede solid; height:170px; padding:15px 0;}
.foot p{float:left;height:22px;line-height:22px;margin-top:5px;text-align:center; color:#464343}
.foot p a{ color:#464343}
.foot p a:hover{ color:#ff6600}
.foot ul{float:left;line-height:30px;text-align:center; color:#464343}
.foot span{margin-left:5px;margin-right:5px}

/*修改*/
.wrapBg{ background:#fff; width:1150px; padding:10px  10px 0; margin:0 auto;}
.header_logo{ margin-top:8px;}

/*2016-08-31*/
.footer{ background:#003b9d; color:#fff; height:200px; padding-bottom:0;}
.foot_left{ width:700px; float:left; overflow:hidden; margin-top:20px;}
.foot_left span{ font-size:22px; margin:0; line-height:30px}
.foot_left p{ line-height:30px; height:90px; text-align:left; color:#fff;}
.foot_right{ float:right; width:340px; overflow:hidden; margin-top:20px;}
.foot_right dl{ width:90px; float:left; margin-right:15px;}
.foot_right dl dt{ font-size:18px; line-height:30px; margin-bottom:5px;}
.foot_right dl dd{ width:90px; line-height:30px;}
.foot_right dl dd a{ color:#fff;}
.foot_wx{ width:122px; height:122px; float:right;}
p.foot_b{ height:34px; margin-top:20px; line-height:34px; font-size:12px; color:#fff; border-top:1px solid #005cf4; text-align:left; width:1150px;}

/*客服qq*/
.qqkefu{ width:116px; overflow:hidden; position:fixed; right:6px; top:220px; color:#fff;}
.bg_set{ width:116px; height:96px; background:url(../images/QQkefu.png) no-repeat;}
.qqcont{ background:#2775f6; width:100px; padding:0 8px;}
.qqcont a{ display:block; height:24px; width:100px; overflow:hidden; background:url(../images/QQkefu.png) -15px -281px no-repeat; margin-bottom:3px;}
.qqcont a i{ display:block; width:24px; height:24px; float:left;}
.bg_qq{ background:url(../images/QQkefu.png) -97px -132px no-repeat;}
.qqcont a span{ display:block; height:18px; line-height:16px; color:#fff; font-size:15px; font-weight:bold; float:left;}
.bg_tel{ background:url(../images/QQkefu.png) -97px -170px no-repeat;}
.qqcont p.qq_p1{ font-size:12px; height:16px; line-height:16px; text-align:center;}
.qqcont span.qq_p2{ display:block; height:90px; width:90px; overflow:hidden; padding:15px 5px 3px; background:url(../images/QQkefu.png) -15px -300px no-repeat; }
.qqcont p.qq_p2{ font-size:10px; text-align:center; line-height:16px;}
p.qq_p3{ height:30px; line-height:30px; background:url(../images/QQkefu.png) 0 -378px no-repeat;}
p.qq_p3 a{ display:block; height:30px; width:116px; background:url(../images/QQkefu.png) 0 -205px no-repeat;}
.cutoff_rule{ background:#2775f6 url(../images/QQkefu.png) center -298px no-repeat; height:2px; width:90px; padding:5px 13px 0;}

/*2016-0905*/
.site_commitment{ margin-top:10px;}
.site_commitment ul li{ float:left; width:35px; margin-left:20px;}
.site_commitment ul li a{ display:block; width:36px; height:60px;}
.site_commitment ul li a:hover p{ color:#ff6600;}
.site_commitment ul li a p{ text-align:center; height:20px; line-height:20px; margin-top:5px; font-size:12px; color:#666;}
.site_commitment ul li a span{ display:block; width:36px; height:36px;}
.bg_site1{ background:url(../images/icon_gk.png) -147px -309px no-repeat;}
.bg_site2{ background:url(../images/icon_gk.png) -197px -309px no-repeat;}
.bg_site3{ background:url(../images/icon_gk.png) -246px -309px no-repeat;}
.bg_site4{ background:url(../images/icon_gk.png) -297px -309px no-repeat;}
.site_commitment ul li a:hover span.bg_site1{ background:url(../images/icon_gk.png) -147px -350px no-repeat;}
.site_commitment ul li a:hover span.bg_site2{ background:url(../images/icon_gk.png) -197px -350px no-repeat;}
.site_commitment ul li a:hover span.bg_site3{ background:url(../images/icon_gk.png) -246px -350px no-repeat;}
.site_commitment ul li a:hover span.bg_site4{ background:url(../images/icon_gk.png) -297px -350px no-repeat;}
.padding_b40{ padding-bottom:40px;}

.base-nav-wrap{ background: #003b9d; width: 100%; min-width: 1060px; margin:0px auto;}
.base-nav-box{width: 1200px; margin: 0 auto;height: 41px; position:relative;z-index:10;}
.base-nav{width: 1200px; margin: 0 auto;height: 41px; }
.base-nav a{ position: relative; display: inline-block; float: left; line-height: 41px; font-size: 16px; color: #fff; padding: 0 13px;}
.base-nav a b{display: block; position: absolute; left: 45%; top: 41px; width: 10px; height: 10px;  z-index: 10; display: none;}
.base-nav a:hover{ background: #ffa92e;}
.base-nav a.hver{ background: #f26f03;}
.base-nav a:hover b{background:url(../images/icon12-h.png) no-repeat center 0px; display: block;}
.base-nav a.hver b{background:url(../images/icon12.png) no-repeat center 0px; display: block;}
.base-nav span{display: inline-block; float: left; width: 5px; margin-right: 4px; height: 24px; border-right: 1px solid #449bec; margin-top: 8px;}
.bx{ position:relative; height:41px; width: 100%; min-width: 1060px;}
#banav{ position:absolute; top:0px; z-index:100}
/*.navMoreLayout {
	width: 71px;
	display: inline;
	padding: 0;
	margin: -32px 0 0 1156px;
	_margin: -32px 0 0 1156px;
	position: relative;
	z-index:10;
}*/
.navMore {
	position: absolute;
	top:0px;
	right:0px;
	width: 71px;
	height:41px;
	text-indent:6px;
	color: #fff;
	background: url(../images/navMoreDown.png) no-repeat 53px 20px;
    
}
.navright{right:65px;}
.navMoreHover {
	background: url(../images/navMoreUp.png) no-repeat 53px 20px;
}
.navMore span{ font-size:16px; cursor:pointer; display:block; height:41px; line-height:41px;padding:0 0 0 10px;}
.navMore ul {
	width: 71px;
	float: left;
	padding-bottom: 5px;
	background: #228aeb;
	display: none;
}
.navMore li {
	width: 71px;
	height: 30px;
	line-height: 30px;
} 
.navMore li a {width: 71px;height: 30px;line-height: 30px;display: block;color: #fff;background: #228aeb;margin: 0;padding: 0;text-align: center;}
.navMore li a:hover { background: #ffa92e;}

/* hearder */
.header{ padding:20px 0; overflow:hidden; height:75px;}
.header_logo{ width:380px;}
.header_serach{ width:435px;  overflow:hidden; margin-top:15px;}
.ser_bx{ width:380px; height:25px; padding:2px; background:#003b9d;}
.ser_bx input{ width:283px; height:25px; border:0px; padding:0 5px; line-height:25px; overflow:hidden; color:#666; font-family:"microsoft yahei"}
.ser_bx button{ background:url(../images/ser_btn.jpg) no-repeat; width:77px; height:25px; border:none}
.ser_key{ line-height:24px; margin-top:5px;}
.ser_key a{ padding: 0 5px;}
.search_box a:hover{text-decoration:none}
.search_box input{height:36px;border:none}
.search_box input.text{width:260px;height:30px}
.search_box input.btn{width:5pc;border-radius:0;background:#003b9d;color:#fff;font-weight:700;font-size:1pc}
.search_box{margin:15px 0 0 10px;width:420px;height:36px;border:2px solid #003b9d;line-height:36px}
.search_cont a{width:74px;border-right:1px solid #ddd;background:#f8f8f8;text-align:center}
.search_ico{width:7px;height:4px;background-position:0 0}
.index_ico{display:inline-block;margin:0 3px;background:url(ico1.png) no-repeat;vertical-align:middle}
.search_cont_list{position:absolute;top:36px;left:-2px;z-index:100;width:75px;border:2px solid #00ad28;border-top:none}
.search_cont_list a{float:left}
.search_cont_list a:hover{background:#fff}
.search_cont_list{border:2px solid #003b9d;border-top:none}
.none{display:none}
input.text,select.text,textarea.text{padding:3px 0 3px 5px;height:26px;outline:0;border:0 solid #e3e3e3;color:#555;font-size:9pt;line-height:26px}
input.btn{text-decoration:none;cursor:pointer}
input.check{margin-right:2px;vertical-align:middle}
.site_commitment{margin-top:-2px}
.site_commitment ul li{float:left;margin-left:10px}
.site_commitment ul span{width:90pt;height:34px}
.site_commitment ul span.ico1{background-position:-15px 0}
.site_commitment ul span.ico2{background-position:-140px 0}

.navMore {
	position: absolute;
	top:0px;
	right:0px;
	width: 71px;
	height:41px;
	text-indent:6px;
	color: #fff;
	background: url(../images/navMoreDown.png) no-repeat 53px 20px;
    
}
.navright{right:65px;}
.navMoreHover {
	background: url(../images/navMoreUp.png) no-repeat 53px 20px;
}
.navMore span{ font-size:16px; cursor:pointer; display:block; height:41px; line-height:41px;padding:0 0 0 10px;}
.navMore ul {
	width: 71px;
	float: left;
	padding-bottom: 5px;
	background: #228aeb;
	display: none;
}
.navMore li {
	width: 71px;
	height: 30px;
	line-height: 30px;
} 
.navMore li a {width: 71px;height: 30px;line-height: 30px;display: block;color: #fff;background: #228aeb;margin: 0;padding: 0;text-align: center;}
.navMore li a:hover { background: #ffa92e;}
body { color:#333;font:14px/22px "Microsoft YaHei","SimSun","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ }
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#666; text-decoration:none; }
a {outline:none; }     /* for firefox */
a {-webkit-transition: all .2s linear;-moz-transition:all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear;}

a:hover, a:active, a:focus { color:#f26f04; text-decoration:none; }
.hidden{visibility:hidden;}
.fl{ float: left;}
.fr{ float: right;}
.hide{ display: none;}
/* scorll */
::-webkit-scrollbar-track-piece{
	background-color:#fff;
	-webkit-border-radius:0;
}
::-webkit-scrollbar{
	width:15px;
	height:8px;
}
::-webkit-scrollbar-thumb{
	height:50px;
	background-color:#999;
	-webkit-border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
	height:50px;
	background-color:#9f9f9f;
	-webkit-border-radius:10px;
}
.floatdiv{position:absolute;top:145px;left:-50px;width:40px;height:95px}
.floatlist{position:relative;width:40px;height:42px;background:url('../img/bklist.png') 0 0 no-repeat;cursor:pointer}
.floatlist ul{position:absolute;top:0;left:40px;width:220px;display:none;border:2px solid #e5e5e5;background:#fff;padding:20px 0}
.floatlist ul li{float:left;padding:0 35px;margin-bottom:15px}
.returntop a{cursor:pointer;display:block;width:40px;height:42px;margin-top:15px;background:url('../img/returntop.png') 0 0 no-repeat}
.wikipedia{width:100%;padding-top:40px;color:#626262;overflow:hidden}
.wikL{float:left;width:914px}
.wikR{float:right;width:250px;margin-left:20px}
.wikl_tit{width:100%;padding-bottom:40px;overflow:hidden}
.wikl_tit h1{float:left;width:500px;font-size:30px;font-weight:bold;padding-bottom:20px;color:#000}
.wikl_tit span{float:right;font-size:12px;padding-top:20px;color:#959595}
.wikl_tit p{float:left;font-size:14px;background:#eee;padding:2%;line-height:30px;color:#626262;width:96%}
.ad{width:100%;height:95px;margin-bottom:40px}
.ad img{width:350px;height:95px;display:inline}
.wikl_con .nomargin p{margin-bottom:10px}
.wikl_con{padding-bottom:45px;overflow:hidden}
.wikl_con h2{font-size:20px;border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:15px;color:#000}
.wikl_con p{line-height:30px;font-size:14px;padding-right:10px;margin-bottom:25px}
.wikl_con ul{float:left;width:210px;border-right:1px solid #e5e5e5;padding-left:40px}
.wikl_con .bigschc{border-right:0;padding-right:0}
.wikl_con .bigscha{padding-left:0}
.wikl_con ul li{line-height:30px;padding-left:10px;font-size:14px}
.wikl_con ol li{font-size:16px;line-height:30px;line-height:28px;margin-bottom:15px}

.chart{padding-left:32px;background:url(chart.png) no-repeat 0 50%;color:#666;}#pt{clear:both;}.pgs{text-align:center;font-size:14px;}.pg a{border:0;background:#e9e9e9;color:#333333;padding:0 0;width:25px;height:27px;line-height:27px;}.pg a:hover{background:#707b91;color:#fff;}.pg strong{background:#707b91;color:#fff;border:0;padding:0 0;width:25px;height:27px;line-height:27px;}.pg a.prev{background:#e9e9e9 url(arw_l.gif) 5px 5px no-repeat;}.pg a.nxt{background:#e9e9e9 url(arw_r.gif) 5px 5px no-repeat;width:70px;padding-right:0;text-indent:10px;}.pg a.nxt:hover{background:#707b91 url(arw_r.gif) 5px 5px no-repeat;;}.pg a.prev:hover{background:#707b91 url(arw_l.gif) 5px 5px no-repeat;}.pg label{border:1px solid #f6f6f6;}
#ft{width:100%;background:#f5f5f5;}
#ft{padding:10px 0 50px;border-top:1px solid #CDCDCD;line-height:1.8;color:#666;}#flk{text-align:right;}#flk img{vertical-align:middle;}#scrolltop{visibility:hidden;position:fixed;bottom:100px;display:block;margin:-30px 0 0 2px;width:40px;background:#f4f4f4;border:1px #cdcdcd solid;border-radius:3px;border-top:0;cursor:pointer;}#scrolltop:hover{text-decoration:none;}.ie6 #scrolltop{position:absolute;bottom:auto;}#scrolltop a{display:block;width:30px;height:24px;padding:3px 5px;line-height:12px;text-align:center;color:#787878;text-decoration:none;background:url(scrolltop.png) no-repeat 0 0;border-top:1px #cdcdcd solid;}a.scrolltopa:hover{background-position:-40px 0px !important;}a.replyfast{background-position:0 -30px !important;}a.replyfast:hover{background-position:-40px -30px !important;}a.returnlist,a.returnboard{background-position:0 -60px !important;}a.returnlist:hover,a.returnboard:hover{background-position:-40px -60px !important;}#scrolltop a b{visibility:hidden;font-weight:normal;}#nv_home #ft,.pg_announcement #ft,.pg_modcp #ft,.pg_portalcp #ft,.pg_ranklist #ft,#nv_userapp #ft{border-top:none;}.bm,.bn{margin-bottom:10px;}.bm{border:1px solid #CDCDCD;background:#FFF;}.bm_c{padding:10px;}.drag{}.bm_h .o{float:right;width:30px;}.bm_h .o img{float:right;margin-top:8px;cursor:pointer;}.bm_h .i{padding-left:10px;}.bm_h .pn{margin-top:4px;}.bm_h{padding:0 10px;height:31px;border-top:1px solid #FFF;border-bottom:1px solid #C2D5E3;background:#F2F2F2;line-height:31px;white-space:nowrap;overflow:hidden;}.bmw{border:1px solid #CDCDCD;}.bmw .bm_h{border-top-color:#FFF;border-right:1px solid #FFF;border-bottom-color:#C2D5E3;border-left:1px solid #FFF;background:#E5EDF2;}.bmw .bm_h a{color:#369;}.bml .bm_h{padding-top:5px;border:none;background:transparent;}.bml .bm_c{padding-top:0;}.bmn{padding:7px 10px;border-color:#C2D5E3;background:#E5EDF2;}.fl{border:1px solid #CDCDCD;border-top:none;background:#FFF;}.fl .bm{margin-bottom:0;border:none;}.fl .bm_h{border-width:1px 0;border-color:#C2D5E3;background:#E5EDF2 url("titlebg.png") repeat-x 0 0;}.fl .bm_c,#online .bm_c,.lk .bm_c{padding-top:0;padding-bottom:0;}.bm2 .bm2_b{float:left;width:49%;border:1px solid #CDCDCD;}.bm2 .bm2_b_y{float:right;}.bw0{background:transparent;}.bw{padding:0 15px;}#pt{margin:2px 0;height:29px;border:none;background:transparent;line-height:29px;}#pt .z{padding-right:10px;}#pt .z a,#pt .z em,#pt .z span{float:left;height:29px;}#pt .z em{width:20px;background:url(pt_item.png) no-repeat 3px 10px;line-height:200px;overflow:hidden;}.nvhm{width:16px;background:url(search.png) no-repeat 0 0;line-height:200px;overflow:hidden;}.ie_all #pt .z em{background-position:3px 9px;}.ie_all .nvhm{background-position:0 -1px;}#uhd{padding-top:10px;border:1px solid #CCC;border-bottom:none;background:#E5EDF2;}#uhd .tb a{border-width:1px 0;border-top-color:#E5EDF2;border-bottom-color:#CCC;}#uhd .tb .a a{border:1px solid #CCC;border-bottom-color:#FFF;}.ie6 #uhd .tb .a{position:relative;}#uhd .mn{float:right;margin-right:15px;margin-bottom:-30px;line-height:28px;}#uhd .mn a{padding:2px 0 2px 20px;background:no-repeat 0 50%;color:#666;}#uhd .mn a:hover{color:#369;}#uhd .mn .addflw a{background-image:url(flw_ico.png);}#uhd .mn .addf a{background-image:url(friend.gif);}#uhd .mn .pm2 a{background-image:url(pmto.gif);}#uhd .h{padding-left:75px;}#uhd .avt{display:inline;float:left;margin-left:-65px;}#uhd .mt{padding-bottom:0;}#uhd .flw_hd{float:right;width:260px;margin-right:10px;margin-bottom:-30px;}#uhd .tns th,#uhd .tns td{padding-left:20px;text-align:left;}#uhd .flw_hd .o{padding-left:20px;}.tns{padding:10px 0;}.tns table{width:100%;}.tns th,.tns td{text-align:center;font-size:12px;}.sd .tns th,.sd .tns td{width:110px !important;}.tns th{border-right:1px solid #CCC;}.tns th p,.tns td p{font-size:14px;margin:0;}.pls .tns{padding:0 10px 10px;}.pls .tns th p,.pls .tns td p{font-size:12px;margin:0;}.ih .icn{float:left;width:60px;}.ih dl{margin-left:60px;}.ih dt{font-size:14px;font-weight:700;}.ih dd{padding-bottom:1em;}.ih dd strong{margin:0 2em 0 4px;color:#C00;}.tb{margin-top:10px;padding-left:5px;line-height:30px;border-bottom:1px solid #CDCDCD;}.tb li{float:left;margin:0 3px -1px 0;}.ie6 .tb .a,.ie6 .tb .current{position:relative;}.tb a{display:block;padding:0 10px;border:1px solid #CDCDCD;background:#E5EDF2;}.tb .a a,.tb .current a{border-bottom-color:#FFF;background:#FFF;font-weight:700;}.tb a:hover{text-decoration:none;}.tb .y{float:right;margin-right:0;}.tb .y a{border:none;background:transparent;}.tb .o{margin:1px 4px 0 2px;border:1px solid #235994;}

textarea { resize:none; }
table { border-collapse:collapse; }
body { color:#333;font:14px/22px "Microsoft YaHei","SimSun","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ }
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#666; text-decoration:none; }
a {outline:none; }     /* for firefox */
a {-webkit-transition: all .2s linear;-moz-transition:all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear;}

a:hover, a:active, a:focus { color:#f26f04; text-decoration:none; }
.hidden{visibility:hidden;}
.fl{ float: left;}
.fr{ float: right;}
.hide{ display: none;}


/* pub */
.w1150{ width:1150px;}
.auto{ margin:0 auto;}
.fl_l{ float:left}
.fl_r{ float:right}
.marTOP25px{ margin-top:25px;}
.marTOP15px{ margin-top:15px;}
.marTOP10px{ margin-top:10px;}
.wrapBg{ background:#fff; width:1150px; padding:10px  10px 0; margin:0 auto;}
/* herder */
.header{ padding:20px 0;  height:75px;}
.headerWrap{ background:#fff;width:100%; height:115px;}
.header_logo{ width:380px;}
.header_serach{ width:435px;  overflow:hidden; margin-top:15px;}
.tophead{background-color: #f4f4f4;border-bottom: 1px solid #ddd;height: 32px; line-height:32px;position: relative; z-index: 2;}
.topdiv{ margin:0 auto;}
.topdiv{ color:#333}
.login-link a{ color:#F30; background:url(http://www.danzhaowang.com/images/tubiao_pp.jpg) 0 3px  no-repeat; padding-left:15px; padding-right:15px; font-size:12px;}
.topdiv ul li{ float:left; margin-right:5px; padding:0 10px; color:#ccc; position:relative}
.topdiv ul li a{padding-right:10px;}
.topdiv ul li a.xl{  background:url(http://www.danzhaowang.com/images/top_jt.jpg) right 10px no-repeat; }
.showHidden{ border:1px #ccc solid; padding:10px; width:118px; position:absolute; top:32px; left:0;background:#fff}
.showHidden a{ line-height:34px; display:block;}
.btn_jr{ background:#F30; color:#Fff; text-align:center; line-height:30px;}
.btn_jr:hover{ color:#fff}
.ser_bx{ width:380px; height:25px; padding:2px; background:#003b9d;}
.ser_bx input{ width:283px; height:25px; border:0px; padding:0 5px; line-height:25px; overflow:hidden; color:#666; font-family:"microsoft yahei"}
.ser_bx button{ background:url(http://www.danzhaowang.com/images/ser_btn.jpg) no-repeat; width:77px; height:25px; border:none}
.ser_key{ line-height:24px; margin-top:5px;}
.ser_key a{ padding: 0 5px;}
.header_link { margin-top:10px; position:relative;}
.header_link a{ display:block; width:53px; height:55px;  overflow:hidden; margin-left:10px;}
.header_link .wx{ background:url(http://www.danzhaowang.com/images/index.png) 0 0 no-repeat;}
.header_link .QQ{ background:url(http://www.danzhaowang.com/images/index.png) -57px 0 no-repeat;}
.header_link .sina{ background:url(http://www.danzhaowang.com/images/index.png) -113px 0 no-repeat;}
.header_link .tx{ background:url(http://www.danzhaowang.com/images/index.png) -168px 0 no-repeat;}
.header_link .phone{ font-size:20px; line-height:55px; color:#02a858; padding-left:15px;}
.tt1{ position:absolute; top:-10px; left:-70px; display:none}
.tt2{ position:absolute; top:-10px; left:-70px; display:none}



.pct{animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-name:fastr;-webkit-animation-name:fastr;}#hd h2{animation-duration:0.4s;-webkit-animation-duration:0.4s;animation-name:afastr;-webkit-animation-name:afastr;}#um,#toptb,.pns{animation-duration:1s;-webkit-animation-duration:1s;animation-name:afastr;-webkit-animation-name:afastr;}#hd h2{transition:all .15s ease-out;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;}#hd h2:hover{transform:scale(1.07) rotate(-1deg);-webkit-transform:scale(1.07) rotate(-1deg);-moz-transform:scale(1.07) rotate(-1deg);-o-transform:scale(1.07) rotate(-1deg);}.avt{transition:all .15s ease-out;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;}.avt:hover{transform:scale(1.07);-webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);}#ls_username,#ls_password{transition:all 0.25s ease;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;}#ls_username:focus,#ls_password:focus{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}a{transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;}.frame-1{background-color:transparent !important;background-image:none !important;border:0 none !important;margin:0 !important;padding:0 !important;border-width:0px;height:auto}.frame-1-c{background-color:transparent !important;background-image:none !important;border:0 none !important;margin:0 !important;padding:0 !important;border-width:0px;height:auto;}.move-span{background-color:transparent !important;background-image:none !important;border:0 none !important;margin:0 !important;padding:0 !important;border-width:0px;height:auto;}.move-span .content{background-color:transparent !important;background-image:none !important;border:0 none !important;margin:0 !important;padding:0 !important;border-width:0px;height:auto;}.clear{clear:both;}.deanwp,.wp{width:1000px;margin:0 auto;}a{text-decoration:none;color:#666;}*{padding:0px;margin:0px;}ul li{list-style:none;}.clear{clear:both;}img{border:none;}body{color:#666;font-family:microsoft yahei;}.deantop{border-top:#707b91 3px solid;width:100%;background:#f5f5f5;}.deantop1{width:1000px;margin:0 auto;height:83px;line-height:83px;}.deanlogo{width:168px;float:left;margin-top:13px;}.deannav{width:571px;height:83px;overflow:hidden;float:left;}.deannav ul li{float:left;padding-left:33px;}.deannav ul li a{color:#707b91;font-family:"microsoft yahei";font-size:16px;}.deannav ul li a:hover{color:#707b91;font-family:"microsoft yahei";font-size:16px;text-decoration:none;}.deannav ul li span{display:none;}.deannav ul li.a a{font-weight:normal;color:#36a9e5;}.deansearch{width:236px;height:36px;float:right;margin-top:22px;border:#ededed 1px solid;overflow:hidden;}#scbar{background:#fff;border:0;height:36px;line-height:36px;}#scbar_txt{width:200px;height:36px;float:left;text-indent:10px;line-height:36px;}.scbar_btn_td{background:url(search.gif) 5px 10px no-repeat;}#scbar_btn{width:35px;height:30px;float:right;line-height:30px;}.deanbottom{background:url(banner1.jpg) no-repeat center bottom;width:100%;height:200px;}.deanbottom1{width:1000px;margin:0 auto;height:200px;}.deanbt{width:750px;margin:0 auto;padding-top:56px;padding-top:56px\9;*margin-top:30px;_padding-top:30px;}.deantxt{font-size:21px;color:#707b91;height:50px;line-height:50px;float:left;font-family:"microsoft yahei";}.deanbutton{float:left;width:150px;background:#707b91;margin-left:20px;text-align:center;}.deanbutton a{font-size:18px;color:#FFF;font-family:"microsoft yahei";height:40px;line-height:40px;}.deanbb{width:200px;margin:0 auto;height:40px;margin-top:20px;_margin-top:0px;padding-left:160px;}.deanbbr{height:27px;line-height:27px;}.deanbbr ul li{float:left;font-size:18px;}.deanbbr ul li a{}#um{padding-top:15px;padding-right:60px;_padding-right:54px;line-height:3;}#diy-tg{float:right;width:56px;height:56px;}.deanfooter{width:1000px;margin:0 auto;}#ft{border-top:none;padding-bottom:0px;overflow:hidden;}.deanfootert{margin:0 auto;margin-top:20px;border-bottom:#dddddd 1px solid;padding-bottom:15px;}.deanfootert .company{width:550px;float:left;overflow:hidden;}.deanfootert .com_bt{width:100%;height:50px;padding-bottom:10px;background:url(../images/foot_logo.png) no-repeat left top;}.deanfootert .com_infor{width:100%;line-height:24px;color:#707b91;font-family:"microsoft yahei";}.deanfootert .contact{width:290px;float:right;overflow:hidden;}.deanfootert .cont_gy{width:90px;padding-top:18px;float:left;}.deanfootert .cont_gy h3{width:100%;height:30px;font-size:14px;color:#707b91;}.deanfootert .cont_gy p{width:100%;height:28px;line-height:28px;overflow:hidden;color:#707b91;}.deanfootert .cont_gy a{font-size:12px;color:#707b91;}.deanfootert .cont_ew{width:110px;height:110px;margin-top:20px;float:right;background:url(../images/ewm.png) no-repeat;}.deanfootert ul li{float:left;padding-bottom:10px;}.deanfootert ul li a{font-size:12px;color:#ffffff;margin-left:23px;}.deanfooterb{margin-top:10px;font-size:12px;color:#707b91;padding-bottom:30px;}.deanfooterb a{color:#707b91;}.mls img{width:50px;height:50px;border-radius:40px;margin-top:10px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}.mls a:hover img{}.avt img{width:50px;height:50px;border-radius:40px;margin-top:10px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}.avt a:hover img{}.ct2 .mn{width:760px;}#hd .p_pop{background:#fff;opacity:0.95;filter:alpha(opacity=95);box-shaodow:0 0 0 #fff;border:1px solid #eee;margin-top:5px;}#hd .p_pop a{padding:6px 10px;color:#38485a;font-size:15px;font-family:microsoft yahei;border-bottom:1px solid #f2f2f2;}#hd .p_pop a:hover{color:#f09;background:#fff;}#hd .p_pop .adv a{padding:0;color:#38485a;border-bottom:0;}.wth1000{width:1000px;margin:0 auto;}.flexslider{position:relative;height:200px;overflow:hidden;background:url(loading.gif) 50% no-repeat;}.slides{position:relative;z-index:1;}.slides li{height:200px;}.slides li.listy1{background:url(banner2.jpg) 50% 0 no-repeat;}.slides li.listy2{background:url(banner.jpg) 50% 0 no-repeat;}.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(dot_banner.png) right 0 no-repeat;cursor:pointer;}.flex-control-nav .flex-active{background-position:0 0;}.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}.flex-direction-nav li a.flex-prev{left:40px;}.flex-direction-nav li a.flex-next{right:40px;}.slides_left{width:700px;padding-top:80px;float:left;}.slides_left span{font-size:30px;color:#ffffff;font-family:"microsoft yahei";}.login_btnbg{width:297px;height:183px;margin-top:9px;background:url(logo_btnbg.png) no-repeat;overflow:hidden;float:right;}.login_nr{width:180px;margin:0 auto;padding-top:28px;}.login_nrlo{width:100%;height:36px;line-height:36px;text-align:center;background:#f5f5f5;margin-bottom:14px;}.login_nrlo a{font-size:18px;color:#291700;text-decoration:none;font-family:"microsoft yahei";}.login_nrlo a:hover{font-size:18px;color:#291700;text-decoration:underline;font-family:"microsoft yahei";}.login_nrkj{width:100%;line-height:25px;font-size:18px;color:#ffffff;font-family:"microsoft yahei";}.m1000{width:1000px;margin:auto;}a{color:#707b91;text-decoration:none}a:hover{color:#707b91;text-decoration:underline;}.clear{clear:both}.m30{margin-top:30px;}.seo_icon{background:url(seo_icon.png) no-repeat;display:inline-block}.sh_nav{width:1000px;margin:0 auto;border-bottom:4px solid #eee;height:35px;margin-top:15px;}.sh_ul ul a{width:85px;float:left;margin-right:15px;padding-bottom:15px;position:relative;text-align:center;color:#2e3239}.sh_ul ul a:hover{text-decoration:none;}.sh_border{position:absolute;bottom:-4px;left:0;z-index:1;border-bottom:4px solid #707b91;display:block;width:100%;}.guide{height:34px;border:1px solid #eee;border-radius:1px;line-height:34px;padding:0 10px;}.gui_icon{background-position:0 0;width:14px;height:18px;vertical-align:middle}.gui_icon1{background-position:0 -19px;width:6px;height:10px;margin:0 5px;}.seo_text{overflow:hidden;width:1000px}.seo_title{font-size:22px;font-weight:500;margin-bottom:15px;padding:0;}.seoul_li{line-height:36px;padding:0;font-size:14px;}.seo_border{border-top:1px solid #ccc;margin:20px 0 15px}.seo_page{line-height:36px;font-size:14px;}.seo_page a{color:#5487c6;padding:0 10px;font-size:14px;}.seolist{width:100%;}.seolist li{width:100%;height:34px;line-height:34px;font-size:12px;}.seolist li a{font-size:16px;color:#5487c6;}.seo_realed{margin-top:50px;margin-bottom:40px;}.seo_reti{font-size:14px;border-bottom:1px solid #eee;height:38px;line-height:38px;background:#f8f8f8;padding-left:10px;font-weight:500;margin-bottom:10px;}.seore_ul li{float:left;width:450px;line-height:30px;margin-left:10px;display:inline}.seo_num{background-position:-14px 0;width:14px;height:13px;font-style:normal;color:#fff;text-align:center;font-size:12px;line-height:13px;margin-right:10px;}#whatcon1{width:1000px;margin:0 auto;color:#2c2c2c;font-size:16px;}#whatcon1 .seo_bt{width:100%;height:45px;line-height:45px;font-size:24px;border-bottom:1px solid #2c2c2c;}#whatcon1 .seo_nr{width:100%;line-height:36px;padding-top:30px;}#whatcon1 .seo_pic1{width:430px;height:320px;background:url(seopic1.jpg) no-repeat left top;float:left;}#whatcon1 .seo_01{width:100%;margin-top:30px;}#whatcon1 .seo_01bq{width:100%;height:90px;background:url(seopic2.jpg) no-repeat;}#whatcon1 .seo_01bt{width:100%;margin:0 auto 10px;height:40px;font-size:18px;border-bottom:1px solid #dddddd;}#whatcon1 .seo_01nr{width:100;margin:0 auto;color:#636365;padding-bottom:20px;}#whatcon1 .seo_01nr li{width:100%;line-height:30px;border-bottom:1px dotted #dddddd;}#whatcon1 .seo_01bot{width:100%;height:25px;background:url(seopic4.jpg) no-repeat;}#whatcon1 .seo_02{width:100%;background:url(seopic5.jpg) no-repeat top center;margin-top:30px;}#whatcon1 .seo_02nr{width:100%;padding-top:360px;}#whatcon1 .seo_02nr li{line-height:36px;border-bottom:1px dotted #dddddd;}#whatcon1 .seo_03{width:100%;background:url(seopic6.jpg) no-repeat top center;margin-top:30px;padding-top:370px;}#whatcon1 .seo_03 dl{width:100%;border-bottom:1px solid #dddddd;padding-bottom:20px;margin-bottom:20px;}#whatcon1 .seo_03 dt{width:100%;height:40px;line-height:40px;}#whatcon1 .seo_03 dd{width:100%;line-height:30px;font-size:14px;}.seo_left{width:241px;border:1px solid #e8e8e8;background:#fafafa;min-height:700px;margin-top:20px;}.seo_left ul li{line-height:55px;border-bottom:1px solid #e8e8e8;padding-left:39px;font-size:16px;}.seo_left ul li.bornone{border-top:none}.seo_left ul li.seo_selete{background:#fff;border-left:6px solid #707b91;padding-left:33px;}.seo_right{width:735px;overflow:hidden;margin-top:10px;font-size:16px;float:right}.seo_right .sr_title{font-size:24px;font-weight:bold}.seo_right .seo_text{width:735px;line-height:33px;margin-top:30px;}.seo_right .seo_text1{width:735px;line-height:33px;margin-bottom:30px;}.seo_right .srt_c{margin-top:15px;line-height:28px;}.seo_right .seospan{display:block;}.seo_right .seo_t{font-weight:bold;}.main{width:1000px;margin:15PX auto auto;clear:both;}.main .biaoti{width:100%;height:36px;line-height:36px;border-bottom:2px solid #cccccc;font-size:18px;}.main .neirong li .neirogn_a{padding-top:20px;}.main .neirong li .neirogn_a li{float:left;}.main .neirong li .neirogn_a li a img{width:203px;height:83px;}.main .neirong li .neirogn_a li div{width:770px;font-size:14px;color:#494949;line-height:25px;}.jingyan{width:1000px;height:30px;line-height:30px;margin:20px auto 10px auto;text-indent:20px;}.jingyan .jingyana{width:150px;height:30px;line-height:30px;font-size:12px;color:#222222;float:left;}.qq_bind{margin-top:-3px;}#toptb .qq_bind{margin-top:2px;}

.related{border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:2px solid #e5e5e5;padding:15px;overflow:hidden}
.related h1{font-size:24px;border-bottom:1px solid #e5e5e5;padding:5px 0 10px 0;color:#000;line-height:30px;margin-bottom:10px}
.related ul li{width:100%;float:left;font-size:14px;line-height:30px}
.related ul li span{float:left;padding:0 4px}
.related ul li a{float:left;width:190px;padding:0 4px}
.idea{display:block;height:40px;margin-top:22px;border:1px solid #c9c9c9;padding-left:60px;padding-top:10px;box-shadow:0 1px 1px 1px #ddd}
.idea span{display:inline-block;background:url('../img/idea1.gif') 0 0 no-repeat;font-size:16px;padding-left:40px;padding:4px 0 4px 40px;margin:0 auto;color:#7d7d7d;font-weight:bold}
.cpinner{width:984px;margin:0 auto;overflow:hidden}
.top_tit{height:43px;line-height:43px;border-bottom:1px solid #EEE;color:#737373}
.top_tit a{color:#737373}

.floatdiv{position:absolute;top:145px;left:-50px;width:40px;height:95px}
.floatlist{position:relative;width:40px;height:42px;background:url('../img/bklist.png') 0 0 no-repeat;cursor:pointer}
.floatlist ul{position:absolute;top:0;left:40px;width:220px;display:none;border:2px solid #e5e5e5;background:#fff;padding:20px 0}
.floatlist ul li{float:left;padding:0 35px;margin-bottom:15px}
.returntop a{cursor:pointer;display:block;width:40px;height:42px;margin-top:15px;background:url('../img/returntop.png') 0 0 no-repeat}
.wikipedia{width:100%;padding-top:40px;color:#626262;overflow:hidden}
.wikL{float:left;width:914px}
.wikR{float:right;width:250px;margin-left:20px}
.wikl_tit{width:100%;padding-bottom:40px;overflow:hidden}
.wikl_tit h1{float:left;width:500px;font-size:30px;font-weight:bold;padding-bottom:20px;color:#000}
.wikl_tit span{float:right;font-size:12px;padding-top:20px;color:#959595}
.wikl_tit p{float:left;font-size:14px;background:#eee;padding:2%;line-height:30px;color:#626262;width:96%}
.ad{width:100%;height:95px;margin-bottom:40px}
.ad img{width:350px;height:95px;display:inline}
.wikl_con .nomargin p{margin-bottom:10px}
.wikl_con{padding-bottom:45px;overflow:hidden}
.wikl_con h2{font-size:20px;border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:15px;color:#000}
.wikl_con p{line-height:30px;font-size:14px;padding-right:10px;margin-bottom:25px}
.wikl_con ul{float:left;width:210px;border-right:1px solid #e5e5e5;padding-left:40px}
.wikl_con .bigschc{border-right:0;padding-right:0}
.wikl_con .bigscha{padding-left:0}
.wikl_con ul li{line-height:30px;padding-left:10px;font-size:14px}
.wikl_con ol li{font-size:16px;line-height:30px;line-height:28px;margin-bottom:15px}

.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}