* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #303030;
}

a:hover {
	color: #4fb951;
}

li {
	list-style: none;
}

input {
	background: none;
	outline: none;
	border: 0px;
	background: #fff;
}

body {
	font: 16px/1.5 "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #303030;
	background: #F8F9FA;
}

/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.main {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.cont {
	background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(215, 226, 237, 0.34);
	text-align: left;
}

/*头部开始*/
.head-wrapper {
	height: 40px;
	line-height: 40px;
	background: #fff;
	position: relative;
	z-index: 11;
	border-bottom: 1px solid #ededed;
}

.head-wrapper>.main {
	display: flex;
	justify-content: space-between;
}

.head-wrapper div>a {
	font-size: 14px;
	margin-right: 18px;
}

.head-wrapper div>span {
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

.head-wrapper div>span>img {
	vertical-align: middle;
	/*margin-top: 5px;*/
	margin-left: 20px;
	margin-right: 10px;
}

.head-wrapper div>span>img:nth-child(2) {
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -50px;
	display: none;
}

.head-wrapper div>span:hover>img:nth-child(2) {
	display: block;
}

.top-wrap {
	background: #fff;
}

.top-wrap>.main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 34px;
	padding: 23px 0;

}

.top-wrap>.main h1 {
	height: 81px;
    line-height: 81px;
    margin-top: -24px;
}

.top-wrap>.main>.logo {
	margin-top: 2px;
}

.top-wrap>.main>div {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.top-wrap>.main>div>img {
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.top-wrap>.main>div>p {
	font-size: 14px;
	color: #222222;
	line-height: 18px;
}

.top-wrap>.main>div span {
	font-size: 18px;
	color: #1479d7;
	font-weight: bold;
}

.slogan {
	margin-right: 100px;
}

/*分校*/
.fenxiao {
	position: relative;
	cursor: pointer;
	margin-right: 100px;
}

.fenxiao>div {
	font-size: 16px;
	color: #1479d7;
	border: 1px solid #dfdfdf;
	padding: 4px 7px;
}

.fenxiao>div img {
	vertical-align: middle;
	margin-left: 3px;
}

.dropdown-menu {
	width: 368px;
	height: auto;
	font-size: 14px;
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 9999999;
	background: #FFF;
	border: 1px solid #cee2fb;
	border-radius: 4px;
	min-height: 160px;
	display: none;
}

.dropdown-menu li {
	margin: 0 5px;
	float: left;
}

.dropdown-menu li a {
	color: #333;
	padding: 5px 10px;
	display: block;
}

.dropdown-menu li a:hover {
	background: #0561D3;
	color: #fff;
}

.dropdown-menu .one {
	width: 100%;
	height: 40px;
	background: #f3f7fc;
	border-bottom: 1px solid #E4E4E4;
	margin: 0;
}

.dropdown-menu .one span {
	line-height: 40px;
	font-weight: bold;
	height: 40px;
	float: left;
	margin: 0px 0px 0px 15px;
}

.dropdown-menu .one i {
	height: 40px;
	line-height: 40px;
	float: right;
	margin-right: 15px;
	font-style: normal;
	color: #333;
	cursor: pointer;
}

.fenxiao:hover .dropdown-menu {
	display: block;
}

/*顶部导航*/
.p-nav-wrap {
	background: #FFF;
}

.p-nav-wrap .g-flow {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.p-menus-title>a {
	width: 236px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
	background: #2BC18E url(../images/square.png) no-repeat 43px center;
	text-indent: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.p-nav-list {
	width: 992px;
	float: left;
	padding-left: 280px;
	font-size: 18px;
}

.p-nav-list .p-nav-item {
	float: left;
	display: inline-block;
	position: relative;
}

.p-nav-list .p-nav-item .p-link {
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	float: left;
	color: #666;
	border-bottom: 2px solid #fff;
}

.p-nav-list .p-nav-item .p-link:hover {
	color: #4fb951;
	border-bottom: 2px solid #4fb951;
}

.p-nav-list .p-nav-item>div {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-40%, 0);
	width: 865px;
	z-index: 100;
	display: none;
}

.p-nav-list .p-nav-item.all-class:hover>div {
	display: block;
}

.p-nav-list .p-nav-item>div>i {
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: #F4F8FB;
	margin-left: 38.5%;
	margin-top: -8px;
}

.p-nav-list .p-nav-item>div>ul {
	display: block;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #F4F8FB;
}

.p-nav-list .p-nav-item>div>ul>li {
	margin: 20px;
}

.p-nav-list .p-nav-item>div>ul>li>p {
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E6EB;
}

.p-nav-list .p-nav-item>div>ul>li>div {
	display: flex;
	flex-wrap: wrap;
}

.p-nav-list .p-nav-item li a {
	font-size: 14px;
	color: #A3A6AF;
	margin-top: 10px;
	margin-right: 30px;
}

.p-nav-list .p-nav-item li a:hover {
	color: #4fb951;
}

/*头部结束*/
.banner.swiper-container {
	width: 100%;
	height: 390px;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0px;
	background: #D2D6D9;
	opacity: 1;
	border-radius: 50%;
}

.swiper-pagination-bullet-active {
	background: #FDC12D;
}

/*banner左侧菜单开始*/
.leftSide {
	width: 236px;
	height: 390px;
	position: absolute;
	top: 0;
	margin-left: -600px;
	left: 50%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.55) none repeat scroll !important;
	background: #000;
	filter: Alpha(opacity=55);
}

.leftSide ul li.asideNavLis {
	padding-left: 12px;
	padding: 8px 0 8px 20px;
}

.leftSide ul li.asideNavLis a.subtit {
	display: block;
	color: #FFF;
	text-align: left;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-size: 16px;
	line-height: 24px;
	text-indent: 10px;
}

.courseList-nav {
	position: relative;
}

.menus-title {
	padding-bottom: 5px;
}

.leftSide ul li.asideNavLis .home-sprite {
	position: absolute;
	top: 5px;
}

.leftSide ul li.asideNavLis .rule {
	width: 24px;
	height: 20px;
	/*background: url(../images/icon1.png) no-repeat; */
}

.leftSide ul li.asideNavLis .book {
	width: 24px;
	height: 21px;
	/*background: url(../images/icon2.png) no-repeat;*/
}

.leftSide ul li.asideNavLis .pack {
	width: 24px;
	height: 24px;
	/*background: url(../images/icon3.png) no-repeat;*/
}

.leftSide ul li.asideNavLis .physics {
	width: 20px;
	height: 20px;
	/*background: url(../images/icon5.png) no-repeat;*/
}

.leftSide ul li.asideNavLis .flask {
	width: 20px;
	height: 19px;
	/*background: url(../images/icon4.png) no-repeat;*/
}

.leftSide ul li.asideNavLis a.subtit:hover {
	color: #58cd95;
}

.leftSide .subjectLists {
	padding-top: 10px;
}

.list-nav-c {
	height: 21px;
	overflow: hidden;
	padding-left: 10px;
}

.list-nav-c a {
	line-height: 21px;
	color: #b4b4b4;
	font-size: 14px;
	word-break: keep-all;
	float: left;
	margin-right: 8px;
	display: inline-block;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.leftSide .subjectLists li.asideNavLis:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.1) none repeat scroll !important;
	background: #000;
	filter: Alpha(opacity=10);
}

.leftSide .subjectLists li:hover .courseList-nav span {
	color: #5bba52;
}

.leftSide .subjectLists .list-nav-c a:hover {
	color: #5bba52;
}

/*.leftSide .subjectLists li:hover a.subtit{
	color: #5bba52;
}*/
/*banner左侧菜单结束*/
/*banner右侧表单开始*/
.course-user {
	position: absolute;
	width: 200px;
	height: 340px;
	font-size: 14px;
	background: #fff;
	top: 26px;
	-webkit-opacity: .95;
	-moz-opacity: .95;
	-khtml-opacity: .95;
	opacity: .95;
	filter: alpha(opacity=95);
	right: 50%;
	margin-right: -604px;
	z-index: 99;
	text-align: center;
	overflow: hidden;
}

.course-user>div>p {
	font-size: 12px;
	line-height: 45px;
}

.course-user>div>a {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 28px;
	margin: 0 auto;
	font-size: 14px;
	color: #62C244;
	border: 1px solid #62C244;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.course-user>div>form {
	padding: 10px 0 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 14px;
}

.course-user>div input {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 28px;
	margin: 0 auto;
	font-size: 14px;
	/*color: #B0B2B4;*/
	border: 1px solid #B0B2B4;
	border-radius: 2px;
	margin-top: 10px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.course-user>div input[type=submit] {
	border: 1px solid #62C244;
	background: #62C244;
	color: #fff;
}

.course-user>div h1>a {
	display: block;
	font-size: 16px;
	color: #FF0000;
	width: 180px;
	margin: 0 auto;
}

/* 首页备份 */
.course-user>div h1>a:last-child {
	font-size: 14px;
}

/*banner右侧表单结束*/
/*part1开始*/
.part1 .cont1 {
	width: 100%;
	margin: 30px 0 10px 0;
	display: flex;
	justify-content: space-between;
}

.part1 .cont1>div {
	background: #fff;
	width: 290px;
	height: 90px;
	border-radius: 5px;

	box-shadow: 0 0 10px #EAF0F7;
}

.part1 .cont1>div .img-box {
	width: 96px;
	text-align: center;
}

.part1 .cont1>div .word {
	width: 190px;
	text-align: left;
}

.part1 .cont1>div .word>h1 {
	font-size: 20px;
}

.part1 .cont1>div .word>p {
	font-size: 14px;
	color: #959595;
}

.part1 .cont1 a {
	display: block;
	width: 290px;
	height: 90px;
	display: flex;
	align-items: center;
}

/*part1结束*/
/*part2开始*/
.part2 .cont {
	background: #fff;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.part2 .cont h1 {
	font-size: 30px;
	line-height: 64px;
	background: url(../images/new_tit_bg.png) no-repeat top left;
	padding-left: 15px;
	border-bottom: 1px solid #F8FAFE;
}

.part2 .cont>div {
	padding: 26px 22px;
}

.part2 .cont-left {
	width: 440px;
}

.part2 .cont .news {
	/*margin: 10px 0;*/
}

.part2 .cont .news>p {
	font-size: 14px;
	padding-left: 15px;
	line-height: 28px;
}

.part2 .cont-left>.news>p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.part2 .cont .news>p.key-new {
	font-size: 19px;
	line-height: 42px;
	font-weight: bold;
	background: url(../images/point1.png) no-repeat center left;
}

.part2 .cont .news>p.key-new>a {
	color: #FB332B;
}

.part2 .cont-center {
	width: 290px;
}

.part2 .cont-center img {
	margin-top: 12px;
}

.part2 .cont-center .news {
	margin-left: 10px;
	margin-top: 26px;
	border-left: 1px solid #EAF0F5;
}

.part2 .cont-center p {
	margin-left: -7px;
	display: flex;
	margin-top: 20px;
}

.part2 .cont-center p>span {
	display: block;
	width: 60px;
	height: 20px;
	margin: 0 10px 0 3px;
	line-height: 20px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.part2 .cont-center p>a {
	display: block;
	width: 260px;
	margin-top: -6px;
}

.part2 .cont-center p:first-child {
	background: url(../images/point3.png) no-repeat top left;
	background-position: 0px 4px;
}

.part2 .cont-center p:first-child>span {
	background: #6A37FC;
}

.part2 .cont-center p:nth-child(2) {
	background: url(../images/point4.png) no-repeat top left;
	background-position: 0px 4px;
}

.part2 .cont-center p:nth-child(2)>span {
	background: #FC5049;
}

.part2 .cont-center p:nth-child(3) {
	background: url(../images/point3.png) no-repeat top left;
	background-position: 0px 4px;
}

.part2 .cont-center p:nth-child(3)>span {
	background: #6A37FC;
}

.part2 .cont-center p:nth-child(4) {
	background: url(../images/point4.png) no-repeat top left;
	background-position: 0px 4px;
}

.part2 .cont-center p:nth-child(4)>span {
	background: #FC5049;
}

.part2 .cont-right {
	width: 340px;
}

.part2 .cont-right>.news {
	border-left: 1px solid #EAF0F5;
}

.part2 .cont-right>.news>p {
	margin-left: -7px;
	padding-left: 24px;
	line-height: 29px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/point2.png) no-repeat center left;
}

/*part2结束*/
/*part3开始*/
.part3 {
	margin: 40px auto;
}

.part3 .cont {
	height: 490px;
}

.part3_left {
	float: left;
	width: 873px;
}

.news_title {
	padding: 20px 0 0 28px;
	border-bottom: 1px solid #f2f6fe;
}

.title h1 {
	line-height: 64px;
	font-size: 30px;
	color: #303030;
	background: url(../images/new_tit_bg.png) no-repeat top left;
}

.part3_con {
	padding: 20px 0 20px 24px;
}

.news_slo li {
	float: left;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
}

.news_slo li.active {
	background-color: #33ba75;
	color: #fff3f3;
}

.news_item {
	margin-top: 40px;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	justify-content: space-between;
	font-size: 14px;
}

.news_item_wrap>p {
	text-align: right;
	margin-top: 10px;
}

.news_item_wrap>p a {
	display: block;
	color: #b1b0b0;
	margin-right: 3px;
	font-size: 14px;
}

.news_item_pic {
	display: block;
	width: 260px;
}

.news_item_pic p {
	margin: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_item_pic img {
	width: 260px;
	height: 106px;
	display: block;
}

.hot_item {
	width: 254px;
	border-left: 1px solid #e5e5e5;
	margin-left: 5px;
}

.hot_item p {
	width: 240px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 19px;
	line-height: 28px;
	margin-left: -7px;
	background: url(../images/hot.png) no-repeat center left;
}

.part3_rig {
	float: right;
	width: 270px;
	margin: 0 20px 0 35px;
}

.tool_title {
	padding: 20px 0 0 28px;
}

.tool_con {
	width: 270px;
	height: 376px;
	background-color: #fafbfe;
	padding-top: 1px;
}

.tool_con1 {
	position: relative;
}

.tool_con1 h3,
.tool_con2 h3 {
	font-size: 18px;
}

.tool_con1 h3 {
	margin: 26px 0 42px 13px;
}

.tool_con2 h3 {
	margin: 24px 0 20px 13px;
}

#swiper2 {
	width: 240px;
}

#swiper2 .swiper-slide {
	text-align: center;
	position: relative;
}

#swiper2 .swiper-slide p {
	font-size: 12px;
}

#swiper2 .swiper-slide p:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#swiper2 .lit_pro {
	/* display: none; */
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1;
}

