@charset "utf-8";


.pagination{

left:0px !important;

}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {
	background: #f5f5f5;
	font-family: "微软雅黑";
	height: 100%;
	width: 100%;
}

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
	color: #333333;
	display: inline-block;
	cursor: pointer;
}

img {
	border: 0 none;
}

.clear {
	clear: both;
}


/*头部开始*/

.header {
	min-width: 1200px;
	width: 100%;
}






/*头部  绿色  部分*/

.head {
	min-width: 1200px;
	width: 100%;
	margin: 0px auto;
	height: 26px;
	background: #077663;
}


/* 一*/

.head-top {
	width: 1200px;
	height: 26px;
	margin: 0px auto;
}

.head-top-R {
	width: 80px;
	height: 26px;
	float: right;
}

.head-top-R a {
	display: block;
	height: 21px;
	color: #fff !important;
	padding-top: 5px;
}

.head-top-R a img {
	width: 18px;
	height: 18px;
	float: right;
	margin-right: 2px;
}

.head-top-R a span {
	color: #fff!important;
	font-size: 12px;
	line-height: 17px;
	float: right;
}


/*二*/

.header-top {
	min-width: 1200px;
	width: 100%;
	margin: 0px auto;
	height: 192px;
	position: relative;
}

.header-top-img {
	min-width: 1200px;
	width: 100%;
	height: 192px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-top-d {
	width: 1200px;
	height: 192px;
	margin: 0px auto;
}

.header-t-loga {
	width: 680px;
	height: 118px;
	float: left;
	position: relative;
	top: 40px;
}

.header-top-R {
	width: 258px;
	height: 44px;
	float: right;
	position: relative;
	top: 90px;
	right: 0px;
}

.header-top-Rimg {
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-top-R input {
	/*width: 66%;
	height: 21px;*/
	line-height: 21px;
	padding: 4px 8px 6px 16px;
	margin: 6px;
	background: none;
	float: left;
	font-size: 14px;
	color: #fff;
	position: relative;
	outline: none;
}

.header-top-R button {
	width: 30px;
	height: 33px;
	background: none;
	margin: 6px;
	outline: none;
	position: relative;
}

.header-top-R button img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0px auto;
}


/*导航   开始*/


/*nav导航盒子*/

.nav {
	min-width: 1200px;
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 12px;
	position: relative;
	z-index: 99;
	background: white;
}

.nav-main {
	min-width: 1200px;
	width: 1213px;
	height: 100%;
	margin: 0px auto;
	list-style-type: none;
}

.nav-main>.nav-li {
	width: 9%;
    float: left;
    padding: 0px 5.98px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.nav-li>a {
	width:100%;
	display: block;
	font-size: 18px;
	color: #222222;
	line-height: 64px;
	height: 64px;
	float: left;
	background: #FFFFFF;
}
.nav-a:hover{
	background: #077663!important;
	color: #fff!important;
}

.li-active {
	background: #077663!important;
	color: #fff!important;
}

.nav-div {
	width: 109px;
	padding: 8px 0px;
	display: none;
	position: absolute;
	z-index: 999999;
	top: 64px;
	left: 6px;
	background: #008971;
	opacity: 0.95;
}
.nav-div>li {
	display: block;
	font-size: 14px;
	height: 40px !important;
	line-height: 40px !important;
	color: #ffffff;
}
.nav-div>li>a {
	display: block;
	font-size: 14px;
	height: 40px !important;
	line-height: 40px !important;
	color: #ffffff;
}

.nav-div>li>a:hover {
	color: #fff!important;
	cursor: pointer;
}


/*导航   结束*/


/*轮播图  开始*/

.lunbo {
	min-width: 1200px;
	width: 100%;
	height: 400px;
	position: relative;
}

.lunbo-img {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=57);
}

.lun-banner {
	width: 1200px;
	height: 400px;
	margin: 0px auto;
	height: 400px;
	position: relative;
	overflow: hidden;
	text-align: center;
}


/* 本例子css */

.slider {
	width: 100%;
	min-width: 1200px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.slider .bd li {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.slider .bd li img {
	display: block;
	width: 1200px;
	height: 400px;
}

.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -1200px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50% !important;
	background-color: #fff;
	opacity:1;
	filter: alpha(opacity=57);
}

.slider .hd li.on {
	background-color: #008f70;
	opacity: 1;
	filter: alpha(opacity=57);
	border: none;
	border-radius: 50% !important;
}

.slider .pnBtn {
	position: absolute;
	top: 0;
	z-index:;
	width: 100%;
	height: 400px;
	/*background-color: #fff;
	opacity: 0.57;
	filter: alpha(opacity=57);*/
	cursor: pointer;
}
.slider .pnBtn:hover {
	background-color: #fff;
	opacity: 0.57;
	filter: alpha(opacity=57);
	cursor: pointer;
}
.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	width: 0px;
	height: 400px;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.2;
}

.slider .prev {
	left: -43%;
	margin-left: -600px;
}

.slider .next {
	left: 43%;
	margin-left: 600px;
}

.slider .pnBtn .arrow {
	opacity: 0.95;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 50px !important;
	height: 50px !important;
}

.slider .prev .arrow {
	right: 13px !important;
	border-radius: 0px 3px 3px 0px !important;
	top: 172px !important;
}

.slider .next .arrow {
	left: 16px !important;
	top: 172px !important;
	border-radius: 3px 0px 0px 3px !important;
}

.arrow>img {
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

.focusBox {
	position: relative;
	width: 960px;
	height: 450px;
	overflow: hidden;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
}

.focusBox .pic img {
	width: 960px;
	height: 450px;
	display: block;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 5px;
	/*background: url(images/dot.png) no-repeat 0 -16px;*/
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	/*_background: url(images/dot8.png) no-repeat 0 -16px;*/
}

.focusBox .hd .on {
	background-position: 0 0;
}

.focusBox .prev,
.focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.focusBox .prev {
	left: 0;
}

.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}


/*轮播图  结束*/


/*内容 开始*/

.dongtai{
	min-width: 1200px;
	width: 100%;
	background: #FFFFFF;
height: 390px;
}
.content {
    min-width: 1200px;
    width: 100%;
    background: #FFFFFF;
    padding-top: 0px !important;
    position: relative;
    z-index: 99999;
}
.content-main {
	width: 1200px;
	margin: 0px auto;
	
}

.content-mains {
	width: 100%;
	/*background: honeydew;*/
	height: 218px;
	padding-top: 20px;
	overflow: hidden;
}


/*通知公告  和  学院动态  的公共头部  开始*/

.content-mains-top {
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}

.content-mains-top-L {
	width: 50%;
	float: left;
	letter-spacing: 1px;
}

.span1 {
	width: 50px;
    display: inline-block;
    height: 42px;
    color: #077663;
    font-size: 24px;
    line-height: 42px;
    float: left;
    border-bottom: 3px solid #077663;
}

.span2 {
	display: inline-block;
	color: #333333;
	height: 42px;
	float: left;
	line-height: 42px;
	font-size: 24px;
}

.span3 {
	display: inline-block;
	color: #a1a1a1;
	height: 42px;
	float: right;
	line-height: 42px;
	font-size: 12px;
}

.span4 {
	width: 13px;
	height: 13px;
	margin-top: 14px;
	float: right;
}


/*通知公告  和  学院动态  的公共头部  结束*/


/* 通知公告  列表  开始*/


.content-mains-lies li {
	width: 385px;
	height: 125px;
	float: left;
	padding: 24px 20px;
	box-sizing: border-box;
	background: url(../img/bbb.png);
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 4px 6px 13px #bbbbbb;
	margin-top: 20px;
}

.content-mains-lies li a {
	width: 100%;
	height: 70px;
	
	display: block;
}
.content-mains-lies li a:hover .span6{
	color: #077663;
	 
}
.content-mains-lies li a:hover .span5{
	 
	background-color: #bf8544;
	 
}
.span5 {
	width: 84px;
	background-color: #077663;
	color: #333333;
	height: 72px;
	line-height: 72px;
	font-size: 20px;
	display: inline-block;
	float: left;
	color: #fff;
	text-align: center;
}


.span6 {
	color: #333;
	font-size: 18px;
	float: left;

	margin-left: 10px;
	width: 72%;
}

.content-mains-lies {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 通知公告  列表  结束*/


/* 通知公告  列表  结束*/


/*学院动态  列表  开始*/

.content-mains-lie3 {
	width: 31.2%;
	background: #f5f5f5;
	height: 80px;
	float: left;
	margin-bottom: 20px;
	margin-left: 26px;
}

.content-mains-lie3act {
	background: #def4f0!important;
}

.content-mains-lie3 a {
	width: 100%;
	display: block;
	background: #f5f5f5;
	height: 80px;
}

.content-mains-lie3-L {
	width: 36%;
	height: 80px;
	float: left;
	position: relative;
}

.content-mains-lie3-L img {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.content-m-l3-data {
	width: 85%;
	height: 40px;
	float: left;
	padding: 18px 10px;
	position: relative;
}

.content-m-l3-data1 {
	width: 90%;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	/*display: none;*/
	letter-spacing: 1px;
	text-align: center;
}

.content-m-l3-data2 {
	width: 90%;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px!important;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 4px!important;
}

.content-m-l3-data3 {
	width: 90%;
	color: #ffffff;
	
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 6px;
}

.content-m-l3-data4 {
	width: 62%;
    height: 46px;
    letter-spacing: 1px;
    padding: 13px 5px 16px 0px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    float: right;
}

.content-m-l3-data4act {
	color: #077663!important;
	 
}


/*学院 动态  结束*/


/*综合服务系统   开始*/

.content-mains-zonghe {
	width: 12.9%;
	height: 106px;
	float: left;
	margin-left:16px;
	border-radius: 5px;
}

.content-mains-zonghemaxact {
	width: 12.9%;
	height: 112px;
	margin-top: -7px;
}

.content-mains-zongheminact {
	width: 100%!important;
}

.content-mains-zonghe a {
	width: 98%;
	display: block;
	height: 100%;
	border-radius: 5px;
}

.content-mains-zonghe a img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}


/*综合服务系统   结束*/


/*友情链接  开始*/

.content-mains-youq {
	width: 5%;
	height: 48px;
	float: left;
	padding: 20px 36px;
	background: #077663;
}

.content-mains-youq1 {
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	/* font-weight: bold; */
	text-align: left;
	width: 100%;
}

.content-mains-youq2 {
	font-size: 20px;
	color: #fff;
	/* font-weight: bold; */
	letter-spacing: 2px;
	text-align: right;
	width: 100%;
}

.content-mains-youq3 {
	width: 84.3%;
	float: left;
	height: 48px;
	padding: 20px 28px;
	background: #f5f5f5;
}

.content-mains-youq4 {
	width: 100%;
}

.content-mains-youq4 a {
	font-size: 15px;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-right: 30px;
}

.content-mains-youq4 a:hover {
	color: #077663!important;
}


/*友情链接  结束*/


/*内容 结束*/


/*底部  开始*/

.footer {
	min-width: 1200px;
	width: 100%;
	height: 256px;
	background: #077663;
	position: relative;
}

.footer-img {
	width: 47%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.foot {
	width: 1200px;
	height: 256px;
	margin: 0px auto;
	position: relative;
}

.foot-div-L {
	width: 39.5%;
	float: left;
	height: 128px;
	padding: 64px 65px 64px 0px;
}

.foot-img {
	width: 418px;
	height: 124px;
}

.foot-div-R {
	width: 42.9%;
	height: 176px;
	padding: 45px 77px 35px 69px;
	float: right;
}

.foot-div-top {
	width: 100%;
	height: 120px;
	margin-bottom: 35px;
}

.foot-div-top-L {
	width: 53%;
	height: 120px;
	float: left;
}

.foot-div-top-p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.ndsmzlewm {
	width: 108px;
	height: 108px;
	float: left;
	margin-left: 95px;
	margin-top: 7px;
}


/*底部  結束*/

/*二级页面公共  背景大图 开始*/
.lunbo2{
	min-width: 1200px;
	width: 100%;
	height: 380px;
	background: url(../img/ndsmzl_02.png) no-repeat;
	background-position:center  top;
}
 
/*二级页面公共  背景大图 结束*/


/*二级内容  左侧导航  开始*/
.content-main-L{
	width:20%;
    background:#fff;
    float: left;
}
.content-main-L-top{
	width:100%;
	 margin-bottom: 170px;
	position:relative;;
	 
	left: 0px;
}
.content-main-L-top img{
	width:100%;
	height:106px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content-main-L-top span{
	width:100%;
	height:106px;
	letter-spacing: 1px;
	text-align: center;
	line-height:106px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	font-size:28px ;
	color:#ffffff ;
}
/*二级列表  开始*/
.content-main-L-ul{
	width:100%;
	height: auto;
	margin-top: -53.5px;
}
.content-main-L-li{
	width: 100%;
	height:62px;
	margin-top: 1px;
}
.content-main-L-a{
	width:96.8%;
	height:62px;
	color:#333333;
	font-size: 19px;
	letter-spacing: 1px;
	background: #efefef;
	text-align: center;
	line-height:62px;
	border-left:8px solid #efefef;
}
.content-main-L-act{
	background: #077663;
	border-left:8px solid #086152;
	color:#fff;
}
.content-main-L-a:hover{
	background: #008971;
	border-left:8px solid #008971;
	color:#fff;
}

/*二级内容  左侧导航  结束*/

/*二级内容 右侧内容  开始*/
.content-main-R{
	width:80%;
	height:auto;
	/*background: chartreuse;*/
	float: right;
	overflow: hidden;
	padding-bottom: 50px;
    min-height: 400px;
}
.content-main-R-top{
	width:97.4%;
	height:53px;
	line-height:53px;
	background: #0a8f78;
	font-size:18px;
	color: #FFFFFF;
	text-align: right;
	padding-right:28px;
	margin-bottom:10px;
}
.content-main-R-top a{
	font-size:18px!important;
	color: #FFFFFF !important;
	display: inline-block!important;
}
.content-main-R-top span{
	font-size:18px!important;
	color: #FFFFFF !important;
	display: inline-block!important;
}
.content-main-R-bottom{
	width:91.7%;
	/*background: red;*/
	padding: 0px 40px;
    min-height: 400px;
}
.content-main-R-title{
	width:100%;
	height:98px;
	line-height:98px;
	text-align: center;
	font-size:28px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}
.content-main-R-cotent{
	width:100%;
	font-size:19px;
	letter-spacing: 1px;
	line-height:26px;
	color: #484848;
	text-indent: 40px;
	margin-bottom:50px;
}
/*二级内容 右侧内容  结束*/

/*学院领导详情  开始*/
.content-main-R-name{
	width:100%;
           padding: 35px 0px;
	line-height:55px;
	text-align: center;
	font-size:29px;
	color: #077663;
	font-weight: 600;
	letter-spacing: 1px;
}
.content-main-R-time{
	width:98%;
	height:50px;
	text-align: center;
	padding:0px 20px;
	font-size:14px;
	background: #f1f1f1;
	line-height:50px;
	color: #333333;
}
.content-main-R-img{
	width: 176px;
	height: 246px;
	display: block;
	margin: 60px auto;
}
.content-main-R-cotents{
	width:100%;
	font-size:15px;
	letter-spacing: 1px;
	line-height:26px;
	color: #333333;
	text-indent: 40px;
	margin-bottom:40px;
}
.content-main-R-cotents p{margin-bottom:30px;}
.vsbcontent_img{    margin:0 auto; display:block;width: 550px !important;}
/*学院领导结束*/

/*师资队伍   开始*/
.teacher-list{
	width:100%;
	display: block;
	padding: 20px 20px 30px 20px;
	margin-top: 10px;
	background: #f5f5f5;
}
.teacher-list a{
	width:100%;
	display: block;
}
.teacher-list a img{
	width:132px;
	height: 172px;
	float: left;
	border: 3px solid #fff;
}
.teacher-list-R{
	width:82%;
	height:148px;
	float: right;
	margin-left:20px;
	padding-top: 28px;
}
.teacher-name{
	width: 100%;
	font-size: 22px;
	color: #077663;
	letter-spacing: 1px;
	padding-bottom:20px;
}
.teacher-jie{
	width: 100%;
	position: relative;
}
.teacher-jie span{
	font-size: 14px;
	color: #077663;
}
.teacher-jie p{
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height:20px;
	text-indent: 40px;
	position: absolute;
	top: 0px;
	#top: 2px;
	left: 0px;
}
/*师资队伍   结束*/


/*通知公告详情页  开始*/
.ndsm-list{
	width:100%;
}
.ndsm-list-li{
	width: 100%;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 20px 0px;
}
.ndsm-list-a{
    width: 66%;
    display: block;
    height: 20px;
    line-height: 20px;
    float: left;
}
.ndsm-list-a span{
	line-height: 20px;
}
.ndsm-list-span1{
	width: 5px;
	height:5px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top:8px;
	#margin-top:7px;
	background: #cccccc;
}
.ndsm-list-span2{
	width: 80%;
	font-size: 16px;
	color: #333;
	letter-spacing:1px ;
	height: 20px;
	float: left;
}
.ndsm-list-span3{
	width:16%;
	font-size: 14px;
	color: #999;
	text-align: right;
	letter-spacing:1px ;
	height: 20px;
	float: right;
}
.content-main-R-bottom1 {
    width: 93.4%;
}
.ndsm-list-li:hover .ndsm-list-span1{
	background: #077663;
} 
.ndsm-list-li:hover .ndsm-list-span2{
	color: #077663;
	font-weight: bold;
} 
.ndsm-list-li:hover .ndsm-list-span3{
	color: #077663;
} 
/*通知公告详情页  结束*/


/*学院动态详情    开始*/
.content-main-R-cotents1{
	width:100%;
	font-size:15px;
	letter-spacing: 1px;
	line-height:26px;
	color: #333333;
	text-indent: 40px;
	margin-top:40px;
}
/*学院动态详情    结束*/


/*学院领导   开始*/
.linear{
	width:109%;
}
.linears {
	width:42%;
	background: #f5f5f5;
	float: left;
	padding: 17px 24px;
	height: 122px;
	margin-right:20px;
	margin-bottom:20px;
}
.linears a {
	width:100%;
	display: block;
}
.linears-div{
	width:72%;
	height:119px;
	/*background: red;*/
	float: left;
}

.linears-div-p1{
	width: 100%;
	margin-top: 14px;
}
.linears-div-p1-s1{
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.linears-div:hover .linears-div-p1-s1{
	color: #077663;
}
.linears-div-p1-s2{
	font-size: 16px;
	color: #333333;
}
.linears-div-p2{
	width: 100%;
	font-size: 16px;
	color: #333333;
}
.linears-img{
	width:76px;
	height:116px;
	float: right;
	background: #d6d6d6;
	border: 3px solid #fff;
}
.linears-img img{
	width:76px;
	height:116px;
}
/*学院领导   结束*/

/*教学环境   开始*/
.scholl{
	width:112%;
}
.scholls{
	width: 21%;
	height: 218px;
	float: left;
	margin-right:32px;
	margin-top: 10px;
	margin-bottom:22px;
	background: #f5f5f5;
	position: relative;
}
.scholls-img{
	width:100%;
	height:218px;
object-fit: cover;
}
.scholls-div{
	width:100%;
	height: 42px;
	font-size: 16px;
	color:#fff ;
	line-height:42px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:url(../img/ndsmzl_20.png) no-repeat;
	background-position:center  top;
}
/*教学环境   结束*/


/*组织机构  开始*/
.team{
	width:100%;
}
.teams{
	width:104.4%;
	background: #f5f5f5;
	margin-bottom: 16px;
}
.teams-p1{
	width:93.6%;
	height:22px;
	padding:20px 30px;
}
.teams-p1-img1{
	width:20px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right:20px;
}
.teams-p1-s1{
	width:80%;
	height:23px ;
	font-weight:500;
	letter-spacing: 1px;
	line-height:23px ;
	float: left;
	font-size:22px;
	color: #077663;
}
.teams-p1-img2{
	width:20px;
	height: 20px;
	float: right;
	margin-top: 2px;
}
.teams-p2{
	width:93.6%;
	display: none;
	min-height:22px;
	padding:20px 30px;
	border-top: 1px solid #e9e9e9;
font-size:17px;color: #333;
}
.teams-p2 span{
	font-size:17px ;
	display: block;
	height: 22px;
	line-height: 22px;
	color: #333;
	float: left;
	margin-right:30px;
	margin-bottom: 16px;
}
.block{
	display: block!important;
}
/*组织机构  结束*/



/* 新加css、、、 */
.a1 {
	width: 230px;
	height: 86px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #7461b4 0%, #b3a5e6 86%);
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a1 img {
	width: 42px;
	height: 35px;
	margin-right: 20px;
}

.a2 {
	width: 230px;
	height: 86px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #18bc9b 0%, #55f3d4 86%);
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a2 img {
	width: 34px;
	height: 34px;
	margin-right: 20px;
}

.a3 {
	width: 230px;
	height: 86px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #2f90c3 0%, #7ccef1 86%);
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a3 img {
	width: 34px;
	height: 32px;
	margin-right: 10px;
}

.a4 {
	width: 230px;
	height: 86px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #f28152 0%, #ffae74 86%);
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a4 img {
	width: 33px;
	height: 39px;
	margin-right: 20px;
}

.a5 {
	width: 230px;
	height: 86px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #59af6c 0%, #91d49f 86%);
	color: #fff;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a5 img {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}

.bj {
	background: url(../img/394.png);
	width: 100%;
	height: 446px;
	min-width: 1200px;
	 
	background-position: center top;
	background-repeat: no-repeat;
}

.tongzhi {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
}

.fff {
	background: url(../img/ff.png);
	width: 100%;
	height: 266px;
	min-width: 1200px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	box-sizing: border-box;
}

.yuan {
	color: #077663;
	font-size: 24px;

	margin: 0px auto;
	background: url(../img/yuan.png);
	width: 1200px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;

}

.lianjie {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-top: 50px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}