/**
 * @description : srtx_public 重置样式、使用频率高、维护量少的样式
 */	
/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {
	overflow:hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;}/*文字强制换行word-break:keep-all;(Ff)*/
table {border-collapse: collapse;}/*细线表格*/
fieldset, img {border: none;}/*清除描边*/
ul, li {list-style-type: none;}/*无列表项目标记*/

a {text-decoration: none;}/* 链接无下划线,有为underline;链接去框 */
a:link {color: #7d7d7d;}/* 未访问的链接 */
a:visited {color: #7d7d7d;}/* 已访问的链接 */
a:hover {color: #e92023;}/* 鼠标在链接上 */
a:active {color: #7d7d7d;blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */

body {
	font-family:"microsoft yahei";
	font-size: 12px;
	color:#7d7d7d;
	background:#fff;
	-webkit-font-smoothing:antialiased;/*控制字体鼠标移除不变化*/
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer}

.h10{clear: both;height:10px;}
.h15{clear: both;height:15px;}
.h20{clear: both;height:20px;}
.h25{clear: both;height:25px;}
.h30{clear: both;height:30px;}
.h35{clear: both;height:35px;}
.h40{clear: both;height:40px;}
.h45{clear: both;height:45px;}
.h50{clear: both;height:50px;}
.h60{clear: both;height:60px;}
.h65{clear: both;height:65px;}

.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.srtx_contBox{
	width: 100%;
	overflow: hidden;
}

.srtx_cont{
	overflow: hidden;
}

.srtx_wrap{
	width:1200px;
	clear:both;
	margin:0 auto;
}

.bc_fafafa{
	background: #fafafa;
}

/*===========================头部begin===========================*/
.srtx_top{
	height: 110px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}
.srtx_logo{
	display: block;
	overflow: hidden;
	padding:2px 0px;
}

.srtx_logo img{
	display: block;
}

.srtx_nav_ul li{
	position: relative;
	float: left;
	display: inline;
}
.srtx_nav_a{
	display: block;
	width:115px;
	overflow: hidden;
	text-align: center;
}
.srtx_nav_a span{
	display: inline-block;
	height: 104px;
	border-top:6px solid #fff;
	font-size: 16px;
	color:#454444;
	padding:0px 5px;
	line-height: 104px;
}
.srtx_nav_ul li .srtx_nav_a:hover span,
.srtx_nav_ul li.hover .srtx_nav_a span{
	border-color:#e92023;
}
.srtx_nav_dl{
	width: 200px;
	position: absolute;
	/*left: 0px;*/
	top:110px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 10px;
	border-bottom:6px solid #e92023; 
	display: none;
}
.srtx_nav_dl dt{
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.srtx_nav_dl dt a{
	display: block;
	overflow: hidden;
}

.srtx_nav_dl dt a img{
	display: block;
	width: 200px;
	height: 100px;
}
.srtx_nav_dl dd{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.srtx_nav_dl dd a{
	font-size: 12px;
	color:#999;
	overflow: hidden;
}

.srtx_nav_dl dd a:hover{
	color:#e92023;
}

/*===========================头部end===========================*/

/*===========================bannerSlide begin=================*/
.srtx_banner{
	clear:both;
	height:560px;
	position:relative;
	background: #fafafa;
}
.srtx_bannerC{
	width:1920px;
	height:560px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
.srtx_bannerC .bd{
	width:1920px;
	height:560px;
	overflow:hidden;
}
.srtx_bannerC .bd dd{
	display:block;
	height:560px;
	overflow: hidden;
	/*-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	animation: banner 6s linear;
	-moz-animation: banner 6s linear;
	-webkit-animation: banner 6s linear;	
	-o-animation: banner 6s linear;	*/
}
/*@-webkit-keyframes banner{
	0%   {transform: scale(1);}
	100% {transform:scale(1.1);}
}

@-moz-keyframes banner{
	0%   {transform: scale(1);}
	100% {transform:scale(1.1);}
}

@-o-keyframes banner{
	0%   {transform: scale(1);}
	100% {transform:scale(1.1);}
}

@keyframes banner{
	0%   {transform: scale(1);}
	100% {transform:scale(1.1);}
}*/

.srtx_bannerC .bd dd a{
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.srtx_banner .hd{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:20px;
	left:0;
	text-align:center;
	z-index:99;
	font-size: 0px;
	z-index: 9;
}
.hdCenter{
	display: inline-block;
	overflow: hidden;
}
.hdCont{
	position: relative;
	padding: 0px 35px;
}
.srtx_banner .hd ul{
	overflow: hidden;
	padding: 10px 5px;
}
.srtx_banner .hd ul li{
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 5px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: #b7b7b7;
	text-indent: 99em;

}
.srtx_banner .hd ul li.on{
	background: #e92023;
}

.srtx_banner .hd ul li em{
	display: none;
	border:2px solid #e92023;
	width: 196px;
	height: 96px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	cursor: pointer;
}

.srtx_banner .hd ul li.on em{
	display: block;
}

.srtx_banner .bt{
	display:block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	display:none;
}
.srtx_banner .prev{
	position: absolute;
	left: 0px;
	top:0px;
	background: url(/subsiteSrc/mdzspc/images/bannerPrev.png) no-repeat center center;
}

.srtx_banner .next{
	position: absolute;
	right: 0px;
	top:0px;
	background: url(/subsiteSrc/mdzspc/images/bannerNext.png) no-repeat center center;
}
/*
* login begin
*/
.srtx_loginBox{
	width: 225px;
	height: 300px;
	overflow: hidden;
	background: #f6fafd;
	border-top:2px solid #0f4aa0;
	position: absolute;
	right: 400px;
	top:50px;
	padding: 0px 30px;
}

.srtx_loginDl{
	width: 100%;
	overflow: hidden;
}

.srtx_loginDl dt{
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	font-size: 16px;
	color: #777;
	font-weight:bold;
	text-align: center;
}

.srtx_loginDl dd{
	height: 35px;
	overflow: hidden;
	margin-top: 15px;
}

.srtx_loginDl dd input{
	width: 213px;
	height: 33px;
	overflow: hidden;
	padding: 0px 5px;
	border:1px solid #ccc;
	line-height: 33px;
	font-size: 12px;
	color:#7d7d7d;
}

.srtx_loginDl dd a{
	font-size: 12px;
	color:#707070;
}

.srtx_loginDl dd a:hover{
	color:#e92023;
}

a.srtx_loginBt{
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color:#fff;
	background: #e92023;
}


/*===========================bannerSlide end===================*/

/***************footer******************/
.srtx_foot1{
	overflow: hidden;
	padding-top: 40px;
}
.strx_cont1{
	overflow: hidden;
	padding: 70px 0px;
}
.foot1L{
	overflow: hidden;
}
.srtx_foot1L{
	overflow: hidden;
}
.srtx_footLogo{
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 15px 0px;
}
.srtx_footLogo img{
	font-size: 0px;
	display: inline-block;
	height: 45px;
}
.srtx_footCode{
	overflow: hidden;
	text-align: center;
}
.srtx_footCode img{
	font-size: 0px;
	width: 125px;
	display: inline-block;
}
.srtx_foot1C{
	overflow: hidden;
	padding-left: 50px;
}
.srtx_footTel{
	overflow: hidden;
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	color:#fff;
	padding-left: 70px;
	background: url(/subsiteSrc/mdzspc/images/tel.png) no-repeat left center;
}
.srtx_footDeta{
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	line-height: 40px;
}
.srtx_foot1R{
	overflow: hidden;
}
.srtx_footMenu_dl{
	overflow: hidden;
	padding-left:90px;
}
.srtx_footMenu_dl dt{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-bottom: 20px;
}
.srtx_footMenu_dl dt a{
	font-size: 16px;
	color:#adadad;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_footMenu_dl a:hover{
	color:#fff;
}
.srtx_footMenu_dl dd{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.srtx_footMenu_dl dd a{
	font-size: 14px;
	color:#6d6d6d;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_footShare{
	overflow: hidden;
}
#ckepop .jiathis_button_weixin span.jtico_weixin{
    width: 5px !important;
    height:24px !important;
    margin-right: 25px;
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat 0px 1px !important;
} 

#ckepop .jiathis_button_weixin:hover span.jtico_weixin{
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat 0px -22px !important;
} 

#ckepop .jiathis_button_tsina span.jtico_tsina{
    width: 5px !important;
    height:24px !important;
    margin-right: 25px;
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat -55px 1px !important;
} 
#ckepop .jiathis_button_tsina:hover span.jtico_tsina{
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat -55px -22px !important;
} 

#ckepop .jiathis_button_qzone span.jtico_qzone{
    width: 5px !important;
    height:24px !important;
    margin-right: 25px;
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat -112px 1px !important;
}

#ckepop .jiathis_button_qzone:hover span.jtico_qzone{
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat -112px -22px !important;
}

#ckepop .jiathis_button_cqq span.jtico_cqq{
    width: 5px !important;
    height:24px !important;
    margin-right: 25px;
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat -168px 1px !important;
}

#ckepop .jiathis_button_cqq:hover span.jtico_cqq{
    background:url(/subsiteSrc/mdzspc/images/share.png) no-repeat -168px -22px !important;
}
.srtx_footBox2{
	background: #333;
	overflow: hidden;
	padding: 15px 0px;
	font-size: 14px;
	color:#c1c1c1;
	line-height: 30px;
}
/************************导航*********************/

/************首页栏目标题、公共部分***************/
.srtx_indexBox{
	clear:both;
	overflow:hidden;
}
.h_405{height:405px; background:#fff;}
/*************第一通栏************/

/*===========================列表样式===========================*/
/****内容框架*****/
.srtx_pageBox{
	clear:both;
	overflow:hidden;
}
.srtx_subBanner{
	clear:both;
	overflow:hidden;
	height:450px;
	position: relative;
}
/*************内页导航****************/
.srtx_leftNavBox{
	width: 210px;
	overflow: hidden;
	background: #fafafa;
}

.srtx_leftNav_dl{
	overflow: hidden;
	border-bottom:5px solid #cd452f;
}

.srtx_leftNavTit{
	height: 85px;
	overflow: hidden;
	text-align: center;
	line-height: 85px;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	background: url(/subsiteSrc/mdzspc/images/leftNavBg.png) no-repeat center center;
	border-bottom:2px solid #fff;
}

.srtx_leftNavTit a{
	display: block;
	color:#99b2d7;
	font-size: 16px;
}

.srtx_leftNavTit a:hover{
	color:#fff;
}

/*.srtx_leftIcon4:hover{
	background: #e92023 url(/subsiteSrc/mdzspc/images/srtx_leftNavIcon4_h.png) no-repeat 17px center;
}*/

.srtx_leftNav_dl dd{
	overflow: hidden;
}
.srtx_leftNav_dl dd.hover:hover .srtx_leftNav_a,
.srtx_leftNav_dl dd.hover .srtx_leftNav_a{
	background: #cd452f url(/subsiteSrc/mdzspc/images/leftNavIcon_h2.png) no-repeat 180px center;
	color: #fff;
}
.srtx_leftNav_dl dd:hover .srtx_leftNav_a{
	background: #cd452f url(/subsiteSrc/mdzspc/images/leftNavIcon_h.png) no-repeat 180px center;
	color: #fff;
}
.srtx_leftNav_a{
	display: block;
	font-size: 14px;
	color:#666;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
}

.srtx_leftNavDiv span{
	display: block;
	width: 40px;
	height: 47px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	font-size: 16px;
	color:#a0a0a0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.srtx_leftNav_dl dd.hover .srtx_leftNav_ul{
	display: block;
}

.srtx_leftNav_ul{
	overflow: hidden;
	padding-left: 45px;
	display: none;
}

.srtx_leftNav_ul li{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}

.srtx_leftNav_ul li a{
	font-size: 12px;
	color:#666;
}

.srtx_leftNav_ul li a i{
	padding-right: 5px;
}

.srtx_leftNav_ul li a:hover,
.srtx_leftNav_ul li.hover a{
	color: #e92023;
}
.leftDiv{
	overflow: hidden;
	padding: 10px 15px;
}
.leftCont{
	overflow: hidden;
	font-size: 16px;
	color:#e92023;
	line-height: 30px;
	font-weight: bold;
	padding: 15px 15px;
	border-bottom:1px solid #d8d7e5;
}
.leftTel{
	display: block;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	color:#c3d6cc;
	background: url(/subsiteSrc/mdzspc/images/leftTel.png) no-repeat left center;
}
.leftFax{
	display: block;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	color:#c3d6cc;
	background: url(/subsiteSrc/mdzspc/images/leftFax.png) no-repeat left center;
}
/*
* location
*/

.location{
	height:40px;
	line-height: 40px;
	overflow: hidden; 
	position:relative;
	border-bottom:1px solid #edeef0;
}

.cont_menu{
	display:block;
	width: 80px;
	font-size: 14px;
	color:#bdbdbd;
	overflow: hidden;
	text-align: center;
}
.location_t a,
.location_t{
	display: inline-block;
	font-size: 14px;
	color:#a6a6a6;
}
.location_t{
	padding-left: 25px;
	background: url(/subsiteSrc/mdzspc/images/home.png) no-repeat left center;
}
.location_t i{
	padding:0px 5px;
	font-family: "宋体";
}

.location_t a:hover{
	color:#e92023;
}


/*^
 * 列表分页
 */
.page {
	overflow: hidden;
	text-align: center;
	clear: both;
	margin: 0 auto;
	font-size:12px;
	height:30px;
	line-height: 30px;
}

.page a {
	font-family: "宋体";
	border: 1px solid #f6f6f6;
	padding: 4px 7px;
	background: #fff;
	color: #b4b4b4;
	font-size: 12px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.page a:hover {
	background: #e92023;
	color: #fff;
	border: 1px solid #e92023;
}
.page a.hover {
	background: #e92023;
	color: #fff;
	border: 1px solid #e92023;
}

.page .prev{
	margin:0px 10px 0px 0px;
}

.page .next{
	margin:0px 0px 0px 10px;
}

.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #f7f7f7;
	color:#b4b4b4;
}
.page input.pageDetail {
	width: 30px;
	height:18px;
	text-align: center;
}
.page input.page_bnt {
	border: none;
	width: 58px;
	height: 22px;
	cursor:pointer;
	font-family: "microsoft yahei";
}
/*^
 * 全图列表
 */
.srtx_ImgList{
	clear:both;
	width: 100%;
	overflow:hidden;
}
.srtx_ImgList dd{
	width: 33.333333333%;
	float:left;
	display:inline;
	overflow:hidden;
	padding-bottom: 20px;
}
.srtx_ImgList dd a{
	display: block;
	overflow: hidden;
	margin: 0px 15px;
}
.srtx_ImgList dd p{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 66.66666666667%;
}
.srtx_ImgList dd img{
	width: 100%;
	height: 100%;
	display:block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.srtx_ImgList dd:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.srtx_ImgList dd span{
	display:block;
	height:26px;
	line-height:26px;
	text-align:left;
	clear:both;
	font-size:14px;
	color:#444444;
	margin:7px 0 0 0;
}
.srtx_ImgList dd a:hover span{
	color:#e92023;
}
.srtx_ImgList dd em{
	display:block;
	clear: both;
	height:26px;
	line-height:26px;
	text-align:left;
	color:#777777;
}	
/*^
 * 文字列表
 */
.srtx_textList{
	clear:both;
	overflow:hidden;
}
.srtx_textList dd{
	height:40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.srtx_textList dd a{
	display: block;
	overflow: hidden;
	padding-left: 10px;
	font-size: 14px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(/subsiteSrc/mdzspc/images/icon1.png) no-repeat left center;
}
.srtx_textList dd a:hover{
	color:#e92023;
	background: url(/subsiteSrc/mdzspc/images/icon1_h.png) no-repeat left center;
}
.srtx_textList span{
	overflow: hidden;
	font-size: 14px;
	color:#999;
}

/*^^^^^热门 begin^^^^^^**/
.srtx_hotNews{
	height:230px;
	clear:both;
	padding:0 0 20px 0;
}
.srtx_hotNews p{
	width:305px;
	height:230px;
	display:block;
	float:left;
	background:#fff;
}
.srtx_hotNews p a{
	width:305px;
	height:230px;
	display:block;
	position:relative;
}
.srtx_hotNews p a i{
	display:block;
	width:305px;
	height:30px;
	background:#000;
	opacity:0.5;
	position:absolute;
	left:0;
	bottom:0;
	display:none;
}
.srtx_hotNews p a em{
	display:block;
	width:305px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	left:0;
	bottom:0;
	display:none;
}
.srtx_hotNews p a:hover i{display:block;}
.srtx_hotNews p a:hover em{display:block;}
.srtx_hotNews img{
	width:305px;
	height:230px;
	display:block;
}
.srtx_hotNews_right{
	width:414px;
	height:230;
	float:left;
	color:#4a4949;
	padding:0 0 0 25px;
	overflow:hidden;
}
.srtx_hotNews_right h3{
	display:block;
	clear:both;
	height:30px;
	font-size:16px;
}
.srtx_hotNews_right div{
	clear:both;
	line-height:28px;
	text-indent:2em;
}
.srtx_hotNews_right a.more{
	float:right;
	font-size:14px;
	color:#555555;
	padding:0 30px 0 0;
}
/*^
 * 图文列表
 */
.srtx_textImgList{
	clear:both;
	overflow: hidden;
	}
.srtx_textImgList dd{
	height:120px;
	overflow: hidden;
	position: relative;
	margin:0px 0px 20px 0px;
	}
.srtx_newsTxtImg{
	display: block;
	width:165px;
	height:120px;
	background:#fff;
	position:absolute;
	left:0px;
	top:0px;
	overflow: hidden;
	}
.srtx_newsTxtImg img{
	width:165px;
	height:120px;
	display:block;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
	}

.srtx_newsTxtImg:hover img{
	transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

.srtx_textImgList_right{
	/*width:530px;*/
	height:120px;
	color:#666666;
	overflow:hidden;
	margin-left: 180px;
	}
a.srtx_newsTxtTit{
	display:block;
	clear:both;
	height:20px;
	font-size:14px;
	color:#666;
}

a.srtx_newsTxtTit:hover{
	color:#e92023;
}

.srtx_newsTxtDeta{
	clear:both;
	height: 60px;
	overflow:hidden;
	line-height:20px;
	text-indent:2em;
	font-size:12px;
	margin:10px 0 0 0;
	}

.srtx_newsTxtLookMore{
	position: absolute;
	right: 0px;
	bottom:0px;
}


a.srtx_aboutMore{
	display: block;
	width: 60px;
	height:25px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color:#fff;
	background: #e92023;
}

a.srtx_aboutMore:hover{
	text-decoration: underline;
}

/*^
 * 文章阅读页
 */ 
.srtx_article{
	clear:both;
	overflow: hidden;
	line-height:30px;
	color:#666;
	font-size: 14px;
	padding: 25px;
}

.srtx_article img{display: block; max-width:100%;}
.srtx_article_title{
	font-size:18px;
	text-align:center;
	line-height:35px;
	padding:0 0 10px 0;
	color:#e92023;
	font-weight: bold;
}
.srtx_article_time{
	clear:both;
	height:30px;
	line-height:30px;
	margin:0 0 20px 0;
	text-align:center;
}
.srtx_article_time span{ cursor:pointer;}
.srtx_article_time span.hover{ color:#e92023; font-weight:bold;}
	
.srtx_article_page{padding:15px 0;text-align:center;}
.srtx_article_page a.hover{ color:#e92023; font-weight:bold;}

.srtx_article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
}
.srtx_article_pageUp dl dd{
	display:block;
	height:30px;
	clear:both;
	line-height:30px;
}
.srtx_share{
	clear:both;
	height:30px;
}
.srtx_share_l{
	float:left;
	display:inline;
	padding:0 0 0 5px;
}
.srtx_share_r{
	float:right;
	display:inline;
	line-height:30px;
	padding:0 10px 0 0;
}
/*^
 * 文章阅读页——大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(/subsiteSrc/mdzspc/images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(/subsiteSrc/mdzspc/images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #1eb660;background:#1eb660;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(/subsiteSrc/mdzspc/images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
/*^^^^^^留言^^^^^^^^^^*/
.srtx_msgForm{
	clear: both;
	overflow:hidden;
	min-height:400px;
	height:auto !important;
	height:500px;
}
.srtx_msgForm dd{
	display:block;
	clear:both;
	padding:7px 0;
	overflow:hidden;
}
.srtx_msgForm dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 110px;
}
.srtx_msgForm_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
}
.srtx_msgForm_right{
	float:left;
	display:inline;
}
.srtx_form1_right select{
	padding:2px;
}
.srtx_msgForm_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #cccccc;
	padding:0 0 0 5px;
	background: #fafafa;
}
.srtx_msgForm_input.w215{ width:215px;}
.srtx_msgForm_input.w125{ width:100px;}
.srtx_msgForm_input.w300{ width:300px;}
.srtx_msgForm dt .srtx_msgForm_bt{
	display: block;
	width:102px;
	height:36px;
	float:left;
	background:#e92023;
	cursor:pointer;
	font-size:16px;
	color:#ffffff;
	text-align: center;
	line-height:36px;
}
a.srtx_msgForm_bt:hover,
a.srtx_msgForm_input_bt:hover{
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}
.srtx_msgForm_span{
	display:block;
	line-height:30px;
	float:left;
}
.srtx_msgForm_textarea{
	width:565px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	outline:none;
	color:#949494;
	padding:5px;
	background: #fafafa;
}
.srtx_msgTitle{
	width:712px;
	clear:both;
	line-height:30px;
	font-size:16px;
	clear:both;
	padding:40px 0 5px 0;
	border-bottom:1px solid #cccccc;
	margin:0 auto 10px auto;
	font-family:"microsoft yahei";
}
.srtx_msgList{
	width:712px;
	clear:both;
	border:1px dotted #ccc;
	margin:0 auto 5px auto;
}
.srtx_msgList dt{
	display:block;
	height:30px;
	background:#f6f6f6;
	padding:0 10px;
}
.srtx_msgList dt p{
	display:block;
	line-height:30px;
	float:left;
}
.srtx_msgList dt span{
	display:block;
	line-height:30px;
	float:right;
}
.srtx_msgList dd{
	line-height:25px;
	padding:5px 10px;
}
.srtx_msgList dd.reply{
	line-height:25px;
	padding:5px 10px;
	color:#4a4949;
}
	
/*会员中心*/
.srtx_membertop{
	width:100%;
	height:93px;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #d7d8da;
}
.srtx_M_logo{
	width:286px;
	height:35px;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
.srtx_M_boxright{
	width:200px;
	height:35px;
	margin-top:50px;
	float:right;
}
.srtx_M_boxright a{
	font-family:"宋体";
	font-size:12px;
	color:#787878;
	line-height:35px;
	text-align:center;
	padding-left:15px;
}
.srtx_M_boxright a:link {color: #787878;}/* 未访问的链接 */
.srtx_M_boxright a:visited {color: #787878;}/* 已访问的链接 */
.srtx_M_boxright a:hover {color: #e92023;}/* 鼠标在链接上 */
.srtx_M_boxright a:active {color: #787878;}/* 点击激活链接 */
.srtx_memberbox1{
	width:100%;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-top:1px solid #dfdfe1;
	padding:50px 0 100px 0;
}
.srtx_memberbox1_left{
	width:538px;
	height:374px;
	float:left;
	overflow:hidden;
	margin:0 0 0 52px;
}
.srtx_memberbox1_right{
	width:354px;
	height:317px;
	border:1px solid #dadbdd;
	border-radius:5px;
	float:right;
	box-shadow:1px #ecedef;
	margin:35px 10px 0 0;
	background:#ffffff;
}
.srtx_memberbox1_input{
	width:100%;
	height:222px;
}
.srtx_memberbox1_input .span1{
	display:block;
	width:100%;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#7d7d7d;
	text-align:left;
	padding:20px 0 0 39px;
}
.srtx_memberbox1_input .input{
	display:block;
	width:262px;
	height:34px;
	border:1px solid #dadbdd;
	border-radius:4px;
	margin:5px 0 0 39px;
	padding:0 5px;
}
.srtx_memberbox1_input .checkbox{margin:10px 5px 12px 39px;}
.srtx_memberbox1_input .span2{
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	color:#7d7d7d;
	text-align:left;
}
.srtx_memberbox1_input a.span3{
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	color:#b9b8b8;
	text-align:left;
	padding-left:152px;
}

.srtx_memberbox1_input a.span3:hover{
	color:#e92023;
}

.srtx_memberbox1_button{
	width:100%;
	height:94px;
	border-top:1px solid #d7d7d7;
	background:#f9f9f9;
	border-radius:4px;
}
.srtx_memberbox1_button input{
	width:102px;
	height:36px;
	background:url(/subsiteSrc/mdzspc/images/M_btn1.png) no-repeat center center;
	border:none;
	font-family:"黑体";
	font-size:16px;
	line-height:36px;
	text-align:center;
	color:#e92023;
	margin-top:26px;
}
.srtx_memberbox1_button .button1{ margin:26px 68px 0 42px;}
.srtx_memberbox1_button input.hover {color: #c80000;}
.srtx_memberbottom{
	width:100%;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-top:1px solid #c5c5c5;
	padding-bottom:20px;
}
.srtx_memberbottom h1{
	font-family:"Arial";
	font-size:12px;
	line-height:18px;
	color:#3a3731;
	text-align:center;
	font-weight:normal;
	margin-top:15px;
}
.srtx_memberbottom h2{
	font-family:"Arial";
	font-size:12px;
	line-height:18px;
	color:#716c61;
	text-align:center;
	font-weight:normal;
}
.srtx_paw_dl{
	display:block;
	width:202px;
	padding-bottom:72px;
	border:1px solid #e5e5e5;
	float:left;
	overflow:hidden;
	background:#f6f7f9;
}
.srtx_paw_dl dt{
	display:block;
	width:100%;
	height:40px;
	background:url(/subsiteSrc/mdzspc/images/bg1.jpg) repeat-x center;
	font-size:18px;
	color:#757575;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #e5e5e5
}
.srtx_paw_dl dd{
	display:block;
	width:100%;
	height:43px;
	margin:1px 0 0 0;
	border-bottom:1px solid #e5e5e5
}
.srtx_paw_dl dd a{
	display:block;
	width:100%;
	height:43px;
	font-size:16px;
	color:#7b7b7b;
	line-height:43px;
	text-align:center;
}
.srtx_paw_dl dd a:link {color: #7b7b7b;}/* 未访问的链接 */
.srtx_paw_dl dd a:visited {color: #7b7b7b;}/* 已访问的链接 */
.srtx_paw_dl dd a:hover {color: #e92023; background:#e7e7e7;}/* 鼠标在链接上 */
.srtx_paw_dl dd a:active {color: #7b7b7b;}/* 点击激活链接 */

.srtx_paw_dl dd.hover a {color: #e92023;background:#e7e7e7;}

.srtx_paw_right{
	width:940px;
	float:right;
	overflow:hidden;
	border:1px solid #e5e5e5;
	padding-bottom:50px;
	background:#f6f7f9;
}
.srtx_tab1_title{
	display:block;
	width:100%;
	height:42px;
	background:#eeeeee;
}
.srtx_tab1_title dd{
	display:block;
	width:108px;
	height:42px;
	float:left;
}
.srtx_tab1_title dd{
	display:block;
	width:108px;
	height:42px;
	color:#8b8b8b;
	font-size:16px;
	text-align:center;
	line-height:42px;
}
.srtx_tab1_title dd.hover{ background:#f6f7f9; color:#e92023;}

/*^^^^^^注册^^^^^^^^^^*/
.srtx_register_title{
	height:31px;
	clear:both;
	position:relative;
	border-bottom:1px solid #dbdbdb;
}
.srtx_register_title p{
	width:130px;
	display:block;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#989898;
	border:1px solid #dbdbdb;
	border-bottom:1px solid #f6f7f9;
	left:100px;
	position:absolute;
}
.srtx_register_title span{
	display:block;
	float:right;
	line-height:30px;
	font-family:"宋体"
}
.srtx_register_title span a{ color:#d8271c;}
.srtx_register_title span a:visited{ color:#d8271c;}
.srtx_register_title span a:hover{ color:#d8271c; text-decoration:underline;}
.srtx_register_title span a:active{ color:#d8271c;}
/*^^^^^^表单^^^^^^^^^^*/
.srtx_form1{
	clear: both;
	overflow:hidden;
	padding:50px 0 0 0;
}
.srtx_form1 dd{
	display:block;
	clear:both;
	padding:7px 0;
	overflow:hidden;
}
.srtx_form1 dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 110px;
}
.srtx_form1_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
}
.srtx_form1_right{
	float:left;
	display:inline;
}
.srtx_form1_right select{
	padding:2px;
}
.srtx_form1_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #999999;
	background:#f6f7f9;
	padding:0 5px;
}
.srtx_form1_input.w215{ width:215px;}
.srtx_form1_input.w125{ width:100px;}
.srtx_form1_bt{
	width:102px;
	height:36px;
	float:left;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-family:"microsoft yahei";
	color: #e92023;
	background:url(/subsiteSrc/mdzspc/images/M_btn1.png) no-repeat;
}
.srtx_form1_security{
	float:left;
	display:inline;
	height:10px;
	padding:10px 0 0 0;
}
.srtx_form1_security em{
	display:block;
	width:45px;
	height:10px;
	background:#999999;
	margin:0 1px 0 0;
	float:left;
}
.srtx_form1_security em.hover{
	background:#d8271c;
}
.srtx_form1_security span{
	display:block;
	padding:0 0 0 10px;
	float:left;
	position:relative;
	margin:-3px 0 0 0;
}
.srtx_form1_span{
	display:block;
	line-height:30px;
	float:left;
}
.srtx_form1_textarea{
	width:565px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	background:#f6f7f9;
	outline:none;
	color:#949494;
	padding:5px;
}
/*===========================招聘页面1 begin===========================*/
/*岗位*/
.srtx_jobs {
	overflow: hidden;
	width: 100%;
}
.srtx_jobs span {
	display: inline;
	float:left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
}
.srtx_jobs span.span1 {
	width: 230px;
	text-align: left;
	padding: 0px 20px;
}
.srtx_jobs span.span2 {
	width: 140px;
}

.srtx_jobs span.span3{
	width: 103px;
}
.srtx_jobs dt {
	border: 1px solid #e4e4e4;
	overflow: hidden;
	background: #fafafa;
	margin:0 0 10px 0;
}
.srtx_jobs dt span {
	border-right: 1px solid #e4e4e4;
	color: #666666;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	text-align:center;
}
.srtx_jobs dt span.last {
	border: none
}
.srtx_jobs dd {
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff;
}
.srtx_jobs dd span {
	border-right: 1px solid #fff;
	color: #666666;
	font-size: 12px;
	text-align:center;
}
.srtx_jobs dd span a{
	display:block;
	color: #666666;
	font-size: 12px;
	text-align:center;
}
.srtx_jobs dd span a:hover{color: #e92023;}
.srtx_jobs dd span.last {
	border: none
}
/*===========================招聘页面1 end===========================*
/*===========================招聘页面2 begin===========================*/
/*******招聘******/
.srtx_recruitment2{
	display:block;
	overflow:hidden;
	padding:0 0 0 70px;
}
.srtx_recruitment2 dt{
	display:block;
	clear:both;
	color:#666666;
	line-height:45px;
	font-size:18px;
	text-align:left;
	font-family: "Microsoft YaHei";
	margin:0 0 20px 0;
}
.srtx_recruitment2 dd{
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
}
.srtx_recruitment2 dd .rt_spanLeft{
	width:90px;
	height:30px;
	line-height:30px;
	color:#999999;
	text-align:right;
}
.srtx_recruitment2 dd .rt_spanLeft i{
	color:#ff0000;
	font-family:"宋体";
	font-size:16px;
	padding-right: 5px;
}
.srtx_recruitment2 dd .rt_input{
	display:block;
	overflow:hidden;
	height:28px;
	border:1px solid #e4e4e4;
	line-height:28px;
	background:#fafafa;
	color:#999999;
	padding:0 2px;
} 
.srtx_recruitment2 dd .rt_input.w_195{width:214px;}
.srtx_recruitment2 dd .rt_input.w_120{width:120px;}
.srtx_recruitment2 dd .rt_input.w_338{width:338px;}
.srtx_recruitment2 dd .rt_input.w_178{width:178px;}
.srtx_recruitment2 dd .rt_input.w_t83{width:83px;}
.srtx_recruitment2 dd .rt_input.w_t35{width:35px; text-align:center;}

.srtx_recruitment2 dd .rt_input.w_85{
	width:85px;
	background:#e92023;
	color:#fff;
	line-height:28px;
	color:#fff;
	text-align:center;
	font-size:14px;
	cursor: pointer;
}
.srtx_recruitment2 dd .rt_input.w_85:hover{
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}

.srtx_recruitment2 dd em{
	display:inline;
	float:left;
	height:30px;
	line-height:30px;
	color:#999999;
	text-align:left;
	padding:0 15px 0 10px;
}
.srtx_recruitment2 dd textarea{
	display:inline;
	float:left;
	width:465px;
	height:155px;
	border:1px solid #e4e4e4;
	line-height:25px;
	background:#fafafa;
	color:#999999;
	padding:5px;
	outline: none;
}
.srtx_recruitment2 dd p{
	display:inline;
	float:left;
	width:188px;
	height:30px;
	line-height:30px;
	color:#999999;
	margin:0 0 0 5px;
}
.srtx_recruitment2 dd p img{
	display:block;
	float:left;
	width:66px;
	height:30px;
}
.srtx_recruitment2 dd p a{
	display:block;
	float:left;
	color:#999999;
	padding:0 0 0 5px;
}

.srtx_recruitment2 dd .recruitment_bt{
	display:block;
	float:left;
	width:80px;
	height:30px;
	background:#e92023;
	margin:10px 0 0 91px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:30px;
}

.srtx_recruitment2 dd p a:hover,
.srtx_recruitment2 dd .recruitment_bt:hover{
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}
/****/
.srtx_recruitment3{
	overflow:hidden;
	margin:0 auto;
	min-height:320px;
	height:auto !important;
	height:320px;
	padding:0 20px 30px 20px;
}
.srtx_recruitment3 h3{
	display:block;
	clear:both;
	height:40px;
	text-align:left;
	line-height:40px;
	color:#e92023;
	font-size:16px;
	margin:0 0 10px 0;
}
.srtx_recruitment3_content{
	overflow:hidden;
	color:#a2a2a2;
	text-align:left;
	line-height:28px;
	padding:0 15px 0 0;
	font-size:14px;
}
.srtx_recruitment3_bt{
	clear:both;
	overflow:hidden;
	height:35px;
	padding:30px 0 0 0;
}
.srtx_recruitment3_bt a{
	display:block;
	float:left;
	overflow:hidden;
	width:95px;
	height:35px;
	background:#e92023;
	color:#ffffff;
	font-size:14px;
	line-height:35px;
	text-align:center;
}
.srtx_recruitment3_bt a:hover{
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}

/*===========================招聘页面2 end===========================*/

/*
******************************* 内容区 gegin***************************
*/

/*
* 内容区 框架
*/
.srtx_subContBox{
	width: 940px;
	overflow: hidden;
}

.srtx_subCont{
	overflow: hidden;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.bc_fff{
	background: #fff;
}

.srtx_cont{
	overflow: hidden;
}
/*******************第一通栏 1st begin****************************/
.pad_50_0{
	padding: 50px 0px;
}
.srtx_1stTop{
	overflow: hidden;
	border-bottom:3px solid #fafafa;
}
.srtx_1stTopL{
	width: 327px;
	height: 125px;
	overflow: hidden;
	text-align: center;
	padding-top: 110px;
	background: #e92023 url(/subsiteSrc/mdzspc/images/srtx_1stTopL.png) no-repeat center 25px;
	border-right: 3px solid #fafafa;
}
.srtx_1stTopL span{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#fff;
}

.srtx_1stTopL i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	margin: 10px 0px;
}

.srtx_1stTopL em{
	display: inline-block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	background: #fff;
	padding: 0px 5px;
}
.srtx_1stTopC{
	width: 680px;
	height: 235px;
	overflow: hidden;
}

.srtx_1stTopC_dl{
	overflow: hidden;
	margin-top: 37px;
	padding: 0px 45px;
}

.srtx_1stTopC_dl dd{
	height: 25px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 14px;
	color:#454545;
}

.srtx_span{
	display: block;
	width: 80px;
	height: 25px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color:#454545;
	text-align: right;
	line-height: 25px;
}

.srtx_1stTopC p{
	width: 30px;
	height: 25px;
	overflow: hidden;
	font-size: 14px;
	color:#454545;
	line-height: 25px;
	text-align: center;
}

/*slelect.demo样式start*/
.demo{width:50px; height:23px; position:relative;z-index:1;background: #fff; padding-right:24px; border:1px solid #ddd;}
.seljg{ padding-left:5px; line-height:25px; color:#666666; font-size:12px; cursor:pointer;}
.demo i{ display:block; border-left:1px solid #ddd;width:23px; height:23px; background:url(/subsiteSrc/mdzspc/images/topSear_a.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.selTj{ width:100%; overflow:hidden; border:1px solid #ddd; border-top:none; max-height:180px; overflow-y:auto; position:absolute; left:-1px; top:24px; background:#fff; display:none;}
.selTj a{ display:block; height:25px; line-height:25px; padding-left:5px; color:#666666; margin-bottom:1px;}
.selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.selTj a.hover{background:#f8f8f8; color:#ff7800;}
/*slelect.demo样式end*/

.srtx_1stTopC_inp{
	height: 23px;
	overflow: hidden;
	border:1px solid #ddd;
	font-size: 12px;
	color:#c3c3c3;
	font-family: "microsoft yahei";
	line-height: 23px;
	padding: 0px 5px;
}
.inp_w70{
	width: 70px;
}
.inp_w90{
	width: 90px;
}
.inp_w260{
	width: 260px;
}
.inp_w150{
	width: 150px;
}
.inp_w110{
	width: 110px;
}
.unit{
	display: block;
	overflow: hidden;
	margin-left: 10px;
}
.srtx_1stTopC_dl dd label{
	display: block;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.srtx_1stTopC_radio{
	margin: 7px 5px 0px 0px;
}
.srtx_1stTopC_code{
	display: block;
	width: 95px;
	height: 23px;
	overflow: hidden;
	border:1px solid #ddd;
	position: relative;
	margin:0px 10px;
}
.srtx_1stTopC_code img{
	display: block;
	height: 23px;
	width: 95px;
}
.srtx_1stTopC_code em{
	display: block;
	width: 95px;
	height: 23px;
	overflow: hidden;
	font-size: 14px;
	color:#e92023;
	text-align: center;
	line-height: 23px;
	position: absolute;
	left: 0px;
	top:0px;
	background: #fff;
}

.srtx_1stTopR{
	width: 130px;
	height: 161px;
	overflow: hidden;
	padding: 37px 30px;
}

.srtx_1stTopR p{
	font-size: 16px;
	color:#444;
	overflow: hidden;
	text-align: center;
}

.srtx_1stTopR input{
	width: 118px;
	height: 28px;
	overflow: hidden;
	border:1px solid #ddd;
	padding: 0px 5px;
	font-size: 14px;
	color:#c3c3c3;
	line-height: 28px;
	margin: 5px 0px;
}

.srtx_1stTopR span{
	display: block;
	font-size: 12px;
	color:#999;
	overflow: hidden;
	text-align: center;
}

.srtx_1stTopR a{
	display: block;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}

.computerBypc{
	background: #e92023;
}
.computerByUser{
	background: #f48a01;
}

.srtx_1stBottom{
	overflow: hidden;
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 20px 0px;
}

.srtx_1stBotTit{
	overflow: hidden;
	margin-left: 18px;
	font-size: 16px;
	color:#e92023;
}
.srtx_1stBot_dl{
	overflow: hidden;
}

.srtx_1stBot_dl dd{
	width: 160px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
}

.srtx_1stBot_dl dd em{
	float: right;
	display: block;
	width: 25px;
	height: 40px;
	overflow: hidden;
	background: url(/subsiteSrc/mdzspc/images/srtx_1stBotBg.png) no-repeat center center;
}

a.srtx_1stBotBt{
	display: block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	background: #e92023;
	font-size: 14px;
	color:#fff;
	margin-right:20px;
}

.srtx_1stBot_dl dd p{
	font-size: 14px;
	color:#444;
	overflow: hidden;
	padding-left: 70px;
	float: left;
}

.srtx_1stBotIcon1{
	background: url(/subsiteSrc/mdzspc/images/srtx_1stBotIcon1.png) no-repeat 15px center;
}

.srtx_1stBotIcon2{
	background: url(/subsiteSrc/mdzspc/images/srtx_1stBotIcon2.png) no-repeat left center;
}

.srtx_1stBotIcon3{
	background: url(/subsiteSrc/mdzspc/images/srtx_1stBotIcon3.png) no-repeat left center;
}

.srtx_1stBotIcon4{
	background: url(/subsiteSrc/mdzspc/images/srtx_1stBotIcon4.png) no-repeat left center;
}

.srtx_1stBotIcon5{
	background: url(/subsiteSrc/mdzspc/images/srtx_1stBotIcon5.png) no-repeat left center;
}

/*
*********************************第二通栏 begin 2nd***********************************
*/
.srtx_2ndBg{
	padding-bottom: 200px;
}
.srtx_indTit{
	overflow: hidden;
	background: url(/subsiteSrc/mdzspc/images/srtx_indTit.png) no-repeat center center;
}

.srtx_indTit span{
	display: block;
	font-size: 24px;
	color:#888;
	overflow: hidden;
	text-align: center;
}

.srtx_indTit i{
	display: block;
	font-size: 12px;
	color:#c8c8c8;
	overflow: hidden;
	text-align: center;
	font-family: "Arial";
	margin-top: 10px;
}
.srtx_2ndCont{
	position: relative;
}
.srtx_2ndImg{
	display: block;
	width: 510px;
	height: 380px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}

.srtx_2ndImg img{
	display: block;
	width: 510px;
	height: 380px;
}
.srtx_2ndText{
	height: 250px;
	overflow: hidden;
	margin-left: 510px;
	padding: 0px 60px;
}
.srtx_2ndText div{
	height: 168px;
	overflow: hidden;
	font-size: 14px;
	color:#999;
	line-height: 28px;
	text-indent: 2em;
}

.srtx_2ndText a{
	display: block;
	width: 85px;
	height: 25px;
	overflow: hidden;
	background: #e92023;
	font-size: 12px;
	color:#fff;
	line-height: 25px;
	text-align: center;
	margin-top: 25px;
}
/*
*******************************第三通栏 3rd begin *******************************
*/
.srtx_ind3rd_dl{
	height: 480px;
	overflow: hidden;
}

.srtx_ind3rd_dl dt{
	width: 530px;
	height: 480px;
	overflow: hidden;
	float: left;
	background: #fff;
}
.srtx_ind3rdHotImg{
	display: block;
	width: 530px;
	height: 370px;
	overflow: hidden;
}
.srtx_ind3rdHotImg img{
	display: block;
	width: 530px;
	height: 370px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_ind3rd_dl dt:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.srtx_indHotDeta{
	height: 60px;
	overflow: hidden;
	text-align: center;
	padding: 25px 0px;
	line-height: 30px;
}

.srtx_indHotDeta a{
	font-size: 16px;
	color:#666;
}

.srtx_indHotDeta a:hover{
	color:#e92023;
}

.srtx_indHotDeta p{
	font-size: 14px;
	color:#b2b2b2;
	overflow: hidden;
}
.srtx_ind3rd_dl dd{
	width: 300px;
	height: 225px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 0px 30px 35px; 
}
.srtx_ind3rd_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.srtx_ind3rd_a img{
	display: block;
	width: 300px;
	height: 225px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_ind3rd_a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.srtx_ind3rdDeta{
	height: 50px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom:-66px;
	background: rgba(205,69,47,0.8);
	background: #e92023\9;
	padding: 8px 0px;
	line-height: 25px;
	text-align: center;
}
.srtx_ind3rdDeta span{
	display: block;
	font-size: 14px;
	color:#fefefe;
	overflow: hidden;
	padding: 0px 10px;
}
.srtx_ind3rdDeta i{
	display: block;
	font-size: 12px;
	color:#bdd7c9;
	overflow: hidden;
	padding: 0px 10px;
}
/*
***************************************第四通栏 4th begin***************************************
*/
.srtx_ind4th_dl{
	width: 1233px;
}
.srtx_ind4th_dl dd{
	width: 275px;
	float: left;
	display: inline;
	margin-left: 33px;
}
.srtx_ind4th_a{
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_ind4th_a:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 3px 10px rgba(169,169,169,0.35);
	box-shadow: 0px 3px 10px rgba(169,169,169,0.35);
}
.srtx_ind4thImg{
	display: block;
	height: 140px;
	overflow: hidden;
}

.srtx_ind4thImg img{
	display: block;
	width: 275px;
	height: 140px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_ind4th_a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.srtx_ind4thDeta{
	overflow: hidden;
	border:1px solid #fafafa;
	padding: 15px;
}
.srtx_ind4thName{
	height: 40px;
	overflow: hidden;
	position: relative;
	line-height: 20px;
	margin:5px 0px;
}
.srtx_ind4thName span{
	display: block;
	font-size: 16px;
	color:#666;
	overflow: hidden;
}
.srtx_ind4thName i{
	display: block;
	font-size: 12px;
	color:#afafaf;
	font-family: "宋体";
	overflow: hidden;
}
.srtx_ind4thName em{
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	border-radius: 28px;
	background: url(/subsiteSrc/mdzspc/images/srtx_ind4thName.png) no-repeat right center;
	position: absolute;
	right: 0px;
	top:6px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.srtx_ind4th_a:hover em{
	background: #e92023 url(/subsiteSrc/mdzspc/images/srtx_ind4thName_h.png) no-repeat center center;
}
.srtx_ind4thIntr{
	height: 96px;
	border-top:1px solid #fafafa;
	overflow: hidden;
	font-size: 14px;
	color:#afafaf;
	line-height: 24px;
	padding-top: 15px;
	margin-top: 15px;
}
/*
******************************************第五通栏 政策法规 begin***************************************************
*/
.srtx_ind5thSlide{
	overflow: hidden;
	height: 40px;
	position: relative;
	padding:100px 0px;
}
.srtx_ind5thSlide .bd{
	height: 40px;
	overflow: hidden;
}
.srtx_ind5th_dl{
	overflow: hidden;
}
.srtx_ind5th_dl dd{
	width: 300px;
	overflow: hidden;
	float: left;
	display: inline;
}

.srtx_ind5th_dl dd a{
	display: block;
	height: 40px;
	overflow: hidden;
}
.srtx_ind5thSlide .hd{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom:20px;
	text-align: center;
}

.srtx_ind5thSlide .hd ul{
	overflow: hidden;
	height: 10px;
	display: inline-block;
}

.srtx_ind5thSlide .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 5px;
	line-height: 100px;
	border:1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.srtx_ind5thSlide .hd ul li.on{
	background: #e92023;
	border-color:#e92023;
}

/*********************第六通栏 6th begin********************/
.srtx_ind6th_dl{
	overflow: hidden;
	padding: 0px 20px;
}

.srtx_ind6th_dl dd{
	width: 300px;
	overflow: hidden;
	float: left;
	display: inline;
}
.srtx_ind6th_dl dd:nth-child(2){
	margin:0px 130px;
}
.srtx_ind6thTime{
	display: block;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 12px;
	color:#c8c8c8;
	font-family: "Arial";
	border-bottom:1px solid #ddd;
}

a.srtx_ind6thName{
	font-size: 18px;
	color:#666;
}
.srtx_ind6thName:hover{
	color:#e92023;
}

.srtx_ind6thIntr{
	height: 84px;
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
	color:#afafaf;
}

a.srtx_ind6thMore{
	display: block;
	width: 80px;
	height: 20px;
	overflow: hidden;
	border:2px solid #e92023;
	font-size: 12px;
	color:#b3b3b3;
	text-align: center;
	line-height: 20px;
	margin-top: 25px;
}

.srtx_ind6thMore:hover{
	background: #e92023;
	color:#fff;
}

/************************第七通栏 7th begin*************************/
.srtx_ind7th_dl{
	overflow: hidden;
	margin:0px -66px;
	padding: 30px 0px;
}

.srtx_ind7th_dl dd{
	width: 201px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 66px;
	text-align: center;
}

.srtx_ind7th_dl dd em{
	display: block;
	height: 160px;
	overflow: hidden;
}
.srtx_ind7thIcon1{
	background: url(/subsiteSrc/mdzspc/images/srtx_ind7thIcon1.png) no-repeat center center;
}
.srtx_ind7thIcon2{
	background: url(/subsiteSrc/mdzspc/images/srtx_ind7thIcon2.png) no-repeat center center;
}
.srtx_ind7thIcon3{
	background: url(/subsiteSrc/mdzspc/images/srtx_ind7thIcon3.png) no-repeat center center;
}
.srtx_ind7thIcon4{
	background: url(/subsiteSrc/mdzspc/images/srtx_ind7thIcon4.png) no-repeat center center;
}

a.srtx_ind7thName{
	font-size: 16px;
	color:#666;
}

.srtx_ind7thName:hover{
	color:#e92023;
}

.srtx_ind7thIntr{
	height: 48px;
	overflow: hidden;
	font-size: 12px;
	color: #c8c8c8;
	line-height: 24px;
	text-align: center;
}