body {
	font-family: 微软雅黑;
}

a {
    text-decoration: none;
    hlbr: expression(this.onFocus=this.blur());
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}

ol, ul {
    list-style: none;
}


/* ------- header ---------*/

.computer #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	height: 10%;
	width: 100%;
	transition: .3s linear;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear;
}

.phone #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	height: 60px;
	width: 100%;
	background-color: #131315;
	transition: .3s linear;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear;	
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background-color: white;
}

.loading img {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -48px;
	margin-left: -24px;
}

.loading label {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: 10px;
	margin-left: -24px;
}

.header-line {
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 0px;
	height: 1px;
	background-color: #e9e2e2;
	z-index: 0;
}

.phone .header-line {
	display: none;
}

#header.white {
	
}

#header.gray {
		
}

.phone-title {
	position: absolute;
	left: 50%;
	top: 19px;
	right: 20%;
	height: 54%;
	font-size: 18px;
	color: white;
}

.computer .phone-title {
	display: none;
}

.computer #header .logo {
	position: absolute;
	left: 5%;
	top: 23%;
	width: 210px;
	height: 54%;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.phone #header .logo {
	position: absolute;
	left: 5%;
	top: 22%;
	width: 180px;
	height: 60%;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.computer #header.gray .logo {
	background-image: url(../img/logo_gray.png);
}

.computer #header.white .logo {
	background-image: url(../img/logo_white.png);
}

.phone .logo {
	background-image: url(../img/logo_white.png);
}


.quick-menu {
	position: absolute;
	right: 12%;
	top: 21px;
	width: 8%;
	height: 30px;
	line-height: 30px;
}

.phone .quick-menu {
	display: none;
}

.quick-menu-item {
	position: relative;
	float: left;
	width: 49%;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #1f911f;
	cursor: pointer;
}

.quick-menu-item:HOVER {
	color: #6b5d5d;
}

.quick-weixin-img {
	position: absolute;
	top: 40px;
	left: -30px;
	width: 100px;
	height: 100px;
    border: 1px #ffebeb solid;
    background-image: url(../img/weixin-sales.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
    z-index: 10;	
}

#header .main-menu {
	position: absolute;
	right: 32.8%;
	top: 21px;
	width: 32%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	transition: .8s linear;
	-moz-transition: .8s linear;
	-webkit-transition: .8s linear;
	-ms-transition:	.8s linear;
}

#header.white .main-menu {
	color: #f7eded;
}

#header.gray .main-menu {
	color: #1f1e1e;
}

.phone .main-menu {
	display: none;
}

.main-menu-item {
	position: relative;
	float: left;
	width: 24%;
	text-align: center;
    line-height: 26px;
    height: 26px;
    cursor: pointer;
}

.main-menu-item:HOVER {
	font-weight: bold;
}

.login-menu {
	position: absolute;
	top: 30px;
	right: 5%;
	width: 6%;
	max-width: 80px;
	height: 20px;
	line-height: 19px;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;
	background-color: #c70000;
	color: white;
	cursor: pointer;
}

.phone .login-menu {
	display: none;
}

.phone-menu {
	position: absolute;
	top: 30%;
	right: 10%;
	font-size: 26px;
	height: 24px;
	width: 24px;
	color: #8181c3;
	transition: .8s linear;
	-moz-transition: .8s linear;
	-webkit-transition: .8s linear;
	-ms-transition:	.8s linear;	
}

.computer .phone-menu {
	display: none;
}

.phone-menu-items {
	position: absolute;
	top: 60px;
	width: 60%;
	bottom: 0px;
	left: -61%;
	background-color: #faf5f5;
	border-right: 1px solid #f3efef;
	z-index: 200;
}

.phone-menu-header {
	position: relative;
	margin-left: 12%;
	margin-right: 12%;
	margin-top: 6%;
	height: 6%;
	max-height: 40px;
	font-size: 16px;
	color: gray;
	text-align: right;
	border-bottom: 1px solid #e2dbdb;
}

.phone-menu-item {
	position: relative;
	margin-left: 12%;
	margin-right: 12%;
	margin-top: 6%;
	height: 6%;
	max-height: 40px;
	font-size: 14px;
	color: #3c2c2c;
	border-bottom: 1px solid #e2dbdb; 
}

.phone-menu-icon {
	font-size: 18px;
	margin-right: 5px;
}


/* ------- navigator ---------*/

#navigator {
    position: fixed;
    z-index: 9;
    top: 50%;
    margin-top: -109px;	
	opacity: 1;
}

.computer #navigator {
	right: 50px;	
}

