<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


html{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	overflow-x:hidden;
}
body {
	color:#666666;
	min-width:320px;
	font-family:'Roboto', Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
	font-style: normal;
	overflow-x: hidden;
}
a.weblink {
	text-decoration: none;
	color:#CC0000;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
a.weblink:hover{
  color: #008000;
	text-decoration: none;
}
a.gray{
	color: #555555;
}
a.gray:hover, a.gray:focus{
	color: #CC0000;
}
a:hover, a:focus{
	text-decoration: none;
}
p{
	margin-bottom: 20px;
}
hr{
	height: 1px;
	border: none;
	background-color: #80c9cf;
	margin: 1.5rem 0;
}
hr.gray{
	background-color: #e5e5e5;
}
img{
	max-width: 100%;
}
td{
	vertical-align: top;
}
h1{
	font-size: 3.4rem;
	margin: 0;
	margin-bottom: 15px;
}
h1.title{
	font-size: 2.8rem;
	margin: 0;
}
h2{
  margin: 10px 0;
	font-size: 2.4rem;
}
h3{
	font-size: 2rem;
}
.clear{
	clear: both;
}
.error{
	color: red;
}
.container {
  width:inherit;
	max-width: 1170px;
}
input[type="text"],input[type="password"],input[type="tel"],textarea {   
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #aaa;
  background: #fff;
  outline: none;    
}
#fontSize {
	font-family:Microsoft JhengHei;
	font-size: 14px;
	margin-top: -7px;
}
#fontSize a{
	margin:0 1px;
}
#fontSize .selected a{
	color:#d02226;
}
#fontSize .defaultFont{
	font-size: 100%;
}
#fontSize .largerFont{
	font-size: 125%;
}
#fontSize .xLargerFont{
	font-size: 150%;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-sm{
	margin-left: -5px;
	margin-right: -5px;
}
.row-sm .col-xs-1, .row-sm .col-sm-1, .row-sm .col-md-1, .row-sm .col-lg-1, .row-sm .col-xs-2, .row-sm .col-sm-2, .row-sm .col-md-2, .row-sm .col-lg-2, .row-sm .col-xs-3, .row-sm .col-sm-3, .row-sm .col-md-3, .row-sm .col-lg-3, .row-sm .col-xs-4, .row-sm .col-sm-4, .row-sm .col-md-4, .row-sm .col-lg-4, .row-sm .col-xs-5, .row-sm .col-sm-5, .row-sm .col-md-5, .row-sm .col-lg-5, .row-sm .col-xs-6, .row-sm .col-sm-6, .row-sm .col-md-6, .row-sm .col-lg-6, .row-sm .col-xs-7, .row-sm .col-sm-7, .row-sm .col-md-7, .row-sm .col-lg-7, .row-sm .col-xs-8, .row-sm .col-sm-8, .row-sm .col-md-8, .row-sm .col-lg-8, .row-sm .col-xs-9, .row-sm .col-sm-9, .row-sm .col-md-9, .row-sm .col-lg-9, .row-sm .col-xs-10, .row-sm .col-sm-10, .row-sm .col-md-10, .row-sm .col-lg-10, .row-sm .col-xs-11, .row-sm .col-sm-11, .row-sm .col-md-11, .row-sm .col-lg-11, .row-sm .col-xs-12, .row-sm .col-sm-12, .row-sm .col-md-12, .row-sm .col-lg-12{
	padding-left: 5px;
	padding-right: 5px;
}
.radio-inline, .checkbox-inline, .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
	margin-right: 15px;
	margin-left: 0;
}
.w100{
	width: 100%;
}
.h100{
	height: 100%;
}
.tac{
	text-align: center;
}
.valign-t{
	vertical-align: top;
}
.valign-m{
	vertical-align: middle;
}
.valign-b{
	vertical-align: bottom;
}
#left-mainCol{
	padding-right: 30px;
}
#right-sideCol{
	padding-left: 30px;
}
@media (max-width:767px){
	
	#left-mainCol{
		padding-right: 10px;
		margin-bottom: 80px;
	}
	#right-sideCol{
		padding-left: 10px;
	}
}
/***************************************************** DivTable*/
.dtable{
	display: table;
}
.dtr {
	display: table-row;
}
.dthead {
	display: table-header-group;
}
.dtd, .dth {
	display: table-cell;
}
.dtableFoot {
	display: table-footer-group;
}
.dtbody {
	display: table-row-group;
}
/*****************************************************quiz**/
.quiz-form fieldset{
	margin-bottom: 1em;
}
.quiz-form legend{
	margin-bottom: 1em;
}
.quiz-num{
	width: 2em;
}
.quiz-q{
	padding-bottom: 2em;
}
/*****************************************************search**/
.searchWrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background:hsla(0,0%,0%,0.9);
	z-index: 9999;
	display: none;
}
.searchWrap .container{
	z-index: 1;
}
.searchWrap #closeSearch{
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 20px;
}
.overlayButton{
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.4);
	z-index: 9999;
	display: none;
}
/*****************************************************header**/
#header{	
	background: #fff;
	width: 100%;
	min-width: 320px;
	height: 110px;
	z-index: 1000;
	padding: 0;
	position: fixed;
	top: 0;
}
.header-container{
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.headbar{
	position: absolute;
	top: 0;
	right: 0;
}	
.headerPadding{
	height: 110px;
}
#header .navbar{
	margin-bottom: 0;
}
#header .navbar-brand{
	height: auto;
}
#header h1{
	margin: 0;
}
#header .logo{
	margin-top: 0px;
	transition: 0.3s all;
	vertical-align: middle;
	height: 66px;
	image-rendering: -webkit-optimize-contrast;
}
.nav-up {
  top: -100px;
}
.border-bottom{	
	border-bottom: 1px solid #ddd;
}
a.skipToContent {
  left:-999px;
  position:absolute;
  top:10px;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skipToContent:focus, a.skipToContent:active {
  color: #fff;
  background-color:#D42127;
  left: auto;
  top: 20px;
  width: auto;
  height: auto;
  overflow:auto;
  margin: 0 40%;
  padding:5px 20px;
  border-radius: 10px;
  text-align:center;
  z-index:999;
}
.headbar{
	text-align: right;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	font-size: 14px;
	z-index: 101;
}
.headbar&gt;div{
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.headbar&gt;div:first-child{
	margin-left: 0 ;
}
.headbar a{
	color: #666;
}
.headbar a:hover, .headbar a:focus{
	color: #ed6c00;
}
.headbar i{
	font-size: 22px;
	vertical-align: middle;
}
.navbar-brand{
	padding: 0;
}
.headborder{
	height: 5px;
	display: block;
	margin: 0;
}
.navbar-collapse{
	padding: 0;
}
.navbar-nav{
	margin-right: 0;
	margin-left: 0;
}
#defaultNavbar1{
	margin-top: 40px;
	background: #fff;
}
#defaultNavbar1 .navbar-nav &gt; li &gt; a{
	font-size: 18px !important;
}