#swiper2 .swiper-slide:hover .lit_pro {
	display: block;
}

#swiper2 img {
	width: 46px;
	height: 46px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 80%;
}

.swiper-button-next {
	width: 18px;
	height: 18px;
	background: url(../images/arr2.png) no-repeat center;
	right: 0;
}

.swiper-button-prev {
	background: url(../images/arr1.png) no-repeat center;
	left: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
}

.news_list .news_item_wrap:first-child {
	display: block;
}

.news_item_wrap {
	display: none;
}

.lit_list {
	width: 270px;
	height: 180px;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 5;
	background: #D7E2ED;
	display: none;
}

.lit_list li {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	display: none;
}

.lit_pro {
	width: 100%;
	height: 100%;
	display: block;
}

.green {
	color: #30b06b;
}

.weChat {
	width: 220px;
	margin: 0 auto;
}

.weChat li {
	float: left;
	text-align: center;
}

.weChat li>img {
	width: 90px;
	height: 90px;
}

.weChat li:first-child {
	margin-right: 28px;
}

/*part3结束*/

/*part4开始*/
.part4 .cont,
.part5 .cont,
.part6 .cont {
	background-color: #ffffff;
	box-shadow: 0px 4px 8px 0px rgba(215, 226, 237, 0.34);
	text-align: left;
}

