/*imported styles*/
@import url("pagebar.css");

/* gengral style*/
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
body {
	background: #ffffff none repeat scroll 0 0;
	font-family:Microsoft YaHei;
	font-size: 16px;
}

@font-face {
	font-family: "hyktj";
	src: url(../fonts/hyktj.ttf)
}
@font-face {
	font-family: "georgia";
	src: url(../fonts/georgia.ttf)
}

h1,h2,h3,h4,h5,h6 {
	color: #222222;
	font-family: 'Poppins', sans-serif;
}

a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #2f78a1;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #222222;
	font-weight: 500;
}
input:focus,
textarea:focus,
button:focus{
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}

.btn-radius {
	border-radius: 40px;
}
@media (min-width:1200px){
	.container{max-width:1300px}
}
.btn-white {
	background-color: #fff;
	color: #a11919!important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-white i{
	color:#a11919;
}
.btn-white::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0;
	color: #a11919 !important;
	background-color: rgba(255,255,255,1);
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.btn-white:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.btn-white:hover {
	background-color: transparent;
	color: #a11919 !important;
}

.text-white * {
	color: #fff;
}
.text-dark * {
	color: #333;
}
.text-default {
	color: #a11919 !important;
}

.scrollup {
	background-color: #171717;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #005cb3;
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}

.scrollup.scrollup_style1:hover {
	background-color: #333;
}
.background-bg {
	background-position: center center;
	background-size: cover;
}

.bg-size-auto {
	background-size: auto !important;
}
.bg-size-contain {
	background-size: contain !important;
}
.bg-norepeat {
	background-repeat: no-repeat !important;
}
.position-top-center {
	background-position: top center !important;
}
.position-center-bottom {
	background-position: center bottom !important;
}
.position-right-center {
	background-position: right center !important;
}
.position-right-bottom {
	background-position: right bottom !important;
}
.fixed-bg {
	background-attachment: fixed !important;
}

.box_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*images size */
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";

	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;

}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}




/*header navbar*/

.header_wrap {
	transition: all 0.5s ease 0s;
	background-color:#449cc1;
	background-image:  url(../images/top-bg.jpg) ;
	background-size:cover;
	background-position: center 0;
	background-repeat:no-repeat ;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.navbar-brand {
	padding: 0 0;
	vertical-align: top;
	text-align: center;
}
.navbar-brand img {
	width:85%;
}
.navbar-nav a{
	color: #ffffff;
}

.navbar {
	padding:0;
	background:transparent;
	border-top:1px solid #449cc1;
}

.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
	word-spacing: inherit;
	word-break: keep-all;

}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 126px;
}
.navbar-nav .dropdown-menu {

	background-color: rgba(255,255,255,1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.navbar-nav .dropdown-menu .dropdown-menu {
	background-color: rgba(255,255,255,1);
}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a{
	padding-left: 25px;
}

.dropdown-toggle::after {
	border: 0 none;
	content: "\e927";
	font-family: "feather";
	height: auto;
	line-height: normal;
	vertical-align: middle;
	width: auto;
	transition: all 0.3s ease-in-out;
	font-weight: 100;
}

.navbar .navbar-nav > li > .nav-link {
	font-weight: bold;
	padding: 15px 16px;
	font-size: 18px;
}
.navbar .navbar-nav > li > .nav-link.active {
	color:#ffffff;
	background:#449cc1;
}
.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 15px 16px;
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a{
	color:#ffffff;
	background:#449cc1;

}

.navbar .navbar-nav .dropdown-item {
	padding: 15px 20px 10px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #d8d8d8;
}
.navbar .navbar-nav li:last-child .dropdown-item {
	border-bottom: 0;
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: #36b8b4;
	color:#ffffff;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
	color: #ffffff;
}

.nav-fixed .navbar-nav li > a,
.nav-fixed .navbar-toggler{
	color: #ffffff;
}
.header_wrap{
	position: relative;
	padding-right: 0 !important;

}
.header_wrap.fixed-top {
	position: relative;
	padding-right: 0 !important;

}
.header_wrap.transparent_header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}
.header_wrap.nav-fixed {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
}

.header_wrap.fixed-top.nav-fixed.no-sticky,
.header_wrap.fixed-top.no-sticky {
	position: absolute;
}

.navbar-toggler {
	position: absolute;
	top:calc(50% - 15px);
	right:10px;
	font-size: 28px;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	border-radius: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	transition: none;
}
.navbar-toggler[aria-expanded="true"] span::before {
	content: "\e9e6";
	font-size: 20px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}

.main_menu_uppercase .navbar-nav > li > .nav-link {
	text-transform: uppercase;
}

/*search*/
.search_wrap{
	position: absolute;
	right:0;
	margin: 15px;
}
.search_wrap .form-control {
	border-radius: 10px;
	float:right;
	border:1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.3);
	color:#ffffff;
	width:240px;

}
.search_wrap .form-control:focus {

}
.search_wrap .form-control::placeholder{
	color:rgba(255,255,255,0.3);
}
.search_icon {
	border-radius: 22px;
	position: absolute;
	right: 2px;
	top: 3px;
	width:32px;
	height:32px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	color: #ffffff;
}




