/*鍏敤-------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body {
	background-color: #fff;
	color: #383838;
	font-family: 寰蒋闆呴粦;
}
ul, li {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
div.clear {
	clear: both;
	height: 0;
	width: 0;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
img {
	border: 0;
	max-width: 100%;
}
div.wp {
	width: 1200px;
	margin: 0 auto;
}
.tran {
	transition: all .3s ease-out 0s;
}
.tver {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tver2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tver3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.img-box {
	overflow: hidden;
}
.img-box img {
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}
.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*header*/
#header {
	position: relative;
	z-index: 999;
}
.header-1 {
	height: 130px;
	background: url(common_res/header_bg.jpg) center 0 #0d6bb1;
}
.logo {
	width: 668px;
	margin-top: 20px;
}
.logo a, .logo img {
	display: block;
	width: 100%;
	width: 668px;
	height: 90px;
}
.nav-wp {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-image: url(common_res/baidi.png);
	z-index: 500;
}
.nav ul {
	margin: 0;
}
.nav>ul>li {
	float: left;
	width: 9.0909090909%;
	text-align: center;
	position: relative;
}
.nav>ul>li:first-child {
	background-image: none;
}
.nav>ul>li>a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;	/*transition: .3s;*/
}
.nav>ul>li:hover>a, .nav>ul>li.active>a {
	color: #fff;
	background-color: #0d6bb1;
}
.nav>ul>li>ul {
	position: absolute;
	left: 0px;
	right: 0;
	top: 60px;
	z-index: 600;
	background-color: #0d6bb1;
	display: none;
}
.nav>ul>li>ul>li>a {
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover {
	background-color: #085690;
}
/*banner*/
.banner {
	background: #fff;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container img {
	width: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner a {
	position: relative;
}
.banner p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 3px;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-size: 1.2rem;
}
.banner .swiper-pagination-bullet {
	width: 70px;
	height: 7px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #0d6bb1;
	height: 10px;
}
/*瀛﹂櫌鍔ㄦ��&閫氱煡鍏憡*/
.item01 {
	padding: 50px 0;
}
.clickicon {
	text-align: center;
	margin: 40px auto 80px auto;
}
.clickicon span {
	border: 1px solid #e2e2e2;
	font-size: 18px;
	margin-right: 20px;
	padding: 15px 40px;
	cursor: pointer;
}
.clickicon span.on {
	background: #0d6bb1;
	color: #fff;
	border: 1px solid #0d6bb1;
}
.clickicon span:last-child {
	margin-right: 0;
}
.piclist {
	width: 570px;
	height: 520px;
	background: #f5f5f5;
}
.piclist img {
	width: 570px;
	height: 370px;
}
.piclist a {
	color: #333;
}
.piclist a:hover {
	color: #085690;
}
.piclist h3 {
	font-size: 18px;
	margin: 10px 0;
}
.piclist p {
	color: #686868;
}
.txt {
	padding: 15px;
}
.txt {
	color: #666;
}
.txt em {
	font-style: normal;
	color: #999;
}
.newslist {
	width: 610px;
}
.dateText {/*height: 120px;*/
	overflow: hidden;
	padding: 20px;
	margin-bottom: 13px;
	background: #f5f5f5;
	position: relative;
}
.dateText .fl {
	width: 100px;
	padding-right: 20px;
}
.dateText .fl h4 {
	display: block;
	color: #999;
	text-align: center;
	margin-top: 0;
	font-size: 18px;
	line-height: 22px;
}
.dateText .fl h3 {
	margin-top: 0;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.dateText .fr {
	width: 470px;
}
.dateText .fr h4 {
	font-size: 18px;
	color: #383838;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.dateText .fr p {
	color: #686868;
	padding-bottom: 0;
}
.dateText .fr a.more {
	color: #eb9315;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 20px;
	background: url(common_res/more.png) no-repeat 0 0;
}
.dateText .fr a.more:hover {
	background: url(common_res/moreh.png) no-repeat 0 0;
}
.dateText .fr a:hover {
	color: #085690;
}
.newscont {
	display: none;
}
.item02 {
	padding: 50px 0;
	background: url(common_res/main2-bg.jpg) no-repeat center 0;
	background-size: 100% 100%;
}
.it_title {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.it_title h3 {
	font-size: 24px;
}
.it_title em {
	font-style: normal;
	text-transform: uppercase;
	line-height: 40px;
}
/*瀛︽湳*/
#persons {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#persons .swiper-container {
	padding-bottom: 10px;
}
#persons .swiper-slide {
	width: 47%; /*height: 515px;*/
	background: #fff;
}
#persons .swiper-slide .text {
	width: 100%;
	margin: 0 auto 0 auto;
	clear: both;
	overflow: hidden;
}
#persons .swiper-slide .text img {
	width: 100%;
	height: auto;
	display: block;
}
.tcont {
	padding: 25px;
	height: 165px;
}
#persons .swiper-slide h2 {
	padding-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 36px;
}
#persons .swiper-slide h2 a {
	color: #333;
}
#persons .swiper-slide h2 a:hover {
	color: #085690;
}
#persons .swiper-slide h4 {
	margin: 0;
	width: 100%;
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	color: #686868;
}
#persons .swiper-pagination {
	width: 100%;
	bottom: 20px;
	display: none;
}
#persons .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#persons .swiper-button-prev {
	left: -30px;
	top: 40%;
	width: 45px;
	height: 45px;
	display: none;
}
#persons .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#persons .swiper-button-next {
	right: -30px;
	top: 40%;
	width: 45px;
	height: 45px;
	display: none;
}
.item02 .more {
	display: block;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	font-size: 16px;
	color: #085690;
	background: rgba(255,255,255,.9);
	margin: 60px auto 10px auto;
	text-align: center;
}
.item02 .more:hover {
	width: 280px;
	transition: all .3s;
}
/*瀛︾敓鍥湴*/
.item {
	position: relative;
}
.item03 {
	background: url(common_res/item03-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 45px;
}
.item03tit dl {
	display: inline-block;
	margin: 0;
	width: 80%;
}
.item03tit {
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.item03tit dd {
	float: left;
	margin-left: 120px;
	width: 100%;
	padding-bottom: 21px;
	position: relative;
	cursor: pointer;
}
.item03tit dd:first-child {
	margin-left: 0;
}
.item03tit dd h1 {
	margin: 0;
	color: #333;
	font-size: 24px;
}
.item03tit dd h2 {
	margin: 0 auto;
	width: 80%;
	color: #cfd6e1;
	font-size: 14px;
	text-transform: uppercase;
	background: url(common_res/tit_line.png) center center no-repeat;
	margin-top: 15px;
}
.item03tit dd i {
	width: 0px;
	height: 3px;
	background-color: #efab37;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: -2px;
	transition: .3s;
}
.item03tit dd.cur i {
	margin-left: -36px;
	width: 72px;
}
.item03-div-wp {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.item03-div {
	position: absolute;
	left: -150000%;
	top: 0;
	width: 100%;
}
.item03-div.cur {
	position: relative;
	left: 0;
}
.item03-pic .imgbox_a {
	padding-bottom: 57%
}
.item03-list .item h1 {
	margin: 0;
	font-size: 18px;
	color: #333;
	padding-right: 20px;
	padding-top: 5px;
}
.item03-list .item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	margin-top: 11px;
	color: #686868;
}
.txt02 {
	background: #fff;
	padding: 5px 10px 14px 10px;
	position: relative;
	width: 86%;
	margin: -10px auto 0 auto;
}
.txt02 em {
	display: block;
	height: 97px;
	width: 100%;
	background: url(common_res/tit_top.png) right 0 no-repeat;
	position: absolute;
	top: -97px;
	left: 0;
}
.txt02 a:hover {
	color: #085690;
}
.txt02 a.more {
	display: block;
	line-height: 30px;
	margin-top: 10px;
	color: #a6555b;
	text-align: right;
	padding-right: 12px;
}
.owl-nav {
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 0 0;
}
/*footer-------------------------*/
#footer {
	background: url(common_res/footer-bg.jpg) center 0 no-repeat;
	padding-top: 10px;
	background-size: 100% 100%;
}
.link {
	padding: 15px 0;
	border-bottom: 1px solid #545454;
}
.link em {
	font-style: normal;
	display: block;
	color: #b2b2b2;
	font-size: 16px;
	padding-bottom: 10px;
}
.link a {
	color: #b2b2b2;
	padding-right: 25px;
	line-height: 26px;
}
.link span {
	display: block;
}
.copyright {
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	line-height: 1.8;
}
/*鎵嬫満*/

#header-m {
	display: none;
	height: 75px;	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #0d6bb1;
}
.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;
}
.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	color: #085690;
	top: 5px;
	right: 14px;
}
.nav-2>ul>li:first-child {	/*border-top: 0;*/
}
.nav-2>ul>li>a {
	padding: 8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}