.part4 .main {
	text-align: left;
}

.cont_title4 {
	padding: 20px 0 0 28px;
	border-bottom: 1px solid #f2f6fe;
}

.part4 .title p {
	float: right;
	line-height: 64px;
	margin-right: 24px;
}

.part4 .title p>a {
	color: #b1b0b0;
	display: block;
}

.cont_title4 h1 {
	float: left;
	line-height: 64px;
	font-size: 30px;
	color: #303030;
	background: url(../images/new_tit_bg.png) no-repeat top left;
}

.online_list {
	margin: 33px auto 0;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 2px;
}

.online_list li {
	width: 262px;
	height: 216px;
	background-color: #ffffff;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #e6edf9;
	margin-bottom: 24px;
}

.online_list a {
	display: block;
	width: 262px;
	height: 216px;
}

.online_img {
	width: 100%;
	height: 141px;
	border-radius: 6px 6px 0px 0px;
	display: block;
}

.online_list p {
	font-size: 14px;
	padding-left: 10px;
	margin: 18px 10px 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tea_info {
	font-size: 14px;
	padding-left: 10px;
}

.tea_info img {
	width: 12px;
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.tea_info span {
	font-size: 12px;
	color: #b1b0b0;
}

/*part4结束*/
/*part5开始*/
.part5 {
	margin-top: 40px;
}

.part5 .cont {
	height: 531px;
}

.cont_title5 {
	padding: 20px 0 0 28px;
	border-bottom: 1px solid #f2f6fe;
}

.cont_title5 h1 {
	float: left;
}

.part5 .title p {
	float: right;
	line-height: 64px;
	margin-right: 24px;
}

.part5 .title p>a {
	color: #b1b0b0;
	display: block;
}

.part5 .title a>span {
	margin-left: 6px;
}

#swiper3 {
	width: 1160px;
	margin: 28px auto 0;
}

#swiper3 img {
	width: 220px;
	height: 230px;
	display: block;
}

