body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei','SimHe','SimSun ';
    font-size: 12px;
    color:#333;
    -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal; 
    font-family:'Hiragino Sans GB W6','Microsoft Yahei'
}
em,i {
    font-style:normal;
}
input,textarea {
   outline:none; 
   font-family:'Microsoft Yahei','SimHe','SimSun ';
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
ol, ul {
    margin:0;
    padding:0;
    list-style:none
}
img {
    border:0
}
a {
    text-decoration:none;
    color:#e41a0a;
    outline:0;
    cursor:pointer;
}
a:hover {
	color:#c61406;
	text-decoration:underline;
}
.fl {
    float:left
}
.fr {
    float:right
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.center {
	margin:0 auto;
	width:960px;
}
.module {}
.module .hd {
	
}


#header {
	background:#d94f46 url(../images/banner_index.jpg) no-repeat center;
	height:500px;
}
#header .center {
	height:500px;
	position:relative;
}
#header .logo {
	position:absolute;
	top:25px;
	left:0;
}
#header .tel {
	position:absolute;
	right:10px;
	top:12px;
	background:url(../images/icon_phone.png) no-repeat left;
	padding-left:20px;
	color:#fff;
	font-size:18px;
	font-weight:normal;
}

#header.mod-introduce {
	height:392px;
	background:#db463c url(../images/bg_intro.jpg) no-repeat center;
}
#header.mod-introduce .center {
	height:392px;
}


#header.mod-service {
	height:392px;
	background:#db463c url(../images/bg_service.jpg) no-repeat center;
}
#header.mod-service .center {
	height:392px;
}

#header.mod-qa {
	height:392px;
	background:#db463c url(../images/bg_bannerqa.jpg) no-repeat center;
}
#header.mod-qa .center {
	height:392px;
}

#header.mod-notice {
	height:392px;
	background:#db463c url(../images/bg_bannernotice.jpg) no-repeat center;
}
#header.mod-notice .center {
	height:392px;
}

.nav {
	position:absolute;
	top:47px;
	right:0px;
}
.nav a {
	color:#fff;
	font-size:16px;
}
.nav a:hover {
	text-decoration:none;
}
.nav li {
	float:left;
	padding:0 10px;
}
.nav li.actived a {
	color:#fff000;
}
.nav .hotdot {
	display:none;
	width:8px;
	height:8px;
	position:absolute;
	left:22px;
	top:24px;
	background:url(../images/icon_hotdot.png) no-repeat;
}

.login {
	position:absolute;
	top:300px;
	left:0px;
	right:0;
	text-align:center;
}
.login ul {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 auto;
}
.login li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
	margin:0 2px;
}
.login li * {
	vertical-align:middle;
}
.login .slogan {
	position:absolute;
	top:-120px;
	left:80px;
	width:807px;
	/* overflow:hidden; */
	text-align:center;
}

