@charset "utf-8";
/* Css Document */
*{word-wrap:break-word; outline:none;}
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"Microsoft YaHei","微软雅黑","宋体","Arial Narrow","Georgia","Arial"; color:#666666; background:#ffffff;}/*background:url(bg.jpg) repeat;*/
* html,* html body{background-attachment:fixed;}
form,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,h9,p{margin:0; padding:0;}
p{ line-height:20px;}
input,select{font-size:12px;}
img{border:0;}
ul,li{list-style-type:none;}
cite,em,i{font-style:normal;}
#cnzz{display:none;}
/* 链接颜色 */
a{color:#666666;text-decoration:none;transition:all 0.1s linear 0s;}
a:hover,.Titlei .more:hover,.icenpot a:hover{color:#D70010; }
/* 浮动位置 */
.fl{float:left; display:inline;}
.fr{float:right;}
.cl{clear:both;}
/*内部位置*/
.tc{text-align:center;}
.tl{text-align:left;}
.tr{text-align:right;}
.pr{ position:relative}
.pst{position:absolute;}
/*块状态*/
.dis{display:block;}
.undis{display:none;}
.ove{overflow:hidden;}
/*字体状态*/
.fb{font-weight:bold;}
.fnb{font-weight:200;}
.yahei{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei";}
.heiti{font-family:"黑体","Microsoft YaHei","微软雅黑","宋体","Arial Narrow"}
.Hfa{ font-family:Arial, Helvetica, sans-serif;}
.coDt{ color:#0856a0}
.Ari{ font-family:Arial, Helvetica, sans-serif;}
/*字体颜色*/
.red{color:#c40b0d;}
.green{color:#14AC00;}
.blue{color:#00A2FF;}
.f12{font-size:12px;font-family:tahoma; }
.f14{font-size:14px;}
.f16{font-size:16px; }
.f18{font-size:18px; }
.f20{font-size:20px; }
.f24{font-size:24px; }
.f22{font-size:22px; }
.f30{ font-size:30px;}
/*title*/
h1,h2,h3,h4{font-family:"宋体","Microsoft YaHei","Arial";}
h1,.h1 {font-size:14px;font-weight:bold;}
h2 {font-size:14px;font-weight:bold;}
h3 {font-size:12px;}
h4 {font-size:12px; font-weight:normal;}
.shu{ font-family:Georgia, "Times New Roman", Times, serif}
.su{ color:#ba0000;}
.sus{ color:#333333}
.sul{ color:#666666}
.pre{white-space:pre-wrap;word-wrap:break-word;}
/*= Extra CSS */
.clearfix{zoom:1;}
.clearfix:after{content:"."; display:block; clear:both; height:0; font:0/0 sans-serif; visibility:hidden;}
.noContent {width: 100%; color:#666666;float: left;  font-family: "Microsoft YaHei","Arial Narrow","宋体";   font-size: 30px;margin: 0 auto;padding: 15px 0;  text-align: center;}
/*hr*/
.hr1{height:1px;clear:both; font-size:1px; line-height:1px;}
.hr1_f{height:1px;clear:both; font-size:1px; line-height:1px; background:#fff;}
.hr7{height:7px;clear:both; font-size:1px; line-height:1px;}
.hr5{height:5px;clear:both; font-size:1px; line-height:1px;}
.hr10{height:10px;clear:both; font-size:1px; line-height:1px;}
.hr15{height:15px;clear:both; font-size:1px; line-height:1px;}
.hr20{height:20px;clear:both; font-size:1px; line-height:1px;}
.hr25{height:25px;clear:both; font-size:1px; line-height:1px;}
.hr30{height:30px;clear:both; font-size:1px; line-height:1px;}
.hr50{height:50px;clear:both; font-size:1px; line-height:1px; display:inline}
.hr10_shadow{height:10px;clear:both; font-size:1px; line-height:1px;background:url("shadow.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/shadow.gif*/ center center no-repeat;}
/*img A*/
.imga{display:block;}
#nobg{background:none;}
#nobor{ border:none;}
#fr{ float:right;}
{ position:fixed;}
/*end*/
#end{margin-right:0;}
/* Css Document 960=40*24 */

.Column1190{width:1190px;height:auto;margin:0 auto;  margin-bottom:0px;overflow: hidden;}
	.Column1000{width:1000px;height:auto;margin:0 auto;}
  .iColumn-L{width:710px;height:auto;float:left;display:inline;overflow:hidden;}
  .iColumn-R{width:242px;height:auto;float:right;display:inline;overflow:hidden;}
  .Column-L{ width:880px; _overflow:hidden;height:auto;float:left;background:url("cleftbg.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/cleftbg.gif*/ repeat-y;}
  .Column-R{width:290px;height:auto;float:right;display:inline;overflow:hidden; border:1px #EAEAEA solid; border-top:none; background:#fff;}
   .CLiColumn{width:745px;height:auto;float:left;display:inline;overflow:hidden;}
   .CRolumn{ width:220px; _overflow:hidden;height:auto;float:right;background:url("crightry.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/crightry.gif*/ 1px top repeat-y;}
.wt135{ width:135px; margin:auto;}
/* Css Document 960=40*24 */
/*css3*/
@-webkit-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-moz-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-ms-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}

@-webkit-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@-moz-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@-ms-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}}
/*首页开始*/
.iTop{ width:100%; background:#000000;height:45px;}
	.logo{ padding-top:10px;}
	.iThead{background:#000000;}
	.iThead p{ margin-top:12px;}
	.iThead p a.first{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -277px -174px no-repeat; padding-left:10px; float:left; padding-left:28px;}
	.iThead p a{ color:#fff; margin-left:8px; margin-right:8px;}
	.itel{ padding:12px 0px 0px 10px;}
.INavwp{width:100%; height:100px;background:url("headtop.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/headtop.png*/ repeat-x; position:relative; z-index:999;}
.INavwppox{position:fixed;top:0px; left:0px;}
.iNav{width:826px; height:90px;float:right;}	
	.iNav li{width:115px; height:63px;border-right:1px #730008 solid; float:left; padding-top:27px; position:relative;}
	.iNav li span{ width:31px; height:37px;font-size:48px; color:#fff;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -1px -114px no-repeat; float:left; margin:0px 10px 0px 6px;transition:all 0.3s linear 0s;}
	
		.iNav li span.ibg2{ background-position: -1px -155px;}
		.iNav li span.ibg3{ background-position: -1px -196px;}
		.iNav li span.ibg4{ background-position: -1px -236px;}
		.iNav li span.ibg5{ background-position: -1px -276px;}
		.iNav li span.ibg6{ background-position: -1px -317px;}
		.iNav li span.ibg7{ background-position: -1px -358px;}
		.iNav li.hover span{background-position: -35px -114px;}	
		.iNav li.hover span.ibg2,.iNav li.current span.ibg2{ background-position: -35px -155px;}
		.iNav li.hover span.ibg3,.iNav li.current span.ibg3{ background-position: -35px -196px;}
		.iNav li.hover span.ibg4,.iNav li.current span.ibg4{ background-position: -35px -236px;}
		.iNav li.hover span.ibg5,.iNav li.current span.ibg5{ background-position: -35px -276px;}
		.iNav li.hover span.ibg6,.iNav li.current span.ibg6{ background-position: -35px -317px;}
		.iNav li.hover span.ibg7,.iNav li.current span.ibg7{ background-position: -35px -358px;}
		
.iNav li.first{ border-left:1px #730008 solid;}
	.iNav li a,.iNav li em{ color:#fff;}
.iNasubli{width:131px; position:absolute; z-index:1000; display:block; top:90px; background:rgba(169, 15, 9, 0.7) none repeat scroll 0 0 !important; filter:Alpha(opacity=70);background:#9c0905; display:none;}	
	.iNasubli li{ height:35px; float:left;margin-top:0px; padding-top:0px;border-right:none;}
	.iNasubli li a{height:35px; padding-top:0px; line-height:35px; background:none;*padding-left:0px; *margin-left:0px; font-size:14px; color:#fff;}
	.iNasubli li.hover,.iNasubli li.current{ background:#9c0905;}
	.iNasubli li span{ width:auto; height:auto; background:none; margin:auto; font-size:14px; line-height:35px; margin-left:15px; margin-right:10px;}
.iNav li .iNasubli li a{width:100%;display:block;color:#fff}
.iNav li .iNasubli li a.current,.iNav li .iNasubli li a:hover{color:#fff;}
a.iiDdan{ width:121px; height:42px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -1px -1px no-repeat; display:block; position:relative; top:-3px;}
.iWrapone{ width:100%;height:580px; background:#f3f3f3;}
.iinrxbg{ width:100%; height:10px;background:url("inrxbg.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/inrxbg.gif*/ repeat-x; line-height:0px; font-size:0px;}
.hostleft,.iTeam{ width:840px;}
	.hosttop { width:100%;height:40px;line-height:40px;border-bottom:1px #DDDDDD solid; float:left;}
	.hosttop a.more{ margin-top:5px;}
	.hosttop em{ height:40px; border-bottom:1px #9D000B solid; position:absolute; position:absolute; bottom:0px;}
	.hosttop p.hostfr{ margin-top:12px;}
	.hosttop p a{ display:block; margin-left:10px;}
	.hosttop p a:hover{ color:#fff;}
	.yuhout{ width:85px;height:20px; color:#fff;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -1px -47px no-repeat; text-align:center; line-height:20px; display:block;}
	.hosttop span{ padding-left:95px;}
.IHoust{width:100%;overflow:hidden; height:300px;}
	.IHoust li.one{ width:360px; float:left;}
	.IHoust li{ margin-right:20px; float:left;}
	.IHoust li.one img{ width:360px; height:270px; display:block; margin-bottom:10px;}
	.IHoust li.one em{ width:50%; float:left;}
	.IHoust li.two{ width:140px; text-align:center; margin-bottom:8px;}
	.IHoust li.hover a{ color:#D70010;}
	.IHoust li.two img{ width:140px; height:120px; display:block; margin-bottom:5px;}
.hostright{ width:320px;}	
.iNews li{ width:100%; height:37px; line-height:37px; border-bottom:1px #CCCCCC dashed; overflow:hidden;}
	.iNews li span{ width:14px; height:14px; line-height:14px; margin-top:11px; text-align:center; margin-left:5px;float:left;color:#fff;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -284px -31px no-repeat;}
	.iNews li em{ color:#AAAAAA; margin-left:10px; margin-right:10px;float: right;}
.iNews{ height:310px;}	
.iMoimg a{ width:237px; height:200px;float:left;background:url("hanghbg.jpg")/*tpa=http://www.hkgtsj.com/tpl/www/images/hanghbg.jpg*/ left top no-repeat; border-right:1px #fff solid;transition:all 0.3s linear 0s;}
	.iMoimg a:hover{background-position: left -201px;}
	.iMoimg a.two{ background-position: -238px top;}
	.iMoimg .two:hover{ background-position: -238px -201px;}
	.iMoimg a.three{ background-position: -476px top;}
	.iMoimg .three:hover{ background-position: -476px -201px;}
	.iMoimg a.hour{ background-position: -714px top;}
	.iMoimg .hour:hover{ background-position: -714px -201px;}
	.iMoimg a.wu{ background-position: -952px top;}
	.iMoimg .wu:hover{ background-position: -952px -201px;}
.hosttop .dcstyle{ margin-top:5px;}		
	.hosttop .dcstyle span{ padding-right:3px; padding-left:3px; color:#CCCCCC}
.iCases li{ width:230px; height:170px; float:left; position:relative; margin-right:10px; margin-bottom:15px;}
	.iCases li.hoevr p{}	
	.iCases li img{ width:230px; height:170px; display:block;}
	.iCases li em{ position:absolute; left:10px; bottom:10px;background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important; filter:Alpha(opacity=70);background:#000; padding:0px 6px;  color:#fff; transition:all 0.3s linear 0s;}
	.iCases li.hover em{ background:#9d000b !important;}
.iTeam li{ width:135px; height:270px; float:left; margin-right:30px; margin-left:8px;}
	.iTeam li img{width:135px; height:180px; display:block;}	
	.iTeam li .teanbg{ width:100%; height:30px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -1px -75px no-repeat; float:left; color:#fff; line-height:30px;} 
	.iTeam li .teanbg span{ font-family:Arial, Helvetica, sans-serif; padding-right:10px;padding-left:15px; font-size:20px; font-weight:bold;}
	.iTeam li p.two a{padding-left:20px;}
	.iTeam li p{ width:100%;margin-top:5px; float:left;}
	.iyy{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -284px -64px no-repeat;}
	.ixq{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -283px -101px no-repeat;}
#pMoree{ width:840px;}
	.moreCases{width:840px;}
	.moreCases li{width:135px;}
	.pMore .btn{position:absolute;z-index:99;top:25%;width:20px;height:20px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -168px -1px no-repeat; top:10px;}
	.pMore .prev{right:40px;}
	.pMore .next{right:10px;background-position:-201px -1px;}
	.pMore .prev:hover{background-position:-168px -23px;}
	.pMore .next:hover{background-position:-201px -23px;}
.iTeamHot p {color:#888888; padding-top:10px;}	
.iTeamHot{width:320px;}
	.iTeamHot img{ display:block; margin-top:10px;}
.iBrimg{ border-top:1px #EEEEEE solid; border-left:1px #EEEEEE solid}	
.iBrimg em{ float:left; width:148px; } 	
.iBrimg img{ width:147px; height:84px; border-right:1px #EEEEEE solid; border-bottom:1px #EEEEEE solid;}
.bodywp{ width:100%; height:170px; background:#eaeaea;}
	.bodyrx{ width:100%; height:5px;background:url("bodyrx.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/bodyrx.gif*/ repeat-x; font-size:0px; line-height:0px;}
.TnesTink{ width:370px; float:left; margin-right:40px;}	
	.TnesTink img{ width:100px; height:75px; display:block; float:left; margin-right:10px; padding:1px; border:1px #EAEAEA solid;}
	.Tneshover img{ border:1px #9D000B solid;transition:all 0.5s linear 0s;}
	.TnesTink a{ color:#333;}
	.Tneshover a{ color:#9D000B}	
	.TnesTink p{ color:#888888; margin-top:5px;}
.izbazw{ width:100%; height:130px;background:url("footrc.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/footrc.gif*/ repeat-x;}	
	.izbazw img{ display:block; margin:auto; padding-top:30px;}
.ifoot{ width:100%; height:150px; background:#333333; color:#AAAAAA;}
	.ifootfl{ width:355px; margin-top:27px;}
	.ifoota{ width:300px; float:left; margin-top:27px; margin-left:135px; _display:inline;}
		.ifoota a{height:100px; float:left; float:left; margin-right:50px; text-align:center; transition:all 0.3s linear 0s;}
		.ifoota a.one{width:60px;}
		.ifoota a.one span{ width:53px; height:59px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -106px -113px no-repeat; float:left; margin-bottom:20px;transition:all 0.3s linear 0s;}
		.ifoota .one:hover span{ background-position: -106px -173px}
		.ifoota img{ padding-bottom:10px;}
		.ifoota a.two{width:70px;}
		.ifoota a.two span{ width:70px; height:55px; background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -170px -115px no-repeat;float:left;margin-bottom:20px; margin-top:4px;transition:all 0.3s linear 0s;}
		.ifoota .two:hover span{background-position:-170px -175px}
		.ifoota .ther{ width:70px;}
	.ifootfr{ width:200px; margin-top:27px;}	
.iLink{ width:100%;padding:5px 0px; background:#000000; color:#666666;}	
	.iLink span{ padding:0px 5px;}
/*案例开始*/
.Limg{ width:100%; height:128px;background:url("lDrx.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/lDrx.gif*/ left top  repeat-x; margin-top:-5px;} 	
.icenpot{ position:absolute; right:10px; bottom:48px; color:#999999;}
.btname{position: absolute;
left: 10px;
bottom: 38px;padding: 10px 0;

}
.btname_1{font-size: 30px;color: #B90000;}
.btname_2{font-size: 30px;}

	.icenpot a{color:#999999;}	
.subnav{ width:100%; height:44px; border-bottom:1px #EBEBEB solid; background:#fff;}	
	.subnav li{ width:103px; height:44px; text-align:center;line-height:44px;border-bottom:1px #EBEBEB solid;border-left:1px #EBEBEB solid; border-right:1px #EBEBEB solid;  float:left;transition:all 0.3s linear 0s;}
	.subnav li a{ display:block; height:44px;}
	.subnav li.hover,.subnav li.current{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	
	#p43 li.p43{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p44 li.p44{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p45 li.p45{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p46 li.p46{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p47 li.p47{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	
	
	#p73 li.p73{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p74 li.p74{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p75 li.p75{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p76 li.p76{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p77 li.p77{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p79 li.p78{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p79 li.p79{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p80 li.p80{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	
	#p85 li.p85{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p86 li.p86{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p87 li.p87{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p88 li.p88{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p89 li.p89{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p90 li.p90{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p91 li.p91{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p92 li.p92{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	#p93 li.p93{border-bottom:1px #f3f3f3 solid; background:#f3f3f3; }
	
	
	.subnav li.hover a,.subnav li.current a{color:#ba0000}
.Conwrap{ background:#f3f3f3;}
	.iStyle{ width:1170; height:155px;padding:9px; border:1px #EAEAEA solid; background:#FAFAFA; }	
		.iStyle .tiht{width:95px; height:100%;background:#eaeaea;transition:all 0.5s linear 0s;}
		.iStylebg .tiht{background:#BA0000;}
		.iStylebg .tiht span{ color:#fff;}
		.iStyle ul{ width:1055px; float:right;}
			.iStyle .tiht span{ width:60px; float:left; line-height:40px; margin:16px 0px 0px 15px; *display:inline;}
	.iStyle li .istfl{ width:110px; height:23px; float:left; line-height:23px; background:#666666; color:#fff; }
	.iStyle li.first{ margin-top:6px;}	
	.iStyle li .istfl span{ color:#AAAAAA; font-weight:bold; padding-right:12px;transition:all 0.3s linear 0s;}	
	.iStyle li .istfl em{ padding-left:5px;}
	.iStyle li .istfl.hover span{color:#fff;padding-right:8px;}
	.iStyle li .istyfr { width:925px;height:23px; float:right;border-bottom:1px #CCCCCC dashed;}
	.iStyle li .istyfr a{ float:left; margin-right:20px; padding:0px 2px;}
	.iStyle li .istyfr a.cur{ background:#D70010;color:#fff;}
#containerPic{ width:100%;}	
.itemPic{ width:225px; float:left;height:200px; float:left; margin:0 6px; margin-bottom:15px; transition:all 0.3s linear 0s;}	
	.itemPic .first{ position:relative;width:225px;height:170px;overflow:hidden;}
	.itemPic .first a.potPic{width:145px; height:80px; padding:45px 40px; position:absolute;left:0px; top:170px;background:rgba(169, 15, 9, 0.8) none repeat scroll 0 0 !important; filter:Alpha(opacity=80);background:#9c0905; position:absolute; font-size:14px; color:#fff;transition:none;}
	.itemPic .first a.potPic em{ width:100%; font-size:14px; color:#fff;display:block; line-height:30px;}	
	.itemPic img{ width:225px; height:170px; margin-bottom:20px; display:block;}
	.itemPic  em{ width:50%; float:left; font-size:10px; color:#999999;}

#jloading{ width:100%; height:40px; line-height:40px;background:#e3e3e3; font-size:14px; text-align:center;cursor:pointer;}
	#jloading em{ width:180px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -286px -205px no-repeat; padding-left:18px; display:block; margin:auto;}
/*案例内容*/
.sxrp .prevCases a,.sxrp .nextCases a{ width:76px; height:50px;background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -338px -126px no-repeat;}
.sxrp .prevCases{ display:block; background-position: -338px -126px;}
.sxrp .nextCases a{ background-position:-422px -126px;}
.Ctopfl{ width:710px; float:left;}
	.Ctopfl h1{ padding-right:45px; color:#333333; font-family:inherit;}
	.Ctopfl em{ padding-right:20px;}
.sxrp{ width:170px; float:right;} 	
.xqxxfl { width:224px; border-right:1px #D5D5D5 dashed; line-height:30px;}	
	.xqxxfl span,.xqxxfr span{ border-bottom:1px #D5D5D5 dashed;}
	.xqxxfl em{ height:30px;}
.xqxxfr{ width:655px;line-height:30px;}	
	.xqxxfr span{ padding-left:10px;text-align: left;}
	.xqxxfr p{ padding:10px;}
.TysjeHot{ width:630px; margin:auto; height:50px;}	
	.txtfl{ font-size:24px; color:#33333; float:left; margin-top:7px;}
	.txtfl span{ font-size:14px;}
	.txtfr{ width:280px;}	
	.txtfr a{ width:127px; height:50px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -104px -372px no-repeat; float:left; margin-left:10px;}
	.txtfr a.Czxun{ background-position: -104px -425px}
.dcCases li{ width:210px; margin-right:13px;}
	.dcCases li img{ width:210px;}

	/*.dcCases li p{display:none;width:180px;height:100%;position:absolute;z-index:1;font-size:12px;text-align:left;padding:0 15px;background:#212121;color:#999;left:0;bottom:0;}*/
.Cztop{ width:100%; height:85px;background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -1px -324px no-repeat;transition:all 0.3s linear 0s;}	
.Cztfr.hover .Cztop{background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -1px -239px no-repeat;}
.Cztfr{ margin-bottom:15px}
.indettab em{ width:33.3%; height:30px; overflow:hidden; float:left; text-align:center;}
.indettab ul{ height:300px; overflow:hidden;}
.indettab ul li{ height:30px; line-height:30px; overflow:hidden;}
.dc_team{ width:240px; margin:auto;}
	.dc_team img{ width:100%; height:320px;}	
.da_yyue{ width:270px; margin:auto;}	
	.da_yyue .table .left{ width:50px;}
	.da_yyue .table .button{ margin:auto}
.sjs_cases{width:270px; margin:auto;}
	.sjs_cases li{ width:120px; float:left; margin-right:28px; text-align:center; margin-top:15px;}
	.sjs_cases li img{ width:120px; height:90px; display:block; margin-bottom:8px;}
.hotcases{width:270px; margin:auto;}
	.hotcases li{ width:100%;line-height:33px; border-bottom:1px #EAEAEA solid; float:left;}
	.hotcases li em.spanbg{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -285px -280px no-repeat;}	
	.hotcases li em{ width:15px; height:15px; line-height:15px; text-align:center; margin:10px 0px 0px 3px;background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -285px -310px no-repeat; float:left; color:#fff;}
	.hotcases li p{width:29px;}

	.hotcases li.hover .linone{ display:block;} 
.linone{ width:100%; height:100px; float:left; display:none;}	
	.linone img{ width:120px; height:90px; float:left; margin-right:10px;}
/*设计团队开始*/
.cTeam li{ width:210px; height:490px; overflow:hidden; float:left; margin-right:28px; color:#fff; margin-bottom:30px;}	
	.cTeam li p.one{ width:100%; height:117px; float:left;background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -1px -119px no-repeat;transition:all 0.3s linear 0s;}
	.cTeam li p.one a{ color:#fff; padding-top:78px; padding-left:20px; float:left;}
	.cTeam p.two span{ padding-left:15px; padding-right:5px;}
	.cTeam p.two em.hot{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -284px -240px no-repeat; padding-left:15px; padding-right:10px; color:#fff;}
	.cTeam li p.one span{ float:right; padding-top:79px; padding-right:30px; }
	.cTeam li img{ width:100%; height:280px}
	.cTeam p.two{ width:100%; height:30px; line-height:30px;background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -289px -1px no-repeat; }
	.dc_team p.two{ width:100%; height:30px; line-height:30px;background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -259px -86px no-repeat; color:#fff;}
	.Tlibotfr{ width:200px;}
	.sjs{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -283px -63px no-repeat;}
	.Tlibot a.sjs,.Tlibot a.xqing{padding-left:20px;}
	.Tlibot a.xqing{ margin-right:20px;}
	.xqing{background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -283px -98px no-repeat;}
.Tlibot{ width:100%;color:#666;}	
.Tlibot em.two{ font-size:40px; height:43px; line-height:43px;background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -432px -39px no-repeat; color:#fff}
.cTeam li.hover p.one{background:url("Clistbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/Clistbg.png*/ -1px -1px no-repeat;}
.cTlibot{ width:245px; height:45px; background:#fff; border:2px #ba0000 solid;  padding:10px;margin:auto;}
.botjsj{ width:249px; padding:10px; color:#fff; background:#ba0000; margin:auto; height:12px; line-height:12px; text-align:center}
	.cTlibot span{ float:left; margin-left:15px; margin-top:10px;}
	.cTlibot em{ margin-left:10px;}
/*团队内容*/
.Cteamfl{ width:290px; border:1px #EAEAEA solid; float:left;} 
	.Cteamfl .imga img{ width:240px; height:320px; display:block; margin:auto;}	
	.Cteamfr{ width:560px; float:right;}
	.Cteamfr p.red { width:100%; padding-bottom:10px;border-bottom:1px #DDDDDD solid;}
		.Cteamfr p em{ float:left; margin-left:15px;}
		.Cteamfr p{ line-height:25px;}
		.CiTeam{ width:880px;}
		.CiTeam li{ margin-left:0px; margin-right:51px;}	
/*楼盘开始*/
.cHouse li{ width:980px;  padding-top:20px; float:left; background:url("litop.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/litop.gif*/ left top repeat-x; margin:0 7.5px;transition:all 0.3s linear 0s; margin-bottom:20px;}
.dc_unitt{ width:1190px;background:url("litop.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/litop.gif*/ left top repeat-x;}
	.dc_unitt li{ width:50%; height:150px; float:left; margin-bottom:20px;}

	.dc_unitt li img{ width:200px; height:150px; display:block;}
	.nittfr { width:355px; float:right; margin-right:15px;}
	.nittfr a{ padding-bottom:10px; border-bottom:1px #E0E0E0 dashed;} 
	.nittfr em{ width:50%; float:left; height:30px; line-height:30px;}
	.cHouse li img{ width:240px; height:180px; display:block; float:left; margin-top:15px;}
	.cHouse .lifr{ width:940px; float:left}
	.cHouse .lifr em{ font-family:Arial, Helvetica, sans-serif; color:#999999;}
	.cHouse .lifr em{ float:left; margin-right:15px;}
	.cHouse li.hover,.dc_unitt.hover{background:url("litophv.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/litophv.gif*/ left top repeat-x;}
.rersem{ width:100%;}	
	.rersem em{ width:33.3%; float:left;  font-size:14px;}
/*楼盘内页*/
.houtop img{ width:360px; height:270px; display:block; float:left;}	
	.houtop .houtopfr{ width:800px;}
	.houtop h1{ padding-right:15px;}
	.houtopfr p{line-height:25px;}
.dc_unitt li{ width:50%; float:left; margin-top:20px;}	
.Tholist em{padding:0px 5px; background:#666666;  color:#fff; }
.Tholist a{padding:0px 5px; background:#666666; color:#fff; float:left; margin-left:8px; display:inline-block;}
	.Tholist a:hover{ background:#d70010;}	
.post_ent{ width:660px; margin:auto;}
/*单页*/
.tpcros{ width:100%; float:left; margin-bottom:55px;}
.tpcros .top{ height:60px; line-height:60px;padding-bottom:10px; border-bottom:1px #E5E5E5 solid; margin-bottom:15px;}
	.tpcros .top span{ font-size:60px; color:#aaaaaa; padding-right:15px;}	
	.tpcros p{ line-height:30px;}
.yctaa{ width:100%; margin-bottom:40px; float:left}	
.yctaa .yctfr{ width:806px; font-size:14px;padding-left:20px; border-left:1px #E5E5E5 solid;}
	.yctaa .yctfl em{ padding-top:10px;}
	.yctaa .yctfl{ width:340px;}
	.yctaa .yctfl span{ width:70px; height:70px; float:left; background:#ba0000; color:#fff; font-size:36px; text-align:center; line-height:70px; margin-right:12px;}
.aboatfl{ width:50%; float:left; line-height:30px;}
	.aboatfl .top{ width:100%;height:63px; margin-bottom:30px;}	
	.aboatfl .top span { width:63px; height:63px; background:#ba0000;  font-size:48px;text-align:center; line-height:63px; color:#fff; margin-right:15px;float:left;}
	.aboatfl .top em.one{ font-size:10px;}	
	.aboatfl em.three{ width:110px;padding-right:60px; float:left;}
	.aboatfl img{ position:relative; top:30px; left:50px;}
.ibrand li{ width:200px; height:100px;float:left; margin-right:47px; margin-bottom:20px;overflow:hidden}	
/*首页播放*/
.iPlayer{ width:100%; height:550px; margin-top:-10px; position:relative;}	
   .iPlayer a{transition:all 0.3s linear 0s;}
	#IndexPlay{width:100%; height:550px;position:relative;  margin:auto;  overflow:hidden;}
	#ImgBox{overflow:hidden; width:100%; height:550px;background:url("guditu.jpg")/*tpa=http://www.hkgtsj.com/tpl/www/images/guditu.jpg*/ center top  repeat-x }
	#ImgBox a{width:100%px; height:550px;display:block; background-repeat: no-repeat; background-position: center top; }
	#ImgBox a img{width:100%px;height:550px;}
	#ImgBox img{width:1280px; height:550px;}
	#ImgLenBox{ width:250px; margin:auto;height:15px;z-index:98;text-align:center;font-size:12px; line-height:15px; position:relative; margin-top:3px; _display:inline; _float:right; _margin-right:300px;}
	#ImgLenBox a{ width:55px; height:10px;background:#fff; text-align:center;color:#000; font-family:Arial, Helvetica, sans-serif; float:left; margin-right:5px;}
	#ImgLenBox a.hover,#ImgLenBox a:hover.hover{background:#ff0012;color:#333333; }
	#prev,#next{position:absolute;display:none; width:45px; height:45px; bottom:150px; cursor:pointer; z-index:99;}
	#prev{ left:50%;margin-left:-500px;background:url("ad-gallery/prcr.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/prcr.png*/ left top no-repeat;}
	#next{ right:50%;margin-right:-500px;background:url("ad-gallery/prcr.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/prcr.png*/ -55px top no-repeat ;}
	#prev:hover{background-position: left -48px; }
	#next:hover{background-position: -55px -48px;}
	#CasesPlay a:active {outline: none;star:expression(this.onFocus=this.blur());}
	#CB_wrap{ width:100%; height:24px; position:absolute; bottom:90px;}
	
.iPlayerbg{ width:100%; height:84px;background:url("iPlayerbg.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/iPlayerbg.png*/ repeat-x; position:absolute; bottom:0px; left:0px; color:#fff;}
	.iPlayerbg .iPlfz{ width:1080px; margin:auto; margin-top:27px;}	
	
	/*右边浮动*/
.SideBoxwp{width:72px;overflow:hidden; _position:absolute; right:15px; top:230px; position:fixed;}	
.SideBox{ width:70px; border-left:1px #E0E0E0 solid;  border-right:1px #E0E0E0 solid; border-top:1px #E0E0E0 solid;background:#fff;}
	.SideBox a{ width:70px; height:28px;padding-top: 42px;background:url("boxfr.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/boxfr.png*/ left -3px no-repeat;display:block;transition:all 0.3s linear 0s; text-align:center;}
	.SideBox .one:hover{background-position:left -73px;}
	.SideBox a.two{background-position: -70px -3px; }
		.SideBox .two:hover{background-position: -70px -73px; }
		.SideBox a.ther{background-position: -134px -3px; }
		.SideBox .ther:hover{background-position: -134px -73px; }
.backtop{ width:100%; height:34px;background:url("boxfr.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/boxfr.png*/ -228px -1px no-repeat;cursor:pointer}		
	.backtop.hover{background:url("boxfr.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/boxfr.png*/ -228px -36px no-repeat;}	
	
	.ahourT {transition:all 1s linear 0s;display: none; height: 306px;   left: 50%; margin-left: -131px;   margin-top: -153px;position:fixed;top:50%;width: 262px;z-index: 100; }			
 
.ahourT span {cursor:pointer;float:right;height:17px; position:absolute;right: 10px;top:12px;width:17px;}
   
/*在建楼盘*/	
.iHoust li{ width:100%; height:170px; padding:0px 0px 20px 0px; border-bottom:1px #E0E0E0 solid;}
	.iHoust li img{ width:200px; height:160px; padding:4px; border:1px #E0E0E0 solid;}
	.iHouhs{ width:555px; float:right;}
	.linehei{ line-height:28px;}
/*户型楼盘关联*/
.Ihouse img{ width:180px; height:140px; border:1px #D4D4D4 solid; padding:4px; background:#fff; float:left; display:block; margin-right:15px;}	
	.Ihouse em{ color:#DC000B;}
	.Ihouse span{ padding-left:5px;}
	.Ihocot{ height:20px; border-bottom:1px #E0E0E0 solid; }
	.Ihocot em{width:263px; height:48px; line-height:48px; text-align:center; color:#222; position:absolute;background:#ccc; left:240px;}
	.Ihocfl,.Ihocofr{ width:370px; float:left;}
	.Ihocfl img,.Ihocofr img{ width:150px; height:120px; padding:4px; border:1px #D3D3D3 solid; background:#fff; float:left; margin-right:25px;}
	.Ihocfl em,.Ihocofr em{ padding-right:10px;}
	.Ihocfl p,.Ihocofr p{ height:30px; line-height:30px;}
	.dc_unit li{ width:230px; float:left; margin-right:10px; text-align:center; font-size:14px;}
	.iHouhs p a{ background:#555555; color:#fff; padding:3px 8px;}
	.iHouhs p a:hover{background:#E7001B;}
	.dc_unit li img{ width:220px; height:160px; display:block; padding:4px; border:1px #D4D4D4 solid; background:#fff; margin-bottom:10px;}
	  
/*我要说两句*/
.icac_st .ReplyBox .ht{ display:none;}
.icac_st  .tableta{ width:260px; float:left;}
.icac_st .table .left span{ display:none;}
.icac_st .table .left{ width:80px;}
.ReplyBox{overflow:hidden;float:left;width:740px;height:340px;overflow:hidden;background:url("ccapingjia.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/ccapingjia.gif*/ left top  no-repeat;}
	.ReplyBox .ht{width:100%;border-bottom:1px solid #E0E0E0;}
	.ReplyBox .ht a{float:left;width:92px;height:30px;margin:0 5px -1px 0;line-height:30px;text-align:center;font-weight:bold;font-size:14px;color:#333;background:url("pubFq.jpg")/*tpa=http://www.hkgtsj.com/tpl/www/images/pubFq.jpg*/ -201px -142px;}
	.ReplyBox .ht a.cur,.ReplyBox .ht a:hover{color:#FFF;background-position:-201px -174px;}

.ReplyBox .ReplyInput{float:left;width:100%;overflow:hidden; margin-left:90px; _display:inline; margin-top:20px;}
	.ReplyBox .ReplyInput .tips{padding:10px 40px;font-size:14px;color:#333;}
  .ReplyBox .table .button{display:inline;}
  
.ReplyList{float:left;width:100%;color:#333;}
   .ReplyList .loading{padding:10px 0; }
   .ReplyList ul,.ReplyList ul li{float:left;width:100%;}
   .ReplyList ul li{}
   .ReplyList ul li h5{padding:5px 0 0 10px;font-weight:normal;font-size:12px;background:#e3e3e3;}
   .ReplyList ul li h5 span{padding-left:10px;font-family:Tahoma, Arial, Helvetica, sans-serif;}
   .ReplyList ul li h5 cite{font-weight:bold;}
   .ReplyList ul li p i{ padding-left:10px;font-style:italic;}
   .ReplyList ul li p{margin-bottom:10px;padding:5px 10px 0;}
   .ReplyList ul li p.reply{border:1px solid #E5E5E5;color:#444;margin:0 10px 10px;}
   .ReplyList .noreplylist{float:left;width:100%;font-size:30px; color:#444; font-family:"Microsoft YaHei","Arial Narrow"; text-align:center; padding:15px 0;}
.casesReply{width:570px;margin:10px 10px 0 0;height:300px;overflow-y:scroll;}
.msgBook{width:100%;}
/*文本框*/
.table{margin-bottom: 15px;overflow:hidden; width:100%}
.table .left{float:left;text-align:right; width:110px; padding-right:10px; color:#222222; font-size:14px;}
	.table .left span{margin-right:5px;display:inline-block;color:#c40b0d;font-weight:normal;}
.table .right{color:#909090;}
.table .right img {margin-left:5px; float:left;}
.table .input-text{background:#ffffff;color:#000000;border:1px solid #DCDCDC;height:22px;line-height:22px;margin:0;padding:0 0 0 5px; float:left;}
.table input.input-text:hover,.table textarea:hover{border:1px solid #DCDCDC;}
.table textarea.input-text{padding:5px;}
.table select{background:#ffffff;border:1px solid #dddddd;height: 22px;margin:0 5px 0 0;color:#000000;}
.table .button {width:73px;height:30px;padding:0;display:block; background:url("indexpng.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/indexpng.png*/ -1px -439px  no-repeat;border:none;cursor:pointer;text-align:center;font-size:14px;font-weight:bold;color:#fff; line-height:25px;}
.cReinfo .table{ margin-bottom:25px;}

.sIndent{padding-top:14px;width:708px;height:195px;margin:0 -14px -10px;border-top:1px dashed #644A38;background:url("IndentOnline.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/IndentOnline.gif*/ no-repeat;}
	.sIndent .spec_box{width:365px;}
	.sIndent .spec_tips{width:168px;text-indent:1em;}
	.sIndent .table .left{font-size:14px;}
	.sIndent .table .left span{display:none;}
.table .input-text:focus{transition:all 0.5s linear 0s;}	
/*表单等*/
.ServiceShow {width:710px;}
.post_tips{float:left;display:inline;width:688px;margin:10px 0 20px;padding:10px;font-weight:bold;color:#FBDB98;background:#2B0000;border:1px solid #4E3814;}
.post_book{ width:660px; height:auto; float:left; display:inline;padding-left:50px;}	
/*--画廊-------------------------------------------------------------------------------------------------------------------------------------------*/
.ad-gallery {width:880px; overflow:hidden;}
.ad-gallery * {margin: 0;padding: 0;}
  .ad-gallery .ad-image-wrapper {width:880px;position: relative;background:#fff;overflow: hidden;text-align: center;}
  .ad-image-wrapper img{padding:20px 0;}
    .ad-gallery .ad-image-wrapper .ad-loader {position: absolute;z-index: 10;top: 48%;left: 48%;border: 1px solid #CCC;}
    .ad-gallery .ad-image-wrapper .ad-next {position: absolute;right: 0;top: 0;width: 25%; height: 100%;cursor: pointer;display: block;z-index: 200;}
    .ad-gallery .ad-image-wrapper .ad-prev { position: absolute;left: 0; top: 0; width: 25%;height: 100%;cursor: pointer;display: block;z-index: 200;}
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url("ad-gallery/trans.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/trans.gif*/;}
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {background: url("ad-gallery/ad_prev.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/ad_prev.png*/;width: 30px;height: 30px;display: none;position: absolute;top: 47%;left: 0;z-index: 101;}
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {background: url("ad-gallery/ad_next.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/ad_next.png*/;width: 30px;height: 30px;right: 0;left: auto;}
    .ad-gallery .ad-image-wrapper .ad-image {position: absolute;overflow: hidden;top: 0;left: 0;z-index: 9;}
      .ad-gallery .ad-image-wrapper .ad-image a img {border: 0;}
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {position: absolute;bottom: 0px;left: 0px;padding: 7px; text-align: left;width: 100%;z-index: 2;background: url("opa75.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/opa75.png*/;color: #000;}
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description { background: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../images/ad-gallery/opa75.png');}
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {display: block;}
  .ad-gallery .ad-controls {height: 20px;}
    .ad-gallery .ad-info { float: left;}
    .ad-gallery .ad-slideshow-controls {float: right;}
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {padding-left: 5px;cursor: pointer;}
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {padding-left: 5px;font-size: 0.9em;}
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {cursor: default;font-style: italic;}
  .ad-gallery .ad-nav {width: 100%;height:75px;position: relative;padding:10px 0; overflow:hidden;}
    .ad-gallery .ad-forward, .ad-gallery .ad-back {position: absolute; top: 10px; height: 82px;z-index: 10;*top:20px;}
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {height: 82px;}
    .ad-gallery .ad-back {cursor: pointer;left: 0px;width:20px;display: block;background: url("ad-gallery/prev-next.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/prev-next.gif*/ 0px 0px no-repeat; }
    .ad-gallery .ad-forward {cursor: pointer;display: block;right: 0px;*right:-1px;width:20px; background: url("ad-gallery/prev-next.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/prev-next.gif*/ -20px 0px no-repeat;}
    .ad-gallery .ad-nav .ad-thumbs {overflow: hidden; width: 850px;height:82px;*height:85px;margin:-10px auto 0;padding:5px 0;}
      .ad-gallery .ad-thumbs .ad-thumb-list {float: left;width: 9000px;list-style: none;}
        .ad-gallery .ad-thumbs li {float: left;padding:5px 5px 0 0;}
          .ad-gallery .ad-thumbs li a { display: block;}
            .ad-gallery .ad-thumbs li a img { border: 1px solid #E9E9EB;padding:2px;display:block; }
            .ad-gallery .ad-thumbs li a.ad-active img {border:none;border-bottom:1px solid #666;margin-top:-5px;padding-top:8px;background:url("ad-gallery/prev-next.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/ad-gallery/prev-next.gif*/ -50px top no-repeat;}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads { position: absolute;left: -9000px;top: -9000px;}

.DesCases .ad-nav{padding:0;border-bottom:none;}
.prev-next{position:relative;float:left;width:100%;height:30px;}
.prevCases,.nextCases{float:left;display:inline;height:51px;line-height:30px;background: url("listbg.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/listbg.gif*/ -1px -178px no-repeat;color:#333;overflow:hidden;text-align:center; *margin-top:10px;}
.prevCases a,.nextCases a{ width:100%; height:100%; display:block; float:left;color:#FFF; }
.prevCases{width:76px;z-index:999;}
.nextCases{width:76px; background-position: -77px -178px ;}
.prevVideo{width:76px;}
.nextVideo{width:76px;}


/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/*分页*/
.T_pagbg{ text-align:center;}
.pagelist{height:31px;margin:0 auto;line-height:31px;text-align:center;position:relative;z-index:88;overflow:hidden;  display:inline-block;}
  .pagelist span,.pagelist a{line-height:31px;overflow:hidden;margin:1px 0px 1px 10px;color:#ffffff;display:inline-block;overflow:hidden;font-family:"宋体",Arial, Helvetica, sans-serif; float:left; text-align:center; background:#666666; }
  .pagelist a,.pagelist span.current{width:31px; height:31px; color:#fff; }
  .pagelist a:hover,.pagelist span.current{ background:#d70010;color:#ffffff; }
  .pagelist .prev{width:31px;height:31px;background:url("lipr.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/lipr.gif*/ left top no-repeat; text-indent:-999em;display:block;border:none;}
  .pagelist .next{width:31px;height:31px;background:url("lipr.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/lipr.gif*/ -66px top no-repeat; text-indent:-999em; border:none;}
  .pagelist a:hover.prev{background:url("lipr.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/lipr.gif*/ left top  no-repeat;}
  .pagelist a:hover.next{background:url("lipr.gif")/*tpa=http://www.hkgtsj.com/tpl/www/images/lipr.gif*/ -66px top  no-repeat;}
.cPageList{width:940px;height:51px;margin:0 auto;border-top:4px double #283033;position:relative;z-index:87;}
	.cPageList em{position:absolute;top:-5px;display:block;width:20px;height:30px;background:url("lipr.png")/*tpa=http://www.hkgtsj.com/tpl/www/images/lipr.png*/ left -25px no-repeat;z-index:99;}
	.cPageList em.col_1{left:0;}
	.cPageList em.col_2{right:0;background-position:right -25px;}
/*百度分享*/
#bdshare{float:left;display:inline;width:100%; margin-top:10px;}
	#bdshare a,#bdshare .bds_more{float:left;height:24px;padding:0 0 0 22px;color:#333;font-family:"Microsoft YaHei","Arial Narrow";line-height:26px;}
	#bdshare a:hover,#bdshare_s h6{color:#333 !important;}
	#bdshare em{color:#333;font-weight:bold;line-height:26px;}
	.newsbdshare{padding:5px 0;border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;}			
	
.fpage{float:right;padding-bottom:10px;}	
.news_img{text-align:center;}