#swiper3 .swiper-slide {
	width: 220px;
	/*height: 381px;*/
	background-color: #ffffff;
	border: solid 1px #e6edf9;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#swiper3 h3 {
	font-size: 16px;
	margin: 15px 0;
}

#swiper3 p {
	font-size: 14px;
	width: 185px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#swiper3 a {
	display: block;
	width: 140px;
	height: 31px;
	line-height: 31px;
	border-radius: 15px;
	border: solid 1px #33ba75;
	color: #33ba75;
	font-size: 18px;
	margin: 15px 0;
	text-align: center;
}

#swiper3 a:hover {
	background: #33ba75;
	color: #fff;
}

/*part5结束*/

/* 广告 */
.advertising {
	margin-top: 40px;
}

.advertising img {
	display: block;
}

/*part6开始*/
.part6 {
	margin: 40px auto;
}

.part6 .cont {
	padding-bottom: 30px;
}

.cont_title6 {
	padding: 20px 0 0 28px;
	border-bottom: 1px solid #f2f6fe;
}

.cont_title6 h1 {
	float: left;
}

.cont_title6 .team_list {
	float: right;
}

.team_list li {
	float: left;
	width: 131px;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
}

.team_list a {
	display: block;
	width: 131px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
}

.team_list li.active {
	background: url(../images/team.png) no-repeat center bottom;
}

