/*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;
}
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: #00acff;
	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;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}




/*header navbar*/

.header_wrap {
	transition: all 0.5s ease 0s;
	background-color:#103594;
	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: 13px 0;
	vertical-align: top;
	text-align: center;
}
.navbar-brand img {
	width:90%;
}
.navbar-nav a{
	color: #ffffff;
}

.navbar {
	padding:0;
	background:#005ec7;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.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: 10rem;
}
.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: 600;
	padding: 15px 18px;
	font-size: 17px;
}
.navbar .navbar-nav > li > .nav-link.active {
	color:#ffffff;
	background:rgba(0,0,0,0.2);
}
.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 15px;
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a{
	color:#ffffff;
	background:rgba(0,0,0,0.3);

}

.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: transparent;
}

.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: #103594;
}

.nav-fixed .navbar-nav li > a,
.nav-fixed .navbar-toggler{
	color: #333333;
}
.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: #0868c7;
	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: 25px;
}
.search_wrap .form-control {
	border-radius: 20px;
	float:right;
	border:1px solid #0868c7;
}
.search_wrap .form-control:focus {

}
.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: #666;
}




/*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 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: #005ec7;
	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 li{
	background-color:#ffffff;
	width:30px;
	height:2px;
	border-radius: 10px;

}
.banner_section .carousel-indicators li.active{
	background-color:#00acff;
}
.news-slide-box{
	padding:0;
	left:-25px;
	top:25px;
}
.news-slide{
}
.news-slide .carousel-inner{
	padding-bottom:20px;
}
.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:#005ec7;
}
.news-slide .carousel-caption{
	background-image: linear-gradient(to top, rgb(0, 0, 0),transparent);
	height:60px;
	width:100%;
	left:0;
	bottom:0;
	z-index:100;
}
.news-slide .carousel-caption h5{
	font-weight: bold;
	font-size:16px;
	text-align: center;
	color:#ffffff;
}
.news-slide .carousel-caption p{
	margin-top:10px;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	color:#a0c4ec;
}


/*footer*/