.nav-2-form {
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}
.nav-2-form .form-control {
	padding-right: 50px;
}
.logo-m {
	font-size: 0;
	width: 320px;
	margin-left: 15px;
	margin-top: 11px;
}
.logo-m img {
	display: block;
	width: 100%;
}
.menu2 {
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;	/*margin-top: 29px;*/
}
.menu2 li+li {
	margin-top: 21px;
}
.chenggao {
	display: none;
	height: 75px;
}
#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(common_res/heidi.png);
	display: none;
}
/*----------------------------------------*/



.submenu {
	width: 252px;
	margin-right: 40px;
}
.submenu h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 67px;
	line-height: 67px;
	background-color: #0d6bb1;
	padding-left: 27px;
}
.submenu ul {
	margin: 0;
}
.submenu li {
	margin-top: 1px;
}
.submenu li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	color: #4f4f4f;
	font-size: 16px;
	transition: .3s;
	background-color: #fff;
	background-image: url(common_res/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.submenu li a:hover, .submenu li.active a {
	background-color: #0d6bb1;
	background-image: url(common_res/menuh.png);
	color: #fff;
}
a#sanlan {
	color: #fff;
	font-size: 3rem;
	line-height: 75px;
}
/*鍐呴〉*/
.subpage {
	padding: 35px 0;
	background: #f9f9f9;
}
.sub_banner {
	height: 320px;
	background-repeat: no-repeat;
	background-position: center;
}
.sub_banner img {
	display: none;
	width: 100%;
}
.sub_title {
	padding-bottom: 10px!important;
	background: url(common_res/tit_line.png) 0 bottom no-repeat;
	line-height: 50px;
}
.sub_title .fl {
	font-size: 24px;
	color: #3c3c3c;
	text-align: center;
	position: relative;
}
.mianbaoxie {
	font-size: 14px;
	color: #666;
	line-height: 50px;
	background: url(common_res/home.png) 0 center no-repeat;
	padding-left: 20px;
}
.mianbaoxie a:hover {
	color: #085690;
}
.sub_content {
	overflow: hidden;
	background-color: #fff;
	padding: 25px;
}
.sub_content-div {
	padding-top: 10px;
	min-height: 520px;
}
.danpian {
	padding-top: 25px;
}
.danpian-h1 {
	font-size: 28px;
	line-height: 1.6;
	color: #333;
	text-align: center;
}
.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
	margin-bottom: 10px;
}
.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con * {
	font-size: 16px!important;
	color: #666!important;
	line-height: 2!important;
}
.danpian-con img {
	display: block;
	margin: 15px auto;
}
.zzjg ul, .zzjg ul li {
	margin: 0;
	padding: 0;
}
.zzjg ul li {
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}
.zzjg h1 {
	font-size: 22px;
	color: #383838;
	line-height: 56px;
	margin-bottom: 10px;
}
.zzjg em {
	font-style: normal;
	padding-right: 15px;
}
/*甯堣祫闃熶紞*/
.szdw {
	padding-top: 30px;
}
.szdw ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 10px 3%;
}
.szdw ul li img {
	width: 100%;
}
.szdw ul li p {
	line-height: 36px;
	text-align: center;
	font-size: 16px;
}
.szdw ul li a:hover p {
	color: #f00;
}
/*瀛﹂櫌棰嗗*/
.xyldbox {
	padding-top: 30px;
}
.ldlist {
	width: 48.5%;
	box-shadow: 0px 1px 5px #e3e3e3;
	padding: 2%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}
