﻿/* base */
* {
	box-sizing: border-box;
}

body {
	font-family: Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.container {
	width: 1200px;
}

.container-fluid {
	width: 100%;
}

/*公共类*/
.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

/* common */
.header {
	height: 282px;
	background: url(header_bg.jpg);
}

.header-intro {
	height: 282px;
	background: url(header_pic.jpg) no-repeat right;
}

.header-body {
	height: 282px;
	position: relative;
	font-size: 18px;
	padding: 10px;
}

.logo {
	top: 80px;
	position: absolute;
	text-indent: -9999px;
	width: 505px;
	height: 135px;
	background: url(logo.png) no-repeat;
}

.more {
	font-size: 14px;
	color: #a0a0a0;
	transition: all 0.3s ease-in-out;
	line-height: 3;
}

.more:hover {
	color: rgb(25, 82, 144);
}

.times {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 40px;
}

.ch-times {
	font-size: 16px;
	color: #a0a0a0;
	/* line-height: 3; */
}

.searchbox {
	position: absolute;
	right: 150px;
	bottom: 15px;
}

.searchbox input {
	border: 0;
	outline: 0;
}

.search-input {
	outline-style: none;
	padding: 0px 0px 0px 15px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 3px;
	width: 260px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
}

.search-btn {
	position: absolute;
	background: #e7a83b;
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	letter-spacing: 5px;
	padding-left: 5px;
}

.search-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.input-search {}

/* menu */
.menubg {
	background-color: rgb(34, 80, 172);
	padding: 0px 50px;
}

.menu {
	margin: auto;
}

.menubar {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.menubar>li {
	flex-grow: 1;

	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	transition: all .5s ease 0s;
}

.menu>ul>li>a {
	text-align: center;
	z-index: 3;
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 18px;
	color: #ffffff;

}

.sub-menu {
	left: 0px;
	top: 0px;
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	padding-top: 60px;
	background-color: #3175c5;
}

.sub-menu>a {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	border-top: 1px solid rgba(247, 247, 247, .2);
	line-height: 42px;
	transition: all .5s ease 0s;
}

.sub-menu>a:hover {
	background-color: rgba(96, 160, 236, .9);

}

.menu>ul>li:hover {
	background-color: #3175c5;
	/* background: url(navbg_a.jpg); */
	/* color:yellow; */
}

.menubar>li>a img {
	transition: all .5s ease 0s;
}

.menubar>li>a:hover img {
	transform: rotate(90deg)
}

.menu>ul>li:hover .sub-menu {
	display: block;
	opacity: 1;
}

/* index-ad */
/* .left-ad{
	position:fixed;
	top:50px;
	left:5px;
	height: 200px;
	width: 60px;
	background-color: #007AFF;
} */

/* .right-ad{
	position:fixed;
	top:30px;
	right:5px;
	height: 200px;
	width: 80px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
} */

/* index */
.index-warp {
	padding: 0px 100px 20px 100px;
}

.index-warp-grey {
	background-color: #f7f7f7;
}

.index-warp-white {
	background-color: #ffffff;
}

/* index-news */
.index-news {
	margin: auto;
	/* background-color: #fff; */
}

.index-news-top {
	padding: 15px 0px;
	border-bottom: #ccc 1px dashed;
}

.index-news-headline {
	text-align: center;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-headline a {
	font-size: 32px;
	color: #D40606;
	font-weight: bold;
}

.index-news-hots-desc {
	font-size: 16px;
	margin: auto;
	width: 90%;
	line-height: 2;
	color: #929292;
	text-align: justify;
}

.index-news-body-lf {
	width: 600px;
	height: 375px;
	float: left;
	margin-right: 20px;
}

.index-news-swiper-thumb {
	width: 100%;
	overflow: hidden;
}

.index-news-swiper-thumb img {
	width: 100%;
	vertical-align: bottom;
}

.index-news-swiper-tit {
	text-indent: 2em;
	text-align: left;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	line-height: 3;
	z-index: 10;
	font-size: 16px;
}

.index-news-body {
	padding-top: 15px;
}

.index-news-body-rt {
	overflow: hidden;
}

.index-news-body-rt-header {
	border-bottom: 1px solid #eae8e9;
	text-indent: 1em;
	position: relative;
}

.index-news-body-rt-header h2 {
	display: inline-block;
	font-size: 32px;
	position: relative;
	line-height: 2;
	padding: 0px 15px;
}

.index-news-body-rt-header h2::before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	width: 100%;
	height: 2%;
	border-radius: 30px;
	background-color: rgb(25, 82, 144);
}

/* .index-news-body-rt-header::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	width: 5px;
	height: 100%;
	border-radius: 30px;
	background-color: rgb(25, 82, 144);
} */
.index-news-tabs {
	display: inline-block;
	font-size: 22px;
	position: relative;
	line-height: 2;
	padding: 0px 20px;
	text-align: center;
	text-indent: 0;
}

.index-news-tabs-active::before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 30px;
	background-color: rgb(25, 82, 144);
}

.index-news-tabs-active {
	color: #1564C0;
	/* border-left:1px solid #eae8e9;
	border-top:1px solid #eae8e9;
	border-right: 1px solid #eae8e9; */
}

.index-news-tabs-def {
	color: #424242;
}

.index-news-body-rt-list {
	padding: 10px 0px;
	position: relative;
}

.index-news-body-rt-list>ul>li {
	/* height: 40px; */
	/* line-height: 40px; */
	background: url(arrow.png) no-repeat left center;
	text-indent: 1.5em;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.index-news-body-rt-list ul li a {
	font-size: 16px;
	color: #323232;
	transition: color 0.3s ease-in-out;
}

.index-news-body-rt-list ul li a:hover {
	color: #D40606;
}

.index-news-body-rt-list-container {
	position: relative;
	left: 0px;
}

.index-news-tab-content {
	/* display: none; */
	float: left;
	/* padding:0px 5px 0px 0px; */
}

.index-news-tab-content-acitve {
	/* display: block; */

}

.index-news-body-item {
	padding: 3px 0px;
	border-bottom: 1px dashed #e2e2e2;
}

.index-news-body-item:last-child {
	border-bottom: none;
}

.index-news-body-item-tit {
	text-indent: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(arrow.png) no-repeat left center;
}

.index-news-body-item-tit>a {
	color: #424242;
	font-size: 20px;
	line-height: 2;
	transition: all .5s ease-in-out;
}

.index-news-body-item-tit>a:hover {
	color: #D40606
}

.index-news-body-item-desc {
	font-size: 14px;
	color: #828282;
	text-indent: 1.5em;
	line-height: 2;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.index-news-times {
	font-size: 16px;
	color: #828282;
	line-height: 2.5;
}

/* index-works */
.index-works-bg {
	padding-top: 20px;
	background: url(2010300925179158408.png) no-repeat;
	background-size: cover;
}

.index-works {
	display: flex;
	flex-flow: row nowrap;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 8px;
}

.index-works-lf {
	flex-grow: 0;
	flex-shrink: 1;
	width: 600px;
	padding: 10px;
	border-right: 1px dashed #E9E9E9;
	/* margin-right: 20px; */
}

.index-works-rt {
	flex-grow: 1;
	flex-shrink: 1;
	/* width: 48%; */
	padding: 10px;
	/* background-color: rgba(255,255,255,.5); */
}

.index-works-times {

	color: #a0a0a0;
	line-height: 2;
}

.index-works-lf-header {
	line-height: 2;
	border-bottom: 1px solid #eae8e9;
	position: relative;
	text-indent: 2em;
}

.index-works-lf-header::before {
	position: absolute;
	left: 10px;
	top: 10px;
	content: "";
	width: 5px;
	height: 22px;
	border-radius: 30px;
	background-color: rgb(25, 82, 144);
}

.index-works-lf-header h1 {
	font-size: 22px;
}

.index-works-lf-body {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-around;
	padding: 15px 0px 0px 0px;

}

.index-works-lf-body-item {
	padding: 0px 20px;
	flex-grow: 0;
	width: 32%;

	/* background-color:rgba(255,255,255,.3); */
	margin: 5px 0px;
}


.index-works-lf-body-item a {
	color: #222222;
	transition: all .5s ease-in-out;
}

.index-works-lf-body-item a:hover {
	color: #D40606;
}

.index-works-lf-body-item-thumb {
	padding: 10px 0px;
	margin: auto;
	border-radius: 10px;
	justify-content: center;
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	border: 1px solid rgba(222, 222, 222, .2);
}

.index-works-lf-body-item-thumb img {
	width: 50%;
}

.index-works-lf-body-item-tit {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

.index-works-rt-header {
	line-height: 2;
	border-bottom: 1px solid #eae8e9;
	text-indent: 2em;
	position: relative;
}

.index-works-rt-header::before {
	position: absolute;
	left: 10px;
	top: 10px;
	content: "";
	width: 5px;
	height: 22px;
	border-radius: 30px;
	background-color: rgb(25, 82, 144);
}

.index-works-rt-body {
	width: 100%;
	padding: 15px 0px 0px 0px;
}

.index-works-rt-body ul li {
	text-indent: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(arrow.png) no-repeat left center;
}

.index-works-rt-body ul li a {
	color: #424242;
	font-size: 16px;
	line-height: 2;
	transition: all .5s ease-in-out;
}

.index-works-rt-body ul li>a:hover {
	color: #D40606
}

.index-works-rt-header h2 {
	font-size: 22px;
	/* font-weight: bold; */
}

/* index-infos */
.index-infos {
	padding: 15px 0px;
	display: flex;
	flex-flow: row nowrap;
}

.index-infos-item {
	flex-shrink: 0;
}

.index-infos-guide {
	flex-grow: 0;
	width: 20%;
	margin-right: 15px;
}

.index-infos-special {
	flex-grow: 1;
}

.index-infos-notice {
	flex-grow: 0;
	background-color: #f9f9f9;
	margin-right: 15px;
	width: 55%;
}

.index-infos-guide>ul>li {
	line-height: 55px;
	height: 55px;
	background-color: #f0f0f0;
	margin: 0px 0px 10px 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.index-infos-guide>ul>li:hover {
	background-color: #ccc;
	color: #D40606;
}

.index-infos-guide>ul>li:first-child {
	background-color: #1564C0;
	font-size: 22px;
	color: #fff;
}

.index-infos-guide>ul>li:last-child {
	margin-bottom: 0px;
}

.index-infos-guide>ul>li>a {
	font-size: 16px;
	color: #444;
	transition: color .3s ease-in-out;
}

.index-infos-guide>ul>li:hover>a {
	color: #D40606
}

.index-infos-notice-header,
.index-infos-notice-other-header {
	margin: 0px 10px;
	line-height: 2;
	border-bottom: 1px solid #eae8e9;
	text-indent: 2em;
	position: relative;
}

.index-infos-notice-header::before,
.index-infos-notice-other-header::before {
	position: absolute;
	left: 10px;
	top: 13px;
	content: "";
	width: 5px;
	height: 22px;
	border-radius: 30px;
	background-color: rgb(25, 82, 144);
}

.index-infos-special>ul>li {
	margin-bottom: 10px;
}

.index-infos-special>ul>li:last-child {
	margin-bottom: 0px;
}

/* .index-infos-special>ul>li:first-child{
	background-color: #a10e0e;
	font-size:22px;
	color:#fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
} */
.index-infos-special>ul>li img {
	vertical-align: bottom;
	width: 100%;
	height: 87px;
}

.index-infos-notice-body,
.index-infos-notice-other-body {
	padding: 8px 15px 0px 15px;
}

.index-infos-notice-other-body {
	margin-top: 5px;
	border-top: 1px solid #eae8e9;
}

.index-infos-notice-other-body img {
	width: 100%;
	vertical-align: bottom;
}

.index-infos-notice-body>ul>li,
.index-infos-notice-other-body>ul>li {
	text-indent: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(arrow.png) no-repeat left center;
}

.index-infos-notice-body>ul>li>a,
.index-infos-notice-other-body>ul>li>a {
	color: #424242;
	font-size: 16px;
	line-height: 2;
	transition: all .5s ease-in-out;

}

.index-infos-notice-body>ul>li>a:hover,
.index-infos-notice-other-body>ul>li>a:hover {
	color: #D40606
}


/* index-service */
.index-warp-item-service {
	border-top: rgb(25, 82, 144) 2px solid;
	border-left: #eae8e9 1px solid;
	border-right: #eae8e9 1px solid;
	border-bottom: #eae8e9 1px solid;
	padding: 0px 5px;
	background-color: #fff;
	overflow: hidden;
}

.index-service-header {
	line-height: 2;
	border-bottom: 1px solid #eae8e9;
	text-indent: 1.3em;
}

.index-service-icon {
	background: url(ico-fw.png) no-repeat 10px center;
}

.index-service-header h2 {
	display: inline-block;
	width: 180px;
	font-size: 18px;
	color: rgb(25, 82, 144);
}

.index-service-body {
	padding: 5px 0px;
}

.index-service-body ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.index-service-body ul li {
	padding: 15px 0px;
	flex-grow: 0;
	width: 20%;
	text-align: center;
	overflow: hidden;
	border-right: 1px dashed #E2E2E2;
}

.index-service-body ul li:last-child {
	border-right: none;
}

.index-service-body ul li a:hover img {
	transform: scale(1.2);
	/* background-color: #ccc; */
}

.index-service-body-item-tit {
	line-height: 2;
	color: #777777;
}

.index-service-body ul li i img {
	transition: all 0.5s ease-in-out;
}

/* swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

/*自定义分页指示器样式*/
.swiper-pagination {
	padding-right: 15px;
	text-align: right;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	font-size: 8px;
	color: #fff;
	opacity: 1;
	background: rgba(247, 247, 247, 0.5);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

/* links */
.links {
	background-color: rgb(34, 80, 172);
}

.index-links-warp {
	padding: 0px 100px 0px 100px;
}

.links-body {
	display: flex;
	flex-flow: row nowrap;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: auto;
}

.links-body-item {
	flex-grow: 0;
	text-align: center;
	padding: 0px 15px;
}

.links-body-item:first-child {
	text-align: right;
	padding: 0px;
}

.links-body a {
	color: #fff;
}

/* footer */
.footer {
	font-size: 14px;
	text-align: center;
	line-height: 2;
	padding: 20px 0px;
}

.footer a {
	color: #585858;
}

.footer a:hover {
	color: #333333;
}

/* channels */
.ch-warp {
	padding: 0px 100px 20px 100px;
}

.ch-header {}

.ch-location {
	padding: 10px 30px;
	line-height: 2;
	background: url(location.png) no-repeat left center;
	text-indent: 2em;
	border-bottom: 1px solid #e2e2e2;
	color: #999999;
	font-size: 14px;
}

.ch-location a {
	color: #999999;
	font-size: 14px;
}

.ch-body {
	padding-top: 20px;
	display: flex;
	flex-flow: row nowrap;
}

.ch-lf {
	flex-grow: 0;
	width: 300px;
	/* height: 300px; */
	margin-right: 15px;
	background-color: #f9f9f9;
	/* padding:5px; */


}

.ch-rt {
	flex-grow: 1;
	/* height: 500px; */
	background-color: #f7f7f7;
	border-radius: 10px 10px 0 0;
}

.ch-list-header {
	border-bottom: 1px solid #fff;
	background-color: #1564C0;
	position: relative;
}

/* .ch-list-header::before {
	position: absolute;
	left: 0px;
	top: 15px;
	content: "";
	width: 5px;
	height: 50%;
	border-radius: 5px;
	background-color: rgb(25, 82, 144);
}
 */
.ch-list-header h2 {
	color: #fff;
	text-indent: 3em;
	line-height: 3;
}

.ch-list-header::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 15px;
	margin-top: -16px;
	background: url('comment-o.png') no-repeat;

}

.ch-list-body {}

.ch-list-body-item {
	background: url(arrow.png) no-repeat 1em center;
	text-indent: 2.5em;
	line-height: 3;
	border-bottom: 1px dotted #e2e2e2;
	margin: auto;
}

.ch-list-body-item a {
	font-size: 18px;
	color: #585858;
	transition: color 0.3s ease-in-out;
}

.ch-list-body-item a:hover {
	color: #D40606;
}

.ch-rt {
	padding: 0px 15px 15px 15px;
}

.ch-rt-header {
	border-bottom: 1px dotted #d2d2d2;
	line-height: 3;
	text-indent: 2em;
	position: relative;
	color: #D01515;
}

.ch-rt-header::before {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	width: 5px;
	height: 32px;
	margin-top: -16px;
	border-radius: 30px;
	background-color: #D01515;
}


.ch-rt-body {
	line-height: 2;
	margin: 10px 10px 10px 10px;
}

.ch-rt-body ul li {
	line-height: 3;
	border-bottom: 1px dashed #e2e2e2;
	background: url(arrow.png) no-repeat left center;
	text-indent: 30px;
}

.ch-rt-body ul li a {
	color: #222222;
	transition: color 0.3s ease-in-out;
}

.ch-rt-body ul li a:hover {
	color: #D01515
}

/* content */
.content {
	padding: 0 5%;
	margin-top: 20px;
	background-color: #ffffff;
	position: relative;
	min-height: 600px;
	border-top: 3px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.content-tit {
	padding: 15px 0px;
	text-align: center;
	line-height: 2;
	border-bottom: 1px solid #e5e5e5;
}

.content-tit h2 {
	font-size: 26px;
	/* font-weight: 500; */
}

.content-info {
	padding: 15px 0px;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #828282;
}
.content-info a{
	color: #828282;
}

.content-body {
	padding: 15px 0px;
	font-size: 16px;
	line-height: 2;
	color: #525252;
}
.related {
	/* border-top: 1px solid #e2e2e2; */
	padding: 15px 0px;
}

.related a {
	color: rgb(66 64 64);
	font-size: 16px;
}
.related a:hover {
	color: #D40606;
}
.content-body .fenxiang{
	min-height:35px; 
	background:#f1f1f1; 
	padding:0 10px 0 15px; 
	overflow:hidden
}

.fenxiang .fx-cen{
	font-size:15px;
	line-height:35px;
	}
.fenxiang .fx-cen:first-child{
	background:url('http://www.bjsdkl.com/picture/402/7faf49e37733461d9aa1aee39f48720f.png') no-repeat left center;
	padding-left:28px;height:40px;
	}
.jiathis_style{
	margin-top:12px!important;
	}
.print_close a{
	color:rgb(66 64 64);
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	font-size:15px;
	}
.print{
	background:url('http://www.bjsdkl.com/picture/402/dd8b306364404825ae49e89a1fe8b093.png') no-repeat left center;
	padding-left:30px;
	margin-right:20px;
	}
.close{
	background:url('http://www.bjsdkl.com/picture/402/06aa052813c945ada5df6551969c697e.png') no-repeat left center;
	padding-left:30px;
	}
	
	/* web_map */
	.webmap{
		width: 100%;
	}
	
	.webmap th {
		background-color: #2250ac;
	
	
		color: #fff;
		text-align: center;
	}
	
	.webmap th>a {
		line-height: 4;
		text-decoration: none;
		color: #fff;
	
	}
	
	
	.webmap tr {}
	
	.webmap td {
		text-align: center;
		background-color: rgb(141, 179, 226);
		color: #fff;
	}
	
	.webmap td>a {
		line-height: 3;
		text-decoration: none;
		color: #fff;
	}
	
	.webmap td div>a {
		text-align: left;
		text-decoration: none;
		color: #fff;
		line-height: 2;
		font-size: 14px;
	}
	
	.webmap .classheader {
		background-color: #2250ac;
		margin: 2px;
	}
	
	.webmap .classheader>a {
		font-size: 16px;
		line-height: 3;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
	.webmap .classbody {
		background-color: #f9f9f9;
		margin: 2px;
	}
	
	.webmap .classbody a {
		line-height: 2;
		color: #525252;
	}