.login .slogan img {
	width:98px;
	transition:width 1s ease-in-out, top 1s;
	-moz-transition:width 1s ease-in-out, top 1s;
	-webkit-transition:width 1s ease-in-out, top 1s;
	-o-transition:width 1s ease-in-out, top 1s;
}
.login .slogan img.play {
	width:807px;
}
.login .slogan .star {
	display:block;
	position:absolute;
	top:5px;
	right:100px;
	width:6px;
	height:6px;
	background:url(../images/icon_lightstar.png) no-repeat;
	background-size:cover;
}
@keyframes starflicker {
	from {
		transform: rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		opacity:5px;
		widht:6px;
		height:6px;
		top:5px;
		right:100px;
	}
	50% {
		opacity:1.0;
		width:36px;
		height:36px;
		top:-6px;
		right:85px;
	}
	to {
		transform: rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		opacity:0.5;
		widht:6px;
		height:6px;
		top:5px;
		right:100px;
	}
}
.login .slogan .star.play {
	animation: starflicker 5s infinite;
	-moz-animation:starflicker 5s infinite;
	-webkit-animation:starflicker 5s infinite;
	-o-animation:starflicker 5s infinite;
}
.login table {
	margin:0 auto;
}
.login td {
	padding:0 6px;
}
.login .input {
	position:relative;
	display:block;
	width:180px;
	height:35px;
	padding:0 5px;
	background:#fff;
	vertical-align:middle;
	border-radius:3px;
}
.login .input label {
	position:absolute;
	top:8px;
	left:5px;
	font-size:14px;
	color:#999;
}
.login .input * {
	vertical-align:middle;
	*display:inline;
	zoom:1;
}
.login input {
	width:180px;
	height:35px;
	line-height:35px;
	border:none;
	background:none;
	font-size:14px;
	display:inline-block;
}
.login #yzm {
	width:90px;
}
.login .vimg {
	width:85px;
	height:35px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.login .vimg img {
	height:35px;
	*height:31px;
	cursor:pointer;
}
.login .login_btn {
	width:100px;
	background:#ffa200;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	cursor:pointer;
	border-radius:3px;
}
.login .forgot-pw {
	color:#fff;
	font-size:14px;
}
.login .login_btn:hover {
	background:#e08e00;
	text-decoration:none;
}
.login .error {
	color:#fff;
	font-size:14px;
	padding:10px 0;
	width:770px;
	+width:760px;
	text-align:left;
	margin:0 auto;
}
.login .welcome {
	color:#fff;
	font-size:16px;
	margin:0 auto;
}
.login .enterin_btn {
	width:100px;
	height:35px;
	line-height:35px;
	background:#ffa200;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	cursor:pointer;
	border-radius:1px;
	display:inline-block;
	*display:inline;
	zoom:1;
	padding:0 10px;
	border-radius:2px;
}

.login .enterin_btn:hover {
	background:#e08e00;
	text-decoration:none;
}
.login .quit_btn {
	color:#fff;
}

.section .center {
	min-height:500px;
	_height:500px;
}
.section h2 {
	margin:0 auto;
	text-align:center;
	font-size:34px;
	padding:20px 0;
	color:#222;
	padding-top:30px;
}
.section-intro {}

.section-intro .descr {
	padding:0px 100px;
	font-size:14px;
	line-height:180%;
	color:#666;
}
.section-intro .descr p {
	text-indent:28px;
}
.section-bggray {
	background:#f1f1f1;	
}

.stat {
	padding-top:40px;
}
.stat .stat-panel  {
	float:left;
	text-align:center;
	width:33%;
	height:200px;
	
}
.stat .stat-ico {
	background:url(../images/bg_stat1.png) no-repeat;
	width:171px;
	height:171px;
	margin:0 auto;
}
.stat .stat-ico.blue {
	background-image:url(../images/bg_stat2.png);
}
.stat .stat-ico.green {
	background-image:url(../images/bg_stat3.png);
}
.stat-icon-img {
	position:relative;
	width:120px;
	height:100px;
	margin:0 auto;
	padding-top:30px;
}
.stat-icon-img img {
	position:absolute;
	transition:width 0.3s, left 0.3s;
}
.stat-ico.red .stat-icon-img img {
	width:60px;
	top:30px;
	left:30px;
}
.stat-ico.blue .stat-icon-img img {
	width:112px;
	left:5px;
	top:40px;
}
.stat-ico.green .stat-icon-img img {
	width:78px;
	left:20px;
	top:30px;
}
.stat-panel:hover .stat-ico.red .stat-icon-img img {
	width:70px;
	left:25px;
}
.stat-panel:hover .stat-ico.blue .stat-icon-img img {
	width:130px;
	left:0px;
}
.stat-panel:hover .stat-ico.green .stat-icon-img img {
	width:90px;
	left:15px;
}
.stat .stat-fy-list {
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#fff;
}
.stat .stat-fy-list ul {
	position:absolute;
	left:0;
	top:0;
	right:0;
	text-align:center;
}
.stat .stat-fy-list ul li {
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.stat .stat-txt {
	font-size:14px;
	text-align:center;
	padding-top:30px;
}
.stat .stat-txt em {
	color:#e41a0a;
	font-size:30px;
	font-family:arial;
}

.section-user {
	background:url(../images/bg_theyuse.jpg) repeat-x center;
}
.section-qa h2 {
	text-align:left;
	padding-left:20px;
}
.section-qa .center {
	position:relative;
	min-height:550px;
	_height:550px;
	background:url(../images/bg_qa.jpg) no-repeat 20px 150px;
}
.section-qa .qalist-wrap {
	
}
.section-qa .qalist {
	position:absolute;
	top:40px;
	right:20px;
	width:700px;
}
.section-qa .qalist li {
	min-height:35px;
	margin-top:20px;
}
.section-qa .qalist li p {
	position:relative;
	border:1px solid #dedede;
	background:#f5f5f5;
	max-width:75%;
	line-height:180%;
	padding:8px;
	font-size:14px;
	display:inline-block;
	*display:inline;
	zoom:1;
	border-radius:5px;
}
.section-qa .qalist li .arr {
	width:11px;
	height:16px;
	display:block;
	position:absolute;
	left:-10px;
	top:12px;
	background:url(../images/icon_arr_a.png) no-repeat;
}

.section-qa .qalist .q {
	padding-right:45px;
	text-align:right;
	background:url(../images/icon_qa1.png) no-repeat right;
}
.section-qa .qalist li.q .arr {
	left:auto;
	right:-10px;
	background:url(../images/icon_arr_q.png) no-repeat;
}
.section-qa .qalist .a {
	padding-left:45px;
	text-align:left;
	background:url(../images/icon_qa2.png) no-repeat left 2px;
}
.section-qa .btn-more {
	position:absolute;
	bottom:30px;
	right:30px;
	padding:8px 25px;
	background:#f84522;
	border-radius:5px;
	color:#fff;
	font-size:14px;
}

.banner .intro .txt {
	color:#fff;
	position:absolute;
	top:180px;
	left:100px;
	font-size:18px;
	line-height:35px;
	width:700px;
	height:190px;
}
.banner .intro .txt * {
	position:absolute;
	opacity:0;
	transition:left .5s ease-in-out, opacity 2s;
	-moz-transition:left .5s ease-in-out, opacity 2s;
	-webkit-transition:left .5s ease-in-out, opacity 2s;
	-o-transition:left .5s ease-in-out, opacity 2s;
}
.banner .intro .txt .txt-1 {
	left:-150px;
	top:0px;
}
.banner .intro .txt .txt-2 {
	left:00px;
	top:40px;
}
.banner .intro .txt .txt-3 {
	left:80px;
	top:80px;
}
.banner .intro .txt-1.play {
	left:0px;
	top:0px;
	opacity:1;
}
.banner .intro .txt-2.play {
	left:80px;
	top:40px;
	opacity:1;
}
.banner .intro .txt-3.play {
	left:180px;
	top:80px;
	opacity:1;
}
.banner .intro .round-wrap {
	position:absolute;
	top:120px;
	right:100px;
	width:242px;
	height:240px;
}
.banner .intro .round {
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icon_round.png) no-repeat center;
	background-size:cover;
	width:242px;
	height:240px;
}
.banner .intro .arr {
	position:absolute;
	left:25px;
	top:25px;
	width:192px;
	height:192px;
	background:url(../images/icon_roundarr.png) no-repeat;
}
.banner .intro .word {
	font-size:32px;
	color:#fff;
	text-align:center;
	position:absolute;
	top:100px;
	left:0;
	right:0;
}
@-webkit-keyframes growing {
	0% {
	    width:210px;
	    height:210px;
	    left:16px;
	    top:16px;
	    opacity:0;
	}
	10% {
	    opacity:1;
	}
	80% {
	    opacity:0.8;
	}
	100% {
	    width:282px;
	    height:280px;
	    left:-20px;
	    top:-20px;
	    opacity:0;
	}
}
@-webkit-keyframes round {
	0% {
		transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
	100% {
		transform:rotateZ(360deg);
	    -ms-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-webkit-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
	}
}

.banner .intro .round-wrap.play .round {
	animation:growing 2s linear infinite;
	-ms-animation:growing 2s linear infinite;
	-moz-animation:growing 2s linear infinite;
	-webkit-animation:growing 2s linear infinite;
	-o-animation:growing 2s linear infinite;
}
.banner .intro .round-wrap.play .arr {
	animation:round 4s linear infinite;
	-ms-animation:round 4s linear infinite;
	-moz-animation:round 4s linear infinite;
	-webkit-animation:round 4s linear infinite;
	-o-animation:round 4s linear infinite;
}

.intro .step-wrap {
	padding-bottom:100px;
}
.intro .step {
	padding-top:80px;
}
.intro .step .decsr {
	width:500px;
	padding-top:20px;
}
.intro .step .decsr h2 {
	font-size:24px;
	font-weight:bold;
	padding:5px 0;
}
.intro .step .decsr p {
	font-size:14px;
	line-height:180%;
}


.qabanner .txt {
	position:absolute;
	top:160px;
	left:500px;
	width:500px;
	height:400px;
	color:#fff;
	font-size:14px;
}
.qabanner .txt * {
	position:absolute;
	opacity:0;
	width:400px;
	transition:right .5s ease-in-out, opacity 2s;
	-moz-transition:right .5s ease-in-out, opacity 2s;
	-webkit-transition:right .5s ease-in-out, opacity 2s;
	-o-transition:right .5s ease-in-out, opacity 2s;
}
.qabanner .txt *.play {
	opacity:1;
}

.qabanner .txt h2 {
	top:0px;
	right:0px;
	font-size: 34px;
	padding:10px 0;
}
.qabanner .txt h2.play {
	right:100px;
}
.qabanner .txt p {
	top:60px;
	right:0;
}
.qabanner .txt p.play {
	top:60px;
	right:100px;
	
}

#qa .center {
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
}
#qa h2 {
	font-size:32px;
	padding:10px 0;
	color:#424242;
}
#qa .tel {
	position:absolute;
	top:0px;
	right:0;
	font-size:32px;
	padding:10px 0;
	color:#424242;
}
#qa .qalist {
	padding-top:10px;
}
#qa .qalist li {
	padding:15px;
	border:1px solid #ddd;
	margin-bottom:15px;
	border-radius:3px;
}
#qa .qalist li p {
	line-height:180%;
	font-size:14px;
}
#qa .qalist .q {
	font-weight:bold;
	font-size:16px;
}
#qa .qalist .a{
	color:#808080;
}