.ldlist .xypic {
	width: 36%;
}
.ldlist .xypic img {
	max-width: 100%;
}
.ldlist .xytxt {
	width: 60%;
}
.ldlist .xytxt h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.ldlist .xytxt h3 a {
	padding-right: 10px;
}
.ldlist:nth-child(even) {
	margin-right: 0;
}
.ldlist .xytxt p {
	line-height: 24px;
	color: #666;
}
.ldlist .xytxt a.more {
	color: #ec3b0c;
}
/*鍒楄〃*/
.list ul {
	margin: 15px 0 0 0;
}
.list li {
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(common_res/dian.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
	padding-right: 85px;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px dashed #e3e3e3;
}
.list li:first-child {
	margin-top: 0
}
.list li a {
	font-size: 16px;
	color: #333;
}
.list li span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover {
	color: #ff0000;
}
/*缈婚〉*/
.pageNum {
	margin: 50px 0 20px 0;
	text-align: center;
}
.pageNum a, .pageNum i, .pageNum span, .pageNum_m a {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	display: inline-block;
	border: 1px solid #e3e3e3;
	margin: 0 3px;
	color: #686767;
}
.pageNum i {
	background-color: #fff;
}
.pageNum a:hover, .pageNum .pative {
	color: #ff0000;
}
.pageNum_m {
	margin-top: 30px;
	text-align: center;
	display: none;
}
.wp-container {
	padding: 10px 0;
}
.wp-main-page .cbox-left {
	width: 100%;
	float: left;
}
.wp-main-page .cbox-left .cbox-left-top {
}
.wp-main-page .cbox-left .cbox-left-bot {
	padding-top: 25px;
}
.wp-main-page .cbox-left .cbox-left-bot1 {
	padding-top: 5px;
}
.wp-main-page .cbox-right {
	width: 185px;
	float: right;
}
.wp-post .post-head {
	height: 30px;
}
.wp-post .post-head .head-bar {
	position: relative;
}
.wp-post .post-head .post-title {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #0d6bb1;
	padding-bottom: 15px;
}
.wp-post .post-head .post-more {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 2px;
}
.wp-post .post-head .post-more a {
	color: #a6555b;
	text-decoration: none;
}
.wp-post .post-head1 {
	height: 0px;
}
.wp-post .post-head1 .head-bar1 {
	position: relative;
}
.wp-post .post-head1 .post-title1 {
	display: inline-block;
	height: 0Px;
	line-height: 5px;
	font-size: 0px;
	font-weight: bold;
	color: #0d6bb1;
	padding-bottom: 0px;
}
.wp-post .post-head1 .post-more1 {
	height: 0px;
	line-height: 0px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0px;
}
.wp-post .post-head .post-more a {
	color: #a6555b;
	text-decoration: none;
}
.post-news .news-item {
	line-height: 34px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	padding-left: 9px;
	;
}
.post-news li.news-item {
	background: url(common_res/dian.png) no-repeat 0 center
}
.post-news .news-item .meta-title {
	display: block;
	overflow: hidden;
	font-size: 15px;
	max-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.post-news .news-item .meta-title a:hover {
	color: #040000;
}
.post-news .news-item .meta-time {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}
.wp-post.post-7 {
	width: 30.6%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-7 .news_l {
	width: 100%;
	float: left;
}
.wp-post.post-7 .news_l .post-news .news-item {
	padding-top: 0;
}
.wp-post.post-7 .news_l .post-news .news-item .item-picture {
	display: block;
	overflow: hidden;
}
.wp-post.post-7 .news_l .post-news .news-item .item-title {
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 0;
}
.wp-post.post-7 .news_l .post-news .news-item .item-title a {
	color: #040000;
}
.wp-post.post-7 .news_l .post-news .news-item .item-time {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}
.wp-post.post-7 .news_l .post-news .news-item .item-summery {
	display: block;
	overflow: hidden;
	font-size: 12px;
	max-height: 72px;
}
.wp-post.post-7 .news_r {
	float: left;
	border-top: 2px solid #ca1d29;
}
.wp-post.post-7 .news_r .post-news .news-item {
	padding-top: 9px;
}
.wp-post.post-7 .post-body {
	border-top: 2px solid #ca1d29;
}
.wp-post.post-70 {
	width: 30.6%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-70 .news_r {
	float: left;
	border-top: 2px solid #ca1d29;
}
.wp-post.post-70 .news_r .post-news .news-item {
	padding-top: 9px;
}
.wp-post.post-71 {
	width: 30.6%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-71 .post-body {
	border-top: 2px solid #ca1d29;
}
.wp-post.post-17 {
	width: 30.6%;
	float: right;
}
.wp-post.post-17 .post-body {
	border-top: 2px solid #ca1d29;
}
.wp-post.post-17 .post-news .news-item .meta-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wp-post.post-27 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-27 .post-body {
	border-top: 2px solid #0d6bb1;
}
.wp-post.post-37 .post-body {
	border-top: 2px solid #0d6bb1;
}
.wp-post.post-37 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-47 {
	width: 31%;
	float: right;
}
.wp-post.post-47 .post-body {
	border-top: 2px solid #0d6bb1;
}
.wp-post.post-127 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-127 .post-body {
	overflow: hidden;
	border-top: 0px solid #0d6bb1;
}
.wp-post.post-137 .post-body {
	border-top: 2px solid #0d6bb1;
	padding-top: 10px;
}
.wp-post.post-137 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-147 {
	width: 31%;
	float: right;
}
.wp-post.post-147 .post-body {
	border-top: 2px solid #0d6bb1;
	padding-top: 10px;
}
.wp-post.post-227 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-227 .post-body {
	overflow: hidden;
	border-top: 2px solid #0d6bb1;
}
.wp-post.post-237 .post-body {
	border-top: 2px solid #0d6bb1;
}
.wp-post.post-237 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-247 {
	width: 31%;
	float: right;
}
.wp-post.post-247 .post-body {
	border-top: 2px solid #0d6bb1;
}
.wp-post.post-327 {
	width: 100%;
	float: left;
	margin-right: 0%;
}
.wp-post.post-327 .post-body {
	width: 100%;
	overflow: hidden;
	border-top: 0px solid #0d6bb1;
}
.wp-post.post-327 .post-body img {
	width: 100%;
}
.wp-post.post-337 .post-body {
	overflow: hidden;
	border-top: 0px solid #0d6bb1;
}
.wp-post.post-337 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.wp-post.post-347 {
	width: 31%;
	float: right;
}
.wp-post.post-347 .post-body {
	overflow: hidden;
	border-top: 0px solid #0d6bb1;
}
.wp-post.post-8 {
	margin-bottom: 26px;
}
.wp-post.post-8 .wp-menu .menu-item {
	display: block;
}
.wp-post.post-8 .wp-menu .menu-item a.menu-link {
	display: block;
	padding-left: 20px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 15px;
	margin-bottom: 1px;
	background: #8b7a7a no-repeat 158px center;
}
.wp-post.post-8 .wp-menu .menu-item a.menu-link:hover {
	background: #ca1d29 no-repeat 158px center;
	color: #fff;
}
.wp-post.post-18 {
	margin-bottom: 26px;
}
.wp-post.post-18 .meida_tit {
	background: #ca1d29;
}
.wp-post.post-18 .meida_tit .tit {
	font-size: 15px;
	font-weight: bold;
	width: 49.9%;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.wp-post.post-18 .meida_pic {
	background: #aea2a2;
}
.wp-post.post-18 .meida_pic .pic {
	width: 49.9%;
	float: left;
	text-align: center;
	padding: 11px 0 17px;
}
.wp-post.post-18 .meida_pic .pic img {
}
/**/
.wp-banner {
}
.wp-banner .wp-inner {
	max-width: 100%;
	position: relative;
}
/*banner*/
.banner img {
	width: 100%;
	vertical-align: top;
}
.banners img {
	width: 100%;
	vertical-align: top;
}
.wp-column-menu {
	width: 220px;
	position: relative;
	float: left;
	margin-right: -220px;
}
.wp-column-news {
	float: right;
	width: 100%;
}
.wp-column-news .column-news-box {
	margin-left: 260px;
}
/**/
.column-head {
	background: #0d6bb1;
	line-height: 26px;
}
.column-head .column-anchor {
	padding: 10px;
	padding-left: 20px;
}
.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
}
.column-head .column-anchor h3.anchor-title {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}/**位锟斤拷锟斤拷目锟斤拷锟斤拷**/
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	display: block;
	width: 100%;
	font-size: 16px;
}
.column-list-wrap li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #00B76D;
}
.column-list-wrap li.selected a.selected {
	color: #FFFFFF;
	background: #00B76D;
}
.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 20px;
	line-height: 22px;
}
.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	color: #FFFFFF;
	background: #00B76D;
}
.column-list-wrap .sub-list li.selected a.selected {
	color: #FFFFFF;
	background: #00B76D;
}
.column-list-wrap .sub-list li a span {
	padding: 6px 10px;
	padding-left: 28px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	color: #FFFFFF;
	background: #00B76D;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
/**/
.list-head {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
} /**锟斤拷前位锟斤拷**/
.list-meta .column-path {
	float: right;
	line-height: 24px;
	color: #040000;
}
.list-meta .column-path a {
	color: #040000;
}
.list-meta .column-path a:hover {
	color: #C91D28;
}
.column-news-con {
	padding: 10px 0;
}
.column-news-list .column-news-item {
	display: block;
	position: relative;
	border-bottom: 1px dotted #b1b1b1;
	line-height: 24px;
	padding: 5px 0;
}  /**锟斤拷目锟斤拷锟斤拷锟叫憋拷**/
.column-news-list .column-news-item:hover {
	background: #F7F7F7;
	color: #ca1d29;
}
.column-news-list .column-news-item .column-news-title {
	display: block;
	margin-right: 85px;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 7px;
	color: #999;
}
.wp_entry {
	width: auto;
	margin: 0 4px;
}
.wp_entry, .wp_entry p {
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
}
.wp_entry p {
	margin-bottom: 11px;
}
.column-news-list .wp_entry img {
	vertical-align: middle;
	max-width: 100%;
_width:expression(this.width > 800 ? "880px" : this.width);
}   /**锟叫憋拷页锟斤拷锟斤拷图片锟斤拷小锟斤拷锟斤拷**/
.wp_paging li a:hover {
	color: #ca1d29;
}
/**/
.info-box {
	margin: 0 20px;
}
.article {
	padding: 15px 0;
}
.article h1.arti-title {
	line-height: 32px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
} /**锟斤拷锟铰憋拷锟斤拷**/
.article h3.arti-titles {
	line-height: 22px;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #888888;
} /**锟斤拷锟铰革拷锟斤拷锟斤拷**/
.article .arti-metas {
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷**/
.article .entry {
	margin: 0 4px;
	overflow: hidden;
} /**锟斤拷锟斤拷锟斤拷锟斤拷**/
.article .entry, .article .entry p {
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
}
.article .entry p {
	margin-bottom: 5px;
}
.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
_width:expression(this.width > 1100 ? "1100px" : this.width);
}   /**锟斤拷锟斤拷锟侥讹拷锟斤拷锟斤拷图片锟斤拷小锟斤拷锟斤拷**/
/**/
.view-box {
	display: block;
	color: #666;
	font-style: normal;
	margin-bottom: 10px;
}
.view-box-inner {
	display: block;
	text-align: center;
	max-width: 400px;
	min-width: 30px;
	margin: 0 auto;
	position: relative;
}
.view-box-inner img {
	width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
.view-box-inner .open-view {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 1;
}
.view-box-inner .view-icon {
	display: block;
	width: 100%;
	height: 100%;
}
#wp-view-page {
	display: none;
	position: fixed;
	z-index: 10000000;
	width: 100%;
	background: #1a1a1a;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#view-head {
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#back-read-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 42px;
}
#back-read-page span {
	display: none;
}
#view-original-image {
	background: rgba(255, 255, 255, 0.1);
	color: #FFF;
	float: right;
	font-size: 15px;
	margin: 12px 12px 0px 0px;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 40px;
}
#view-foot {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	font-size: 14px;
	line-height: 42px;
	opacity: 0.8;
	z-index: 99;
}
#view-index {
	float: left;
	margin-left: 10px;
}
#view-current {
	color: #3495FF;
}
#view-title {
	position: absolute;
	left: 60px;
	top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #fff;
}
#view-body {
	width: 100%;
	height: 100%;
	position: relative;
}
#view-image-items {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#view-image-items li {
	float: left;
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
/**/
.wp-footer {
	background: #0d6bb1;
}
.wp-footer .wp-inner {
	padding: 35px 0;
}
.wp-footer .wp-inner .footer {
}
.wp-footer .wp-inner .footer p {
	color: #ffffff;
	line-height: 24px;
}
.wp-footer .wp-inner .footer a {
	color: #ffffff;
	font-size: 14px;
}
.wp-footer .wp-inner .footer a:hover {
	color: #fff;
}
.wp-footer .wp-inner .footer .foot_l {
	float: left;
	text-align: left;
}
.wp-footer .wp-inner .footer .foot_r {
	float: none;
	text-align: center;
}
/**jumphandle**/
#jumphandle {
	width: 32px;
	height: 70px;
	position: fixed;
	right: 6px;
	bottom: 20px;
	z-index: 100000000;
	display: none;
}
#jumphandle a {
	display: block;
	width: 32px;
	height: 32px;
	background: #777;
	opacity: 0.7;
}
#jumphandle a#gobot {
	background-position: 0 bottom;
	margin-top: 6px;
}
/*婊氬姩鏂伴椈1 scrollnews.html*/
.scrollnews_title {
}
.scrollnews_ul {
}
.scrollnews_li {
	background-position: 0px 24px;
	background-repeat: repeat-x;
}
/* 婊氬姩鏂伴椈 婊氬姩鏂伴椈2 scrollnews2.html*/
.scrollnews2_top {
}
/* 婊氬姩鏂伴椈3 scrollnews3.html*/
.scrollnews3_div {
	overflow: hidden;
}
.scrollnews3_div_wrap {
	width: 100000px;
	height: 25px;
	line-height: 25px;
}
.scrollnews3_ul {
	list-style: none;
	float: left;
}
.scrollnews3_ul li {
	background-position: 0px 24px;
	background-repeat: repeat-x;
	padding-left: 10px;
	float: left;
}
/**閾炬帴鑿滃崟**/

