@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto;
	/* display: block; */
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #e64d10;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1600px;
	margin: 0 auto;
}




/*头部*/


#header {
	width: 100%;
	background: #fff;
	position: relative;
}

.logo {
	position: relative;
}

.logo-l {
	float: left;
	margin: 16px 0px;
}

.logo img {
	max-width: 100%;
	height: auto;
}


.ss {
	width: 260px;
	height: 43px;
	cursor: pointer;
	position: relative;
	border: 1px solid #0d295d;
	margin-top: 50px;
	float: right;
}

.ss .inp {
	border: none;
	height: 43px;
	outline: none;
	color: #666;
	text-indent: 15px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 43px;
	outline: none;
	background: url(../img/search.png) no-repeat center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {

	color: #666;
}

input:-moz-placeholder {

	color: #666;
}

input:-ms-input-placeholder {

	color: #666;
}




/*导航*/
.nav {
	width: 100%;
	background: #0d295d;
}


.navList>li {
	float: left;
	width: 11.1%;
	position: relative;
	text-align: center;
}

.navList li a {
	display: block;
	height: 100%;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	color: #ffffff;
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList li a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	/* background: #EE8C12; */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
}

.navList .subnav li {
	background: rgba(13, 41, 93, 0.6);
}

.navList .subnav a {
	background: none;
	line-height: 45px;
	font-size: 15px;
	color: #FFFFFF;
}

.navList li:hover .subnav {
	display: block;
}

.navList .subnav li:hover {
	background: #0d295d;
}


/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
#dt .inner {
	width: 100%;
	overflow: hidden;
}

.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 65px;
	width: 34px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 0;
	background: url(../img/ban_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 0;
	background: url(../img/ban_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 25px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #e64d10;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -97px;
	display: block;
	/* color: #FFFFFF; */
	font-size: 16px;
	text-align: left;
	/* line-height: 50px; */
	background: #fff;
	width: 100%;
	height: 88px;
	/* padding: 27px 0px; */
	/* border: 1px solid #eeeef0; */
	/* padding-top: 30px; */
}

.tp .slide img {
	height: 400px;
}

/* 公共样式 */

.banner {
	margin-bottom: 15px;
	line-height: 50px;
	border-bottom: 1px solid #0d295d;
}

.banner .title {
	font-size: 24px;
	float: left;
	font-weight: bold;
	color: #0d295d;
	text-indent: 45px;
}

.banner .me {
	color: #666666;
	float: right;
}

.com {
	padding: 10px 20px 20px;
	background: #fff;
	box-sizing: border-box;
	width: 49%;
	box-shadow: 6px 6px 8px #e5e5e5, -6px -6px 8px #e5e5e5;
	float: left;
}

.tp .title {
	background: url(../img/icon1.png) no-repeat 0px center;
}

.qhxw .d1,
.qhxw .d2 {
	background: url(../img/icon2.png) no-repeat 0px center;
}

.xs .d1,
.xs .d2 {
	background: url(../img/icon3.png) no-repeat 0px center;
}

.xg .d1,
.xg .d2 {
	background: url(../img/icon4.png) no-repeat 0px center;
}

/* 省略号 */
.yc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.yc1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: block;
	float: left;
}

/*中间*/
/* mod1 */
#mod1 {
	width: 100%;
	padding: 30px 0px;
}

.tp {
	float: left;
	margin-right: 2%;
	min-height: 575px;
}

.tp .rq {
	background: #0d295d;
	font-size: 50px;
	color: #FFFFFF;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	margin-right: 20px;
}

.tp .rq span {
	font-size: 12px;
	display: block;
	margin-top: 3px;
}

.tp .btzy {
	padding-top: 10px;
}

.tp .btzy .tit {
	font-size: 18px;
	font-weight: bold;
}

.tp .zy {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
	color: #666;
}

/* qh */
.qhxw {
	float: right;
}

.st .btzy {
	float: right;
	width: 86%;
}

.st {
	border-bottom: 1px solid #dfe1e5;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.st .bt {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 99%;
	font-weight: bold;
}

.st .zy {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}

.st:hover a .bt {
	color: #e64d10;
}

.zrq {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	background: #0d295d;
}

.zrq span {
	font-size: 14px;
	display: block;
	font-weight: normal;
	line-height: 35px;
}

.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #0d295d;
	position: relative;
	font-size: 24px;
	color: #888888;
	margin-bottom: 15px;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	/* left: 60px; */
	top: 0px;
}