.team_ele .team_item_wrap {
	display: none;
}

.team_ele .team_item_wrap:first-child {
	display: block;
}

.team_item {
	margin-top: 28px;
	display: flex;
	justify-content: space-around;
}

.team_item li {
	width: 179px;
	/*height: 366px;*/
	/*border-radius: 0px 4px 0px 0px;*/
	border: 1px solid #e6edf9;
}

/* .team_item li:hover .team_slo{
    color: #014190;
} */
.team_item li a {
	width: 170px;
	/*height: 366px;*/
	display: block;
}

.team_item img {
	width: 179px;
	height: 119px;
}
.team_item1 li{
	width: 177px;
	/*height: 366px;*/
	/*border-radius: 0px 4px 0px 0px;*/
	border: 1px solid #e6edf9;
}
.team_item1 li a {
	width: 177px;
	/*height: 366px;*/
	display: block;
}

.team_slo {
	width: 160px;
	height: 42px;
	font-size: 14px;
	margin: 16px 0 16px 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.team_mid {
	margin-left: 13px;
}

.team_mid img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 7px;
}

.team_mid span {
	font-size: 12px;
	color: #b1b0b0;
}

.team_info {
	width: 160px;
	font-size: 12px;
	line-height: 20px;
	color: #525050;
	margin: 11px 0 20px 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.team_jxy {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 2px 0 10px;
}

/* .team_jxy:hover{
	color: #014190;
} */
/*part6结束*/
/*part7开始*/
.part7 .main {
	background: #fff;
	/*box-shadow: 0 0 10px #EAF0F7;*/
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.part7 .title {
	font-size: 30px;
	font-weight: bold;
	color: #515354;
	line-height: 90px;
}

.part7 .city-navs {
	height: 80px;
	text-align: left;
	background: #FBFDFF;
	border-bottom: 1px solid #FEDC0E;
	padding-left: 10px;
}

.part7 .city-navs>a {
	font-size: 14px;
	line-height: 36px;
	padding: 5px 17px;
	color: #3E3B3B;
	cursor: pointer;
}

.part7 .city-navs>a.active {
	background: #2BC18E;
	color: #fff;
}

.cont-city {
	position: relative;
}

.mapBox {
	width: 650px;
	margin: 30px;
	margin-bottom: 0px;
}

.cont-city>img {
	position: absolute;
	right: 400px;
	bottom: -5px;
	width: 116px;
	height: 175px;
}

.mapBox .mapPath {
	position: absolute;
	right: 20px;
	top: 0px;
	display: none;
	width: 320px;
	height: 560px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.mapBox .mapPath img {
	width: 100%;
}

.mapBox .mapPath h1 {
	font-size: 20px;
	line-height: 50px;
	margin: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.mapBox .mapPath h1>a {
	display: inline-block;
	line-height: 50px;
	margin-right: 20px;
	cursor: pointer;
}

.mapBox .mapPath h1>a.active {
	border-bottom: 1px solid #FEDE1E;
}

.mapBox .mapPath .dir {
	display: none;
}

.mapBox .mapPath .dir.active {
	display: block;
}

.mapBox .mapPath p {
	font-size: 16px;
	margin: 20px 10px;
}

/*part7结束*/
/*footer开始*/
.footer .footer-about {
	padding: 40px 0;
	background: #F2F2F2;
}

.footer .footer-about .main {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.footer .footer-about .main span {
	font-size: 20px;
	font-weight: bold;
}

.footer .footer-about .main>div>a {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

.footer .footer-about .main>div>img {
	margin-top: 35px;
}

.footer .footer-about .main>div>div {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}

.footer .footer-about .main>div>div>img {
	width: 40px;
	height: 40px;
	margin-top: 6px;
}

.footer .footer-about .main>div>div>p {
	width: 276px;
}

.footer .footer-about .guanzhu>div {
	margin-right: 20px;
}

.footer .footer-about .guanzhu>div img {
	width: 90px;
	margin-top: 10px;
}

.footer .footer-about .main .adress {
	width: 336px;
	font-size: 14px;
}

.footer .footer-link {
	font-size: 12px;
	color: #A6A6A6;
	background: #1D1D1D;
	padding: 40px 0 80px;
}

.footer .footer-link a {
	margin: 0 15px;
	color: #A6A6A6;
}

.footer .footer_group {
	margin: 8px auto;
	width: 730px;
}

.footer .footer_group li {
	float: left;
}

.footer .footer_group li:first-child {
	margin-right: 32px;
}

.footer .footer_group li:nth-child(2) {
	margin-right: 32px;
}

.footer .footer_group li span:nth-of-type(1) {
	font-size: 12px;
	color: #a6a6a6;
	margin-left: 5px;
}

.footer .footer_group li span:nth-of-type(2) {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

/*footer结束*/
/*顶部浮窗*/
.flex-head {
	width: 100%;
	background: #fff;
	padding: 7px 0;
	font-size: 16px;
	position: fixed;
	top: 0;
	z-index: 10;
	/*border-bottom: 1px solid #ccc;*/
	box-shadow: 0 1px 5px #ccc;
	opacity: 0;
}

.flex-head .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-head img {
	vertical-align: middle;
}

.flex-head a {
	margin-left: 10px;
}

.flex-head .laba {
	width: 440px;
	height: 22px;
	background: url(../images/fc_laba.png) no-repeat left center;
	text-align: left;
	padding-left: 20px;
}

/*.flex-head .laba a{
	color: #134E98;
}*/
#swiper4 {
	width: 440px;
	height: 22px;
	margin-top: -2px;
}

#swiper4 .swiper-slide a {
	color: #134E98;
}

.ewm {
	display: flex;
	justify-content: space-between;
}

.ewm>div {
	position: relative;
	margin-left: 20px;
}

.ewm>div>span {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.ewm>div:nth-child(2)>span {
	border: 1px solid #0c67d3;
	background: url(../images/yx.png) no-repeat center center;
}

.ewm>div:nth-child(3)>span {
	border: 1px solid #56BC39;
	background: url(../images/wx.png) no-repeat center center;
}

.ewm>div:nth-child(4)>span {
	border: 1px solid #E63C53;
	background: url(../images/wb.png) no-repeat center center;
}

.flex-head .ewm>div {
	position: relative;
	cursor: pointer;
}

.ewm>div>img {
	position: absolute;
}

.flex-head .ewm>div>img {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -47px;
	display: none;
	max-width: 100px;
}

.flex-head .ewm>div:hover>img {
	display: block;
}

.ewm>div:nth-child(2):hover>span {
	border: 1px solid #00DA96;
	background: #00DA96 url(../images/yx_hover.png) no-repeat center center;
}

.ewm>div:nth-child(3):hover>span {
	border: 1px solid #56BC39;
	background: #56BC39 url(../images/wx_hover.png) no-repeat center center;
}

.ewm>div:nth-child(4):hover>span {
	border: 1px solid #E63C53;
	background: #E63C53 url(../images/wb_hover.png) no-repeat center center;
}



.zg_top_right .zg_top_tel {
	height: 36px;
	line-height: 36px;
	margin-left: 20px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	position: relative;
}

.zg_top_right .zg_top_tel span {
	color: #333;
}

.zg_top_right li em {
	display: inline-block;
	vertical-align: middle;
	background: url(..//images/xuebitu.jpg) no-repeat;
	margin-right: 3px;
}

.zg_top_right .zg_top_tel em {
	background-position: right top;
	width: 14px;
	height: 17px;
}

.zg_top_right li a {
	color: #333;
	text-decoration: none;
}

.zg_top_right li a:hover {
	color: #e4393c;
	text-decoration: underline;
}

.jq_hidebox {
	width: 206px;
	height: 128px;
	position: absolute;
	border: solid 1px #ddd;
	top: 38px;
	left: 0;
	z-index: 99999;
	background: #fff;
	-moz-box-shadow: 0 3px 3px #e3e3e3;
	-webkit-box-shadow: 0 3px 3px #e3e3e3;
	box-shadow: 0 5px 5px #e3e3e3;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#e3e3e3')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');
}

.hide {
	display: none;
}

.zg_top_tel:hover .jq_hidebox {
	display: block !important;
}

.zg_top_right li strong {
	line-height: 36px;
	float: left;
	font-weight: 400;
}

.zg_top_right .zg_top_tel {
	font-size: 14px;
	color: #e60000;
}

.jq_hidebox .top_jtimg {
	position: absolute;
	top: -8px;
	left: 25px;
}

.jq_hidebox div {
	height: 31px;
	border-bottom: solid 1px #ccc;
	position: relative;
	color: #888;
	padding-left: 10px;
	margin-bottom: 12px;
	z-index: 9999;
}


.jq_hidebox>p {
	color: #333;
	margin: 19px 15px;
	line-height: 28px;
}
/* 社科品质 */
.skpz{
	background: url(/statics/index/images/skpz.png) no-repeat center center;
	height: 300px;
	background-position: center;
}
/* 新年装饰 */
.newyear{
    background: url(/statics/index/images/newyear.png) no-repeat center center;
	height: 195px;
	background-position: center;
}
/* 灰色悼念 */
/* html {
 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
     
    -webkit-filter: grayscale(100%);} */