@media screen and (min-width:992px){
	
	.header-container{
		padding-top: 20px;
	}
	header .nav &gt; li &gt; a{
		padding-left: 0;
		padding-right: 0;
		margin-left: 30px;
	}
	header .nav &gt; li:first-child &gt; a{
		margin-left:  0;
	}
	.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
		background: none;
		color: #0086d1;
	}
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
.navbar-nav &gt; li &gt; .dropdown-menu{
	border: none;
}
.dropdown-menu{
	font-size: 1.5rem;
}
.dropdown-menu &gt; li &gt; a{
	padding: 0.5em 15px;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus{
	color: #ed6c00;
	background-color: inherit;
}
.navbar-default .navbar-nav &gt; li &gt; a{
	font-size: 18px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus{
	color: #ed6c00;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #ed6c00;
	border: 1px solid #ed6c00;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}
@media (max-width:767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: none;
		background-color: #ebf5f2;
	}
}
.navbar-default{
	background: none;
	border: none;
	z-index: 100;
}
#defaultNavbar1 .headbarM{
	display: none;
}
@media (min-width:768px){
	.navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand{
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	#header{
		max-height: 100vh;
		height: 70px;
	}
	.headerPadding{
		height: 70px;
	}
	#header .logo{
		height: 50px;
		margin-left: 0;
	}
	/* menu break point */
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
	#header .navbar .container-fluid{
	}
  header .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
	}
  .navbar-collapse.collapse {
    display: none!important;
		height: 100% !important;
    }
  header .navbar-nav {
    float: none!important;
		margin-top: 7.5px;
		margin: 7.5px 0;
	}
	.navbar-nav&gt;li {
    float: none;
		width: 100%;
   }
  .navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
		text-align: left;
		margin-left: 0;
   }
  .collapse.in{
    display:block !important;
	}
	/* menu break point end*/
	
	.headbar{
		display: none;
	}
	#header .navbar{
		background: #fff;
		margin: 0;
	}
	/*#header .navbar-header{
		height: 50px !important;
		margin-top: 40px;
		margin-bottom: 10px;
	}*/
	#header .navbar-toggle {
    margin-top: 8px;
		margin-right: 0;
  }
	#defaultNavbar1{
		margin: 0 -30px;
		margin-top: 8px ;
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
	}
  #header.sticky #defaultNavbar1{
    max-height: calc(100vh - 70px);
  }
	#defaultNavbar1 .headbarM{
		text-align: center;
		display: block;
	}
	#defaultNavbar1 .headbarM .lg{
		display: inline-block;
		margin: 0 5px;
		padding: 2px 5px; 
		font-size: 18px;
	}
	#defaultNavbar1 .navbar-nav &gt; li &gt; a{
		font-size: 1.6rem !important;
	}
	#fontSize{
		display: inline-block;
		margin:0 6px;
	}
	#defaultNavbar1 .headbarM .lg a{
		color: #666;
	}
	#header .container .navbar-header{
		margin-right: 0;
		margin-left: 0;
	}
	#header .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
    box-shadow: none;
		background: #e6faff;
	  }
	.dropdown-menu &gt; li &gt; a{
		padding: 4px 20px;
	}
	.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
		background: #fff;
	}
}
@media (max-width:991px ){
	#header{
		padding: 0;
	}
	#header .navbar-toggle {
		margin-right: 0;
    }
	#header .navbar-header{
		height: 50px !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
  #defaultNavbar1{
		margin: 0 -15px;
    max-height: calc(100vh - 70px);
  }
	.headerPadding{
		height: 70px;
	}
}

