@import url("base.css");

#app {
	height: 100%;
	background-color: #FFFFFF;
}

/* header */
.top-nav {
	height: 80px;
	background-color:  #005A60;
	font-size: 16px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.top-nav a {
	color: #FFFFFF;
	/* margin: 0 16px; */
}

.top-nav a:not(.top-nav-content>a):hover {
	color: #24ABB3;
}

.index-select {
	position: relative;
}

.index-select>a {
	color: #24ABB3;
}

.index-select::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 60px;
	height: 3px;
	transform: translateX(-50%);
	background-color: #24abb3;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fl span {
	display: block;
	font-size: 14px;
	line-height: 1.3;
}

.fl span:last-child {
	color: #24abb3;
	font-size: 24px;
}

.top-nav li {
	float: left;
}

.top-nav-content {
	max-width: 1380px;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

a.index-logo {
	height: 100%;
	display: flex;
	align-items: center;
	/* margin-right: 60px; */
}

.logo {
	max-height: 80px;
}

.header-info {
	height: 100%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.header-info div:first-child{
	margin-right: 16px;
}
.top_dao {
  display: none;
}
.line-h {
	line-height: 80px;
}

.flex-r{
	display: flex;
}
.flex-r ul{
	margin-right: 60px;
}
.flex-r ul li a{
	margin: 0 16px;
}
.flex-c{
	display: flex;
	flex-direction: column;
}
/* header */
/* footer */
.footer {
	max-width: 100%;
	min-width: 1200px;
	background: linear-gradient( 180deg, #34A09A 0%, #133A38 100%);
}

.main-wrap {
	max-width: 1380px;
	min-width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.foot-cont {
	padding: 40px 0;
	justify-content: space-between;
}

.flex {
	display: flex;
}


.foot-nav-box {
	/* flex: 1; */
	padding-top: 5px;
}

.footer .btm-box {
	padding: 20px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.footer .btm-box .copy-box {
	font-size: 14px;
	line-height: 18px;
	color: rgba(234,255,255,0.6);
	text-align: center;
}

.footer .foot-nav-box h5 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
}
.foot-nav-box .position{
	height: 50px;
	width: 100%;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 10px;
}
.footer .foot-ul{
	 margin-top: 10px;
}
.footer .foot-ul li {
    text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

.footer .foot-ul li a {
	margin-right: 10px;
}

.footer .foot-ul li a:hover {
	color: #fff;
}

/* footer */

/* banner */
.banner {
	width: 100%;
	height: 100%;
}

.banner-box {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

ul.tagul {
	height: 100%;
	list-style: none;
	padding: 0px;
	display: flex;
}

ul.tagul img {
	height: 100%;
	width: auto;
	/* transform: scale(1.1,1.1);
	transition: transform 8s ease-out; */
}

.img-list-li {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-enter-active,
.right-enter-active {
	transform: translateX(0);
	transition: all 1s ease;
}

.left-leave-active {
	transform: translateX(100%);
	transition: all 1s ease;
}

.left-enter {
	transform: translateX(-100%);
}

.left-leave,
.right-leave {
	transform: translateX(0);
}

.right-leave-active {
	transform: translateX(-100%);
	transition: all 1s ease;
}

.right-enter {
	transform: translateX(100%);
}

/* banner */
/* 左右 */
/*.change-btn-li-left {*/
/*	left: 20px;*/
/*	background: url(../images/l.png) no-repeat center;*/
/*}*/

/*.change-btn-li-right {*/
/*	right: 20px;*/
/*	background: url(../images/r.png) no-repeat center;*/
/*}*/

.change-btn-li-left,
.change-btn-li-right {
	position: absolute;
	top: 45%;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.change-btn-li-left:hover,
.change-btn-li-right:hover {
	background-color: rgba(255,255,255,1);
}
.change-btn-li-left>.iconfont,
.change-btn-li-right>.iconfont {
	padding: 0;
	margin: 0 !important;
}

.change-btn-li-left:hover,
.change-btn-li-right:hover {
	color: #24ABB3;
}

/* 左右 */

/* ... */
ul.banner-list {
	width: auto;
	height: 10px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
}

ul.banner-list li {
	display: inline-block;
	vertical-align: top;
	width: 2.6em;
	height: 4px;
	background: #fff;
	box-shadow: 0 0 10px #333;
	border-radius: 4px;
	margin: 0 .25em;
	cursor: pointer;
}

ul.banner-list li.con {
	background: #24abb3;
}

.mousemove {
	width: 2em;
	height: 3em;
	border: 2px solid rgba(255, 255, 255, .8);
	border-radius: 1em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8em;
	margin: 0 auto;
	z-index: 9;
}

.mousemove:before {
	content: '';
	width: .4em;
	height: .4em;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .5em;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	animation: mousemove 2s infinite ease-in-out;
}
/*@keyframes mousemove {*/
/*	0 {*/
/*		opacity: 0*/
/*	}*/

/*	30% {*/
/*		opacity: 1*/
/*	}*/

/*	60% {*/
/*		opacity: 0;*/
/*		transform: translateY(1.5em)*/
/*	}*/
/*}*/
/* ... */


/* page */
.page {
	min-width: 1200px;
	max-width: 100%;
	height: 100%;
	display: flex;
}

.page>.page-img,
.page>.page-text {
	width: 50%;
	/* height: 100%; */
	font-size: 0;
}
.bg-img{
	background: url(../images/bg-img.png) no-repeat center;
}
.page-text {
	display: flex;
	align-items: center;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 60px;
	box-sizing: border-box;
}
.head h3{
	font-size: 36px;
	color: #333333;
	line-height: 1.3;
}
.head p{
	font-size: 24px;
	color: #666;
	line-height: 1.3;
}
.head+.content{
	font-size: 18px;
	margin: 40px 0 120px;
	color: #333333;
}
.about-page{
	background: url(../images/back.png) no-repeat center;
	background-size:auto 100%
}
.about-news{
	background:#FFFFFF;
}
.about{
	max-width: 1380px;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}
.about h3{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.left-news{
	flex: 1;
	margin-right: 100px;
}
.right-news a:hover .time-date{
	background: #24ABB3;
	color: #FFFFFF;
}
.right-news a:hover .paragraph-heading,.left-news>a:hover .paragraph-heading{
	color: #24ABB3;
}
.news{
	display: flex;
	text-align: left;
}
.news-img{
	display: block;
	width: 520px;
	height: 310px;
	overflow: hidden;
}
.news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.more{
	background-color: #24abb3;
	padding: 10px 30px;
	border-radius:30px;
	color: #FFFFFF;
	font-size: 18px;
}
i.more-img{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/r-w.png) no-repeat center;
	background-size:auto 100%;
	vertical-align: middle;
	margin-left: 4px;
}
.more:hover{
	background-color:rgba(32,171,179,0.8);
	
}
.paragraph{
	margin: 60px 0;
	line-height: 1.5;
}
.paragraph .paragraph-heading{
	font-size: 18px;
	margin-bottom: 10px;
	color: #666666;
	transition: all 0.5s;
}
.paragraph .paragraph-content{
	font-size: 14px;
	color: #888;
}
.time-date{
	background: #e5e5e5;
	border-radius:4px;
	height: 86px;
	width:96px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.5s;
}
.time-date span{
	font-size: 30px;
}
.right-news>li>a{
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5;
	
}

