@charset "utf-8";

body {
	font-family: 微软雅黑;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

ul,
h3,
h2,
h1,
li,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

.btn {
	border: 0;
}

.navbar-os {
	position: relative;
	margin: 0;
	border: 0;
	transition: all 0.3s ease 0s;
	z-index: 999;
	background-color: #FFFFFF;
	height: 90px;
}

.navbar-collapse {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar-os>.container {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.navbar-os.os-active {
	background-color: rgba(57, 76, 153, .8);
}

.navbar-os.os-active .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}



.navbar-header {
	padding: 15px 20px;
	transition: all 0.3s ease 0s;
}

.navbar-logo {
	float: left;
	display: block;
	font-size: 0;
	padding: 20px 0;
}

.navbar-logo * {
	display: inline-block;
	vertical-align: middle;
}

.navbar-logo span {
	color: #333333;
	margin-left: 10px;
	font-size: 20px;
}

.navbar-os .navbar-nav>li>a {
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
}

.navbar-os .navbar-nav>li.active>a::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 3px;
	background-color: #ffffff;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}



.navbar-os .navbar-nav {
	text-align: center;
	transition: all 0.3s ease 0s;
}

.navbar-nav>li.active>a {
	color: #FFFFFF;
}

.input-search {
	position: relative;
	float: right;
	width: 400px;
	height: 40px;
	margin-top: 25px;
}

.input-search .form-control {
	border-radius: 0;
	height: 40px;
	border: 1px solid #0051a5;
}

.input-search .btn-so {
	border: 0;
	background-color: #0051a5;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	height: 40px;
	width: 66px;
	border-radius: 0;
}

.bs-notice {
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 15px 20px;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
}

.bs-notice .hd {
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #666666;
	background: url(../images/home_icon.png) left center no-repeat;
	padding-left: 40px;
	margin-right: 10px;
	color: #333333;
	font-size: 18px;
}

.bs-notice .bd {
	overflow: hidden;
}

.swiper-notice {
	height: 34px;
}

.swiper-notice .swiper-slide {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 260px;
	overflow: hidden;
}


.banner-txt {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #ffffff;
	transform: translateY(-50%);
	text-align: center;
	font-size: 30px;
	padding-top: 40px;
	left: 0;
}

.banner-txt p {
	font-size: 16px;
	text-transform: uppercase;
}

.banner-txt h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 16px;
}



@media (min-width:1100px) {
	.page-banner {
		height: 400px;
	}

	.navbar-nav>li>a {
		color: #FFFFFF;
		padding: 20px 0;
		line-height: 20px;
		font-size: 18px;
	}
}

@media (min-width:1200px) {
	.navbar-nav>li {
		margin-right: 60px;
	}

	.container {
		width: 1200px;
		padding: 0;
	}

	.navbar-os.os-active .navbar-header {
		padding: 10px 0;
	}

	.navbar-os.os-active .navbar-nav {
		padding: 20px 0;
	}

	.in-sidebar {
		float: left;
		width: 246px;
	}

	.col-main {
		float: right;
		width: 910px;
	}

	.events .events-item__time {
		min-width: 136px;
	}

	.tree-btn {
		min-width: 124px;
	}

}

.navbar-toggle {
	margin-top: 15px;
}

.navbar-toggle .icon-bar {
	background-color: #0051a5;
}
.education-list-img img{
	width: 210px;
	height: 150px;
}

@media (max-width:740px) {
	.project-cooperation li{
		margin-bottom: 30px;
	}
	.project-cooperation .project-content {
		width: 100%;
		height: auto;
	}
	
	.news-head .news-title{
		font-size: 20px;
	}

	.project-cooperation .project-img {
		width: 100%;
	}

	.col-events .leader-speech .leader-content {
		margin-left: 0;
		float: left;
	}

	.col-events .leader-speech .leader-img {
		float: none;
	}

	.col-events .leader-speech .leader-img img {
		width: 100%;
	}

	.col-events .leader-content {
		padding: 15px;
		background-size: 50%;
	}


	.col-events .leader-content__label {
		margin-right: 10px;
	}

	.events-item .events-item__time {
		margin-right: 20px;
	}

	.events-item .events-item__content {
		padding-left: 20px;
	}

	.navbar-os {
		height: 62px;
	}

	.navbar-logo {
		padding: 15px 0;
	}

	.navbar-os .navbar-collapse {
		background-color: rgba(57, 76, 153, .8);
	}

	.navbar-nav>li.active>a {
		color: #fff;
	}

	.bs-notice .hd {
		font-size: 16px;
	}

	.swiper-notice .swiper-slide {
		font-size: 14px;
	}

	.navbar-logo img {
		height: 32px;
	}

	.navbar-logo span {
		font-size: 14px;
	}

	.foot-sin-wx {
		padding-top: 35px;
	}

	.education-list-img {
		float: unset !important;
		margin-right: 0 !important;
	}
	.education-list li{
		padding-bottom: 30px;
		margin-bottom: 30px!important;
		border-bottom: 1px solid #EEEEEE;
	}
	.education-list-img img {
		width: 100%;
		height: auto;
	}


	.msg-title {
		white-space: nowrap;
		max-width: 260px;
		overflow: hidden;
		text-overflow: ellipsis;
	}


	.col-bread {
		display: none;
	}

	.col-pagination .pagination li a {
		margin: 0 2px !important;
	}

	.col-pagination .pagination li a.prev,
	.col-pagination .pagination li a.next {
		padding: 0 10px !important;
	}

	.policies-list .read {
		float: none !important;
	}

	.tree .tree-btn {
		min-width: 70px;
	}

	.tree .tree-3-1 {
		padding: 6px;
	}

	.tree .tree-2 li {
		padding: 0 20px;
	}
}

.page-banner .container {
	position: relative;
	height: 100%;
}

.footer {
	background: #0a1124;
	color: #9299a4;
	background-size: cover;
	overflow: hidden;
	padding: 30px 15px;
}

.end-logo {
	font-size: 0;
	margin-bottom: 20px;
}

.end-icons {
	overflow: hidden;
	margin-bottom: 20px;
}

.end-icons li {
	float: left;
	margin-right: 20px;
}

.foot-link {
	overflow: hidden;
	color: #838ba1;
	margin-bottom: 20px;
}

.foot-link li {
	float: left;
	color: #838ba1;
	padding: 5px 0;
}

.foot-link li.line {
	padding: 5px 10px;
}

.foot-link li a {
	color: #838ba1;
}

.foot-wx {
	text-align: center;
	overflow: hidden;
}

.foot-wx li img {
	width: 120px;
	height: 120px;
}

.foot-wx li {
	float: left;
	width: 50%;
	color: #838ba1;
}

.foot-wx li p {
	margin-top: 20px;
}

.copyright {
	color: #9299a4;
	line-height: 1.8;
	font-size: 13px;
}

.foot-info {
	margin-bottom: 20px;
}

.foot-info .foot-item {
	float: left;
	padding: 4px 0;
}

.foot-info .foot-item .iconfont {
	color: #014d9d;
}

@media (min-width:1200px) {
	.footer {
		padding: 50px 0;
	}

	.foot-col {
		float: left;
	}

	.foot-link {
		margin-bottom: 60px;
	}

	.foot-wx {
		float: right;
	}

	.foot-wx li {
		width: auto;
		margin-left: 50px;
	}

	.foot-link li {
		padding: 0;
	}

	.foot-link li.line {
		padding: 0 30px;
	}

	.foot-link li a {
		font-size: 16px;
	}

	.foot-info .foot-item:last-child {
		margin-left: 90px;
	}
}

.in-section {
	padding: 30px 0;
}

.col-head {
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.col-title {
	float: left;
	line-height: 1;
	height: 40px;
	font-size: 24px;
	border-bottom: 3px solid #0051a5;
}

.col-bread {
	float: right;
	padding: 5px 0;
	color: #666666;
}

.col-bread a {
	color: #666666;
}

.article-body {
	line-height: 2;
}

.bar-head {
	background: url(../images/bar.png) no-repeat;
	background-size: cover;
	padding: 25px 0;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.bar-head .iconfont {
	font-size: 26px;
}

.bar-head .txt {
	font-size: 20px;
}

.side-nav>li {
	margin-bottom: 8px;
	position: relative;
}

.side-nav>li>a {
	position: relative;
	display: block;
	height: 48px;
	line-height: 46px;
	border: 1px solid #e2e6e9;
	padding: 0 50px;
	font-size: 16px;
	color: #333333;
}

.side-nav>li.active>a {
	color: #FFFFFF;
	border: 0;
	background: #0051a5 url(../images/li_on.png) no-repeat;
}


.side-nav>li.open>a {
	background: #0051a5 url(../images/li_on.png) no-repeat;
	color: #FFFFFF;
	border: 0;
}

.side-nav>li.open>a::after{
	background-image: url(../images/arr.png);
}

.side-nav>li>a::after {
	content: '';
	position: absolute;
	background-image: url(../images/arr_blk.png);
	background-position: center;
	background-repeat: no-repeat;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 10px;
}

.side-nav>li.active>a::after {
	background-image: url(../images/arr.png);
}

.index-row {
	margin: 0 -10px;
	margin-bottom: 30px;
}

.index-row>div {
	padding: 10px;
}

.swiper-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
}

.swiper-banner .container {
	position: relative;
	height: 100%;
}

.index-wrap {
	padding: 30px 0;
}

.coop-list {
	margin: 0 -10px;
}

.coop-list li {
	float: left;
	padding: 10px;
	width: 50%;
}

.coop-list .coop-box {
	display: block;
	font-size: 0;
	border: 1px solid #e2e6e9;
	background-color: #FFFFFF;
	transition: .4s all;
}

.coop-list .coop-box:hover {
	border: 1px solid #0051a5;
	box-shadow: 0 0 10px #c3d5e8;
}

.index-cell_head {
	position: relative;
	margin-bottom: 30px;
	padding-left: 25px;
	line-height: 1;
}

.index-cell_head .cell_tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-cell_head .cell_desc {
	color: #999999;
}

.index-cell_head::before {
	width: 8px;
	height: 32px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0051a5;
}

.sw-grid {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 20px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.sw-grid .sw-title {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}

.sw-grid .sw-en {
	font-size: 13px;
	margin-bottom: 20px;
}

.sw-grid .sw-desc {
	font-size: 16px;
}

.sw-logo {
	margin-top: 20px;
}

.sw-logo img {
	width: 65px;
}

.index-panel {
	border: 1px solid #e2e6e9;
	padding: 20px;
	margin-bottom: 10px;
}

.index-panel_hd {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.index-panel_hd .index-tit {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

.index-panel_hd .index-more {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
}

.index-panel_hd .index-tit::before {
	width: 5px;
	height: 20px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0051a5;
}

.panel-list li {
	margin-bottom: 15px;
}

.panel-list li:last-child {
	margin-bottom: 0;
}

.panel-list li a {
	display: block;
	height: 18px;
	line-height: 18px;
}

.panel-list li a .title {
	float: left;
	max-width: 196px;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.col-md-5 .panel-list li a .title{
	max-width: 340px;
}
.panel-list li a .time {
	float: right;
	color: #999;
	font-size: 14px;
}

.scale {
	display: block;
	overflow: hidden;
	font-size: 0;
}

.scale img {
	transition: .3s all;
}

.scale:hover img {
	transform: scale(1.05);
}

.rec-cell {
	height: 78px;
	margin-bottom: 20px;
}

.rec-cell .rec-pic {
	float: left;
	margin-right: 10px;
}

.rec-cell .rec-pic img {
	width: 144px;
	height: 78px;
}

.rec-cell .col {
	overflow: hidden;
}

.rec-cell .rec-title a {
	font-size: 16px;
	color: #333333;
}

.rec-cell .rec-title {
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 10px;
}

.rec-cell .rec-time {
	font-size: 16px;
	color: #999999;
	line-height: 1;
}

.rec-list .rec-cell {
	margin-bottom: 12px;
}

.rec-list .rec-cell:last-child {
	margin-bottom: 0;
}

.notice-list li {
	margin-bottom: 20px;
}

.notice-list li:last-child {
	margin-bottom: 0px;
}

.notice-list li a {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	display: block;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice-list li a .c {
	color: #999999;
}

.notice-list li a::before {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #dbdbdb;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.vv-row {
	margin: 0 -5px;
}

.vv-row>div {
	padding: 0 5px;
}

.vv-row .vv-box {
	display: block;
	margin-bottom: 20px;
}

.vv-row .vv-box .vv-pic {
	position: relative;
	margin-bottom: 15px;
}

.vv-box .vv-pic img {
	width: 100%;
	height: 70px;
}

.vv-box .vv-pic::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 9;
}

.vv-box .vv-title {
	font-size: 16px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #666;
}

.play-icon {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 10;
	background: url(../images/v-icon.png) center no-repeat;
}

.foucs-swiper {
	margin-bottom: 20px;
}

.foucs-box {
	position: relative;
	display: block;
	font-size: 0;
}

.foucs-box img {
	width: 100%;
	height: 220px;
}

.foucs-box::before {
	content: '';
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	background: url(../images/ssvv.png) center bottom no-repeat;
}

.foucs-box .foucs-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 20px;
	padding-right:100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 9;
}

.foucs-cell .desc {
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
}

.foucs-cell .time {
	color: #999999;
}

.foucs-swiper .swiper-pagination {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: auto;
	left: auto;
	line-height: 1;
	z-index: 999;
}

.foucs-swiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background-color: rgba(255, 255, 255, .16);
	color: #FFFFFF;
	margin-right: 10px;
	border-radius:0;
	opacity: 1;

}

.foucs-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0051a5;
}




@media (min-width:1200px) {
	.index-row .col-md-3 {
		width: 350px;
	}

	.index-row .col-md-5 {
		width: 520px;
	}

	.swiper-banner .swiper-slide {
		height: 465px;
	}

	.coop-list li {
		width: 20%;
	}

	.sw-grid .sw-title {
		font-size: 50px;
	}

	.sw-grid .sw-en {
		font-size: 16px;
	}

	.sw-grid .sw-desc {
		font-size: 26px;
	}

	.sw-logo {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-top: 20px;
	}

	.sw-logo img {
		width: 131px;
	}

	.ht-360 {
		height: 360px;
	}
}



.education-list li a {
	padding: 12px;
	overflow:hidden;
	display: block;
}

.education-list li {
	margin-bottom: 6px;
}

.education-list li:hover a {
	box-shadow: 0 0 10px 10px #f5f5f9;
}

.education-list li:hover a .education-list-title {
	color: #0051a5;
}

.education-list li:hover a .read {
	border-color: #0051a5;
	background: #0051a5;
	color: #fff;
}

.education-list-title {
	font-size: 17px;
	color: #333333;
	line-height: 22px;
	padding: 6px 0 16px;
	font-weight: 600;
}


.education-list-desc {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
}

.education-list-time {
	font-size: 14px;
	color: #999999;
	line-height: 34px;
	display: inline-block;
}


.read {
	font-size: 15px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	color: #999999;
	display: inline-block;
	padding: 0 12px;
	float: right;
	box-sizing: border-box;
}


.education-list-img {
	
	float: left;
	margin-right: 20px;
}


.col-pagination {
	text-align: center;
}


.col-pagination .pagination {
	margin: 40px 0;
}


.col-pagination .pagination li a {
	border: 1px solid #999999;
	font-size: 14px;
	color: #999999;
	min-width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
	line-height: 26px;
	margin: 0 10px;
}

.col-pagination .pagination li .iconfont {
	color: #999;
}

.col-pagination .pagination li.active a {
	background-color: #0051a5;
	border-color: #0051a5;
	color: #fff;
}

.col-pagination .pagination li.active sapn {
	color: #fff;
}

.col-pagination .pagination li a:hover,
.col-pagination .pagination li a:focus {
	background-color: #0051a5;
	border-color: #0051a5;
	color: #fff;
}

.col-pagination .pagination li a.prev,
.col-pagination .pagination li a.next {
	padding: 0 15px;
	border-radius: 0;
}

.col-pagination .pagination li a:hover span,
.col-pagination .pagination li a:focus span {
	color: #fff;
}


.side-sub-navbar {
	background-color: #f6f7f8;
	padding: 10px 0;
	width: 100%;
	float: none !important;
	position: unset !important;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
}

.side-sub-navbar>li>a {
	font-size: 15px;
	color: #333333;
	display: block;
	position: relative;
	line-height: 36px;
	padding: 0 50px;
}

.side-sub-navbar>li>a::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #999999;
	left: 30px;
	top: 50%;
	margin-top: -3px;
}

.side-sub-navbar>li.active>a::after {
	background-color: #0051a5;
}

.side-sub-navbar>li.active>a {
	color: #0051a5;
	background-color: transparent;
}

.side-sub-navbar>li.active>a:hover {
	color: #0051a5;
	background-color: transparent;
}


.side-nav>li.open>a::after {
	transform: rotate(90deg);
}

.msg-list li a {
	display: block;
	padding: 18px 10px;
}

.msg-list li a:hover .msg-icon {
	background-color: #0051a5;
}

.msg-list li {
	border-bottom: 1px solid #eee;
}


.msg-icon {
	background-color: #aaaaaa;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	margin-right: 8px;
}

.msg-icon .iconfont {
	font-size: 14px;
	color: #fff;
}

.msg-add .iconfont {
	font-size: 20px;
	color: #c2c2c2;
	line-height: 26px;
}


.msg-add {
	float: right;
	vertical-align: middle;
}


.msg-title {
	font-size: 14px;
	color: #333333;
	float: left;
	line-height: 26px;
	vertical-align: middle;
}



.policies-list-time {
	width: 80px;
	background-color: #0051a5;
	height: 80px;
	text-align: center;
	float: left;
}

.days {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	padding: 15px 0;
}

.year-month {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}


.policies-list-title {
	font-size: 17px;
	color: #333333;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px;
}

.policies-list-desc {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.policies-list li a {
	display: block;
	padding: 25px;
}

.policies-list li a:hover .read {
	background-color: #0051a5;
	color: #fff;
	border-color: #0051a5;
}

.policies-list li {
	border-bottom: 1px solid #eeeeee;
}

.policies-list-foot {
	margin-top: -3px;
}

.policies-list-content {
	position: relative;
	margin-left: 100px;
}

.policies-list-foot .education-list-time {
	margin-right: 20px;
}

.policies-list-foot .education-list-time .iconfont {
	font-size: 14px;
	margin-right: 8px;
	color: #999999;
}

.policies-list-foot .education-list-time.active .iconfont {
	color: #0051a5;
}


.icon-shubijiben {
	font-size: 30px !important;
	vertical-align: middle;
}

.icon-wenjianpeixunquerenliucheng {
	font-size: 32px !important;
}


.bar-icon {
	font-size: 0;
	text-align: center;
	margin-bottom: 7px;
}

/* .events-item {
	margin-bottom: 30px;
} */

.col-events {
	padding: 10px 0 30px 0;
}


.events-item__time {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	background-color: #0051a5;
	margin-right: 28px;
	min-width: 110px;
}


.events {
	position: relative;
}


.events-item__content::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #EEEEEE;
	left: 3px;
	top: 0;
}

.events-item:first-child .events-item__content {
	padding-top: 0;
}

.events-item:last-child .events-item__content {
	padding-bottom: 0;
}

.events-item__content {
	font-size: 14px;
	line-height: 1;
	position: relative;
	padding: 15px 0 15px 44px;
}

.events-item__content::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background-color: #0051a5;
	left: 0;
	top: 50%;
	transform: rotate(45deg);
	margin-top: -3.5px;
	z-index: 11;
}


.jt-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*display*/
.display_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.display_inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.display_inline-flex>* {
	display: block;
}

/*伸缩流方向*/
.flex-direction_column {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/*主轴对齐*/
.justify-content_flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.justify-content_flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.justify-content_flex-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*侧轴对齐*/
.align-items_flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.align-items_flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.align-items_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-items_baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

/*伸缩性*/
.flex_auto {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}

.flex_1 {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

/*显示顺序*/
.order_2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.order_3 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}


.leader-img {
	float: left;
}


.leader-content {
	background: url(../images/chapter.png) no-repeat center;
	border: 1px solid #EEEEEE;
	padding: 96px 85px;
	float: left;
}

.leader-content__label {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-right: 30px;
	text-align: right;
	min-width: 55px;
	display: inline-block;
	font-weight: 500;
}

.leader-content__text {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	display: inline-block;
}


.leader-content__item {
	font-size: 0;
}

.leader-name {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 20px;
	margin-left: 28px;
	font-weight: 600;
}

.leader-speech .leader-name {
	line-height: 30px;
	margin-left: 0;
	font-size: 20px;
}

.leader-speech .leader-desc {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.leader-speech .leader-foot {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	margin-top: 20px;
}

.leader-speech {
	margin-bottom: 28px;
}

.leader-speech:last-child {
	margin-bottom: 0;
}

.leader-speech .leader-content {
	float: none;
	position: relative;
	margin-left: 222px;
	padding: 35px 40px 25px;
	background-image: unset;
}


.leader-speech .leader-img {
	border: 1px solid #EEEEEE;
}


.duty-body {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.duty-body h4 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin: 0;
	font-weight: 500;
}


.duty-desc {
	margin-bottom: 10px;
}


.achievement-row {
	background: url(../images/achiev.png) no-repeat center bottom 36px;
	margin-bottom: 20px;
}


.achievement-row .col-md-4 {
	text-align: center;
}

.achievement-img {
	background: url(../images/frame.png) no-repeat left top;
	padding: 20px 18px;
	display: inline-block;
	box-shadow: 0 0 10px 2px #d6d6d7;
	margin-bottom: 40px;
}


.achievement-title {
	font-size: 14px;
	color: #333333;
}


.organize-body p {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-indent: 20px;
}

.tree ul {
	text-align: center;
	font-size: 0;
	position: relative;
}

.tree ul li {
	display: inline-block;
	position: relative;
}

.tree-btn {
	background-color: #0051a5;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	z-index: 111;
	position: relative;
}

.tree .tree-3-1 li {
	display: block;
}

.tree .tree-3-1 .tree-btn {
	color: #02a2bc;
	background-color: #deebf4;
}

.tree-3>li {
	width: 25%;
	text-align: center;
}

.tree-3>li>.tree-btn {
	margin-top: 30px;
}

.tree-3 {
	overflow: hidden;
}

.tree-3-1 li+li {
	margin-top: 10px;
}

.tree-3-1 {
	border: 1px dashed #c1c6d1;
	padding: 18px;
	display: inline-block;
	position: relative;
	z-index: 111;
	background-color: #fff;
}

.tree-3-1 .tree-btn {
	margin-bottom: 0;
}

.tree-2 li {
	padding: 0 30px;
}


.tree-1::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 34px;
	height: 100%;
	background-color: #c1c6d1;
	width: 1px;
}

.tree-3>li::after {
	position: absolute;
	content: '';
	left: 50%;
	top: -30px;
	height: 100%;
	background-color: #c1c6d1;
	width: 1px;
}


.tree-3>li::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	height: 100%;
	background-color: #c1c6d1;
	height: 1px;
	width: 100%;
}


.tree-3>li:last-child::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	height: 100%;
	background-color: #c1c6d1;
	height: 1px;
	width: 0;
}


