.body_wrap
{
	background-color: #f7f7f7;
}
img{ border:0;}
*:focus { outline:none;}
ul,ol,li,dl,dt,dd{ list-style-type:none; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
img,object{ vertical-align:bottom; border:0;}
.cls{ clear:both; height:0; font:0/0 Arial; margin:0; padding:0;}
a{blr:expression(this.onFocus=this.blur()); outline:none; text-decoration:none;}
/**
hearer 顶部通栏
 */
.header{
	width: 100%;
	min-width: 980px;
	background-color: white;
}
.header>.header-box
{
	width: 980px;
	position:relative;
	margin: 0 auto;
}
.header-box .logolink
{
	display: block;
	width: 100%;
}
.jumpbtn {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 54px;
	background-color: #285286;
	color: white !important;
	border-radius: 4px;
	margin: 0 auto;
}
.header-box .logolink img
{
	width: 100%;
	height: auto;
}
.header-box .ulogin,.header-box .ulogined
{
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 8px;
	background-color: rgba(255,255,255,0.6);
	padding: 3px 8px;
}
.header-box .ulogin span{
	font-weight: bold;
	color: darkred;
}

.header-box .ulogined {
	display: block;
}
.ulogined .avatar {
	display: block;
	width: 30px;
	height: 30px;
	margin: 4px 10px 4px 4px;
	border-radius: 50%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}
.ulogined {
	padding-left: 4px;
	line-height: 30px;
}
.ulogin, .ulogined {
	display: block;
	position: absolute;
	color: #141414;
}
/**
topnav 如果有顶部导航
 */
.topnav{
	width: 100%;
	min-width: 980px;
	height: 35px;
	background-color: #004482;
	/*overflow: hidden;*/
	margin-bottom: 8px;
}
.topnav .tpbar
{
	width: 980px;
	height: 35px;
	margin: 0 auto;
	position: relative;
}
.topnav .tpbar .bar-box
{
	display: inline-block;
	position: relative;
	background: url("../imagesofet7/nav_bg.jpg") right center no-repeat;
}
.bar-box a
{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: white;
	height: 35px;
	line-height: 35px;
	padding: 0 19px;
	background-color: unset;
	/*border-radius: 3px 3px 0 0;*/
	position: relative;
}
.bar-box a:hover{
	color: #004482;
	background-color: white;
	transition: .2s ease;
}
.bar-box a.on {
	color: #004482;
	background-color: white;
}
.bar-box>span
{
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
	height: 15px;
	display: inline-block;
	border-right: 1px solid white;
}
.bar-box a>span
{
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
	height: 15px;
	display: inline-block;
	border-right: 1px solid white;
}
.bar-box>.secondnav
{
	font-size: 13px;
	position: absolute;
	/*width: 100%;*/
	background-color: white;
	border-radius: 0 0 4px 4px;
	top:30px;
	left: 0;
	z-index: 99;
	-moz-box-shadow:0px 2px 4px rgba(80,80,80,0.1);
	-webkit-box-shadow:0px 2px 4px rgba(80,80,80,0.1);
	box-shadow:0px 2px 4px rgba(80,80,80,0.1);
}
.bar-box>.secondnav a
{
	margin: 4px;
	display: block;
	/*width: 100%;*/
	/*height: 30px;*/
	font-weight: 500;
	background-color: white;
	color: darkred;
	padding: 8px 10px;
}
.bar-box>.secondnav a:hover
{
	background-color: darkred;
	color: white;
	transition: .5s ease;
}

/**
如果是横着的二级导航
 */
.topnav .tpbar .heng
{
	position: unset;

}
.bar-box>.hengnav
{
	font-size: 13px;
	position: absolute;
	/*width: 100%;*/
	background-color: white;
	border-radius: 0 0 4px 4px;
	top:36px;
	left: 0;
	z-index: 99;
	-moz-box-shadow:0px 2px 4px rgba(80,80,80,0.1);
	-webkit-box-shadow:0px 2px 4px rgba(80,80,80,0.1);
	box-shadow:0px 2px 4px rgba(80,80,80,0.1);
}
.bar-box>.hengnav a
{
	margin: 4px;
	display: block;
	float: left;
	/*width: 100%;*/
	/*height: 30px;*/
	font-weight: 500;
	background-color: white;
	color: darkred;
	padding: 8px 10px;
	position: relative;
}
.bar-box>.hengnav a:hover
{
	background-color: darkred;
	color: white;
	transition: .5s ease;
}
.bar-box>.hengnav a>span
{
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
	height: 15px;
	display: inline-block;
	border-right: 1px solid darkred;
}

/**
滚动图片
 */
.slider_area
{
	width:980px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.slider_area .sliderimg{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	width:980px;
	margin: 0 auto;
}
.slider_area .sliderimg img{
	width: 980px;
	height: auto;
}
.slider_area .slidermanyimg
{
	width:980px;
	margin: 0 auto;
}

.nivo-controlNav a.active {
	background-color: darkred;
}

/**
子页面滚动图片
 */
.slider_area_sub
{
	width:705px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.slider_area_sub .sliderimg{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	width:705px;
	margin: 0 auto;
}
.slider_area_sub .sliderimg img{
	width: 705px;
	height: auto;
}
.slider_area_sub .slidermanyimg
{
	width:705px;
	margin: 0 auto;
}

/**
主内容
 */
.contentWrap,.contentWrap_sub
{
	width: 980px;
	margin: 0 auto;
}
.gnb_wrap
{
	float: left;
	width: 190px;
	padding: 10px;
	background-color: #004482;
	min-height: 520px;
	margin-right: 5px;
}
.gnb_wrap .center {
	overflow: hidden;
}
.gnb_wrap .center .list {
	width: 170px; margin: 0 auto; padding-top: 10px;
}
.gnb_wrap .center .list li {
	margin-bottom: 10px;
}
.gnb_wrap .center .list li a {
	display: block; border: 1px solid #fff; border-radius: 8px; color: #fff; text-align: center; line-height: 34px; font-size: 14px;
}
.gnb_wrap .center .list li a:hover,.gnb_wrap .center .list li a.on{
	color: #004482;
	background-color: white;
	transition: .2s ease;
}

.gnb_wrap .lnbar
{

}
.gnb_wrap .lnbar .nav-show-page
{
	padding: 4px 4px 6px 15px; color: white; font-weight: normal; font-size: 12px;
	background-color: #a63631;
}
.gnb_wrap .lnbar .nav-show-list
{
	padding: 4px 4px 6px 15px; color: white; font-weight: normal; font-size: 12px;
}
.gnb_wrap .lnbar li{

}
.gnb_wrap .lnbar li>a{
	display: block;
	padding: 13px 8px;
	font-weight: 500;
	/*color: #111111;*/
	color: white;
	/*border-bottom: 1px solid darkred;*/
	font-size: 14px;
}
.gnb_wrap .lnbar li .on{
	background-color: white;
	color: darkred;
}
.gnb_wrap .lnbar li>a:hover{
	/*background-color: #efe4e3;*/
	background-color: white;
	/*border-radius: 4px;*/
	transition: .5s ease;
	color: darkred;

}

.main_center
{
	width: 570px;
	float: left;
	min-height: 510px;
	background-color: white;
	padding-top: 30px;
}

.stitle_name, .stitle_navi, .listname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;

}

.stitle_name{
	width: 500px;
	padding: 0px 10px 20px 20px;
	font-size: 24px;
	font-weight: 600;
	color: darkred;
	text-align: left;
}
.stitle_name font{
	color: #df2f0b;
}

.stitle_area li
{
	float: left;
}
.stitle_navi
{
	width: 200px;
	padding: 0px 10px 20px 10px;
	font-size: 11px;
	color: #575757;
	text-align: right;
}

.ctn_area
{
	clear: both;
	padding: 0px 15px 20px 20px;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	position: relative;
	overflow: hidden;
}
.ctn_area img, .ctn_area p img
{
	max-width: 705px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.main_right
{
	width: 190px;
	float: right;
	min-height: 540px;
	background-color: white;

}
.right_area
{
	padding:0 5px;
}

.notice_list
{
	padding:0 10px 15px 10px;
	font-size: 14px;
}
.notice_list p
{
	margin-bottom: 5px;
}
.notice_list .title{
	height: 41px;
	border-bottom: 2px solid #004482 ;
	margin-bottom: 10px;

}
.notice_list .title span{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	color: #004482;
	display: inline-block;
}
.notice_list .title .end{
	float: right;
	padding-right: 10px;
	font-size: 20px;
}
.notice_list dd {
	/*padding-left: 23px;*/
	/*padding-bottom: 17px;*/
	/*padding-right: 5px;*/
	/*background: url(../images/dlist_icon1.gif) no-repeat;*/
	/*text-align: justify;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.notice_list .imageshow
{
	padding:5px; margin-bottom: 5px;
	line-height: 20px;
}
.notice_list .imageshow p{
	line-height: 20px;
}
.notice_list .imageshow img
{
	margin-bottom: 5px;
}
.notice_list .imageshow .tt{
	font-weight: bold;
}
.notice_list .imgmorelink
{
	display: inline-block;
	width: 100%;
	text-align: right;
	color: darkred;
}

/**
footer
 */
.footer_wrap {
	clear: both;
	width: 100%;
	min-width: 980px;
	text-align: center;
	margin: 0 auto;
	background-color: white;

	margin-top: 12px;
}
.foot_box
{
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
}
.foot-logos img {
	height: 75px;
	width: auto;
	margin-bottom: 20px;
	padding: 10px;
}
.foot-contact
{
	width:100%; clear: both; text-align:left;
	font-size: 14px;
}
.copyright
{
	text-align:right; clear: both; padding-top: 10px;
	font-size: 13px;
}
/**
sub
 */
.content_box
{
	width: 765px;
	float: right;
	min-height: 510px;
	background-color: white;
	padding-top: 30px;
}


.pageimageshow
{
	clear: both;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.pageimageshow .tt
{
	font-weight: bold;
}
.leftimg
{
	width: 190px;
	float: left;
	padding-bottom: 20px;
}
.righttxt
{
	width: 490px;
	float: left;
}
.clear
{
	clear: both;
}


/**
特殊样式
 */
.banner_bottom
{
	width: 940px;
	margin: 0 auto;
	background-color: #f1f1f1;
	padding: 20px;
	margin-bottom: 10px;
}


/**
特殊登录
 */
.login-view
{
	color: white;
	font-size: 14px;
	/*background-color: #003e70;*/
	border-radius: 2px;
	padding: 10px;
}
.login-view input
{
	outline: none;
	border: none;
	border-radius: 0px;
	line-height: 30px;
	padding-left: 6px;
}
.login-view .btn
{
	/*width: 90%;*/
	display: inline-block;
	border-radius: 8px;
	border: none;
	padding: 3px 27px;
	outline: none;
	color: #004482;
}
.login-view .btn-success
{
	background-color: #fff;
}
.login-view .btn-danger
{
	background-color: #fff;
}

table td{
	padding: 5px 3px 5px 8px;
}
table .firstRow td
{
	font-weight: bold;
}

.linkbtn{
	background-color: #003e70;
	color: white;
	padding: 6px 30px;
	border-radius: 6px;
}

.linkbtn:visited,.linkbtn:link
{
	color: white;
}

.userbar
{
	position: relative;
	width: 980px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 15px;
	padding: 5px 0;
	margin: 0 auto;
	overflow: hidden;
}

.userbar .ulogin,.userbar .ulogined{
	display: block;
	position: absolute;
	color: #141414;
	top: 0;
	right: 0;
	font-size: 13px;
}

.userbar .ulogined
{

	padding: 0 8px;
	padding-left: 4px;
}

.userbar .ulogined .avatar {
	display: block;
	padding: 0;
	width: 24px;
	height: 24px;
	margin: 2px 10px 2px 4px;
	border-radius: 50%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}


.TT_biaoti { padding: 0 15px;}
.TT_biaoti .left { float: left; display: flex; align-items: center;}
.TT_biaoti .left .dian {}
.TT_biaoti .left .text { font-size: 26px; font-weight: bold; color: #000; background: url("../imagesofet7/dian_d.png") right top no-repeat; padding: 7px 15px 0 0;}
.TT_biaoti .right {
	float: right; font-size: 14px; font-weight: bold; line-height: 45px; text-transform: uppercase;
	background: -webkit-linear-gradient(left, #8ebee5, #004482, #8ebee5);
	background: -o-linear-gradient(right, #8ebee5, #004482, #8ebee5);
	background: -moz-linear-gradient(right, #8ebee5, #004482, #8ebee5);
	background: linear-gradient(to right,#8ebee5, #004482, #8ebee5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