.phone #navigator {
	right: 7%;	
}

#navigator ul {
	list-style: none;
}

#navigator li {
    display: block;
    width: 100px;
    height: 50px;
    position: relative;
}

#navigator li a {
    top: 0px;
    left: 0px;
    width: 100px;
    height: 22px;
    position: absolute;
    background: url(../img/dot_gray.png) no-repeat right top;
    z-index: 1;
}

#navigator li.active a {
    background:url(../img/dot_active.png) no-repeat right top;
}

#navigator a span {
    margin-top: 18px;
    background: url(../img/line_gray.png) repeat-y right top;
    height: 33px;
    display: block;
    width: 100%;
}

#navigator .tooltip {
    position: absolute;
    top: 25px;
    right: -23px;
    width: auto;
    max-width: 68px;
    line-height: 18px;
    text-align: center;
    color: white;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    background-color: #005190;
    border-radius: 3px;
    opacity: 0;
}

#navigator li.active .tooltip {
    opacity: 1;
}


/* ------- poster ---------*/

.poster-image {
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: 25% center;	
}

.poster-content-right {
	position: absolute;
	height: 50px;
	color: white;
}

.computer .poster-content-right{
	right: 30%;
	top: 25%;
	width: 80%;
	text-align: right;
}

.phone .poster-content-right {
	left: 8%;
	top: 13%;
	width: 90%;
	text-align: left;
}

.poster-content-left {
	position: absolute;
	height: 50px;
	color: white;
}

.computer .poster-content-left {
	left: 20%;
	top: 25%;
	width: 80%;
}

.phone .poster-content-left {
	left: 8%;
	top: 13%;
	width: 90%;
}

.poster-title {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	color: white;
	overflow: hidden;
}

.font-green {
	color: #1e911e;
}

.font-blue {
	color: #005091;
}

.back-green {
	background-color: #1e911e;
}

.back-blue {
	background-color: #005091;
}

.font-shallow {
	color: #c0c0ee;
}

.font-middle {
	color: #7474d1;
}

.poster-title-remark {
	position: absolute;
    top: 22px;
    height: 22px;
    width: 74px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #e2e2ff;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    border: 2px solid #7b7baf;
    border-radius: 6px;
}

.poster-title-remark1 {
	left: 360px;
}

.poster-title-remark2 {
	left: 450px;
}

.computer .poster-title {
	font-size: 38px;	
}

.phone .poster-title {
	font-size: 32px;	
}

.poster-text {
	position: relative;
	font-size: 15px;
	margin-top: 10px;
	margin-right: 40px;
	line-height: 40px;
	color: white;
	font-weight: normal;
}

.poster-text-header {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 90px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 11px;
}

.poster-text-body {
	margin-left: 105px;
}

#swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-button {
	position: absolute;
	bottom: 50px;
	width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #005091;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24% auto;
    cursor: pointer;
    z-index: 10;
	transition: .3s linear; 
	-moz-transition: .3s linear; 
	-webkit-transition: .3s linear;
	font-size: 20px;
	font-style: bold;
	text-align: center;
}

.swiper-button-active {
	background-color: gray;
}

.swiper-button:HOVER {
    background-color: gray;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

#swiper-container a {
	width: 100%;
	height: 100%;
}


/* ------- area ---------*/

#areas {
	height: 100%;
	position: relative;
	touch-action: none;
}

.section {
	overflow: hidden;
}

.computer .section-body {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10%;
	bottom: 0px;	
}

.phone .section-body {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 60px;
	bottom: 0px;	
}

.title {
	position: absolute;
	left: 9%;
	top: 60px;
    height: 60px;
	border-bottom: #015290 5px solid;
	text-align: center;
	overflow: hidden;
}

.computer .title-text {
	font-size: 36px;
}

.phone .title-text {
	font-size: 38px;
	width: 230px;
}

.title-text {
    color: #025390;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 0px;
}

.chapter-subtitle {
    color: #c70000;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

.outline-line {
	margin-top: 15px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d9d6e2;
	cursor: pointer;
}

.outline-line:HOVER {
	border-bottom: 2px solid #4d2a8c;
}

.outline-icon {
    font-size: 24px;
    margin-right: 10px;
    font-weight: normal;
}

.outline-line-text {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin: 0px;
	color: #005190;
}

.selected .outline-line-text {
	color: #c70000;
}

.outline-text {
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0px;
	color: #1f1427;
	text-overflow: ellipsis;
}

.selected .outline-text {
	color: #c70000;
}

.outlines {
	position: absolute;
	top: 160px;
	bottom: 50px;
}

.computer .outlines {
	width: 35%;
	left: 8%;
}

.phone .outlines {
	width: 80%;
	left: 0px;
}

.chapter {
	position: absolute;
	left: 52%;
	right: 17%;
	top: 5%;
	bottom: 8%;
}

.chapter-background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 5%;
	bottom: 5%;
	z-index: 50;
}

