@charset "utf-8";
body {
	min-width: 1200px;
	background: #f6f8f4;
}
.header {
	width: 100%;
	height: 300px;
	background: url(images/bg.jpg) top center no-repeat;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.container_col {
	background: #fff;
	padding: 10px;
	margin-top: 0em!important;
}
.toptxt {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.toptxt a {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	padding: 0 10px;
}
.toptxt a:hover {
	color: #FF0;
}
.logo {
	width: 1000px;
	left: 85px;
	height: 138px;
	position: absolute;
	top: 80px;
        
}
.topinfo {
	width: 270px;
	right: 30px;
	position: absolute;
	top: 20px;
}
.search {
	width: 180px;
	height: 30px;
	padding: 6px 96px 6px 10px;
	background: #ECE1CA;
	position: absolute;
	right: 10px;
	top:120px;
	border-radius: 4px;
	overflow: hidden;
}
.ipt-sea {
	height: 30px;
	width: 100%;
	border: 0;
	outline: none;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	background: #ece1ca;
}
.search .submitbutton {
	display: block;
	width: 90px;
	height: 42px;
	background: #b81c1f;
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	transition: all .3s ease;
	position: absolute;
	right: 0;
	top: 0;
}
.search .submitbutton:hover {
	background: #f22;
}
.nav {
	width: 100%;
	height: 60px;
	background:#af1203e0;
}
.nav li {
	width: 200px;
	float: left;
	height: 60px;
	position: relative;
}
.nav li a {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	transition: all .5s ease;
}
.nav li a:hover, .nav li.active a {
	background: #fba714;
	color: #fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#navul {
	width: 1220px;
	margin: 0 auto;
}
#navul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 60px;
}
#navul li.navmoon {
	background: #ff0000;
}
#navul li.navmoon a, #navul li.active a {
	color: #fff;
}
#navul li.navhome a:hover {
	color: #232e23;
}
#navul li.navmoon ul {
	display: block;
}
#navul li.navmoon ul li {
	background: #ff2222;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ff0000;
}
#navul li.navmoon ul a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#navul li.navmoon ul a:hover {
	color: #fff;
}
.news-notice {
	margin: 20px 0;
}
.indnews {
	width: 560px;
	height: 362px;
	float: left;
}
.news-pic {
	width: 560px;
	height: 362px;
}
.news-pic, .news-pic img {
	width: 560px;
	height: 362px;
	overflow: hidden;
}
.news-notice .news-txt {
	width: 620px;
	height: 362px;
	float: right;
}

