a,a:hover{ text-decoration: none; }
 li{ list-style: none;}
 .navbar-light .navbar-toggler-icon{ background-image: url(../img/open.png);}
.entry img{ display: block; margin:0 auto; }
.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.img-dis{display: block; margin: 0 auto}
.carousel{margin-top: 80px;}
/*header*/
header {
	margin: 50px 0 20px;
	text-align: center;
	padding: 0 10px;
}
header h1 {
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 28px;
	margin-top: 30px;
}
.content {
	max-width: 500px;
	margin: 0 auto;
}
.content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 30px;
}
.content figure {
	text-align: center;
	margin: 20px 0;
}
.content figcaption {
	font-size: 12px;
	padding-top: 10px;
}
.content div.dropdown {
	margin: 20px auto;
	width: 100px;
}
.content blockquote p {
	font-size: 14px;
}
.navbar-nav li.onnav .nav-link,.navbar-nav li:hover .nav-link{ font-weight:bold;}
.margin{margin: 0 auto;}
.w-5 { width: 5%!important;}
.w-15 { width: 15%!important;}
/*pages*/
.wpagenavi{margin:20px auto;padding-top:25px;width:100%;line-height:40px;font-family:"宋体";border-top:1px solid #e4e4e4;text-align:center}
.wpagenavi a:link,.wpagenavi a:visited{margin:0 4px;padding:12px 16px;color:#666;background:#e4e4e4;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-transition:color .4s ease;-moz-transition:color .4s ease;-o-transition:color .4s ease;-ms-transition:color .4s ease;transition:color .4s ease}
.wpagenavi a:hover,.wpagenavi a:active{color:#FFF;background:#436bb8;text-decoration:none}
.wpagenavi a.current:link,.wpagenavi a.current:visited,.wpagenavi a.current:hover{color:#FFF;background:#436bb8;font-weight:bold}

.banner{margin-top: 74px;}
.banner img{display:block; width:100%; height: auto;}
.map a,.map a:hover{ color:#fff; }
.about .text{ font-size:16px; text-indent: 2rem;  }
.about .text img{display: block; width:100%; height: auto; margin:20px auto;}
.bottom{font-size: 14px; text-align: center; line-height: 35px; background: #ccc; color: #545353;}
.img-width{max-width: 120px; height: auto; display: block; margin:0 auto;}
.margin-top{padding-top: 35px;}
/*project*/
.projects-horizontal {
	color: #313437;
	background-color: #fff;
}
.projects-horizontal p {
	color: #7d8285;
}
.projects-horizontal h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
.projects-horizontal h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px;
}
}
.projects-horizontal .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 10px;
}
.projects-horizontal .projects {
	padding-bottom: 40px;
}
.projects-horizontal .item {
	padding-top: 60px;
	min-height: 160px;
}

@media (max-width:767px) {
.projects-horizontal .item {
	padding-top: 40px;
	min-height: 160px;
}
}
.projects-horizontal .item .name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: inherit;
}

@media (max-width:991px) {
.projects-horizontal .item .name {
	margin-top: 22px;
}
}
.projects-horizontal .item .description {
	font-size: 15px;
	margin-bottom: 0;
}
/*article-list*/
.article-list {
	color: #313437;
	background-color: #fff;
}
.article-list p {
	color: #7d8285;
}
.article-list h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
.article-list h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px;
}
}
.article-list .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}
.article-list .intro p {
	margin-bottom: 0;
}
.article-list .articles {
	padding-bottom: 40px;
}
.article-list .item {
	padding-top: 50px;
	min-height: 425px;
	text-align: center;
}
.article-list .item .name {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	color: inherit;
}
.article-list .item .description {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
}
.article-list .item .action {
	font-size: 24px;
	width: 24px;
	margin: 22px auto 0;
	line-height: 1;
	display: block;
	color: #4f86c3;
	opacity: 0.85;
	transition: opacity 0.2s;
	text-decoration: none;
}
.article-list .item .action:hover {
	opacity: 1;
}
/*team*/
.team-boxed {
	color: #313437;
	background-color: #eef4f7;
}
.team-boxed p {
	color: #7d8285;
}
.team-boxed h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
.team-boxed h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px;
}
}
.team-boxed .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}
.team-boxed .intro p {
	margin-bottom: 0;
}
.team-boxed .people {
	padding: 50px 0;
}
.team-boxed .item {
	text-align: center;
}
.team-boxed .item .box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
}
.team-boxed .item .name {
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 8px;
	color: inherit;
}
.team-boxed .item .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #d0d0d0;
	letter-spacing: 2px;
	font-size: 13px;
}
.team-boxed .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.team-boxed .item img {
	max-width: 160px;
}
.team-boxed .social {
	font-size: 18px;
	color: #a2a8ae;
}
.team-boxed .social a {
	color: inherit;
	margin: 0 10px;
	display: inline-block;
	opacity: 0.7;
}
.team-boxed .social a:hover {
	opacity: 1;
}
/*Features-Boxed*/
.features-boxed {
	color: #313437;
	background-color: #eef4f7;
}
.features-boxed p {
	color: #7d8285;
}
.features-boxed h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
.features-boxed h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px;
}
}
.features-boxed .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}
.features-boxed .intro p {
	margin-bottom: 0;
}
.features-boxed .features {
	padding: 50px 0;
}
.features-boxed .item {
	text-align: center;
}
.features-boxed .item .box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
}
.features-boxed .item .icon {
	font-size: 60px;
	color: #1485ee;
	margin-top: 20px;
	margin-bottom: 35px;
}
.features-boxed .item .name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0;
	color: inherit;
}
.features-boxed .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
/*footer*/
.footer-clean {
	padding: 50px 0;
	background-color: #0081ca;
	color: #fff;
}
.footer-clean h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
}
.footer-clean ul {
	padding: 0;
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-clean ul a {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
}
.footer-clean ul a:hover {
	opacity: 1;
}
.footer-clean .item.social {
	text-align: right;
}

@media (max-width:767px) {
.footer-clean .item {
	text-align: center;
	padding-bottom: 20px;
}
}

@media (max-width:991px) {
.footer-clean .item.social {
	text-align: center;
}
}
.footer-clean .item.social > a {
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-top: 22px;
	color: inherit;
	opacity: 0.75;
}
.footer-clean .item.social > a:hover {
	opacity: 0.9;
}

@media (max-width:991px) {
.footer-clean .item.social > a {
	margin-top: 40px;
}
}

@media (max-width:767px) {
.footer-clean .item.social > a {
	margin-top: 10px;
}
}
.footer-clean .copyright {
	margin-top: 14px;
	margin-bottom: 0;
font- size:13px;
	opacity: 0.6;
} /*lightbox*/
.lb-loader, .lightbox {
text- align:center;
	line-height: 0
}

.lb-dataContainer:after, .lb- outerContainer:after {
	content: "";
	clear: both
}
body.lb-disable-scrolling {
	overflow: hidden
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}
.light box {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
font- weight:400
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px
}
.lightbox a img {
	border: none
}
.lb- outerContainer {
	position: relative;
background- color:#fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}
.lb-outerContainer:after {
	display: table
}
.lb- container {
	padding: 4px
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}
.lb- cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.lb- nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: 0;
background-image:url(data:image/gif;
base64, R0lGODlhAQABAPAAAP///wA AACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb- prev {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb- prev {
	width: 34%;
	left: 0;
	float: left;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-nav a.lb- next {
	width: 64%;
	right: 0;
	float: right;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb- dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
-moz-border-radius- bottomleft:4px;
	-webkit-border-bottom-left-radius: 4px;
border-bottom-left- radius:4px;
	-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right- radius:4px;
	border-bottom-right-radius: 4px
}
.lb- dataContainer:after {
	display: table
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}
.lb-data .lb- number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
backgroun d:url(../images/close.png) top right no-repeat;
text- align:right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
-webkit- transition:opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}
.lb-data .lb- close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}
