/*最小宽度*/
.header .top-info,
.index .banner,
.product .banner,
.service .banner,
.school .banner,
.protect .banner,
.about .banner {
	min-width: 1200px;
}
/* 通用头部 */
.header .top-info {
	background-color: #F6F6F6;
}
.header .info {
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 12px;
	color: #666;
}
.header .top-menu {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header .top-menu .logo img {
	height: 46px;
	margin-top: 22px;
}
.header .top-menu .logo .menu-icon {
	display: none;
}
.header .top-menu .menu li {
	float: left;
	padding: 0 16px;
	line-height: 90px;
}
.header .top-menu .menu li.active {
	background-color: #fe3a3b;
}
.header .top-menu .menu a {
	color: #333;
}
.header .top-menu .menu li.active a {
	color: #fff;
}
/* 通用尾部 */
.footer .top {
	width: 100%;
	padding: 0 18.75%;
	background-color: #F6F6F6;
	box-sizing: border-box;
}
.footer .csrc-box {
	position: relative;
	width: 100%;
	padding-right: 160px;
	box-sizing: border-box;
	font-size: 16px;
}
.footer .csrc-box >a {
	display: inline-block;
	margin-top: 40px;
	text-decoration: underline;
	color: #333;
}
.footer .csrc-box >a:hover {
	color: #fe3a3b;
}
.footer .csrc-box .info {
	position: relative;
	margin-top: 20px;
	padding: 30px 0;
	border-top: 1px solid #e5e3e3;
}
.footer .csrc-box .info>img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 51px;
	height: 57px;
	margin-top: -28.5px;
}
.footer .csrc-box .text {
	padding: 0 40px 0 90px;
	line-height: 1.8;
}
.footer .csrc-box .text p {
	word-break: break-all;
}
.footer .csrc-box .text p:last-child {
	color: #999;
}
.footer .csrc-box .text p a {
	display: inline-block;
	color: #333;
}
.footer .csrc-box .text p a:hover {
	text-decoration: underline;
}
.footer .qrcode-box {
	position: absolute;
	right: 0;
	top: 40px;
}
.footer .qrcode-box img {
	width: 98px;
	margin: 0 auto;
}
.footer .qrcode-box p {
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.footer .bottom {
	padding: 10px 20px;
	background-color: #1c1c1c;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.footer .bottom a {
	display: inline-block;
	color: #fff;
}
.footer .bottom a:hover {
	text-decoration: underline;
}
/* banner图 */
.banner .banner-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

/* 首页 */
.index .banner {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.index .banner .text {
	position: absolute;
	top: 200px;
	z-index: 3;
	width: 100%;
	text-align: center;
	font-style: italic;
	color: #FFF;
	text-shadow: 0px 0px 9px rgba(15, 46, 167, 0.56);
}
.index .banner .title {
	font-weight: bold;
	font-size: 80px;
}
.index .banner .subtitle {
	text-transform: uppercase;
	font-size: 16px;
}
.index .banner .earth {
	position: absolute;
	top: 55px;
	left: 50%;
	z-index: 2;
	margin-left: -236px;
	-webkit-animation: rote360 30s linear infinite;
	animation: rote360 30s linear infinite;
}
@keyframes rote360 {
	100% {
		transform: rotate(360deg);
	}
}
.index .banner .earth-set {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 1;
	margin-left: -543px;
	-webkit-animation: bounce-down 4s linear infinite;
	animation: bounce-down 4s linear infinite;
}
@keyframes bounce-down {
	50% {
		transform: translateY(40px);
	}
}
.index .introduce {
	position: relative;
	z-index: 3;
	width: 62.5%;
	margin: -100px auto 0;
	padding: 36px 0 40px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0px 10px 20px 0px rgba(215, 213, 213, 0.5);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(215, 213, 213, 0.5);
	-moz-box-shadow: 0px 10px 20px 0px rgba(215, 213, 213, 0.5);
	text-align: center;
}
.index .introduce h2 {
	font-weight: bold;
	font-size: 28px;
}
.index .introduce h2+p {
	margin-top: 20px;
}
.index .introduce p {
	margin-top: 10px;
	font-size: 18px;
	color: #666;
}
.index .icons {
	width: 62.5%;
	margin: 0 auto;
	padding: 75px 0 100px;
}
.index .icons li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
}
.index .icons li:not(:first-child):before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.index .icons li img {
	margin: 0 auto;
}
.index .icons li p {
	margin-top: 30px;
	font-size: 18px;
}

/* 产品中心 */
.product .banner {
	position: relative;
	width: 100%;
	height: 460px;
	overflow: hidden;
}
.product .banner .banner-img {
	/*position: initial;*/
	/*transform: initial;*/
	width: auto;
	height: 460px;
}
.product .banner .text {
	position: absolute;
	top: 150px;
	z-index: 3;
	width: 100%;
	padding: 0 18.75%;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
}
.product .banner .title {
	font-weight: bold;
	font-size: 70px;
}
.product .banner .subtitle {
	margin-top: 10px;
	font-size: 34px;
}
.product .app-download {
	position: relative;
	width: 1200px;
	height: 725px;
	margin: 0 auto;
	padding-top: 90px;
}	
.product .app-download .app {
	float: left;
	border-radius: 60px 60px 0 0;
	overflow: hidden;
	box-shadow: 0px 0px 90px rgba(187, 187, 188, 0.33);
}
.product .app-download .info {
	margin-top: 120px;
	float: right;
}
.product .app-download .info >h2 {
	font-weight: bold;
	font-size: 60px;
}
.product .app-download .info >p {
	font-size: 30px;
}
.product .app-download .qrcode {
	margin: 70px 0 0 10px;
}
.product .app-download .qrcode img {
	width: 170px;
	height: 170px;
	box-shadow: 0px 0px 43px rgba(187, 187, 188, 0.5);
	border-radius: 8px;
}
.product .app-download .qrcode p {
	margin-top: 20px;
	font-size: 18px;
	color: #999;
	padding-left: 28px;
	background: url(../images/iocn-scan.png) left center no-repeat;
	background-size: 20px auto;
}
.product .app-master {
	background-color: #f6f6f6;
	text-align: center;
}
.product .app-master h2 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 90px;
	font-weight: bold;
	font-size: 60px;
}
.product .app-master p {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 30px;
	letter-spacing: 10px;
}
.product .app-master .img-box {
	position: relative;
	width: 1200px;
	margin: 60px auto 0;
	overflow: hidden;
}
.product .app-master .img-box img {
	width: 1200px;
	margin: 0 auto;
	/* box-shadow: 0px 0px 20px rgba(187, 187, 188, 0.5); */
}
.product .app-strategy {
	position: relative;
	width: 100%;
	height: 720px;
	background: url(../images/strategy-bg.jpg) center center;
	background-size: auto 100%;
	text-align: center;
	color: #fff;
}
.product .app-strategy h2 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	font-weight: bold;
	font-size: 60px;
}
.product .app-strategy > p {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 30px;
	letter-spacing: 10px;
}
.product .app-strategy .cards {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.product .strategy-box {
	position: relative;
	bottom: -80px;
	width: 100%;
}
.product .strategy-box .swiper-slide {
	border-radius: 30px;
	padding: 5px 5px 20px;
	box-sizing: border-box;
}
.product .app-strategy .swiper-button-prev, 
.product .app-strategy .swiper-button-next {
	top: 70%;
	background-size: 90px auto;
}
.product .app-strategy .swiper-button-prev {
	background-image: url(../images/arrow-left.png);
	left: -80px;
}
.product .app-strategy .swiper-button-next {
	background-image: url(../images/arrow-right.png);
	right: -80px;
}
.product .app-strategy .swiper-button-next.swiper-button-disabled, 
.product .app-strategy .swiper-button-prev.swiper-button-disabled {
	/* display: none; */
	cursor: not-allowed;
	pointer-events: initial;
}
.product .strategy-box .card-box {
	position: relative;
	margin-top: 60px;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 5px  rgba(187, 187, 188, 0.5);
	color: #333;
}
.product .strategy-box .card-box img {
	position: absolute;
	left: 50%;
	z-index: 99;
	width: 120px;
	height: 120px;
	margin: -60px -60px 0;
	border-radius: 100%;
	border: 3px solid #fff;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 10px 5px  rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0 5px  rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0 5px  rgba(0, 0, 0, 0.2);
}
.product .strategy-box .card-box .name {
	padding-top: 80px;
	font-weight: bold;
	font-size: 26px;
}
.product .strategy-box .card-box .text {
	height: 260px;
	line-height: 1.8;
	text-align: left;
	margin-top: 15px;
	padding: 0 20px 0;
	font-size: 20px;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.product .strategy-box .card-box .text::-webkit-scrollbar {
    display: none;
}
.product .app-study {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.product .app-study h2 {
	padding: 180px 0 0 60px;
	font-weight: bold;
	font-size: 60px;
}
.product .app-study > p {
	padding: 10px 0 0 60px;
	font-size: 30px;
	letter-spacing: 10px;
}
.product .app-study .img-box {
	position: relative;
	padding-bottom: 5px;
}
.product .app-study .img-box img {
	position: relative;
	z-index: 2;
}
/* 投研学院 */
.school .banner {
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.school .banner .text {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	transform: translateY(-50%);
}
.school .banner .title {
	font-weight: bold;
	font-size: 70px;
}
.school .banner .subtitle {
	margin-top: 10px;
	font-size: 30px;
}
.school .banner .desc {
	margin: 40px auto 0;
	width: 1060px;
	line-height: 1.8;
	font-size: 18px;
	text-align: left;
}
.school .icons {
	border-bottom: 1px solid #efefef;	
}
.school .icons ul {
	width: 100%;
	padding: 0 18.75%;
	box-sizing: border-box;
}
.school .icons li {
	float: left;
	width: 25%;
	padding: 90px 0;
	text-align: center;
	font-size: 22px;
	border-left: 1px solid #efefef;
	box-sizing: border-box;
}
.school .icons li:hover {
	background-color: #f6f6f6;
}
.school .icons li:last-child {
	border-right: 1px solid #efefef;
}
.school .icons li img {
	margin: 0 auto 30px;
}
.school .teachers {
	padding: 80px 0 136px;
}
.school .teachers h2 {
	text-align: center;
	font-weight: bold;
	font-size: 60px;
}
.school .teachers .techaer-box {
	width: 1200px;
	height: 540px;
	margin: 50px auto 0;
	box-sizing: border-box;
	overflow: hidden;
}
.school .teachers .techaer-box .left,
.school .teachers .techaer-box .right {
	width: 50%;
	height: 540px;
	float: left;
}
.school .teachers .techaer-box .left,
.school .teachers .techaer-box .right {
	overflow: auto;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.school .teachers .techaer-box .left::-webkit-scrollbar,
.school .teachers .techaer-box .right::-webkit-scrollbar {
    display: none;
}
.school .teachers .techaer-box .left {
	background-color: #141528;
}
.school .teachers .techaer-box .left ul {
	padding: 10px 0 40px 10px;
	box-sizing: border-box;
}
.school .teachers .techaer-box .left li {
	float: left;
	margin: 35px 0 0 23px;
	cursor: pointer;
}
.school .teachers .techaer-box .left li img {
	width: 110px;
	height: 110px;
	border-radius: 6px;
}
.school .teachers .techaer-box .left li.active img {
	border: 3px solid #fff;
	box-sizing: border-box;
}
.school .teachers .techaer-box .left li p {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #999;
}
.school .teachers .techaer-box .left li.active p {
	color: #fff;
}
.school .teachers .techaer-box .right {
	padding: 40px 35px 40px 40px;
	box-sizing: border-box;
	background-color: #20212d;
	color: #fff;
	font-size: 16px;
}
.school .teachers .techaer-box .info-box {
	position: relative;
	padding-left: 265px;
	height: 273px;
	animation-duration: 1.5s;
	animation-delay: 0s;
}
.school .teachers .techaer-box .text {
    animation-duration: 1.5s; 
    animation-delay: 0.4s;
}
.school .teachers .techaer-box .info-box > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 233px;
	height: 273px;
	border-radius: 6px;
}
.school .teachers .techaer-box .info {
	padding-top: 70px;
}
.school .teachers .techaer-box .info .name {
	font-weight: bold;
	font-size: 30px;
}
.school .teachers .techaer-box .info .number {
	margin-top: 10px;
}	
.school .teachers .techaer-box .info .number span {
	color: #999;
}
.school .teachers .techaer-box .info .title {
	margin-top: 5px;
}
.school .teachers .techaer-box .text .title {
	margin-top: 30px;
	font-weight: bold;
}
.school .teachers .techaer-box .text .desc {
	margin-top: 10px;
	color: #999;
	line-height: 30px;
}

/* 投资者保护 */
.protect .banner {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.protect .content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-left: 270px;
	box-sizing: border-box;
}
.protect.detail .content {
	padding: 0;
}
.protect .content .bread {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #efefef;
}
.protect .content .menu {
	position: absolute;
	left: 0;
	top: -44px;
	z-index: 1;
	width: 1200px;
}
.protect .content .menu.fixed {
	position: fixed;
	top: 44px;
	left: 50%;
	margin-left: -600px;
}
.protect .content .menu .head {
	width: 228px;
	line-height: 88px;
	text-align: center;
	background: #fe3a3b;
	background: linear-gradient(135deg, transparent 15px, #fe3a3b 0);
	font-size: 28px;
	color: #fff;
}
.protect .content .menu .sub-slide {
	display: none;
}
.protect .content .menu ul {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
}
.protect .content .menu ul li {
	line-height: 30px;
	padding: 20px;
	font-size: 18px;
	cursor: pointer;
}
.protect .content .menu ul li:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
}
.protect .content .menu ul li a {
	color: #333;
}
.protect .content .menu ul li:hover a,
.protect .content .menu ul li.active a {
	color: #fe3a3b;
}
.protect .content .menu .active-menu {
	display: none;
}
.protect .content .bread > div {
	float: right;
	padding: 40px 0 20px;
	font-size: 14px;
	color: #999;
}
.protect .content .bread > div * {
	display: inline;
	font-size: 14px;
	color: #999;
}
.protect .content .bread > div a:hover {
	color: #fe3a3b;
}
.protect .content .list {
	position: relative;
	z-index: 2;
	min-height: 500px;
}
.protect .content .list li {
	position: relative;
	padding: 50px 0 50px 260px;
	min-height: 184px;
	border-bottom: 1px solid #efefef;
}
.protect .content .list li:hover h2 {
	color: #fe3a3b;
}
.protect .content .list li img {
	position: absolute;
	left: 0;
	top: 50px;
	width: 230px;
	height: 184px;
}
.protect .content .list li h2 {
	max-height: 70px;
	line-height: 35px;
	font-size: 22px;
	color: #333;
}
.protect .content .list li p {
	margin-top: 10px;
	max-height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.protect .pagination {
	padding: 55px 0 85px;
}
.protect .rich-text {
	position: relative;
	z-index: 2;
	padding: 50px 0 100px;
	min-height: 500px;
}
.protect .rich-text h1,
.protect .rich-text h2,
.protect .rich-text h3,
.protect .rich-text h4,
.protect .rich-text h5 {
	padding: 0 110px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	box-sizing: border-box;
}
.protect .rich-text .time {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.protect .rich-text .text  {
	margin-top: 30px;
}
.protect .rich-text .text p {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 18px !important;
	color: #333 !important;
}
.protect .rich-text .text img {
	max-width: 90%;
	margin: 0 auto;
}

/* 用户服务 */
.service .banner {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.service .content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-left: 270px;
	box-sizing: border-box;
}
.service .content .bread {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #efefef;
}
.service .content .menu {
	position: absolute;
	left: 0;
	top: -44px;
	z-index: 1;
	width: 1200px;
}
.service .content .menu.fixed {
	position: fixed;
	top: 44px;
	left: 50%;
	margin-left: -600px;
}
.service .content .menu .head {
	width: 228px;
	line-height: 88px;
	text-align: center;
	background: #fe3a3b;
	background: linear-gradient(135deg, transparent 15px, #fe3a3b 0);
	font-size: 28px;
	color: #fff;
}
.service .content .menu ul {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
}
.service .content .menu ul li {
	line-height: 30px;
	padding: 20px;
	font-size: 18px;
	cursor: pointer;
}
.service .content .menu ul li:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
}
.service .content .menu ul li a {
	color: #333;
}
.service .content .menu ul li:hover a,
.service .content .menu ul li.active a {
	color: #fe3a3b;
}
.service .content .menu .active-menu {
	display: none;
}
.service .content .bread > div {
	float: right;
	padding: 40px 0 20px;
	font-size: 14px;
	color: #999;
}
.service .content .bread > div * {
	display: inline;
	font-size: 14px;
	color: #999;
}
.service .content .bread > div a:hover {
	color: #fe3a3b;
}
.service .rich-text {
	position: relative;
	z-index: 2;
	padding: 50px 0 100px;
	min-height: 500px;
}
.service .rich-text h1,
.service .rich-text h2,
.service .rich-text h3,
.service .rich-text h4,
.service .rich-text h5 {
	padding: 0 110px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	box-sizing: border-box;
}
.service .rich-text .text  {
	margin-top: 30px;
}
.service .rich-text .text p {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 18px !important;
	color: #333 !important;
}
.service .rich-text .text img {
	max-width: 90%;
	margin: 0 auto;
}

/* 关于我们 */
.about .banner {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.about .content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-left: 270px;
	box-sizing: border-box;
}
.about .content .bread {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #efefef;
}
.about .content .menu {
	position: absolute;
	left: 0;
	top: -44px;
	z-index: 1;
	width: 1200px;
}
.about .content .menu.fixed {
	position: fixed;
	top: 44px;
	left: 50%;
	margin-left: -600px;
}
.about .content .menu .head {
	width: 228px;
	line-height: 88px;
	text-align: center;
	background: #fe3a3b;
	background: linear-gradient(135deg, transparent 15px, #fe3a3b 0);
	font-size: 28px;
	color: #fff;
}
.about .content .menu ul {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
}
.about .content .menu ul li {
	line-height: 30px;
	padding: 20px;
	font-size: 18px;
	cursor: pointer;
}
.about .content .menu ul li:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
}
.about .content .menu ul li a {
	color: #333;
}
.about .content .menu ul li:hover a,
.about .content .menu ul li.active a {
	color: #fe3a3b;
}
.about .content .menu .active-menu {
	display: none;
}
.about .content .bread > div {
	float: right;
	padding: 40px 0 20px;
	font-size: 14px;
	color: #999;
}
.about .content .bread > div * {
	display: inline;
	font-size: 14px;
	color: #999;
}
.about .content .bread > div a:hover {
	color: #fe3a3b;
}
.about .rich-text {
	position: relative;
	z-index: 2;
	padding: 50px 0 100px;
	min-height: 500px;
}
.about .rich-text h1,
.about .rich-text h2,
.about .rich-text h3,
.about .rich-text h4,
.about .rich-text h5 {
	padding: 0 110px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	box-sizing: border-box;
}
.about .rich-text .text  {
	margin-top: 30px;
}
.about .rich-text .text p {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 18px !important;
	color: #333 !important;
}
.about .rich-text .text img {
	max-width: 90%;
	margin: 0 auto;
}