#findme {}












#footer {
	background:#111;
	color:#fff;
	font-size:14px;
}
#footer a {
	color:#fff;
	font-size:14px;
}
#footer .center {
	min-height:250px;
	text-align:center;
}
#footer .qcode {
	padding:30px 0 0px 0;
	font-size:14px;
}
#footer .subnav {
	padding:10px 0
}

.btn {
	border:none;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	height:30px;
    line-height:30px;
    padding-right:27px;
    padding-left:27px;
    *padding-right: 15px;    
    *padding-left: 15px;
    margin-right:5px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.btn:hover {
	background:#ab240c;
	color:#fff;
}
.btn-blue-h20-w2,
.btn-blue-h20-w4 {
	background:#f04122;
	color: #fff;
}
.btn-blue-h35-w2,
.btn-blue-h35-w4 {
    background:#f04122;
    color: #fff;
    height:35px;
    line-height:35px;
}
.btn-green-h24-w2,
.btn-green-h24-w6 {
    background:#f04122;
    color: #fff;
}

.btn-blue-h20-w2-all {
	color:#fff;
}
.btn-blue-h20-w2-all-disable {
	color:#858383;
	background-position: 0 -20px;
}

.btn-gray-h20-w2 {
	color:#fff;
	background:#999;
}
.btn-gray-h20-w2:hover {
	background:#666;
}
.btn-gray-h20-w4 {
	color:#858383;
}
.btn-blue-h20-w4-all {
	color:#fff;
}
.btn-blue-h20-w4-all-disable {
	color:#858383;
	background-position: 0 -20px;
}
.btn-select-h20-w2 {
	width:51px;
	color:#858383;
}

.module {
	padding:0 10px;
}
.module .hd,
.module .ft {
	position:relative;
	
}
.module .hd {
    border-bottom:1px solid #e5e5e5;
    padding:0;
    
}
.module .hd .t {
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:normal;
	background:url(../images/icon_page.png) no-repeat left;
	padding-left:25px;
	
}
.module .hd .t i {
	color: #e78200;
	font-size: 14px;
	font-style: normal;
	padding-left:10px;
}
.module .bd {

}
.module .ft {
	border:none;
}

.module .tabs-header {
	
}
.module  .tabs li {
	border:none;
	font-weight:bold;
	font-size:14px;
	margin:0;
}
.module  .tabs li.tabs-selected {
	border-top-width:2px;
	border-color:#5C6B9A;
	border:None;
}
.module .tabs li.tabs-selected a.tabs-inner {
	background:none;
	border-bottom:2px solid #0099cb;
}
.module .tabs li a.tabs-inner {
	color:#5C6B9B;
	background-image:none;
	font-weight:normal;
	font-size:15px;
	padding:0px 5px;
}
.module .tabs li a.tabs-inner:hover {
	border-bottom:2px solid #0099cb
}
.module .tabs-scroller-left {
	border:none;
	background:url(../images/tabs_left.png) no-repeat center;
}
.module .tabs-scroller-right {
	border:none;
	background:url(../images/tabs_right.png) no-repeat center;
}
.module .tabs-scroller-left:hover,
.module .tabs-scroller-right:hover {
	background-color:#ccc;
}
.module .panel {
	background:#fff;
}

.sbanner .sbr-1 {
	position:absolute;
	top:200px;
	right:-100px;
	opacity:0;
	transition:right .5s ease-in-out, opacity 2s;
	-moz-transition:right .5s ease-in-out, opacity 2s;
	-webkit-transition:right .5s ease-in-out, opacity 2s;
	-o-transition:right .5s ease-in-out, opacity 2s;
}
.sbanner .sbr {
	position:absolute;
	font-size:18px;
	color:#fff;
	background:url(../images/icon_service_5.png) no-repeat left;
	padding-left:15px;
	opacity:0;
	transition:left .5s ease-in-out, opacity 2s;
	-moz-transition:left .5s ease-in-out, opacity 2s;
	-webkit-transition:left .5s ease-in-out, opacity 2s;
	-o-transition:left .5s ease-in-out, opacity 2s;
}
.sbanner .sbr-2 {
	top:130px;
	left:-200px;
}
.sbanner .sbr-3 {
	top:200px;
	left:-0px;
}
.sbanner .sbr-4 {
	top:230px;
	left:-380px;
}
.sbanner .sbr-5 {
	top:300px;
	left:-270px;
}
.sbanner .sbr-1.play,
.sbanner .sbr.play {
	opacity:1;
}
.sbanner .sbr-1.play {
	right:80px;
}
.sbanner .play.sbr-2 {
	left:200px;
}
.sbanner .play.sbr-3 {
	left:50px;
}
.sbanner .play.sbr-4 {
	left:380px;
}
.sbanner .play.sbr-5 {
	left:270px;
}

.service-dimg {
	position:relative;
	margin:10px auto 40px auto;
	width:408px;
	height:408px;
}
.service-dimg .txt {
	position:absolute;
	width:250px;
	line-height:180%;
	padding:10px;
	border-radius:8px;
	background:#da4236;
	color:#fff;
	font-size:14px;
}
.service-dimg .txt span {
	position:absolute;
	display:block;
	width:25px;
	height:29px;
	background:url(../images/icon_service_1.png) no-repeat;
}
.service-ys {
	line-height:180%;
	font-size:14px;
	padding:0px 0 60px 0;
	text-align:center;
}
.service-ys .sytable {
	display:none;
}
.service-ys .sytable p {
	margin:10px 45px;
}
.service-ys .sydbtable {
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:30px auto;
}
.service-ys .sydbtable th,
.service-ys .sydbtable td {
	border:1px solid #ccc;
	text-align:center;
	padding:8px 10px;
	font-size:14px;
}
.service-ys .sydbtable th {
	background:#e0e0e0;
	font-weight:bold;
	height:50px;
	padding:0px;
}
.service-ys .sydbtable .tc-wrap {
	position:relative;
	height:50px;
	overflow:hidden;
	background:url(../images/bg_tc.png) no-repeat;
	display:none;
}
.service-ys .sydbtable .tc {
	position:absolute;
	left:0;
	top:0;
	height:50px;
	
}
.service-ys .sydbtable .tr {
	position:absolute;
	top:5px;
	right:30px;
}
.service-ys .sydbtable .bl {
	position:absolute;
	bottom:3px;
	left:20px;
}
.service-ys .sydbtable .red {
	color:#da4236;
}

.service-aq {
	padding-right:550px;
	padding-left:25px;
	padding-top:50px;
	padding-bottom:180px;
	font-size:14px;
	line-height:220%;
	background:url(../images/img_service_5.png) no-repeat right 20px;
}
.service-aq h3 {
	color:#da4236;
	font-size:16px;
	padding:10px 0;
}

.service_lx {
	height:500px;
	position:relative;
	font-size:14px;
	line-height:220%;
	background:url(../images/img_service_7.png) no-repeat right bottom;
}
.service_lx .lxfs {
	position:absolute;
	top:70px;
	left:30px;
}
.service_lx .lxfs h3 {
	font-size:20px;
	color:#da4236;
}

.service_lx_telecom {
	height:500px;
	position:relative;
	font-size:14px;
	line-height:220%;
	background:url(../images/img_service_7_telecom.png) no-repeat right bottom;
}
.service_lx_telecom .lxfs {
	position:absolute;
	top:70px;
	left:30px;
}
.service_lx_telecom .lxfs h3 {
	font-size:20px;
	color:#da4236;
}


#sdnews .center{
	position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

#sdnews h2{
	font-size: 32px;
    padding: 10px 0;
    color: #424242;
}
#sdnews .xzfy{
	display:block;	
	font-size:14px;
	height:40px;
}
#sdnews .xzfy ul li{
	float:left;
	margin-right:10px;
	height:30px;
	line-height:30px;
	
}
#sdnews .xzfy ul li a{
	display:block;
	padding:0 6px;
}
#sdnews .xzfy ul li a:hover{
	display:block;
	color:#fff;	
	background-color:#dc362a;
}