.footer_dark {
	background-color: #005ec7;
	position: relative;
	color:#ffffff;

	z-index: 11;
}
.footer_dark:before{
	content: "";
	position: absolute;
	top:-10px;
	left:0;
	height:10px;
	width:100%;
	background:#005cb3;
}
.footer_top{
	padding:30px 0;
}
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-color: #0a57a4;
	font-size: 12px;
	height:50px;
	line-height: 50px;
	text-align: center;
	color:rgba(255,255,255,0.6)
}
.footer_dark .erweima{
	margin-top:-150px;
}
.footer_dark .erweima img{
width:220px;
}
.footer_dark .erweima-sub{
	margin-top:0;
}
.footer_dark .erweima-sub img{
	width:120px;
}
/*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;
}

.block-title-title {
	position: relative;
	color: #000000;
	font-size: 28px;
	height:52px;
	margin: 0;

}

.block-title .more {
	position: absolute;
	right:0;
}


.more {
	position: absolute;
	color: #103594;
	font-size: 14px;
	font-weight:100;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;

}

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

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



.list-home-news .card{

	background-color: #ffffff;
	background-image: url(../images/list-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	border-radius: 0;
	border: none;
	border-bottom:2px solid #047adf;
}
.list-home-news .card-body{
	padding:20px 15px 19px 15px ;
}
.list-home-news .card .title{
	font-size: 16px;
	color:#000000;
	height:50px;
	margin-bottom:10px;
}
.list-home-news .card .time{
	position: relative;
	color:#87bcf4;
	font-size: 12px;
	margin:0;
}

/*list-text*/
.list-text li{
	position: relative;
	padding:7px 0;
	border-bottom:1px solid transparent;
	background-image:url(../images/list-icon.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}



.list-text li:hover{
	background:#f7fbff;
	background-image:url(../images/list-icon.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

.list-text li:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


.list-text.hover-style2 li:hover{
	background:#ffffff;
}
.list-text li a{
	font-size: 15px;
}
.list-text li a:hover{
	color:#005cb3;
}
.list-text li .title{
	display: block;
	font-size: 16px;
	position: relative;
	padding-left:10px;
	width:calc(100% - 80px);
}


.list-text li .time{
	display: block;
	font-size: 14px;
	color:#8db4f5;
}
.list-text li .time2{
	display: block;
	font-size: 14px;
	margin-top:-10px;
}
.list-text li .num{
	background:#dae6f4;
	border-radius: 3px;
	padding:2px 8px;
	margin-right:10px;
	color:#a11919;
}

.list-text{
	cursor: pointer;
}
.list-text .time-left{
	color:#ffffff;
	text-align: center;
	background:#0160b0;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 18px;
	font-size: 13px;
	width:70px;
	position: relative;
	z-index: 3;
}
.list-text .time-left2{
	color:#a11919;
	text-align: right;
	padding-right:15px;
	font-size: 20px;
	line-height: 20px;
	width:80px;
	position: relative;
	z-index: 3;
}
.list-text .time-left2 .year{
	font-size:13px;
}

.list-text .time-left .day{
	font-size: 18px;
}
.list-text .media-body{
	padding-left:10px;
	position: relative;
	z-index: 3;
}
.list-text .media-body.decorate{
	border-left:2px solid #a11919;
}
.list-text .media-body .title{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
}
.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:12px;
	color:#8bb1da;
}
.list-media li{
	border-bottom:1px solid #f2f6fb;
}
.list-media li:hover{
	background:#f7fbff;
	border-bottom:1px solid #005ec7;
}

.news-list ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
	border-bottom:1px solid #ebebeb;
}
.news-list ul li .title{
	font-size: 16px;
	color: #000000;
}
.news-list ul li:first-child {
	border-top: 1px solid transparent
}

.news-list ul li.cur {
	border-top: 1px solid transparent
}

.news-list ul li.cur+li {
	border-top: 1px solid transparent
}

.news-list  ul li.cur .title{
	color: #000000;

}
.news-list  ul li .time{
	font-size: 12px;
	color: #333333;
}
.news-list  ul li .media-body{
	padding-left:10px;
	border-left:1px solid #0868c7;
}


.news-list  ul li:after {
	background:rgba(207,221,234,0.2) 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;
	border-left:none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:100%;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	z-index: 10;
	height:calc(100% - 80px);
	min-height: 600px;
	padding:20px;
	margin-top:80px;
	float:right;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.sidebar-bg{
	background-color:#005ec7;
	width:80%;
	height:10px;
	position: absolute;
	left:10%;
	top:70px;
}
/*side-nav*/
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#333333;
}
.side-nav .nav-item{
	background-color:#ffffff;
	width:100%;
	padding: 5px 0 5px 20px;
	margin:5px 0;
	position: relative;
	font-size: 18px;
	background-image: url(../images/list-icon.png);
	background-position:0 20px;
	background-repeat:  no-repeat;
}

.side-nav .nav-item.active {
	width:100%;
	background-color:#e5f3ff;
	color:#062f85;
	background-image: url(../images/list-icon.png);
	background-position:0 20px;
	background-repeat:  no-repeat;

}

.side-nav .nav-item:hover{
	width:100%;
	position: relative;
	background-color:#e5f3ff;
	color:#062f85;
	background-image: url(../images/list-icon.png);
	background-position:0 20px;
	background-repeat:  no-repeat;
}
.side-nav .nav-item:hover .nav-link,
.side-nav .nav-item.active .nav-link{
	color:#005ec7;
}

.sidebar-title {
	margin-top:-80px;
	height:70px;
	width:100%;
	color:#005ec7;
}
.sidebar-title h3{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color:#103594;
}


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

.sub-bg{
	background: #f3f6fb;
}

.section1{
	padding:0;
	background:#ffffff;
}
.section1 .block-title{
	padding:20px 0;
}
.section1 .block-title-title{
	width:200px;
	text-align: center;
	background-image:url(../images/title-icon1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin:0 auto;
}
.section2{
	background-color:#0868c7;
	background-image: url(../images/mid-bg1.jpg);
	background-size: 100%;
	background-position: bottom;
	padding:20px 0;

}
.section2 .block-title-title{
	width:200px;
	color:#ffffff;
	text-align: left;
	background-image:url(../images/title-icon2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0 auto;
}
.section2 .more {
	color: #ffffff;
}
.section2 .news-list ul li .title{
	color: #ffffff;
	height:45px;
}
.section2 .news-list  ul li.cur .title{
	color: #ffffff;
}
.section2 .news-list  ul li .time{
	font-size: 12px;
	color: #ffffff;
}
.section2 .news-list  ul li .media-body{
	padding-left:10px;
	border-left:1px solid #83b3e3;
}


.section2 .news-list  ul li:after {
	background:rgba(0,0,0, 0.1) no-repeat center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
}
.section2 .news-list  ul li.cur:after {
	width: 100%;
	transition: .5s;
	border-left:none;
}
.section2 .news-list ul li {
	border-bottom:none;
}
.section-4part{
	background-color:#0868c7;
	background-image: url(../images/mid-bg2.jpg);
	background-size: 100%;
	background-position: top;
	background-attachment: fixed;

}
.part-icon{
	text-align: center;
	margin-top:70px;

}
.part-icon .icon{
	width:80px;
	height:80px;

}

.part-icon .icon img{
	margin-top:5px;
	width:60px;
	margin-bottom:20px;
  }
.part-icon p{
	color:#ffffff;
}
.section3 {
	background-color:#f5f5f5;
	padding:30px 0 35px 0;
}
.section3 .block-title{
	padding:20px 0;
}
.section3 .block-title-title{
	width:200px;
	text-align: center;
	background-image:url(../images/title-icon1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin:0 auto;
}

.section4 .inbox{
	margin-top:-245px;

}
.section4-bg {
	background-color:#0868c7;
	background-image: url(../images/mid-bg2.jpg);
	background-size: 100%;
	background-position: top;
	background-attachment: fixed;
	height:320px;
}
.section4 .block-title-title{
	width:200px;
	color:#ffffff;
	text-align: center;
	background-image:url(../images/title-icon2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin:0 auto;
}
.section4 .more {
	position: absolute;
	color: #ffffff;

}


.section4 .card{
	border-radius: 0;
	border:none;
	position: relative;
	box-shadow:0 2px 0  #0868c7!important
}

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



.section4-1{
background:#e9eff5;
padding:30px 0;
}
.section4-1 .inbox{
	margin-top:-245px;

}
.section4-1-bg {
	background:#e9eff5;
	height:320px;
}
.section4-1 .block-title-title{

	width:200px;
	color:#000000;
	text-align: left;
	background-image:url(../images/title-icon1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0 auto;

}
.section4-1 .more {
	position: absolute;
	color: #666666;
}


.section4-1 .card{
	border-radius: 0;
	border:none;
	position: relative;
	box-shadow:0 2px 0  #0868c7!important
}

.section4-1 .card .card-body .more{
	right:20px;
	bottom:20px;
}
.section4-1 .card a .card-title{
	height:42px;
	font-size: 18px;
	color:#10469c;
}
.section4-1 .card .card-body p{
	font-size: 14px;
	color:#888888;
	margin:0;
}
.section5{
padding:30px 0 0 0;
}
.section5 .block-title-title{
	width:200px;
	color:#000000;
	text-align: left;
	background-image:url(../images/title-icon1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0 auto;
}


.testi-carousel {
	left: 0;
}
.testi-single {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	margin: 20px 10px;
	border-radius: 10px;

}

.testi-carousel.owl-carousel .owl-nav > div {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 4px;
	margin-left: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid rgba(229, 240, 255, 0.5);
	background-color: #0868c7;
	color: #ffffff;
}

.testi-carousel.owl-carousel .owl-nav .owl-next {
	left: 60px;
	background-color: #0868c7;
}

.testi-carousel.owl-carousel .owl-nav > div:hover {
	background-color: #0868c7;
	color: #fff
}

.testi-carousel-two .owl-dots {
	position: absolute;
	left: 0;
	bottom: -70px;
	text-align: center;
	right: 0
}

.testi-carousel-two .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	text-align: center;
	border: 2px solid #ea551d;
}

.testi-carousel-two .owl-dots .owl-dot.active {
	background-color: #ea551d
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testi-carousel {
		left: calc((100% - 900px) / 2);
	}
	.testi-single {
		margin: 20px;
		padding: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.testi-carousel {
		left: calc((100% - 680px) / 2);
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.testi-carousel {
		left: 0;
	}

}

@media only screen and (min-width: 360px) and (max-width: 479px) {

	.testi-carousel {
		left: 0;
	}

}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	.testi-carousel {
		left: 0;
	}

}
.section-sub-container{
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:-70px;
	position:relative;
	z-index: 10;
	min-height: 500px;
}

.section-sub-container .card{
	border-radius: 0;
	border:none;
	position: relative;
	box-shadow:0 2px 0  #0868c7!important
}

.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: 100px 0 200px 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 .list-text{

}
.list-sub .list-text li::before {
	content: "";
	width: 4px;
	height: 100%;
	background-image: #06318a;
	position: absolute;
	top: 0;
	left: -5px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left 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-sub .list-text li:hover{
	background:#f7fbff;
}

.list-sub .list-text li:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.list-sub .list-text li{
	padding:16px 10px 13px 10px;
	border-bottom:1px solid #ebebeb;
}
.list-sub .list-text li .title{
    font-size: 16px;
    width:calc(100% - 80px)
}
.list-sub .list-text li .time{
	position: absolute;
	top:15px;
	right:15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}

.sub-title{
	color:#1544a9;
	font-weight: bold;
}

.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;
}