/*banner, slider style*/
.banner_section {
	position: relative;
}
.banner_section,
.banner_section .carousel-item,
.banner_section .banner_content_wrap,
.banner_section .banner_content_wrap .carousel-item {
	/*height: 500px;*/
}
.carousel-item{
}
.carousel-item img {
	width: 100%;

}
.carousel-control-next,
.carousel-control-prev{
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 50px;
	border-radius: 30px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color: #36b8b4;
	color: #fff;
}

.banner_section .carousel-caption{
	height:100px;
	right:0;
	bottom:0px;
	left:0;
	padding:50px 0 0 0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.banner_section .carousel-caption h5{
	font-size:18px;
	text-align: center;
	color:#ffffff;
}
.banner_section .carousel-indicators{
	bottom:20px;
}
.banner_section .carousel-indicators li{
	border:1px solid #ffffff;
	background: transparent;
	width:10px;
	height:10px;
	border-radius: 15px;
	opacity: 1;

}
.banner_section .carousel-indicators li.active{
	background-color:#449cc1;
	border:1px solid #449cc1;
}
.news-slide-box{
	padding:0;
	left:-25px;
	top:25px;
}
.news-slide{
}
.news-slide .carousel-control-next,
.news-slide .carousel-control-prev{
	top: 40%;
}
.news-slide .carousel-inner{
padding-bottom:100px;
}
.news-slide .carousel-item{
	position: relative;
}
.news-slide .carousel-indicators{

}
.news-slide .carousel-indicators li{
	background-color:rgba(0,0,0,0.3);
	width:20px;
}
.news-slide .carousel-indicators .active{
	background-color:#2f78a1;
}
.news-slide .carousel-caption{
	padding-left:30px;
	height:100px;
	width:100%;
	left:0;
	bottom: -100px;
	z-index:100;
}
.news-slide .carousel-caption .media-body{
	padding:0 15px ;
}
.news-slide .carousel-caption h5{
	font-size:14px;
	line-height: 22px;
	color:#000000;
	text-align: left;
}
.news-slide .carousel-caption .media-time{
	margin-top:-42px;
	background:#12a6d6;
	color:#ffffff;
	width:100px;
	height:85px;
	padding-top:12px;
	line-height: 30px;
	font-size: 18px;
}
.news-slide .carousel-caption .media-time .day{
	font-size: 24px;
}

/*footer*/

.footer_dark {
	background-color: #2f78a1;
	position: relative;
	color:#ffffff;

	z-index: 11;
}
.footer_dark:before{
	content: "";
	position: absolute;
	top:-10px;
	left:0;
	height:10px;
	width:100%;
	background:#2f78a1;
}
.footer_top{
	padding:30px 0;
}
.footer_top .footer-link a{
	color:rgba(255,255,255,0.7);
	font-size: 14px;
}
.footer_top .footer-link a:hover{
	color:#ffffff;
}
.footer_top .footer-link .link-title{
	font-size: 17px;
}
footer .widget_title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color:#ffffff;
	position: relative;
}

