﻿@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
	background: #f6f6f6;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}

ul:before,
ul:after {
	content: "";
	display: table;
	clear: both;
}

.top_header {
	background: url('banner.jpg') no-repeat top center;
	height: 400px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}

.top_side a {
	display: block;
	float: right;
	background-color: #70a6e6;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
}


/*主体内容*/
.container {
	width: 1200px;
	margin: 30px auto;
}

.con_box {
	width: 100%;
	background: #fff;
	padding: 44px 0 35px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.con_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 64px;
	color: #1480C8;
	text-align: center;
	background: url("title_bg.png") center no-repeat;
}


/**/

.con_lc {
	padding: 35px 0 40px;
	position: relative;
}

.con_lc>a {
	width: 100%;
	margin: 10px 20px;
	display: block;
	padding: 10px 0;
	background-color: #eee;
	text-align: center;
	font-size: 18px;
}

.con_lc>a:hover {
	background-color: #196fbc;
	color: #fff;
}

.lc_tabs ul li {
	float: left;
	height: 45px;
	width: 219px;
	margin: 10px;
}

.lc_tabs ul li a {
	display: block;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	color: #000;
	cursor: pointer;
}

.lc_tabs ul li.on a {
	color: #fff;
	background-color: #196fbc;
}

.lc_lists {
	background-color: #fff;
	margin: 10px;
}

.lc_list {
	padding: 10px;
}

.tabs ul li {
	float: left;
	height: 63px;
	width: 33.33333%;
	background: #fff;
	border: 1px solid #1480C8;
}

.tabs ul li a {
	display: block;
	line-height: 63px;
	text-align: center;
	color: #000;
	font-size: 18px;
	cursor: pointer;
}

.tabs ul li:hover {
	background-color: #1480C8;
}

.tabs ul li:hover a {
	color: #fff;
}

.tabs ul li.on {
	background-color: #1480C8;
}

.tabs ul li.on a {
	color: #fff;
}

.lc_sub {
	margin-top: 10px;
}

.lists {
	padding: 0 20px;
}

.lists ul li {
	height: 35px;
}

.lists ul li i {
	display: block;
	float: left;
	height: 5px;
	width: 5px;
	margin-top: 16px;
	margin-right: 10px;
}

.lists ul li a {
	display: block;
	float: left;
	line-height: 35px;
}

.lists ul li span {
	display: block;
	float: right;
	line-height: 35px;
	color: #999;
}


.outline_item li.page2 {
	display: none;
}

.preface_box {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 18px 13px;
}

.preface_list {
	border: 1px solid #1480C8;
	color: #1480C8;
}

.preface_list .preface_title {
	font-size: 40px;
	line-height: 76px;
	text-align: center;
}

.preface_list .preface_item {
	padding: 5px 26px 32px;
	font-size: 20px;
	line-height: 30px;
}

.outline_list {
	height: 492px;
    margin: 30px 25px;
    position: relative;
}
.outline_left {
	float: left;
	width: 983px;
	margin-top: 40px;
}
.outline_item {
	height: 377px;
	padding-top: 50px;
	padding-left: 30px;
	background-color: #F0F8FE;
	border-radius: 10px 0px 0px 10px;
}
.outline_item li {
	width: 504px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
	cursor: pointer;
}
.outline_item li.on,.outline_item li:hover {
	color: #1480C8;
}

.outline_page {
	margin-top: 38px;
	width: 585px;
	display: flex;
	justify-content: center;
}
.outline_page li {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #919191;
	font-size: 16px;
	color: #919191;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}
.outline_page li:not(:last-child) {
	margin-right: 10px;
}
.outline_page li.focus, .outline_page li:hover {
	border-color: #1480C8;
	color: #1480C8;
}

.outline_right {
	position: absolute;
	right: 0;
	width: 563px;
	height: 100%;
	background: url("outline_bg.png") left center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.right_main {
	padding: 69px 105px 75px 0;
	height: 492px;
	position: relative;
}

.scroll_cont {
	height: 100%;
	overflow: hidden;
}

.scroll_cont p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
    text-indent: 2em;
}
.scroll_cont h5 {
	color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.scroll_cont h4 {
	color: #fff;
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: bold;
}
.scroll_cont .title_sp {
	color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
}

/* 滚动条 */
.right_main .scroll_bar {
	position: absolute;
	top: 87px;
	right: 61px;
	width: 14px;
	height: 341px;
	border-radius: 7px;
	background-color: #1F9AED;
}
/* 滚动块 */
.right_main .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 14px;
	height: 48px;
	border-radius: 7px;
	background-color: #52AEEB;
}

#unscramble_list {
	width: 1072px;
	margin: 30px auto 0;
}

#cont_list {
	margin-left: 76px; 
}
.con_lc .swiper-button-prev {
	top: 87px;
	left: 30px;
	width: 24px;
	height: 100px;
	line-height: 100px;
	background: #1480C8;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.con_lc .swiper-button-next {
	top: 87px;
	right: 30px;
	width: 24px;
	height: 100px;
	line-height: 100px;
	background: #1480C8;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.slide_item {
	width: 100%;
	height: 100px;
	background: url("swiper_slide_bg.png") center no-repeat;
	background-size: 100% 100%;
}
.slide_item a {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.history_list {
	display: flex;
	margin-left: 54px;
	margin-right: 55px;
	height: 101px;
}
.history_item{
	width: 33.333333%;
}
.history_item:not(:last-child) {
	margin-right: 20px
}
.history_item:nth-of-type(1) {
	background: url("history_item_bg1.png") center no-repeat;
}
.history_item:nth-of-type(2) {
	background: url("history_item_bg2.png") center no-repeat;
}
.history_item:nth-of-type(3) {
	background: url("history_item_bg4.png") center no-repeat;
}
/*
.history_item:nth-of-type(3) {
	width: 260px;
	background: url("history_item_bg4.png") center no-repeat;
}
 */
.history_item a {
	width: 100%;
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.lc_page .lucidity_pgContainer > li a {
	width: 708px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lc_page .lucidity_pgContainer > li {
	display: none;
}
.lc_page .lucidity_pgContainer > li.page1 {
	display: block;
}