/************************************************Sticky menu*/
#header.sticky{
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	height: auto;
}
#header.sticky .header-container{
	padding-top: 0;
}
#header.sticky .logo{
	height: 50px;
	margin-top: 0;
}
.sticky .headbar{
	display: none;
}
.sticky .navbar-header{
	height: 50px !important;
	margin-top: 8px;
}
.sticky #defaultNavbar1{
	margin-top: 8px;
	margin-bottom: 8px;
}
.sticky .navbar{
	background: #fff;
}
.sticky .navbar-toggle{
	margin-top: 8px;
}
@media screen and (max-width:991px){
	.sticky .navbar-header{
		margin-top: 10px;
		margin-bottom: 10px;
	}	
}
/*******************************************************************share**/
.small{
	font-size: 1.4rem;
}
.btn-red{
	background-color: #CC0000;
	color: #fff;
}
.btn-red:focus, .btn-red:hover{
	background-color: #A10000;
	color: #fff;
}
.section-title{
	font-size: 2rem;
	border-left: 7px solid #80c9cf;
	padding-left: 0.8rem;
	margin-bottom: 20px;
}
.section-padding{
	padding-top: 60px;
	padding-bottom: 60px;
}
.text-shadow{
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.img-bg{
	background-image: url(../images/bg.jpg);
	background-size: cover;
}
.breadcrumb-container{
	padding: 1rem;
	font-size: 2rem;
}
.breadcrumb{
	background: none;
	font-size: 1.6rem;
	color: #fff;
	padding: 0;
	margin-bottom: 0;	
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus{
	color: #fff !important;
}
.breadcrumb &gt; .active{
	color: #fff !important;
}
.breadcrumb &gt; li + li:before{
	color: #fff;
}
.breadcrumb .dropdown{
	display: inline-block !important;
	padding: 0;
}
.breadcrumb .dropdown-menu{
	max-width: 260px;
	padding: 0;
	overflow: hidden;
}
.breadcrumb .dropdown-item{
	display: block;
	padding: 10px;
	line-height: 1.2em;
	border-bottom: 1px solid #ddd;
}
.breadcrumb .dropdown-item:last-child{
	border: none;
}
.breadcrumb .dropdown-item:hover, .breadcrumb .dropdown-item:focus{
	background: #eee;
}
.cate-list{
	margin-top: -10px;
	margin-bottom: -40px;
}
.cate-list .active a{
	background: #437835;
	color: #fff;
	border-color: #437835;
}
.cate-list a{
	margin: 5px 0;
}
.cate-list .list-inline &gt; li{
	padding-right: 0;
}
@media (max-width:767px){
	.section-padding{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.coverWrapper:after {
	padding-top: 62.5%;
	display: block;
	content: '';
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.coverWrapper .label{
	position: absolute;
	top: 0;
	z-index: 1;
	font-size: 1.6rem;
	padding: 1rem 2rem;
	margin: 0;
	background: #c30d23;
	border-radius: 0;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.50);
}
.coverWrapper .label.pass{
	background: #333;
}
.coverWrapper .title{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 0.6rem 1rem;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.coverWrapper:hover .title{
	background-color: rgba(0,0,0,0.10);
}
.coverWrapper .title&gt;div{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-size: 2.6rem;
	font-weight: bold;
}
a:hover .coverWrapper .title,
a:focus .coverWrapper .title{
	padding-bottom: 2rem;
}
a:hover .coverWrapper .cover,
a:focus .coverWrapper .cover{	
	opacity: .6;
}
.coverWrapper .hoverBox{
	position: absolute;
	width:100%;
	background-color: inherit;
	color: #fff;
	padding: 10%;
	height: 100%;
	-webkit-transition: 1s all;
	transition: 1s all;
	 
	opacity: 0;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hoverBox .text{
	display: table;
	height: 100%;
	width: 100%;
}
.hoverBox .text&gt;div{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.coverWithText-list{
	margin-top: 15px;
	margin-bottom: 15px;
}
.coverWithText{
	margin: 1.5rem 0 2rem;
}
.coverWithText .content{
	margin: 10px 0;
}
.coverWithText .date{
	font-size: 1.4rem;
	margin-bottom: 0.2rem;
}
.coverWithText .title{
	font-weight: bold;
	line-height: 1.1em;
}
.coverWithText .des{
	margin-top: 0.3rem;
	color: #444;
	font-size: 1.4rem;
	line-height: 1.6rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	min-height: 1.6rem;
	max-height: 4.8rem;
}
.coverWithText a{
	color: #008000;
}
.coverWithText a:hover{
	color: #CC0000;
}
@media (min-width:992px){
	.coverWithText-list &gt; .col-md-4:nth-child(3n+1){
		clear: both;
	}
}
@media (min-width:768px){
	.coverWithText-list &gt; .col-sm-4:nth-child(3n+1){
		clear: both;
	}
}
@media (min-width:768px) and (max-width:991px){
	.coverWithText-list &gt; .col-sm-6:nth-child(2n+1){
		clear: both;
	}
}
@media (max-width:768px){
	.coverWithText-list &gt; .col-xs-6:nth-child(2n+1){
		clear: both;
	}
	.coverWithText .title{
		font-weight: normal;
		font-size: 1.5rem;
	}
}
.img-title-container{
	margin-top: -15px;
}
.img-title-container &gt; div:nth-child(3n+1){
	clear: both;
}
.img-title{
	margin-top: 15px;
}
/*******************************************************************home index**/
.indexbar{
	height: 3px;
	background: #80c9cf;
	background: -moz-linear-gradient(left, #80c9cf 1%, #fdd156 100%);
	background: -webkit-linear-gradient(left, #80c9cf 1%,#fdd156 100%);
	background: linear-gradient(to right, #80c9cf 1%,#fdd156 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c9cf', endColorstr='#fdd156',GradientType=1 );
}
.index-cate{
	height: 550px;
	width: 50%;
	float: left;
	display: block;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s all;
	opacity: 1;
}
.index-cate.social{
	background-image: url(../images/42108893-portrait-senior-asian-couple-in-park.jpg);	
}
.index-cate.health{
	background-image: url(../images/39851927-senior-couple-jogging.jpg);
}
.index-cate:hover{
	opacity: 0.8;
}
.index-cate .floatBox{
	position: absolute;
	bottom: 30px;
	width: 90%;
	max-width: 480px;
	right: 4%;
	display: block;
	background: rgba(255,255,255,0.85);
	padding: 30px 20px;
	text-align: center;
}
.index-cate.health .floatBox{
	left: 4%;
	right: inherit;
}
.floatBox .title{
	font-size: 4rem;
	font-weight: 300;
	line-height: 1em;
}
@media (max-width:1199px){
	.index-cate{
		height: 450px;
	}
}
@media (max-width:991px){
	.index-cate{
		height: 350px;
	}
	.index-cate .floatBox{
		padding: 15px 20px;
	}
	.floatBox .title{
		font-size: 3rem;
	}
}
@media (max-width:767px){
	.index-cate-wrap{
		height: calc(100vh - 70px);
	}
	.index-cate{
		height: 50%;
		width: 100%;
	}
	.index-cate .floatBox{
		max-width: none;
		bottom: 20px;
		left: 5% !important;
		padding: 10px 15px;
		font-size: 1.4rem;
	}
	.floatBox .title{
		font-size: 2rem;
		font-weight: normal;
	}
}

/*******************************************************************banner**/
.index-banner{
	max-width: 1140px;
	margin: 25px auto;
}
.index-banner .banner{
	width: 100%;
	position: relative;
}
.index-banner .banner img{
	width: 100%;
}
.index-banner .banner .banner-info{
	display: block;
	position: absolute;
	bottom: 25px ;
	left: 25px;
	background: rgba(255,255,255,0.80);
	padding: 20px;
	color: #555 !important;
	transition: 0.3s all;
	width: calc(100% - 50px);
	max-width: 700px;
	line-height: 1.2em;
}
.index-banner .banner .banner-info:hover{
	background: rgba(255,255,255,0.95);
}
.index-banner .banner .banner-info .title{
	font-size: 2.4rem;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}
@media (max-width:1170px){
	.index-banner{
		margin-top: 0;
	}	
}
@media (max-width:767px){
	.slick-dots{
		bottom: 0;
	}
	.index-banner .banner .banner-info{
		position: relative;
		bottom: 35px;
		padding: 15px;
	}
	.index-banner .banner .banner-info .title{
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.index-banner .banner .banner-info .des{
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height: 3.2rem;
		font-size: 1.4rem;
		line-height: 1.6rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
/************************************************** news-slider*/
.news-item{
	font-size: 1.7rem;
	line-height: 1.2em;
}
.news-item .coverWrapper, 
.test-list-item .coverWrapper{
	margin-bottom: 1rem;
}{
	margin-bottom: 1rem;
}
.news-item a{
	color: #888;
}
.news-item a:hover, .news-item a:focus{
	color: #222;
}
.cate{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.slick-prev:before, .slick-next:before{
	background-size: 15px 30px;
	display: inline-block;
	width: 15px; 
	height: 30px;
	content:"";
}
.slick-prev:before{
	background-image: url('../images/a-left.png') ;
}
.slick-next:before{
	background-image: url('../images/a-right.png') ;	
}
@media (max-width:767px){
	.news-item{
		font-size: 1.6rem;
	}
}
/************************************************** Share Button*/
.floatIconWrap{
	position: fixed;
	bottom: 65px;
	right: 10px;
	z-index: 99;
}
.floatIconContainer{
	position: relative;
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 50px;
	display: none;
	cursor: pointer;
}
.floatIconContainer .text{
	display: inline-block;
	color: #333;
	position: absolute;
	right: 55px;
	top: 0;
	white-space:nowrap;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.floatIcon{
	background: #abc;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	border-radius: 25px;
	color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.floatIconContainer a:hover .floatIcon,
.floatIconContainer a:focus .floatIcon,
.floatIconContainer a:hover .text,
.floatIconContainer a:focus .text{
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.6);
}
.fade_Out{
	animation: fadeOut 0.3s 175ms forwards;
}
#shareBtn{
	display: inline-block;
}
#shareBtn .text{
	opacity: 0;
	transition: 0.5s all;
}
#shareBtn a:hover .text,
#shareBtn a:focus .text{
	opacity: 1;
}
#shareBtn .fa-minus{
	display: none;
}
#shareBtn a:hover i{		
	animation-duration: 0.3s;
	animation-name: rotateIn;
	animation-fill-mode: both;
}

.floatIconList{
	position: absolute;
	bottom: 50px;
	margin-bottom: 5px;
}
@keyframes rotateIn {
	from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@media screen and (max-width:530px){
	.floatIconWrap{
		bottom: 55px;
	}
	.floatIconContainer,.floatIcon{
		width: 40px;
		height: 40px;
	}
	.floatIcon{
		line-height: 40px;
		font-size: 20px;
	}
	.floatIconContainer .text{
		right:45px;
		margin-top: 5px;
	}
	.floatIconList{
		bottom:40px;
	}
}
/*******************************************************************inside**/
.article-cover{
	margin-bottom: 2em;
	display: block;
}
article h2{
	font-weight: bold;
}
.sideSection{
	margin-bottom: 5rem;
}
.sideSection + .sideSection{
	margin-top: 5rem;	
}
.side-list{
}
.side-list &gt; div{
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px dotted #ddd;
}
.side-list &gt; div:last-child{
	border-bottom: none;
}
article .headinfo{
	margin-bottom: 1em;
	font-size: 1.4rem;
}
@media (max-width:767px){	
	.sideSection + .sideSection{
		margin-top: 3rem;	
	}
}

.horizontal-list &gt; .list-item{
	padding: 40px 15px;
	clear: both;
	display: block;
	border-bottom: 1px solid #ddd;
}
.horizontal-list &gt; .list-item .cover{
	float: left;
	display: block;
	width: 40%;
	max-width: 250px;
	text-align: center;
}
.horizontal-list &gt; .list-item .cover img{
		width: 100%;
	}
.horizontal-list &gt; .list-item a{
	color: #555;
}
.horizontal-list &gt; .list-item a:hover,
.horizontal-list &gt; .list-item a:focus{
	color: #337ab7;
}
.horizontal-list &gt; .list-item .content{
	overflow-x: auto;
	padding-left: 20px;
}
.horizontal-list &gt; .list-item .content &gt; div{
	margin-bottom: 5px;
}
.horizontal-list &gt; .list-item .title{
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.horizontal-list &gt; .list-item .date{
	font-size: 1.4rem;
	color: #999;
}
.horizontal-list &gt; .list-item .btn{
	margin-top: 15px;
}
.test-list-item{
	margin-bottom: 30px;
}
@media (max-width:767px){
	.horizontal-list &gt; .list-item .cover{
		width: 100%;
		max-width: inherit;
		float: none;
		margin-bottom: 15px;
	}
	.horizontal-list &gt; .list-item .content{
		padding-left: 0;
	}
	.horizontal-list &gt; .list-item{
		padding: 40px 0px;
	}
}
/*******************************************************************Footer**/
.scrollToTopContainer{
	display:none;
	position: fixed;
	margin: 0;
	bottom: 10px;
	right: 10px;
	z-index: 99;
}
.scrollToTopContainer .text{
	display: none;
	color: #333;
	position: absolute;
	right: 55px;
	min-width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.scrollToTopContainer:hover .text,
.scrollToTopContainer:focus .text{
	display: block;
}
.scrollToTop{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	background: #CC0000;
	transition: background 0.3s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.scrollToTop img{
	width: 50%;
}
.scrollToTop:hover, .scrollToTop:focus{
	background: #63b350;
	outline: none;
}
footer{
	background-color: #f5f5f5;
}
.footer-logo{
	margin-bottom: 25px;
}
.footer-title{
	margin-bottom: 0.5em;
	font-size: 1.8rem;
}
.footer-link-list{
	font-size: 1.5rem;
	color: #444;
}
.footer-link-list li{
	margin-bottom: 3px;
}
.footer-link-list a{
	color: #444;
}
@media screen and (max-width:530px){
	.scrollToTopContainer .text{
		right: 45px;
	}
	.scrollToTop{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
.footer-upper{
	padding-top: 40px;
	padding-bottom: 40px;
}
.foorter-bottom{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #80c9cf 1px solid;
	font-size: 1.4rem;
}
.foorter-bottom a{
	margin-right: 15px;
	display: inline-block;
	color: #444;
}
.foorter-bottom .copyright{
	float: right;
	text-align: right;
}
@media (max-width:767px){
	.foorter-bottom .copyright{
		float: none;
		text-align: left;
	}
}</pre></body></html>