@charset "utf-8";
body {
	min-width: 1200px;
	color: #333;
	font-family: "微软雅黑";/* overflow: hidden; */
}
a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.banner {
	background: url(//www.news.cn/finance/ssgstest/images/banner.jpg) 50% 0 no-repeat;
	height: 479px;/* height: 857px; */
}
/*导航*/
.navbox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #002393;
}
.newNav {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.newNav a {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 193px;
	text-align: center;
}
.newNav .active {
	background: rgba(10, 143, 255, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(4, 94, 230, 1)), to(rgba(10, 143, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: -moz-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: linear-gradient(to right, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
}
.newNav a:hover {
	background: rgba(10, 143, 255, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(4, 94, 230, 1)), to(rgba(10, 143, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: -moz-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: linear-gradient(to right, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
}
.newNav a:first-child {
	margin-left: 0;
}
.newNav a::before {
	content: "";
	position: absolute;
	left: -4px;
	top: 50%;
	width: 1px;
	height: 18px;
	margin-top: -9px;
	background-color: #fff;
}
.newNav a:first-child::before {
	display: none;
}
/*导航end*/
.part01 {
	width: 1200px;
	margin: 50px auto 0;
}
.part01_left {
	width: 686px;
	height: auto;
	float: left;
}
.part01_left .swiper-slide {
	width: 686px;
	height: 385px;
	overflow: hidden;
	text-align: center;
}
.part01_left img {
	width: 686px;
	height: 385px;
	transition: all 1s;
}
.part01_left .swiper-slide:hover img {
	transform: scale(1.2);
}
.part01_left .tit {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 4;
	display: block;
	width: 100%;
	padding: 25px 2%;
	font-size: 22px;
	line-height: 26px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
}
.part01_left .tit a{ color: #fff;}
.part01_left .swiper-button-next, .part01_left .swiper-button-prev {
	opacity: 0.5;
	-moz-background-size: 20px 44px;
	-webkit-background-size: 20px 44px;
	background-size: 20px 44px;
}
.part01_left .swiper-container:hover .swiper-button-next, .part01_left .swiper-container:hover .swiper-button-prev {
	opacity: 1;
}
.part01_left .swiper-pagination {
	position: absolute;
	right: 8px;
	left: auto;
	bottom: 10px;
	width: 100%;
	color: #fff;
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
}
.part01_left .swiper-pagination span {
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	height: 2px;
	background: #fff;
	border-radius: 0;
}
.part01_left .swiper-pagination .swiper-pagination-current {
	font-size: 30px;
	line-height: 30px;
}
.part01_left .swiper-pagination .swiper-pagination-total {
	font-size: 20px;
	margin-top: 10px;
	line-height: 22px;
}
.part01_left ul {
	margin-top: 15px;
}
.part01_left li {
	float: left;
	width: 280px;
	height: 158px;
	position: relative;
	overflow: hidden;
}
.part01_left li + li {
	float: right;
}
.part01_left li img {
	width: 280px;
	height: 158px;
}
.part01_left li .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 5px 5px 5px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: normal;
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
}
.part01_left li:hover img {
	transform: scale(1.2);
}
.part01_right {
	width: 475px;
	float: right;
	height: auto;
}
.part01_right ul li {
	width: 100%;
	height: 90px;
	margin-bottom: 8px;
}
.part01_right ul li img {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 15px;
}
.part01_right ul li h3 {
	font-size: 18px;
	height: 60px;
	color: #333;
}
.part01_right ul li h3 a {
	color: #333;
}
.part01_right ul li span {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 10px;
}
.part02 {
	width: 1200px;
	margin: 0 auto;
}
.title {
	width: 100%;
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}
.title h3 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	width: auto;
	float: left;
	position: relative;
}
.title h3:after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: 0;
	width: 100%;
	height: 5px;
	margin-top: -9px;
	padding-right: 12px;
	background: rgba(136, 245, 254, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(103, 167, 255, 1)), to(rgba(136, 245, 254, 1)));
	background: -webkit-linear-gradient(left, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
	background: -moz-linear-gradient(left, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
	background: linear-gradient(to right, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
}
.title span {
	float: right;
	text-align: right;
	color: #999;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.title span a {
	color: #999;
}
.part02_left {
	width: 582px;
	float: left;
}
.part02_left ul li {
	width: 100%;
	height: 90px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.part02_left ul li img {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 15px;
}
.part02_left ul li h3 {
	font-size: 18px;
	height: 60px;
	color: #333;
}
.part02_left ul li h3 a {
	color: #333;
}
.part02_left ul li span {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 10px;
}
.part02_right {
	width: 580px;
	float: right;
}
/*商学院swiper*/
.centscroll {
	width: 580px;
	height: 770px;
	float: right;
	margin-right: 10px;
	position: relative;
	margin-top: -10px;
}
.centscroll .swiper-container {
	width: 100%;
	height: 738px;
	margin: 0px auto;
	padding-top: 24px/*padding-bottom:15px;*/
}
.centscroll .arrow-left {
	position: absolute;
	background: #d2d2d2 url(//www.news.cn/finance/ssgstest/images/top01.png) center no-repeat;
	left: 0;
	top: 0px;
	width: 580px;
	height: 24px;
	z-index: 2;
	cursor: pointer;
}
.centscroll .arrow-right {
	position: absolute;
	background: #d2d2d2 url(//www.news.cn/finance/ssgstest/images/bottom01.png) center no-repeat;
	right: 0;
	bottom: -16px;
	width: 580px;
	height: 24px;
	z-index: 2;
	cursor: pointer;
}
.centscroll .arrow-left:hover {
	background: #52a3ff url(//www.news.cn/finance/ssgstest/images/top01.png) center no-repeat;
}
.centscroll .arrow-right:hover {
	background: #52a3ff url(//www.news.cn/finance/ssgstest/images/bottom01.png) center no-repeat;
}
.centscroll .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 578px;
	margin-left: 1px;
	position: relative;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.centscroll .swiper-slide .slidebox {
	width: 576px;
	height: 175px;
	border: 1px solid #ddd;
}
.centscroll .swiper-slide-active, .centscroll .swiper-slide:hover {
	background: rgba(15, 199, 254, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(15, 199, 254, 1)), to(rgba(1, 94, 234, 1)));
	background: -webkit-linear-gradient(left, rgba(15, 199, 254, 1) 0, rgba(1, 94, 234, 1) 100%);
	background: -moz-linear-gradient(left, rgba(15, 199, 254, 1) 0, rgba(1, 94, 234, 1) 100%);
	background: linear-gradient(to right, rgba(15, 199, 254, 1) 0, rgba(1, 94, 234, 1) 100%);
}
.centscroll .swiper-slide .imgbox {
	width: 273px;
	height: 153px;
	position: absolute;
	left: 10px;
	top: 12px;
}
.centscroll .swiper-slide img {
	width: 273px;
	height: 100%;
	float: left;
}
.centscroll .swiper-slide .textbox {
	width: 266px;
	height: 150px;
	position: absolute;
	top: 10px;
	right: 15px;
}
.centscroll .swiper-slide .textbox h3 {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
}
.centscroll .swiper-slide .textbox h3 a {
	color: #333;
}
.centscroll .swiper-slide .textbox p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #333;
	margin: 10px 10px;
}
.centscroll .swiper-slide .textbox h4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #999;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
	padding: 5px 0 10px 0;
}
.centscroll .swiper-slide .textbox h4 a {
	color: #999;
}
.centscroll .swiper-slide-active .textbox h3 {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
}
.centscroll .swiper-slide-active .textbox h3 a {
	color: #fff;
}
.centscroll .swiper-slide-active .textbox h4 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
	padding: 5px 0 10px 0;
}
.centscroll .swiper-slide-active .textbox h4 a {
	color: #fff;
}
.centscroll .swiper-slide:hover .textbox h3 {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
}
.centscroll .swiper-slide:hover .textbox h3 a {
	color: #fff;
}
.centscroll .swiper-slide:hover .textbox h4 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
	padding: 5px 0 10px 0;
}
.centscroll .swiper-slide:hover .textbox h4 a {
	color: #fff;
}
.part03 {
	width: 1200px;
	margin: 0 auto;
}
.longtit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.longtit h3 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -60px;
}
.longtit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: rgba(136, 245, 254, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(103, 167, 255, 1)), to(rgba(136, 245, 254, 1)));
	background: -webkit-linear-gradient(left, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
	background: -moz-linear-gradient(left, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
	background: linear-gradient(to right, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
}
.part03list {
	width: 100%;
}
.part03list li {
	width: 390px;
	height: 310px;
	float: left;
	margin-left: 0px;
	position: relative;
}
.part03list li+li {
	margin-left: 10px;
}
.part03list li i {
	width: 390px;
	height: 220px;
	background: url(//www.news.cn/finance/ssgstest/images/flate.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 99;
}
.part03list li .part03img {
	width: 390px;
	height: 220px;
	overflow: hidden;
}
.part03list li .part03img img {
	width: 100%;
}
.part03list li h3 {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	height: auto;
	margin-top: 10px;
}
.part03list li p {
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	height: auto;
	color: #999;
	margin-top: 5px;
}
.part03list li:hover i {
	opacity: 1;
}
.part04 {
	width: 1200px;
	margin: 0 auto;
}
.part04_left {
	width: 580px;
	height: 415px;
	float: left;
}
.part04_left .imgbox {
	width: 580px;
	height: 325px;
	overflow: hidden;
}
.part04_left .imgbox img {
	width: 100%;
	height: auto;
}
.part04_left .txt {
	width: 100%;
	height: 90px;
	background: #174fce;
	position: relative;
}
.part04_left .txt h3 {
	width: 455px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	text-align: left;
	position: relative;
	margin-left: 15px;
}
.part04_left .txt h3 a {
	color: #fff;
}
.part04_left .txt h3:after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: -2px;
	width: 60px;
	height: 6px;
	margin-top: -9px;
	padding-right: 12px;
	background: #FFFFFF;
}
.part04_left .txt p {
	width: 455px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-left: 15px;
	margin-top: 10px;
}
.part04_left .txt i {
	width: 56px;
	height: 56px;
	display: block;
	position: absolute;
	top: 15px;
	right: 25px;
	background: url(//www.news.cn/finance/ssgstest/images/play.png) no-repeat;
}
.part04_right{ width:580px; height:415px; float:right;}
.part04_right ul{ width:100%;}
.part04_right ul li{ width:100%; height:198px; position:relative; margin-bottom:20px; background: #efefef;}
.part04_right ul li .imgbox{ width:350px; height:198px; overflow:hidden;}
.part04_right ul li .imgbox img{ width:100%; height:auto;}
.part04_right ul li i{ width:230px; height:170px; position:absolute; right:0; bottom:0; z-index:0; background:#f3f3f3;}
.part04_right ul li h3 {
	width: 180px;
	height: 60px;
	line-height: 30px;
	padding:40px 20px 40px 20px;
	border:1px solid #174fce;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	text-align: left;
	position: absolute;
	margin-left: 15px;
	z-index:9;
	top:15px;
	right:15px;
}
.part04_left .txt h3 a {
	color: #fff;
}
.part04_right ul li p{ position:absolute; width:200px; font-size:14px; height:24px; line-height:24px; color:#999; right:15px; bottom: 10px; z-index:1; }
.part05_left{ width:580px; float:left;}
.part05_right{ width:580px; float:right;}
.part05 li {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	line-height: 60px;
	border-bottom:1px dotted #ddd;
}
.part05 li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #0037ae;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 1;
}
.part05 {
	width: 1200px;
	margin: 0 auto 100px auto;
}
.part01,.part02,.part03,.part04,.part05{ margin-top:50px;}
.footer {
	height: 100px;
	width: 100%;
	font-size: 14px;
	line-height: 180%;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	background: #0037ae;
}
.backtotop {
	position: absolute;
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 10;
	width: 50px;
	height: 40px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f6f6f6;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
.backtotop:after {
	content: "";
	display: block;
	width: 0;
	margin: 8px auto 0;
	border-left: 6px solid #f6f6f6;
	border-right: 6px solid #f6f6f6;
	border-top: 8px solid #f6f6f6;
	border-bottom: 8px solid #007bff;
}