#sdnews .caxun{
	height:40px;
	font-size:14px;
}
#sdnews .slk{	
	font-weight:normal;
	font-size:12px;
	width:220px;
	height:30px;
	line-height:30px;
	border: 1px solid #ccc;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#sdnews .cxa{
	width:50px;
    height:32px;
    color: #fff;
    border:none;
    cursor: pointer;
	background-color:#dc362a;
}
#sdnews .news_con{
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-top:20px;
}
#sdnews .news_con li{	   
    	
	font-size:14px;
	text-indent:16px;  
	line-height:30px;
	overflow:hidden;
	border-bottom: 1px dotted #bababa;
	background: url(../images/icon_dot.png) no-repeat 15px 24px;
}
#sdnews .news_con li a{
	color:#333;
	display:block;
	padding:10px;
}
#sdnews .news_con li a:hover{
	color:red;
	text-decoration:none;
	background:#f5f5f5;
}
#sdnews .news_con :hover{
	color:red;	
}
#sdnews .page{
	margin:10px 0;
	text-align:center;
	font-size:14px;
}


/* ¹«¸æÏêÇé */

.ggxq_con{
	border: 1px solid #ddd;
	border-radius: 3px;	
	margin-top:20px;
	padding:10px;
	position:relative;
}
.ggxq_con .sdsm{
	position:absolute;
	z-index:9999;
	width:168px;
	height:188px;
	top:-8px;
	right:0px;
	background:url(../images/sdsm-bg.png) no-repeat;
}
.ggxq_con .sdsm .time{
	width:136px;
	height:35px;
	background-color:#ea857d;
	margin-left:16px;
	margin-top:10px;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:5px;
}
.ggxq_con .sdsm .countdown{
	width:136px;	
	margin-left:15px;	
	text-align:center;
	font-size:14px;
	color:#fff;
	padding-top:5px;
}
.ggxq_con .sdsm .countdown span{
	font-size:48px;
	color:#FFFF00;
}
.ggxq_con .sdsm .completed{
	margin-top:20px;
	text-align:center;
	font-size:22px;
	color:#FFFF00;
}
#sdnews .title{
	width:700px;
	margin-left:40px;
}

#sdnews .ggxq_con h2{	
	margin-top:30px;
	font-size:24px;
	text-align:left;
	color:#333;
	border-bottom: 1px solid #ddd;
}
.ggxq_con .aa{
	font-size:14px;
	color:#bcbcbc;
	text-align:left;
	padding-top:10px;
}

.ggxq_con .zw{	
	padding:40px;
	font-size:18px;
	line-height:36px;
}
.ggxq_con .zw p{
	text-indent:38px;
}
.ggxq_con .zw .lk{
	margin-top:50px;
	text-align:right;
}
.ggxq_con .ckfx{
	width:395px;
	height:170px;
	background: url(../images/ckxq_bg.png) no-repeat;
	margin-left:300px;
}
.ggxq_con .ckfx img{
	margin-left:235px;
	margin-top:10px;}