﻿.index-banner-link:hover span{
  color: #FFF;
}
.index-banner-link:hover:after{
  transform: scale(1,1);
}
.about-list2-p-box a:hover:after,
.footer-cooperation-link:hover:after{
  transform: scale(1,1);
}
.about-list2-p-box a:hover span,
.footer-cooperation-link:hover span{
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.production-process-list:hover .production-process-img{
	transform: scale(1.1);
}
.production-process-list:hover .production-process-list-info span{
	color: #00a48b;
	letter-spacing: 3px;
}
.production-link:hover{
	color: #FFF;
}
.production-link:hover:after{
	transform: scale(1,1);
}
.vip-list-download:hover{
	color: #00a48b;
	font-weight: bold;
}

.member-in-close,
.member-button,
.footer-news-p,
.footer-news-date,
.footer-news-date,
.footer-contact-p a{
	transition: all .3s linear;
}
.member-in-close:hover{
	background-color: #00a48b;
	color: #FFF;
}

.member-button:hover{
	background-color: #434343;
	color: #FFF;
}
.footer-pic-list:hover .footer-list-img span,
.footer-news-list:hover .footer-list-img span{
	transform: scale(1.1);
}

.footer-news-list:hover .footer-news-p{
	color: #8b6d4a;
}

.footer-news-list:hover .footer-news-date{
	font-weight: bold;
	list-style: 2px;
}
.footer-cooperation-link:hover span{
	color: #FFF;
}
.footer-contact-p a:hover{
	color: #00a48b;
}
.language-class-list-box li:hover{
	background-color: #000;
}
.header-menu-title:after{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #00a48b;
	position: absolute;
	content: 'none';
	font-size:0;
	bottom: 15px;
	left: 0;
	transform: scale(0,1);
	transition: all .3s linear;
}
.header-menu li:hover .header-menu-title,
.header-menu li.active .header-menu-title{
	color: #00a48b;
}
.header-menu li:hover .header-menu-title:after,
.header-menu li.active .header-menu-title:after{
	transform: scale(1,1);
}
.language-class-title,
.language-class-title:after{
	transition: all .3s linear;
}
.language-class-title:hover,
.language-class-title:hover:after{
	color: #00a48b;
}
.header-menu-s-list-box{
	pointer-events: none;
	transform: scale(1,0);
	transform-origin: top;
	transition: all .5s ease;
}
.header-style1 .header-menu> li:hover .header-menu-s-list-box{
	transform: scale(1,1);
	pointer-events: auto;
}



.banner-svg-box circle {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 2;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
    transition-delay: 0.3s;
    transition-delay: 0s;
}

.banner-svg-box.active circle{
	stroke-dashoffset: 0;
}
.lohas-link-box,
.button button,
.footer-title,
.travel-info-title,
.travel-link-box{
	transition: all .5s ease;
}
.button button{
	cursor: pointer;
}
.lohas-link-box:hover,
.button button:hover{
	background-color: #8b6d4a;
	color: #FFF;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,0.6)2px 2px 5px;
}
.button button:hover{
	border: none;
}
a.footer-title{
	height: 28px;
	line-height: 28px;
}
a.footer-title:hover{
	font-size: 16px;
	color: #8b6d4a;
	font-weight: bold;
}

.travel-list:hover .travel-img{
	transform: scale(1.1);
}

.travel-list:hover .travel-info-title{
	color: #8b6d4a;
}

.travel-list:hover .travel-link-box{
	background-color: #00a48b;
	color: #FFF;
}

.lohas-list-info-process-title,
.lohas-list-info-process-p{
	transition: all .5s ease;
}
.lohas-list2-info-process:hover .lohas-list-info-process-title{
	padding: 0;
	padding-top: 20px;
	font-size: 18px;
	color: #00a48b;
	font-weight: bold;
}
.lohas-list2-info-process:hover .lohas-list-info-process-p{
	
	opacity: 0;
}

.vip-out{
	transition: all .5s ease;
}
.vip-out i{
	padding-right: 5px;
}
.vip-out:hover{
	color: #8b6d4a;
	letter-spacing: 5px;
}

.web a{
	transition: all .5s ease;
}

.web a:hover{
	color: #00a48b;
}