footer .widget li{
	font-size: 14px;
	padding:3px 0;
}
.footer_bottom{
	background: #215d87;
	font-size: 12px;
	height:50px;
	line-height: 50px;
	text-align: center;
	color:rgba(255,255,255,0.6)
}
.footer_dark .erweima{
}
.footer_dark .erweima img{
width:100px;
}
.footer_dark .erweima-sub{
	margin-top:0;
}
.footer_dark .erweima-sub img{
	width:100px;
}
/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color:#ebebeb;
	-ms-flex-pack:start!important;justify-content:flex-start!important
}
.breadcrumb li.active{
	color:#999999;
}
.breadcrumb li a{
	color:#333333;
}
.breadcrumb li a:hover{
	color:#a11919;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color:#ebebeb;
}
.page-title + .breadcrumb {
	margin-top: 15px;
}
.page-title + span {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.breadcrumb-item a i {
	font-size: 26px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
	display: inline-block;
}


/*bootstrap thumbnail特效1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}

.thumbnail .caption{
	color:#333333;
}
.thumbnail .intro-2{
	color:#666666;
	height:50px;
}

/*
block-title styles
*/

.block-title {
	position: relative;
	padding: 15px 0;

}

.block-title-title {
	position: relative;
	color: #000000;
	font-size: 36px;
	line-height: 50px;
	font-family: hyktj;
}

.block-title .more {
	position: absolute;
	left:240px;
	color:#449cc1;
}

.block-title .more:after{
	content: '';
	position: absolute;
	width:60px;
	height: 1px;
	background: #449cc1;
	bottom: 10px;
	right:calc(50% + 40px);
}
.block-title .more:before{
	content: '';
	width:18px;
	height:18px;
	background-image:url(../images/icon-dot-color.png);
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right:-20px;
	top:1px;
}
.more,
a.more{
	position: absolute;
	color: #449cc1;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}

.more:hover {
	left:245px;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.more:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.more-center{
	color: #449cc1;
	font-size: 14px;
	position: relative;
}
.more-center:before{
	content: '\e92d';
	font-family:"feather" ;
	position: absolute;
	right:-15px;
	top:1px;
}
.more-center:after{
	content: '';
	position: absolute;
	width:60px;
	height: 1px;
	background: #449cc1;
	bottom: 10px;
	right:calc(50% + 40px);
}
.more-center:hover {
	margin-left:5px;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


/*list-text*/

.list-text li{
	position: relative;
	padding:15px 0;
	background:rgba(255,255,255,0.5) ;
	transition: 1s all linear;
	cursor: pointer;
	border-bottom: 1px solid #eaeaea;
}
.list-text li:hover{
	transition-duration: .3s;
}

.list-text.hover-style2 li:hover{
	background:#ffffff;
}
.list-text li a{
	display: block;
	width:100%;
}
.list-text li a:hover{
	color:#2f78a1;
}
.list-text li .title{
	font-size: 15px;
}

.list-text li .time{
	display: block;
	font-size: 16px;
	color:#4abab6;
	font-family: georgia;
}
.list-text.style2 li .time{
	position: absolute;
	right:0;
	top:18px;
	width:100px;

}
.list-text.style2 li .title{
	display: block;
	font-size: 16px;
	position: relative;
	padding-left:10px;
	height:28px;
	width:calc(100% - 120px);

}

.list-text .media-body{
	padding-left:20px;
	position: relative;
	z-index: 3;
}
.list-text .media-body.decorate:hover{
	border-left:2px solid #006cc7;
}
.list-text .media-body .title{
	color:#333333;
	font-size: 14px;
	line-height: 20px;
	height:40px;
}
.list-text .desc{
	font-size: 14px;
	margin:0;
}
.list-text .img{
	width:100px;
	margin-right:10px;
}
.list-text .img-bg{
	width:200px;
	margin-right:10px;
}

.list-media .img{
	width:200px;
}
.list-media .title{
	font-size: 18px;
	line-height: 24px;
}
.list-media .summary{
	font-size:14px;
	color:#999999;
}
.list-media .time{
	font-size:14px;
}

.list-media .img{
	width:200px;
}
.list-media .title{
	font-size: 18px;
	line-height: 24px;
}
.list-media .summary{
	font-size:14px;
	color:#999999;
}
.list-media .time{
	font-size:13px;
	color:#8bb1da;
}
.list-media li{
	cursor: pointer;
	border-bottom:1px solid #f2f6fb;
}
.list-media li:hover{
	background:#f7fbff;
	border-bottom:1px solid #005ec7;
}
.list-media-x{
	margin-bottom:30px;
}
.list-media-x:hover .media-body,
.list-media-x:hover .media-img{
	transform: scale(1.05);
}
.list-media-x .media-img{
	width:240px;
	cursor: pointer;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
}
.list-media-x .media-body{
	background: #ffffff;
	height:140px;
	padding:15px 15px 15px 35px;
	width:calc(100% - 8px);
	cursor: pointer;
	transition: all 0.6s;
	position: relative;
	z-index: 1;
}

.list-media-x .media-body h5{
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	height:50px;
}
.list-media-x:hover .media-body h5{
	color:#2f78a1;
}
.list-media-x .media-body .desc{
	font-size: 14px;
	color:#666666;
}
.list-media-x .media-body:before{
	content: '';
	height:80px;
	width:8px;
	background: #36b8b4;
	position: absolute;
	right:-8px;
	bottom:-8px;
}
.list-media-x .media-body:after{
	content: '';
	height:8px;
	width:150px;
	background: #36b8b4;
	position: absolute;
	right:-8px;
	bottom:-8px;
}
.list-card{
	border-radius: 0;
	border:none;
	background: transparent;
}
.list-card .card-body{
	padding:8px 0 ;
	position: relative;
}
.list-card .card-title{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	transition: all 0.6s;
}
.list-card:hover .card-title{
	font-weight: bold;
	color:#2f78a1;
	transition: all 0.6s;
}

.list-card .card-body::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #36b8b4;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.list-card:hover .card-body::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
/*.news-list*/
.news-list ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	padding: 15px 0;
	cursor: pointer;
}
.news-list ul li .title{
	font-weight: bold;
	font-size: 16px;
}

.news-list  ul li.cur span,
.news-list  ul li.cur .title{
	position: relative;
	z-index: 3;
	color: #ffffff;
}
.news-list  ul li .media-body{
	border-left:3px solid #12a6d6;
	padding:0 15px;
}
.news-list  ul li.cur .media-body{
	position: relative;
	z-index: 3;
	border-left:3px solid #ffffff;
}
.news-list  ul li .desc {
	font-size: 14px;
	color:#666666;
	line-height: 1.5em;
	padding:0;
	margin:0;
}
.news-list ul li.cur .desc {
	position: relative;
	z-index: 3;
	color: #fff;
	opacity: .7;
}
.news-list  ul li:after {
	background:#12a6d6 no-repeat center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
}
.news-list  ul li.cur:after {
	width: 100%;
	transition: .5s
}
.news-list .media-time{
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	width:100px;
	position: relative;
	z-index: 3;
}

.news-list .media-time .day{
	font-size: 24px;
}
.news-list .media-time .year{
	font-size: 18px;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	background-color:#2f78a1;
	width:85%;
	min-height:500px;
	background-image: url(../images/bg-4.jpg);
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom:10px;

}

/*side-nav*/
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#ffffff;
	font-size: 15px;
}

.side-nav .nav-item{
	width:100%;
	background:rgba(255,255,255,0.3);
	padding: 5px 15px 5px 35px;
	margin:5px 20px;
	border-radius: 5px;
	position: relative;
}
.side-nav .nav-item:before{
	content: '';
	position: absolute;
	width:18px;
	height: 18px;
	background-image:url(../images/icon-dot.png);
	background-size: 18px;
	background-repeat: no-repeat;
	top:15px;
	left:20px;
}
.side-nav .nav-item.active {
	background: #4cb8b6;

}

.side-nav .nav-item:hover{
	background:rgba(255,255,255,0.5);
}
.side-nav .nav-item:hover .nav-link,
.side-nav .nav-item.active .nav-link{
	color:#ffffff;
}
/*side-nav2*/
.side-nav2 .nav-item{
	display: block;
	width:100%;
	position: relative;
}
.side-nav2 .nav-item ul li{
	margin: 0 20px;
	background: rgba(255,255,255,0.05);
}
.side-nav2 .nav-item ul li a{
	font-size: 14px;
	display: block;
	padding:6px 5px 6px 45px;
	color:#ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.side-nav2 .nav-item ul li a:hover{
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.side-nav2 .nav-item ul li.active a{
	background:rgba(76,184,182,0.5);
	font-weight: bold;
}
.side-nav2 .nav-link{
	display: block;
	color:#ffffff;
	font-size: 15px;
	background:rgba(255,255,255,0.3);
	padding: 13px 15px 13px 45px;
	margin:5px 20px;
	border-radius: 5px;
	position: relative;
}
.side-nav2 .nav-link:before{
	content: '';
	position: absolute;
	width:18px;
	height: 18px;
	background-image:url(../images/icon-dot.png);
	background-size: 18px;
	background-repeat: no-repeat;
	top:15px;
	left:20px;
}
.side-nav2 .nav-link.active {
	background: #4cb8b6;
}

.side-nav2 .nav-link:hover{
	background:rgba(255,255,255,0.5);
}
.side-nav2 .nav-link:hover .nav-link,
.side-nav2 .nav-link.active .nav-link{
	color:#ffffff;
}

.sidebar-title {
	padding:24px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.sidebar-title h3{
	text-align: center;
	font-size: 24px;
	color:#ffffff;
	font-weight: bold;
}


.sidebar-title2{
	border-radius: 5px;
	padding:15px 20px;
	font-size: 24px;
	color:#ffffff;
}
.sidebar-title2 h3{
	font-size:20px;
	padding: 0;
	margin: 0;
	color:#ffffff;
}

.sub-bg{
	background: #f3f6fb;
}

.section1{
	padding:0;
	background:#fafafa;
}
.section1 .block-title{
	text-align: center;
	position: relative;
}
.section1 .block-title .more{
	position: absolute;
	left:calc(50% + 150px);
	top:30px;
}

.section2{
	padding:20px 0;
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;

}
.section3{
	background:#f0f4f8;
	padding-top:20px;
	padding-bottom:30px;
	background-image: url(../images/bg-2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.section3 .list{
	padding-right:20px;
}
.section-sub-container{
	background-image: url(../images/bg-3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}
.section-sub-container .card{
	border-radius: 0;
	border:none;
	position: relative;

}

.section-sub-container .card .card-body .more{
	right:20px;
	bottom:20px;
}
.section-sub-container .card a .card-title{
	height:26px;
	font-size: 18px;
	color:#10469c;
}
.section-sub-container .card .card-body p{
	font-size: 14px;
	color:#888888;
	margin:0;
}

.breadcrumb-section {
	padding: 150px 0 150px 0;
	width: 100%;
	text-align: center;
}
.page-title h1 {
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: bold;
	line-height: normal;
	color:#ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.page-title h1 span{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:10px ;
}
.link-box{
	display:flex;
	background:#ffffff;
	padding:5px 0;
	font-size: 14px;

	height:50px;
	text-align: left;
	box-shadow:0 1px 0 #bebebe;
}
.link-box span{
	text-align: left;
	align-self:center;

}
.list-sub{
	padding:20px 0;

}
.list-sub .list-text{
	margin:0;
	padding:0;

}
.list-sub .list-text li{
	padding:17px 0 13px 0;
	background: transparent;
}
.list-sub .list-text.small li{
	 padding:10px 0 5px 0;
 }
.list-sub .list-text.small li .title{
	font-size: 15px;
}
.list-sub .list-text.small li .time{
	top:6px;
}
.list-sub .list-text li:hover{

}
.list-sub .list-text li .title{
    font-size: 16px;
    width:calc(100% - 120px);
	margin-left:120px;
}
.list-sub .list-text li:hover .title{
	color:#2f78a1;
	font-weight: bold;
}
.list-sub .list-text li .time{
	position: absolute;
	top:12px;
	left:15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}

.sub-title{
	color:#666666;
	font-size: 32px;
	font-family: hyktj;
}

.article-box{
	padding:30px;
	background: #ffffff;
}
.article .title{
	margin-bottom:30px;
	text-align: center;
}
.article .title h2{
	font-size: 26px;
	color:#005ec7;
	margin-bottom:25px;
}
.article .title p{
	font-size: 14px;
}
.article .publish-info{
    background: #f2f6fb;
	padding:8px;
	font-size: 14px;
	color:#666666;
}
.article .more-article{
	padding:20px 10px 10px;
	background: #f2f6fb;
}
.article .more-article a{
	font-size: 14px;
color:#005ec7;
}
.article .more-article a:hover{
	text-decoration: underline;
}


/*thumbnail*/
.thumbnail{
	text-align: center;
	position: relative;
}

.thumbnail .ripple{
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
}
.thumbnail a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:80;
	opacity:80;
}
.ripple {
	background-color: rgba(0,0,0,0.3);
	border-radius: 100%;
	color: #ffffff;
	position: relative;
	display: inline-block;
	line-height: 50px;
	font-size: 30px !important;
	vertical-align: middle;

	height: 50px;
	width: 50px;
	text-align: center;
}
.ripple:hover {
	color: #a11919;
}
.ripple i {
	margin-right: 0;
	margin-left: 5px;
	font-size: 24px;
}

.ripple::before,.ripple::after {
	-webkit-animation: ripple 1.8s infinite ;
	-moz-animation: ripple 1.8s infinite ;
	-o-animation: ripple 1.8s infinite ;
	-ms-transition:ripple 1.8s infinite ;
	animation: ripple 1.8s infinite ;
	background-color: #fff;
	border-radius: 100%;
	margin: -15px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
}
.ripple::before {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ripple::after {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.nav-tabs .nav-link{
	font-size: 18px;
	border:none;
	border-radius: 0;
	position: relative;
}
.nav-tabs .nav-link.active{
	font-weight: bold;
}
.nav-tabs .nav-link.active:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2972e5;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.nav-tabs .nav-link:hover:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2972e5;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.nav-tabs.nav3{
	background:#f4faff;
	border-bottom: none;
	padding-top:5px;

}
.nav-tabs.nav3 .nav-link{
	font-size: 16px;
	padding-left:30px;
	padding-right:30px;
	border:none;
	border-radius: 0;
	position: relative;
}

.nav-tabs.nav3 .nav-link.active{
	font-weight: normal;
	color:#2972e5;
	background: transparent;
}
.nav-tabs.nav3 .nav-link.active:after {
	content: "";
	width: 100%;
	height: 0;
	background-color:transparent;
}
.nav-tabs.nav3 .nav-link:hover{
	color:#2972e5;


}
.nav-tabs.nav3 .nav-link:hover:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color:transparent;
	position: absolute;
	bottom: -7px;
	left: 0;
}


.image_gallery_item {
	position: relative;
}
.gallary_hover_box {
	background-color: rgba(0,0,0,0.80);
	bottom: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: absolute;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	right: 0px;
	left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.gallary_hover_box i {
	color: #fff;
	font-size: 24px;
}
.image_gallery_item:hover .gallary_hover_box {
	opacity: 1;
	visibility: visible;
}

.gallery_img img {
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.image_gallery_item:hover img{
	transform:translate(-50%, -50%) scale(1.25);
}

.list-year{
	height:60px;
	line-height: 60px;
	border:1px solid #1b658f;
	background: #ffffff;
	padding:0 20px;
	margin-bottom:15px;
	color:#2f78a1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}
.list-year .icon{
	position: absolute;
	height:20px;
	width:50px;
	right:20px;
	top:20px;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.list-year:hover{
	padding-left:40px;
	border-left:15px solid #2f78a1;
}
.list-year:hover .icon{
	background:#4cb8b6 ;
	color:#ffffff;
	right:-10px;
}
.box-info{
	padding:20px 20px 10px 20px;
	border:1px solid #dce8ee;
	margin-top:15px;
	background: #f7fcff;
	font-size: 14px;
}