.news-title {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}
.news-title .name {
	position: absolute;
	height: 39px;
	border-bottom: #b81c1f solid 2px;
	color: #b81c1f;
	text-align: center;
	line-height: 39px;
	font-size: 18px;
	padding: 0 15px;
}
.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
}
.news-name.tab-nav a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #333;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	margin: 0;
	position: relative;
}
.news-name.tab-nav a.current {
	border-bottom: #b81c1f 2px solid;
	color: #fff;
	font-weight: bold;
}
.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: none;
}
.news-name.tab-nav a.current i {
	display: block;
}
.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}
.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 0;
	font-size: 12px;
	color: #999;
	transition: all .3s ease;
}
.news-title .more:hover {
	color: #990000;
}
.newslist {
	display: block;
	padding: 10px 12px;
}
.hotnews {
	margin: 12px 12px 0 12px;
}
.hotnews h1 {
	font-size: 16px;
	color: #084466;
	text-align: center;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon {
	margin-top: 12px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.hotnews .hotcon a:hover {
	color: #0594c9;
}
.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 14px;
	background: url(../images/jiantou.png) 2px 15px no-repeat;
}
.newslist li a {
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.newslist li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.newslist li:last-child {
	border: 0;
}
.newslist li:hover {
	background-color: #fafafa;
	transition: all .5s ease;
}
.fwzn {
	margin: 20px 0;
	background: #d5e7f6;
	height: 140px;
	overflow: hidden;
}
.fwzn .tit {
	width: 65px;
	background: #084466;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 115px;
	padding-top: 25px;
	float: left;
}
.fwzn .iconlist {
	float: left;
	width: 1135px;
}
.fwzn .iconlist a {
	display: block;
	width: 162px;
	text-align: center;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.fwzn .iconlist a .pic {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	margin: 20px auto auto auto;
	transition: all .3s ease;
}
.fwzn .iconlist a.icon1 .pic {
	background: #eacd75;
}
.fwzn .iconlist a.icon2 .pic {
	background: #93d884;
}
.fwzn .iconlist a.icon3 .pic {
	background: #f57b7b;
}
.fwzn .iconlist a.icon4 .pic {
	background: #b19de5;
}
.fwzn .iconlist a.icon5 .pic {
	background: #60dcb5;
}
.fwzn .iconlist a.icon6 .pic {
	background: #7ebfe2;
}
.fwzn .iconlist a.icon7 .pic {
	background: #dec67c;
}
.fwzn .iconlist a.icon1:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon2:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon3:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon4:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon5:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon6:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon7:hover .pic {
	background: #084466;
}
.b-1 {
	border: 1px solid #efefef;
}
.col-box {
	margin: 20px 0;
}
.news-txt.col-3 {
	width: 388px;
	height: 280px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.news-txt.col-3.last {
	margin-right: 0;
}
.smalllist {
	margin-left: 100px;
}
.smalllist a {
	line-height: 39px;
	font-size: 12px;
	color: #084466;
	margin: 0 5px;
}
.smalllist a:hover {
	color: #0594c9;
}
.col-2-l {
}
.col-2-l .tit {
	height: 40px;
	background: url(../images/bmicon.png) 0 9px no-repeat;
	padding-left: 30px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
}
.col-2-l .list a {
	float: left;
	text-align: center;
	color: #fff;
	transition: all .3s ease;
}
.col-2-l .list .ct {
	width: 162px;
	height: 120px;
	float: left;
	margin-right: 11px;
}
.col-2-l .list .ct.last {
	margin-right: 0;
}
.col-2-l .list a.color_bj .pic {
	margin: 24px auto 20px auto;
}
.col-2-l .list a.color_bj {
	width: 162px;
	height: 120px;
	background: #e75603;
}
.col-2-l .list a.color-1 {
	background: #80ba4a;
}
.col-2-l .list a.color-2 {
	background: #e75603;
}
.col-2-l .list a.color-3 {
	background: #288fd2;
}
.col-2-l .list a.color-4 {
	background: #f3b548;
}
.col-2-l .list a.color-5 {
	background: #2876a2;
}
.col-2-l .list a.color-6 {
	background: #2bbe40;
}
.col-2-l .list a.color-7 {
	background: #b363c7;
}
.col-2-l .list a.color-1:hover, .col-2-l .list a.color-2:hover, .col-2-l .list a.color-3:hover, .col-2-l .list a.color-4:hover, .col-2-l .list a.color-5:hover {
	background: #084466;
}
.col-2-r {
}
.gsht {
	float: left;
	width: 400px;
}
.col-2-r .tit {
	height: 40px;
	background: url(../images/sficon.png) 0 9px no-repeat;
	padding-left: 30px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	float: left;
}
.sfbox {
	padding: 0 10px 15px 5px;
	height: 213px;
}
.sftxt {
	float: left;
	width: 424px;
	height: 215px;
	position: relative;
}
.sftxt .info {
	height: 198px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sftxt a {
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	text-align: center;
	color: #F30;
}
.sftxt a:hover {
	color: #39F;
}
.jisuan {
	float: right;
	padding-left: 30px;
	width: 270px;
	border-left: 1px dashed #efefef;
	height: 213px;
}
.jisuan h1 {
	color: #084466;
	line-height: 30px;
	font-size: 15px;
}
.jsbox {
	position: relative;
	padding-left: 65px;
	margin-top: 8px;
}
.jsbox span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 27px;
	display: block;
	width: 65px;
	color: #7e7e7e;
}
.jsbox .jsq {
	border: 1px solid #f0f0f0;
	height: 19px;
	padding: 3px 3px 3px 10px;
	border-radius: 2px;
}
.jsbox .jsq .ipt-jsq {
	border: 0;
	height: 19px;
	line-height: 19px;
	width: 100%;
	outline: none;
}
.jsbox .jsq a {
	display: block;
	width: 42px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	background: #55aeec;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #fff;
	border-radius: 2px;
}
.jsjg {
	background: #f0f0f0;
	padding: 4px 8px;
	margin-top: 10px;
	position: relative;
}
.jsjg .tab {
	line-height: 28px;
	border-bottom: 1px solid #e2e2e2;
	color: #6a6a6a;
	height: 28px;
	overflow: hidden;
}
.jsjg .tab span {
	float: right;
}
.jsjg .tab.last {
	border: 0;
}
.jsjg:before {
	content: '';
	width: 9px;
	height: 5px;
	background: url(../images/jtt.png) no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: -5px;
}
.jisuan .smtxt {
	color: #55aeec;
	line-height: 40px;
}
.xxlinks {
	height: 24px;
	overflow: hidden;
}
.xxlinks a {
	color: #F33;
	line-height: 24px;
}
.xxlinks a:hover {
	color: #55aeec;
	text-decoration: underline;
}
.newslist.htlist {
	padding: 0;
	width: 360px;
}
.col-4 {
	width: 289px;
	float: left;
	margin-right: 12px;
	border: 1px solid #efefef;
}
.col-4.last {
	margin-right: 0;
}
.news-title .name2 {
	float: left;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	color: #084466;
	padding-left: 20px;
	background: url(../images/shu.png) 8px 11px no-repeat;
}
.linksbox {
	background: #e6e8e4;
	margin-top: 20px;
}
.txtlisttit {
	height: 32px;
	position: relative;
}
.txtlisttit.linktit span {
	color: #333;
	font-size: 18px;
	display: block;
	width: 100px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	position: absolute;
	left: 0;
}
.tab-nav {
	position: absolute;
	left: 100px;
	top: 0;
}
.tab-nav a {
	float: left;
	line-height: 32px;
	font-size: 14px;
	margin: 0 20px;
}
.tab-nav a.current {
	color: #FF080D;
}
.linkcon {
	height: 54px;
	margin: 10px;
	overflow: auto;
}
.linkslist li {
	float: left;
	margin: 1px 20px;
}
.linkslist li a {
	display: inline-block;
	line-height: 25px;
}
.ft-menu {
	height: 230px;
	width: 100%;
	background: url(../images/footbj.jpg) top center repeat-y;
	overflow: hidden;
}
.menu {
	width: 1000px;
	float: left;
	margin-top: 40px;
}
.menu dl {
	float: left;
	margin-right: 20px;
	color: #fff;
}
.menu dl dt {
	font-size: 15px;
}
.menu dl dd {
	margin-top: 20px;
}
.menu dl dd.last {
	margin-top: -3px;
}
.menu dl dd a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #A0E3FF;
}
.menu dl dd.last p {
	font-size: 14px;
	line-height: 26px;
}
.menu dl dd a:hover {
	color: #FF0;
}
.menu dl.last {
	margin-left: 100px;
}
.menu dl dd p {
	color: #fff;
	line-height: 24px;
}
.ewm {
	float: right;
	width: 125px;
	text-align: center;
	line-height: 30px;
	margin-right: 70px;
	margin-top: 40px;
	color: #fff;
}
.mg-t-b {
	margin: 20px auto;
}
.page-left {
	width: 255px;
	float: left;
	background: #fff;
}
.page-right {
	width: 900px;
	float: right;
	margin-right: 15px;
}
.pagelist .listbox {
	border: 1px solid #efefef;
}
.pagelist h1 {
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 600;
	background: #b81c1f;
	padding-left: 20px;
	margin-bottom: 5px;
}
.pagelist li {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-top: -1px;
}
.pagelist li a {
	height: 45px;
	line-height: 45px;
	display: block;
	font-size: 1.3em;
	color: #333;
	padding-left: 20px;
}
.pagelist li a:hover, .pagelist li.active>a {
	border-left: 4px solid red;
	font-weight: bold;
}
.pagelist li .dropdown {
	display: none;
}
.pagelist li.active .dropdown {
	display: block;
}
.pagelist li .dropdown li {
	margin-left: 10px;
	margin-right: 10px;
}
.pagelist li .dropdown li a {
	background: #fff;
	padding-left: 40px;
}
.pagelist li .dropdown li.active a {
	color: #b61412;
}
.pagelist li .dropdown li:last-child {
	border-bottom: 0;
}
.hotarticl {
	margin-top: 20px;
}
.hottit {
	border-bottom: 1px solid #efefef;
	line-height: 40px;
	font-size: 16px;
	color: #b81c1f;
	margin: 12px 12px 0 12px;
}
.pagelujing {
	height: 40px;
	border-bottom: 2px solid #efefef;
	position: relative;
}
.pagelujing .name {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border-bottom: 2px solid #b81c1f;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
.pagelujing span {
	position: absolute;
	right: 0;
	line-height: 40px;
	color: #888;
}
.news-txt.ny, .newslist.ny {
	border: 0;
	padding: 0;
}
.news-txt.ny {
	min-height: 400x;
}
.newslist.ny li:last-child {
	border-bottom: 1px dotted #dedede;
}
.cop {
	font-size: 14px;
	color: #e6e8e4;
	height: 150px;
	line-height: 4.5em;
	padding-top: 20px;
        background:url(images/bg-bottom.jpg) bottom no-repeat;
	background-color: rgba(153, 0, 0, 10);
}
.liuyantab {
	border: 1px solid #f5f5f5;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
}
.biaoti {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 0 20px;
	font-weight: 600;
	margin-top: 30px;
}
.sshuomign {
	color: #888;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.sshuomign span {
	margin: 0 10px;
}
.article_txt {
	font-size: 16px;
	line-height: 150%;
	color: #454545;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
}
.article_txt p {
	text-indent: 2em;
	padding-bottom: 10px;
	line-height: 150%;
}
.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
}
.tcdPageCode a {
	display: inline-block;
	color: #428bca;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}
.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}
.dy {
	margin-top: 10px 0;
	background-color: #fafafa;
	padding: 10px 0;
}
.dy a {
	padding-right: 10px;
}
.dy img {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	opacity:0.6;
	filter:alpha(opacity=60); 
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
}
.dy img:hover {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	opacity:1;
	filter:alpha(opacity=60);
	}
.col-box h2 {
	width: 100px;
	height: 39px;
	border-bottom: #b81c1f solid 2px;
	color: #b81c1f;
	text-align: center;
	line-height: 39px;
	font-size: 18px;
	padding: 0 15px;
	margin: 0 auto;
}