.slideTxtBox .hd ul li {
	float: left;
	/* padding: 0 30px; */
	cursor: pointer;
	text-indent: 40px;
	margin-right: 25px;
}

.slideTxtBox .hd ul li.on {
	color: #0d295d;
	font-weight: bold;
	font-size: 24px;
}

.slideTxtBox .bd ul {
	/* padding: 15px; */
	zoom: 1;
	position: relative;
}

.qhxw .slideTxtBox .bd li,
.xs .slideTxtBox .bd li {
	height: 46px;
	line-height: 46px;
	text-indent: 15px;
	/* border-bottom: 1px solid #e6e6e6; */
	background: url(../img/dian.png) no-repeat 0px center;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #888888;
	font-size: 15px;
}

.bd .m1 {
	color: #666666;
	display: block;
	position: absolute;
	top: -50px;
	right: 0px;
}

.articleList01 {
	border-bottom: 1px solid #dfe1e5;
	padding-bottom: 20px;
}

.articleList01 .artul {
	margin: 0 -10px;
	/* margin-bottom: 30px; */
}

.articleList01 .artul .artli {
	width: 50%;
	float: left;

}

.articleList01 .artul .artli a {
	display: block;
	margin: 0 10px;
	position: relative;
}

.articleList01 .artul .artli .art-Img {
	display: block;
	/* height: 0; */
	/* padding-bottom: 51%; */
	overflow: hidden;
	/* min-height: 240px; */
}

.articleList01 .artul .artli .art-Img img {
	width: 100%;
	transition: all 0.3s ease;
	height: 200px;
}


.articleList01 .artul .artli .art-Txt {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 99;
	transition: all 0.3s ease;
	background: rgba(13, 41, 93, 0.8);
	text-align: center;
	bottom: 0px;
}

.articleList01 .artul .artli .art-Txt p {
	font-size: 16px;
	padding: 14px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}

.articleList01 .artul .artli a:hover .art-Txt {
	margin-top: -20px;
}


.xg {
	float: right;
	margin-left: 2%;
}

.xg .bd ul li {
	background: none !important;
	overflow: hidden;
	margin-bottom: 24.3px;
}

.rq2 {
	border: 1px solid #0d295d;
	width: 65px;
	height: 55px;
	text-align: center;
	color: #0d295d;
	font-size: 14px;
	line-height: 22px;
	float: left;
	margin-right: 20px;
}

.rq2 span {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	display: block;
	background: #0d295d;
	padding: 5px 0px;
}

.xg ul li a {
	padding: 5px 0px;
	line-height: 25px;
}

.xg .wt {
	margin-bottom: 0px !important;
}

/* footer */
#footer {
	width: 100%;
	background: #0d295d;
	color: #FFFFFF;
	font-size: 14px;
}

.foots {
	padding: 30px 0px;
}

.ywlogo {
	float: left;
}

.yq ul li a {
	color: #FFFFFF;
	font-size: 14px;
}

.yq ul li {
	margin-top: 15px;
}

.yq {
	float: left;
	margin: 0 7%;
	display: none;
}

.dd {
	float: left;
	line-height: 30px;
	padding-top: 20px;
}

.rwm {
	float: right;
	margin: 0px auto;
	text-align: center;
}

.rwm ul li {
	float: right;
}

.rwm ul li span {
	display: block;
	text-align: center;
}

/*list*/
.dbox .inner {
	margin: 0px auto;
	background: #FFFFFF;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 2px 3px 10px #dde8ee, -2px -2px 10px #dde8ee;
}

.listcon {
	overflow: hidden;
}

.conleft {
	width: 300px;
	float: left;
}

.conleft .yj {
	/* height: 60px; */
	font-size: 27px;
	color: #FFFFFF;
	text-align: center;
	/* line-height: 60px; */
	letter-spacing: 2px;
	background: #0d295d;
	padding: 30px 0px;
}

.conleft ul {
	background: #f0f0f0;
	overflow: hidden;
}

.conleft ul li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.conleft ul li a {
	color: #333333;
	font-size: 18px;
}

.conleft .active {
	background: #e64d10;
}

