* {
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

html,
body {
	width: 100%;
	/* height: 100%; */
	min-width: 1200px;
	/* background: url('../images/all_bg.jpg') no-repeat center top fixed;
	background-size: cover; */
	background: #fff;
	background-size: cover;
}

body {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 去除bootstrap按钮边框黑色问题 */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

button {
	outline: none;
}

/* 头部 */
header {
	height: 155px;
	/* height: 220px; */
	background: #1c73dc;
	color: #fff;
	background: url('../images/bgOne.jpg') no-repeat center center;
	background-size: 100% 100%;
}

.header-top {
	width: 1210px;
  margin: 0 auto;
	height: 100%;
	position: relative;
}

.header-top>img {
	height: 56px;
	margin-top: 60px;
}

.header-top .input-group-btn {
	color: #fff;
}

.header-top .input-group {
	position: absolute;
	/* right: 42px; */
	right: 0px;
	top: 70px;
	display: flex;
	background: #fff;
	border-radius: 30px;
}

.header-top .input-group .search-icon {
	padding: 0 10px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-top .input-group .search-icon img {
	width: 20px;
	height: 20px;
}

.header-top .input-group .input-div .search-input {
	width: 200px;
	height: 36px;
	border: none;
	outline: none;
	color: #000;
}

input.search-input::-webkit-input-placeholder {
	color: #000;
}

.header-top .input-group .btn-div {
	width: 80px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background: #BC9C57;
	border-radius: 30px;
	cursor: pointer;
}

.header-top>span {
	position: absolute;
	left: 445px;
	top: 44%;
	transform: translateX(-50%);
	font-size: 18px;
}

/* 主要导航 */
body>nav {
	height: 53px;
	line-height: 53px;
	display: flex;
	justify-content: space-evenly;
	font-size: 18px;
	color: #ffffff;
	background: #3A5280;
}

body>nav>div {
	width: 1210px;
	margin: 0 auto;
	display: flex;
}

body>nav>div>a {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
	background: url('../images/index_01.png') no-repeat 100% center;
	width: 28.28%;
}
.nav-add-style {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
	background: url('../images/index_01.png') no-repeat 100% center;
	width: 28.28%;
}
.nav-bg-none {
	background: none;
}

body>nav>div>a.navPrev {
	background: url('../images/index_01.png') no-repeat 102% center;
}


body>nav>div>a>span:hover {
	background-color: #4B5D89;
}


body>nav>div>a:last-child {
	background: none;
}

body>nav>div>a>span {
	display: inline-block;
	color: #fff;
	width: 100%;
	height: 53px;
}

body>nav>div>a>span>i {
	margin-right: 8px;
	color: #3891ec;
	vertical-align: middle;
}

body>nav>div>a>span:hover>i {
	color: #fff;
}


body>nav>div>a.actived>span {
	background-color: ;
}

body>nav>div>a.actived>span>i {
	color: #fff;
}

body>nav>div>a>.glyphicon {
	padding-left: 10px;
	font-size: 12px;
}

body>nav.toTop {
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-evenly;
	background: #21325E;
	color: #fff;
	z-index: 100;
}

body>nav.toTop>div>a.actived {
	color: #fff;
}

body>nav.toTop>div>a:hover {
	color: #fff;
}

body>nav>div>a>ul {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 50px;
	color: #657180;
	display: none;
	background: url('../images/menu_bg.png') no-repeat center center;
	background-size: 100% 100%;
}

body>nav>div>a>ul.nav-ul {
	display: block;
}

body>nav>div>a>ul>li {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}

body>nav>div>a>ul>li>a {
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

body>nav>div>a>ul>li>a:hover {
	text-decoration: none;
	color: #fff;
}

body>nav>div>a>ul>li:hover {
	color: #fff;
	background: #007bc4;
}

/* 中间主体内容 */
main .main-div {
	width: 1210px;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 500px;
}

main .main-div .real-div {
	box-shadow: 0 0 6px #e8e8e8;
	display: flex;
	background: #fff;
}

/* 左侧菜单样式 */
main .main-menu {
	position: relative;
	width: 210px;
	background: url(../images/left_img.jpg) no-repeat center center;
	/* border-right: 1px solid #e5e5e5; */
	background-size: 100% 100%;
}

main .main-menu>span {
	display: block;
	height: 80px;
  line-height: 80px;
	text-align: right;
	font-size: 24px;
	font-family: "微软雅黑";
	padding-right: 36px;
	font-weight: bold;
	color: #125ca8;
	/* background: url('../images/bgjg.png') no-repeat top center; */
	background-size: 100% 90%;
}


.nav-pills>li:hover a {
	color: #fc2b2b;
}

main .main-menu .nav-pills>li.active {
	background: url('../images/left_active.jpg') no-repeat 100% center;
	color: #fff;
}

main .main-menu .nav-pills>li.active>a {
	background: none;
	color: #fff;
}

main .main-menu .nav-pills>li.active>a:hover {
	text-decoration: none;
}


.main-menu .nav>li>a {
	text-decoration: none;
	/* color: #676767; */
	color: #333;
	padding: 0;
}


main .content {
	flex: 1;
	min-height: 500px;
	border-radius: 4px;
	/* padding: 0 10px; */
	padding: 0 20px;
}

main .content div.title {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin: 20px 10px 0px 10px; */
	/* padding: 0 10px;
	margin-top: 20px; */
	margin-top: 4px;
	border-bottom: 1px solid #e2e2e2;
}

main .content div.title>div {
	display: flex;
	align-items: center;
	float: left;
	line-height: 18px;
	/* color: #125ca8; */
	color: #333;
	font-size: 18px;
	font-weight: bold;
	height: 100%;
	border-bottom: 3px solid #125ca8;
}

#tit-color{
	color: #125ca8;
}

main .content .prex {
	display: inline-block;
	width: 4px;
	height: 18px;
	background: #3d76fa;
	border-radius: 2px;
	margin-right: 10px;
}

.breadcrumb {
	margin-bottom: 0;
	background: none;
	/* font-weight: bold; */
	/* color: #676767; */
	color: #333;
}

.breadcrumb>.active {
	color: #333;
}

.breadcrumb>li+li:before {
	color: #333;
	content: ">";
}

.breadcrumb>li>a {
	color: #676767;
	text-decoration: none;
}

.breadcrumb>li:hover {
	color: #fc2b2b;
	cursor: pointer;
}

.breadcrumb>li>a:hover {
	color: #fc2b2b;
	cursor: pointer;
}


.media {
	margin-top: 20px;
}

.top_bg {
	position: relative;
}

.top_bg img {
	width: 100%;
	height: 150px;
}

.top_bg>span {
	position: absolute;
	top: 63px;
	right: 200px;
	font-size: 30px;
	color: #fc2b2b;
	font-weight: bold;
}

/* 分页 */
.pageParent{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px 0px;
}
.pageParent>.page-large>div{
	display: flex;
}
.pageParent>.page-large>div>a{
	display: block;
	height: 32px;
	color: #428BCA;
	line-height: 32px;
	border: 1px solid #428BCA;
	padding: 0px 10px;
	margin: 0px 4px;
}
.pageParent>.page-large>div>a:hover{
	background-color: #dddddd;
}
.pageParent>.page-large>div>a.on{
	color: #ffffff;
	background-color: #428BCA;
	border: 1px solid #428BCA;
}
.pageParent>.page-large>div>a.none{
	border:none;
}
.pageParent>.page-large>div>a.on{
	color: #ffffff;
	background-color: #428BCA;
	border: 1px solid #428BCA;
}
/* 底部信息 */
footer {
	background: #21325E;
	padding: 20px 120px;
	display: flex;
	font-size: 13px;
	color: #eee;
}

footer ul li {
	padding: 5px 0;
	font-size: 12px;
	color: #dcdcdc;
}
footer ul li a{
	color: #dcdcdc;
}
footer ul li a:hover{
	color: #dcdcdc;
}

footer ul {
	margin-top: 10px;
}

.footer-left-content {
	width: 25%;
	padding-left: 60px;
}

.footer-right-content {
	width: 1210px;
	display: flex;
	justify-content: space-between;
        margin:0 auto;
}

.footer-right-content-item:first-child {
	width: 361px;
	/* margin-left: 12px; */
	/* width: 40%; */
	/* padding-left: 99px; */
}

.footer-right-content-item {
	width: 20%;
}

.footer-right-content-sepc-item {
	width:1080px;
	/* padding-left: 50px; */
}
 .fotter-bottom-list {
         width:100%
        height:100px;
        display:flex;
        font-size:16px;
}
 .fotter-bottom-list:first-child{
     margin-top:70px;
}
footer>div>span,
footer>div>div>span {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
}

footer .code {
	width: 100px;
}

footer .code+div>span {
	display: block;
	padding-left: 12px;
	font-size: 12px;
}

footer .contact,
footer .address {
	display: flex;
	font-size: 12px;
}

footer .contact {
	/*margin: 10px 0;*/
	font-size: 12px;
}

footer .contact>img {
	width: 48px;
	margin: 0 10px;
}

footer .contact>span {
	display: flex;
	flex-wrap: wrap;
}

footer .contact>span>span {
	width: 100%;
}

footer .contact>span>span:first-child {
	font-size: 14px;
	font-weight: bold;
}

footer .address {
	line-height: 25px;
}

footer .address>span:first-child {
	font-weight: bold;
	display: inline-block;
	width: 70px;
	text-align: right;
}

/* footer-底部信息 */
.footer-bottom {
	width: 100%;
	background: #00406f;
	padding: 10px 30px;
	color: #80a0b7;
	font-size: 12px;
	text-align: center;
}

.footer-bottom a {
	padding: 0 10px;
	border-right: 1px solid #337ab7;
}

.footer-bottom a:last-child {
	border-right: none;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer-row-two{
	margin-top: 3px;
}

.contact-title {
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px;
}

.contact-content {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
}

.wechat-content {
	padding: 20px 0;
}

.wechat-content img {
	width: 76px;
	height: 76px;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.info-content {
	display: flex;
	font-size: 12px;
	padding: 5px 0;
	color: #dcdcdc;
}

/* 二级页面导航 */
.nav-pills {
	width: 210px;
	text-align: right;
	/* margin-top: 15px; */
}

.nav-pills>li {
	padding-right: 36px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}

.nav-pills>li:hover>a {
	background: none;
	color: #fc2b2b;
}


/* 文章 */
.media-body .media-heading>a {
	font-weight: bold;
	/* color: #676767; */
	color: #333;
}

.media-body .media-heading>a:hover {
	color: #fc2b2b;
	cursor: pointer;
}

.media-body>span {
	margin-bottom: 0 !important;
	display: inline-block;
	height: 140px;
	overflow: hidden;
	padding: 10px 0px;
	text-indent: 2em;
}

.media-ul{
        height: 1264px;
	margin-top: 25px;
}

.media-list .bottom {
	margin-top: 4px !important;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #657180;
	padding-right: 20px;
	margin-top: 10px;
}

.media-list .time {
	color: #9b9c9e;
	font-size: 14px;
	display: block;
	padding-top: 14px;
}

.media-list>li {
	/* padding: 10px; */
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.media-list .bottom {
	height: 34px;
}


.media-left {
	padding-right: 25px;
}

.media-list>li:last-child {
	border-bottom: none;
}

.media .media-left {
	width: 300px;
	height: 206px;
	overflow: hidden;
	padding: 0 !important;
}

.media .media-object {
	width: 300px;
	height: 206px;
}

.media .media-object:hover {
	transform: scale(1.3, 1.3);
}

.media .media-body {
	padding-left: 25px;
}

.module-img .btns>button {
	width: 44%;
}