.chapter-background img {
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: 25% center;
}

.topics {
	position: absolute;
	top: 7%;
	left: 3%;
	bottom: 0px;
	right: 0px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    z-index: 60; 
    border: 1px solid #e2e2e2;
    border-radius: 8px; 
}

.phone .topics {
    background-color: white;
}

.topic-title {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    padding-left: 10px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: #e2e2e2 solid 1px;
}

.computer .topic-title {
    color: #5b5e60;
}

.phone .topic-title {
    display: none;
}

.topic-content {
	margin-top: 20px;
}

.topic-heading {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
}

.computer .topic-heading {
	color: #1a6e1a;
}

.phone .topic-heading {
	color: #005190;
}

.topic-text {
    font-size: 14px;
    line-height: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.computer .topic-text {
	color: #554f4f;
}

.phone .topic-text {
	color: #2b2828;
}

.seeDetail {
	display: none;
}

.seeMore {
	position: absolute;
    bottom: 15px;
    right: 12%;
    width: 112px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    color: #c70000;
    font-size: 14px;
    padding-left: 10px
}

.seeMore-img {
	position: absolute;
    top: 5px;
    left: 0px;
    height: 20px;
    width: 20px;
}

.seeMore-text {
	color: #5b5e60;
}

.seeMore-text:hover {
	font-weight: bold;
}

.phone .seeMore {
	border: red 1px solid;
}

.org-description {
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 30px;
	line-height: 2.5;
	font-size: 16px;
	color: #111138;		
}

.org-content {
	position: relative; 
	margin-top: 30px;
	margin-left: 8%;
	margin-right: 8%;
	line-height: 1.8;
	font-size: 16px;
	line-height: 2;
}

.org-content-head {
	position: relative;
	float: left;
	width: 150px;
	bottom: 0px;
	font-size: 15px;
	color: #0070c0;
}

.org-content-body {
	position: relative;
	float: left;
	bottom: 0px;
	font-size: 15px;
	color: #111138;
}

.org-content-list {
	margin: 0px;
	padding: 0px;
	list-style: disc;
}

.contact-title {
	position: absolute;
	left: 15%;
	border-bottom: #0070c0 5px solid;
	text-align: center;
	color: #015290;
	line-height: 1;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 0px;	
}

.computer .contact-title {
	top: 120px;	
	font-size: 38px;
	width: 200px;
    height: 80px;	
}

.phone .contact-title {
	top: 90px;
	font-size: 38px;
	width: 170px;
    height: 52px;		
}

.contact-title p {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 5px;
}

.phone .contact-title p {
	display: none;
}

.contact-lines {
    position: absolute;
    color: #e06464;
    bottom: 200px;	
}

.computer .contact-lines {
	left: 18%;
    top: 260px;
    right: 200px;    
}

.phone .contact-lines {
	left: 10%;
    top: 150px;
    right: 20px;
}

.contact-line {
	position: relative;
	width: 100%;
	font-weight: bold;
}

.computer .contact-line {
	height: 60px;
	font-size: 22px;	
}

.phone .contact-line {
	height: 80px;
	font-size: 18px;
}

.contact-line-label {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 120px;
	color: #005190;
}

.computer .contact-line-text {
	position: absolute;
	left: 120px;
	top: 0;
	height: 60px;
	line-height: 60px;
	right: 0px;
}

.phone .contact-line-text {
	position: absolute;
	left: 50px;
	top: 48px;
	height: 50px;
	right: 30px;
}

.contact-weixin {
	position: absolute;
    width: 80px;
    height: 80px;
    border: 1px #ffebeb solid;
    background-image: url(../img/weixin-sales.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

.computer .contact-weixin {
	left: 16%;    
}

.phone .contact-weixin {
    bottom: -50px;
	left: 110px;    	
}

.page-footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 8.5%;
	border-top: 1px solid #dfdfdf;
}

.footer_data {
	position: absolute;
	left: 4%;
	right: 4%;
	bottom: 0px;
	height: 50%;
	color: #ce9f9f;
	text-align: center;
	font-size: 13px;
	padding-bottom: 12px;
}

.computer .footer_data {
	font-size: 13px;
}

.phone .footer_data {
	font-size: 12px;
}