.conleft .active a {
	color: #FFFFFF;
}
.conright {
	float: right;
	width: 1200px;
	margin: 13px 0px 30px;
}
.conright p{line-height:2}
.ritop {
	/* margin-bottom: 30px; */
	/* overflow: hidden; */
	height: 45px;
	border-bottom: 2px solid #dde8ee;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 24px;
	color: #0d295d;
	font-weight: bold;
	float: left;
	line-height: 40px;
}

.dq {
	float: right;
	color: #888888;
	line-height: 35px;
	text-indent: 20px;

}

.dq a {
	font-size: 14px;
	color: #888888;
}

.dq a:hover {
	color: #006db5;
}

.conright .listul li {
	height: 55px;
	text-indent: 15px;
	color: #333333;
	line-height: 55px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
	margin-bottom: 20px;
}

.conright .listul li a {
	font-size: 15px;
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	background: url(../img/dian.png) no-repeat 0px center;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt {
	font-size: 16px;
}

.conright .listul li:hover a {
	color: #0d295d;
}

.conright .listul li:hover .sj {
	color: #0d295d;
}


.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}

#mod2 {
	margin-bottom: 30px;
}

/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	margin-top: 30px;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #e8e3e3;
}

.article .arti_metas span {
	color: #999999;
	font-size: 16px;
	text-indent: 22px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #00479d;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	/* max-width: 800px; */
	max-width: 100% !important;
	display: block;
	margin:0px auto !important;
	height: auto !important;
}

/* jslist */
.crmid {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 50px;
	box-sizing: border-box;
}

.crmid ul {
	height: auto;
	margin: 0px -20px;
	overflow: hidden;
}

.crmid li {
	float: left;
	width: 160px;
	height: 240px;
	margin-bottom: 20px;
	width: 20%;
	text-align: center;
	margin-top: 20px;
}
.crmid li a{
	display: block;
	margin: 0px 20px;
}
.crmid li img {
	height: 200px;
	width: 160px;
}

.crmid li .info {
	/* width: 158px; */
	height: 38px;
	/* background-color: #f0f0f0; */
	/* border: 1px solid #ddd; */
	/* text-align: center; */
}

.crmid li .info a {
	display: block;
	/* width: 158px; */
	height: 38px;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	color: #333;
}

.crmid li:hover img {
	opacity: 0.5;
}

.crmid .img1 {
	height: 200px;
	width: 160px;
	margin-top: 30px;
	/* float: left; */
	display: none;
}

.crmid .xzjs {
	width: 82%;
	height: 200px;
	margin-top: 30px;
	float: right;
	display: none;
}

.crmid .xzjs h3 {
	display: block;
	height: 69px;
	/* width: 650px; */
	border-bottom: 1px solid #ddd;
	font-size: 30px;
	line-height: 69px;
	font-weight: normal;
	color: #c61414;
}

.crmid .xzjs .xx {
	/* width: 650px; */
	height: 115px;
	padding-top: 13px;
	overflow: hidden;
}

.crmid .xzjs p {
	float: right;
	font-size: 14px;
	line-height: 24px;
	/* width: 580px; */
}

.crmid .xzfoot {
	/* width: 830px; */
	height: auto;
	/* margin-top: 60px; */
}

.crmid .xzfoot h2 {
	font-size: 18px;
	line-height: 36px;
	/* width: 830px; */
	height: 36px;
	color: #c61414;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	display: none;
}

.crmid .xzfoot p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.crmid .xzfoot img{width:300px;}


.subNav{position:relative;/* width: 200px; */ height: 50px; padding-left:40px; line-height: 50px; border-bottom:solid 1px #e5e3da; cursor:pointer; font-size:16px;color:#333; background:url(../images/jiantou1.png) no-repeat 95% 50%}
 .subNav img{position:absolute; top:23px; left:20px;}
.subNav img.pic2{display: none;}
.currentDt img.pic1{display: none;}
.currentDt img.pic2{display: block;}

.currentDt{color: #c61414; background: url(../images/jiantou.png) no-repeat 95% 50%;}
 .navContent{display: none; /* padding:5px 0; *//* border-bottom:solid 1px #ededed; */}

.currentDd{display: block;}
 .navContent li a{display:block;width:160px; height:32px; padding-left: 60px; line-height:32px; font-size:14px; color:#333; background: url(../images/picr.jpg) no-repeat 50px center;}
.navContent li a:hover{color:#d93034;}
 .navContent li.current a{color:#d93034;}
 .subNav.last{border:none;}
 .navContent.last{border:none;}
.url3{color:#333;}
.currentDt .url3{color:#c61414;}