html,
*{
	 box-sizing: border-box;
}
body {
	font-family: "微软雅黑", Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* padding-bottom:  70px; */
	/* background-color:#f3f3f3; */
}
a,
a:visited {
	color: inherit;
}

a:hover {
	color: #688C00;
}

h5,
.h5 {
	font-size: 16px;
}
.col-md-6{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.col-sm-4{
	height:369px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.navbar-top {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	min-height: 60px;
	margin-bottom: 0;
}

.navbar-top.footer {
	/* background-image:url(../images/bg-footer.png); */
	background-color: #000;
}

.navbar-top .navbar-nav>li>a {
	color: #fff;
}

.navbar-top .navbar-nav>.active>a,
.navbar-top .navbar-nav>.active>a:focus,
.navbar-top .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-top .navbar-nav>li>a:focus,
.navbar-top .navbar-nav>li>a:hover，.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: transparent;
	color: #eee;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.navbar-top .navbar-form {
	margin-top: 13px;
}

.navbar-top .input-group .form-control {
	border: 0;
}

.navbar-top .input-group .btn {
	border: 0;
	height: 34px;
	border-left: 1px solid #ddd;
}

.navbar-top .navbar-link>li>a {
	padding: 0 5px;
	border-right: 1px solid #688C00;
}

.navbar-top .navbar-link>li:last-child>a {
	border-right: 0;
}

.navbar-main {
	min-height: 60px;
	height: 60px;
	margin-bottom: 0;
	background-color: #0075bb;
	top: 0;
	width: 100%;
}

.navbar-main .navbar-nav>.active>a,
.navbar-main .navbar-nav>.active>a:focus,
.navbar-main .navbar-nav>.active>a:hover {
	/* background-color: #fff; */

	color: #fff;
}

.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:hover {
	background-color: #43b6d7;
	color: #fff;
}

.logo {
	margin-left: 15px;
}

.list-news {
	margin-bottom: 0;
}

.list-news>li {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.ie8 .list-news li.last {
	margin-bottom: 0 !important;
}

.ie8 .list-news>li.last,
.list-news li.last {
	margin-bottom: 0;
	border-bottom-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list>li {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list>li>a:hover{
	color:#0075bb;
}
.list>li>a {
	display: block;
	padding: 0px 0px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	font-size: 16px;
}
.pull-right.text-grey.font14{
	color:#999999;
}
.navbar-toggle .icon-bar {
	height: 4px;
	width: 28px;
	background-color: #243B2B;
}

.dateSpan {
	border: 1px solid #155500;
	position: relative;
	padding-left: 85px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.dateSpan-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	text-align: center;
	height: 100%;
	border-right: 1px solid #155500;
}

.dateSpan-l>span {
	
	display: block;
	padding: 5px;
	height: 50%;
	line-height: 2.5em;
	color: #155500;
}

.dateSpan-l .month {
	background: #155500;
	color: #fff;
}

.dateTitle {
	color: #155500;
}

.dateBody {
	color: #666;
	height: 40px;
	overflow: hidden;
}

.page-header {
	margin-top: 38px;
	padding-bottom: 15px;
	margin-bottom: 0;
	border-bottom: 0px;
	font-size: 20px;
	color: #0075bb;
	/* background-color: #4683ff; */
}

.page-header .font14 {
	padding-top: 5px;
}

.page-header.bb1 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.page-header.bb1>a {
	color:#999999
}
.page-header>a:focus,
.page-header>a:hover {
	color: #0075bb !important;
}
.panel {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
}
/* .content{
	width: 300px;background: #eee;padding: 5px;margin: 0px 20px;
} */
.line {
	            display: inline-block;
	            width: 500px;
	            border-top: 1px solid #ccc ;
				vertical-align：Middle；
}
.line1 {
	            display: inline-block;
	            width: 300px;
	            border-top: 1px solid #ccc ;
				vertical-align：Middle；
}
.title {
  position: relative;
  text-align: center;
  font-size: 24px;
  
}

.title::before,
.title::after {
  content: "";
  position: absolute;
  top: 30%;
  border-top: 2px solid #0075bb;
  width: 62px;
}

.title::before {
  left: 455px;
}

.title::after {
  right: 455px;
}
.center {
	margin-top:0px;
	text-align: center;
	font-size:16px;
	color:#777;
	margin-bottom:50px;
}
.center>p>a{
	width: 200px;
	display: inline-block; 
	margin: 0 auto;
	background-color: #0075bb;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	text-decoration: none;
}

.center>p>a:focus,
.center>p>a:hover {
	color: #0075bb !important;
}
.block {
	margin-bottom:0;
	margin-top:10px;
	width: 100%;
	height: 6px;
	background-color:#0075bb
}
    .swiper-container {
            width: 100%;
            height: 500px;
            position: relative;
          }
          .swiper-wrapper {
            width: 100%;
            height: 100%;
          }
          .swiper-slide {
            float: left;
            width: calc((100% - 20px)/3);
            margin-right: 20px;
            height: 100%;
            background-size: cover;
            background-position: center;
            cursor: pointer;
            transition: transform .3s ease-out;
          }
          /* 卡片式轮播样式 */
          .card-container {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            height: 90%;
            display: flex;
            flex-flow: column;
            justify-content: space-between;
            text-align: center;
            /* 固定大小 */
            width: 33.3333% - 20px;
            height: 450px;
			box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          }
          .card-img {
            height: 60%;
            display: flex;
            justify-content: center;
            align-items: center;
            /* 固定大小 */
            width: 100%;
            height: 270px;
            overflow: hidden;
          }
          .card-img img {
            /* 固定大小 */
            width: 350px;
            height: 270px;
            object-fit: cover;
          }
          .card-title {
            font-size: 24px;
            line-height: 1.5;
            padding: 10px 20px 0;
          }
          .card-desc {
            font-size: 14px;
            line-height: 1.5;
            padding: 0 20px;
          }
          .card-btn {
            padding-bottom: 20px;
          }
          .card-btn a {
            display: inline-block;
            margin: 0 auto;
            background-color: #0075bb;
            color: #fff;
            border-radius: 10px;
            padding: 10px 20px;
            text-decoration: none;
          }
          .card-btn a:hover {
            color: #43b6d7;
          }
          /* 中心图片放大 */
		  .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active{
			  transform: scale(1.15);
			  z-index: 10;
		  }
          /* 左右切换按钮样式 */
          .swiper-button-prev,
          .swiper-button-next {
            position: absolute;
            width: 40px;
            height: 40px;
            top: calc(50% - 20px);
            cursor: pointer;
            font-size: 0;
            z-index: 20;
          }
          .swiper-button-prev::before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent #fff transparent transparent;
            border-width: 10px 14px 10px 0;
          }
          .swiper-button-next::before {
			/* transform: rotate(180deg); */
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
            border-width: 10px 0 10px 14px;
			order: 2;
          }
          .swiper-button-prev::after{
            left: 10px;
            border-width: 10px 0 10px 14px;
          }
          .swiper-button-next::after{
            right: 10px;
            /* transform: rotate(180deg); */
            border-width: 10px 14px 10px 0;
			order: 1;
          }
          /* 自动轮播样式 */
          .swiper-container:hover .swiper-button-prev,
          .swiper-container:hover .swiper-button-next,
          .swiper-container .swiper-pagination-bullet-active {
            opacity: 1;
            transition: opacity .2s ease-in-out;
          }
          .swiper-pagination {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 20;
          }
          .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background-color: #fff;
            border-radius: 50%;
            cursor: pointer;
            opacity: .5;
            transition: opacity .2s ease-in-out;
          }
          .swiper-pagination-bullet-active {
            opacity: 1;
          }
          /* 外层容器样式 */
          .gallery-container {
			margin-top:20px !important;
            width: 1190px;
			height: 470px;
            margin: 0 auto;
            overflow: hidden;
          }


.links {
	width: 100%;
	left:0;
	bottom:0;
	margin: 0 0 0 0;
	height: 200px;
	text-align: center;
	background-color:#343434;
	color: #9d9d9d;
}
.links>ul>li>a {
	color: #9d9d9d;
}
.yqlj {
		width: 100%;
	  font-size: 16px;
	  text-align: left;
	  color:#9d9d9d;
	  margin-left:500px;
}

.small {
  font-size: 14px;
  color: #9d9d9d;
}
.panel-success {
	margin-top:38px;
	border: 0;
	border-top: 2px solid #688C00;
}

.panel-success .panel-body {
	border: 1px solid #eee;
	border-top: 0;
}

small.text-uppercase {
	font-family: garamond;
	font-size: 16px;
}

.bottom {
	padding: 50px 0;
	background: #F6F6F6;
}

.wrapper {
	padding: 50px 0;
	border-top: 1px solid #ddd;
}

.nav-left {
	border-bottom: 1px solid #ddd;
}

.nav-left>li {
	border: 1px solid #ddd;
	border-bottom: 0;
}

.nav-left>li.active,
.nav-left>li.active:hover a,
.nav-left>li.active a:visited {
	background-color: #214E1B;
	border-color: #214E1B;
	color: #fff;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.list-nav>a {
	background: #fbfbfb;
	/* color: #fff; */
	margin-bottom: 5px;
}

.content-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.page-title {
	font-size: 24px;
	border-bottom: 1px solid #214E1B;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: -1px;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
}

.breadcrumb>li+li:before {
	padding: 0;
}

.img-width {
	top:38px;
	width: 100%;
}

.panel-group .panel {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
}

.panel-heading {
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.panel-title>a {
	padding: 10px 15px;
	display: block;
}

.panel-title>a:hover,
.panel-title>a:visited,
.panel-title>a:focus {
	text-decoration: none;
	color: inherit;
}

.panel-default>.panel-heading {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	border-left: 5px solid #F60201;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

.panel-group .panel-body {
	padding: 15px 0;
}

.panel-group .panel-body.list-btns {
	padding-bottom: 0;
}

.list-btns .btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 15px;
	padding: 10px;
	border-color: #eee;
}

.list-btns .btn:hover,
.list-btns .btn:focus {
	border-color: #eee;
	background-color: #eee;
}

.toggleCode {
	position: relative;
}

.toggleCode .codeSpan {
	padding: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 200px;
	display: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.toggleCode .codeSpan img {
	max-width: 100%;
}

.table>thead>tr>th.middle,
.table>tbody>tr>th.middle,
.table>tfoot>tr>th.middle,
.table>thead>tr>td.middle,
.table>tbody>tr>td.middle,
.table>tfoot>tr>td.middle {
	vertical-align: middle;
}

.text-green {
	color: #418757;
}

.text-blue {
	color: #4683ff;
}
.text-grey {
	color: #999999;
}

.text-nowrap {
	text-overflow: ellipsis;
	overflow: hidden;
}

.pt30 {
	padding-top: 30px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.font14 {
	font-size: 14px;
	/* color: #fff; */
}

@media (min-width:1200px) {
	.container {
		width: 1190px;
		position: relative;
		/* overflow: hidden; */
		/* background-color:#f3f3f3; */
	}
	.navbar-main .navbar-nav>li>a {
		/* width: 130px; */
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 18px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.container {
		width: 1000px;
		color:#fff;
	}
}

@media screen and (max-width:1190px) {
	.navbar-main .navbar-nav>li>a {
		padding: 25px 10px;
		font-size: 14px;
		color: #ffffff;
	}

	.img-ctrl {
		height: 257px;
		/* overflow: hidden; */
	}

	.img-ctrl img {
		height: 100%;
		/* width: auto; */
	}
}

@media (min-width:769px) {
	.navbar-top .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-top .navbar-link>li>a {
		padding: 0 5px;
		border-right: 1px solid #eee;
		line-height: 1em;
	}

	.navbar-link {
		margin-right: 20px;
	}

	.bottom .navbar-link {
		margin-right: 0;
	}

	.plctrl {
		padding-left: 30px;
	}

	.navbar-right .dropdown-menu {
		left: auto;
		right: -30%;
	}

	.visible-xs {
		display: none;
	}

	.navbar-top .navbar-link>li>a {
		margin-top: 23px;
	}
}

@media screen and (max-width:768px) {
	.navbar-top .navbar-nav>li>a {
		padding: 0 5px;
		margin-top: 20px;
	}

	.footer .navbar-nav.navbar-link>li>a {
		margin-top: 0;
		margin-bottom: 15px;
		padding: 0 5px;
	}

	.navbar-link {
		margin-left: 0;
	}

	.navbar-link>li,
	.navbar-top .navbar-nav>li {
		float: left;
	}

	.navbar-main .navbar-nav>li>a {
		text-align: center;
	}

	.navbar-top {
		background-repeat: repeat;
		background-size: auto 100%;
	}

	.navbar-top .navbar-form {
		border-color: transparent;
		margin-top: 0;
	}

	.myslide .carousel-caption {
		font-size: 14px;
		height: 30px;
		line-height: 10px;
		/* color:#fff; */
	}

	.myslide .carousel-indicators {
		margin: 5px;
	}

	.bottom .col-xs-4 {
		text-align: center;
	}

	.list-nav,
	.nav-left {
		overflow: hidden;
		margin-left: -1%;
		margin-right: -1%;
		border-bottom: 0;
	}

	.nav-left>li.active {
		width: 98%;
		float: none;
	}

	.nav-left>li {
		margin-bottom: 5px;
		border-bottom: 1px solid #ddd;
	}

	.wrapper {
		padding-top: 10px;
	}

	/* .img-ctrl {
		float: left;
		padding: 15px;
		margin-right: 10px;
		width: 135px;
		height: 120px;
	} */

	.footer .navbar-link.pull-right {
		float: none !important;
	}

	.toggleCode:first-child .codeSpan {
		left: -40%;
		right: initial;
	}

	.toggleCode .codeSpan {
		right: -40%;
		bottom: 100%;
	}

	.panel-success {
		margin-bottom: 0;
	}

	.panel-success.ctrl-xs {
		border-top: 0;
	}

	.dropdown-menu {
		position: absolute;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-header {
		float: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
		height: 100% !important;
		background-color: #0000ff;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		background-color: #0000ff;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		background-color: #0000ff;
		z-index: 999;
	}

	.container>.navbar-collapse,
	.container>.navbar-collapse .navbar-nav {
		margin: 0;
		padding: 0;
		background-color: #0000ff;
	}

	.container>.navbar-collapse .navbar-nav {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		background: #0C1D0F;
		background-color: #eee;
		color: #eee;
		width: 110px;
	}

	.dropdown-menu {
		position: relative;
		background: transparent;
	}

	.dropdown-menu>li>a {
		color: #8DC196;
	}

	.navbar-collapse .navbar-nav>li {
		float: none;
		background-color: #eee;
	}

	.navbar-main .navbar-nav>li>a:focus,
	.navbar-main .navbar-nav>li>a:hover {
		color: #fff;
	}

	.navbar-main .navbar-collapse .navbar-nav>li>a {
		padding: 10px;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 3px 20px;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		text-decoration: none;
		color: #8DC196;
		background-color: transparent;
	}

	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus {
		background-color: transparent;
		border-color: #428bca
	}
}

@media screen and (max-width:480px) {
	.rightTop {
		position: absolute;
		right: 0;
		top: 0;
		margin-right: 0;
	}

	.img-ctrl {
		float: left;
		width: 135px;
		padding: 15px;
		margin-right: 10px;
		height: 120px;
	}

	.list-nav>a,
	.nav-left>li {
		float: left;
		width: 31.33%;
		text-align: center;
		margin-left: 1%;
		margin-right: 1%;
	}

	.navbar-top .navbar-nav>li>a {
		padding: 0 5px;
		margin-top: 0;
	}

	.footer .navbar-nav.navbar-link>li>a {
		margin-bottom: 0;
		padding: 0 5px;
	}
}