.lianjie28 {
	width: 100%;
	float: left;
	margin-right: 4%;
}
.lianjie38 {
	width: 31%;
	float: left;
	margin-right: 3%;
}
.lianjie48 {
	width: 30%;
	float: right;
	margin-left: 0%;
}
.links-wrap {
	position: relative;
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 50px;
	width: 255px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 16px;
}
.links-wrap a.links-arrow {
	font-size: 13px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 32px 0 25px;
	color: #fff;
	background: #4EAED8  no-repeat 223px 0;
	text-align: left;
}
.links-wrap a.links-arrow:hover {
	background: #4EAED8 no-repeat 223px 0;
	cursor: pointer;
}
.links-wrap .link-items {
	position: absolute;
	width: auto;
	min-width: 223px;
	height: auto;
	max-height: 330px;
	overflow: auto;
	overflow-x: hidden;
	left: 0;
	bottom: 30px;
	background: #fff;
	display: none;
	border: 1px solid #4EAED8;
}
.links-wrap .link-items a {
	display: block;
	line-height: 20px;
	padding: 5px 6px;
	color: #000;
}
.links-wrap .link-items a span {
	display: block;
	margin: 0 6px;
	white-space: nowrap;
	_white-space: normal;
}
.links-wrap .link-items a:hover {
	color: #fff;
	background: #0074cd;
	cursor: pointer;
}
/**scroll婊氬姩**/
.sudy-scroll {
	position: relative;
}
.sudy-scroll-wrap {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
}
.sudy-scroll-nav .nav-prev, .sudy-scroll-nav .nav-next {
	display: block;
	width: 20px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	background: #666;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 100;
}
.sudy-scroll-nav .nav-prev:active, .sudy-scroll-nav .nav-next:active {
	background: #454545;
}
.sudy-scroll-nav .nav-next {
	right: -22px;
}
.sudy-scroll-nav .nav-prev {
	left: -22px;
}
.sudy-scroll-page {
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 100;
}
.sudy-scroll-page .page-index {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	overflow: hidden;
	background: #666;
	margin: 0 3px;
}
.sudy-scroll-page .active {
	background: #F30
}
.sudy-scroll-page .page-index span {
	display: none;
}
/*灏忚疆鎾�*/
.post-127 {
	width: 33%;
}
.newsswi a {
	width: 100%;
	height: 305px;
	display: block;
}
.newsswi p {
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsswi img {
	width: 100%;
	height: 265px;
	display: block;
}
.newsswi .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #f8f8f8;
	line-height: 16px;
	font-size: 14px;
	margin: 0 1px;
	display: none;
}
.fcswi {
	overflow: hidden;
}
.fcswi a {
	display: block;
	width: 216px;
	height: 130px;
}
.fcswi img {
	width: 216px;
	height: 130px;
}




.syy .MMi1,.selected1,.parent1 {color: #fff !important; background-color: #0d6bb1 !important;}
.selected2,.parent2 {background-color: #0d6bb1 !important; background-image: url(common_res/menuh.png) !important; color: #fff !important;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.lbyy { min-height:400px; padding-bottom:50px;}