.tree-2 li .tree-btn {
	margin-bottom: 0;
}

.tree-2 li {
	overflow: hidden;
}

.tree-2 li:last-child {
	margin-bottom: -17px;
}

.tree-2 li:first-child::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	height: 100%;
	background-color: #c1c6d1;
	height: 1px;
	width: 100%;
}

.tree-2 li:last-child::before {
	position: absolute;
	content: '';
	right: 50%;
	top: 50%;
	height: 100%;
	background-color: #c1c6d1;
	height: 1px;
	width: 100%;
}


.tree-1 {
	padding-bottom: 51px;
	overflow: hidden;
}

.tree {
	padding: 30px 0;
}

.project-content__title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 25px;
	line-height: 1;
}

.project-content__desc {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}


.project-img {
	width: 50%;
	float: left;
}

.project-img img {
	width: 100%;
}

.project-content {
	width: 50%;
	border: 1px solid #EEEEEE;
	padding: 40px;
	height: 255px;
	float: left;
}


.project-content__foot {
	background: url(../images/left.png) no-repeat left bottom;
	padding: 16px 0;
}


.project-content-bg1 {
	background: url(../images/trophy.png) no-repeat right 35px bottom 30px;
}


.project-content-bg2 {
	background: url(../images/xing.png) no-repeat right 35px bottom 30px;
}


.news-title{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}

.news-time{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-align: center;
}

.news-desc{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.news-explain{
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}


.news-head{
	padding: 20px 0;
}

.news-desc p{
	margin-bottom: 20px;
}

.news-img{
	margin: 20px 0;
}
@media (max-width:762px) {
	.news-content img{
		width: 100%!important;
		height: auto!important;
	}
	.achievement-img{
		margin-bottom: 20px;
	}
	.achievement-row >div{
		margin-bottom: 30px;
	}
	.achievement-row{
		background: none;
	}
}

.side-nav>li .dropdown-arrow{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 2px;
	right: 2px;
	border: 0;
	padding: 0;
    background: #fff!important;
}
.side-nav>li.open .dropdown-arrow{
    background: #0051a5!important;
}






