﻿
/* html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }*/


body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #333;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

dl,
dt,
dd {
	margin: 0;
}

ul {
	zoom: 1;
}

ul:after {
	display: block;
	content: '';
	clear: both;
}

.w1440 {
	width: 1440px;
	margin: 0 auto;
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #000;
	height: 100%;
}

.slideBox .bd {
	position: relative;
	height: 100%;
}

.slideBox .bd ul {
	height: 100%;
}

.slideBox .bd li {
	vertical-align: middle;
	height: 100%;
}

.pc-banner {
	display: block;
}

.mobile-banner {
	display: none;
}

.bannerSwiper{
	position: relative;
	overflow: hidden;
}
.bannerSwiper img{
	width: 100%;
	height: 100%;
	animation: changeScale 1 2.5s;
}

.bannerSwiper .banner-txt {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
}

.bannerSwiper .banner-txt .t1 {
	width: 100%;
	font-size: 48px;
	font-family: "JDJYZHONG";
	text-shadow: 0 0 8px #000;
	color: #fff !important;
	margin-bottom: 20px;
}

.bannerSwiper .banner-txt .an {
	width: 245px;
	height: 50px;
	background: url(../images/icon-bg01.jpg) no-repeat;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
	transition-duration: 0.5s;
	position: relative;
	top: 0;
}
.bannerSwiper .banner-txt .an:hover{
	top: -5px;
	box-shadow: 0 4px 10px #efcb69;
}
.bannerSwiper .banner-txt .an a {
	color: #FFFFFF;
	display: block;
}



 
.banner-container {
    position: relative;
    overflow: hidden;
    
}

.banner-container .swiper-slide {
    overflow: hidden;
}

.banner-container .swiper-slide img,.zPcontainer .swiper-slide img {
    width: 100%;
    display: block;
}

.banner-container .swiper-slide-active img {

   animation: changeScale 1 3s;
}
.zPcontainer{ padding-bottom:40PX !important}
.zPcontainer .swiper-pagination-bullet-active{background: #c0a354 !important;}

.banner-txt {
    position: absolute;
    left: 0rem;
    top: 25%;
    color: #fff;
    transition-duration: 2s;
    opacity: 0; text-align:center; width:100%
}

.swiper-slide-active .banner-txt {
    top: 40%;
    opacity: 1;
}

.banner-txt p {
    font-size: 48px;
	color: #fff !important;
    text-shadow: 2px 2px 2px #333333;
}













.home-header {
	width: 100%;
	height: 120px;
	padding: ;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: fixed;
	top: 0;
	z-index: 999;
	transition-duration: 0.5s;
}

.logo {
	position: absolute;
	left: 50%;
	top: 12px;
	margin-left: -57.5px;
}

.home-header-nav ul li {
	float: left;
	font-size: 18px;
	margin-top: 80px;
	margin-right: 13%;
}

.home-header-nav ul li:nth-child(3) {
	margin-right: 18%;
}
/*.home-header-nav ul li:nth-last-child(-n+4){
	margin-right: 7%;
}*/
.home-header-nav ul li:last-child {
	margin-right: 0 !important;
}

.home-header-nav ul li a {
	color: #fff;
}

.home-header-nav ul li:hover a {
	color: #c0a354;
	transition-duration: 0.5s;
	font-weight: bold;
}

.active a {
	color: #c0a354 !important;
	font-weight: bold;
}

.header-sp {
	background: #c0a354 !important;
}

.header-sp ul li a {
	color: #ffffff !important;
}

.home-about{
	padding-top: 70px;
	background: url(../images/h-bg01.png) no-repeat center bottom;
}
.home-title{
	text-align: center;
	margin-bottom: 30px;
}
.home-title h3{
	font-size: 48px;
	color: #333333;
	font-weight: normal;
}
.home-title span{
	font-size: 22px;
	color: #c0a354;
	font-family: "宋体";
	position: relative;
	text-transform: uppercase;
}
.home-title span:before{
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background: #c0a354;
	position: absolute;
	left: -20px;
	top: 11px;
}
.home-title span:after{
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background: #c0a354;
	position: absolute;
	right: -20px;
	top: 11px;
}
.home-about-nav p{
	display: block;
	margin: 0 auto;
	width: 52%;
	font-size: 18px;
	color: #555555;
	line-height: 34px;
	text-align: center;
}
/*.home-about-nav ul{
	margin-top: 40px;
}
.home-about-nav ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
}
.home-about-nav ul li:nth-child(3n){
	margin-right: 0;
}
.home-about-nav ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-about-nav ul li:hover img{
	transform: scale(1.1);
}*/

.home-ab-lb{
	margin-top: 40px; overflow:hidden
}
.home-ab-lb .item{
	overflow: hidden;
}
.aboutSwiper .swiper-slide{
	overflow: hidden;
}
.aboutSwiper img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.aboutSwiper img:hover{
	transform: scale(1.1);
}
.get-more{
	display: block;
	width: 154px;
	height: 50px;
	background: url(../images/icon-bg01.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin-top: 35px;
}

.home-book{
	margin-top: 50px;
	padding-top: 45px;
	background: url(../images/h-bg02.png) no-repeat center top;
}

.home-book .item{
	overflow: hidden;
}
.home-book .item img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-book .item:hover img{
	transform: scale(1.1);
}
.home-book .item:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	transition-duration: 0.5s;
}
.center .item:before{
	display: none !important;
}
.book-link{
	width: 55%;
	background: rgba(255,255,255,0.85);
	padding: 30px 40px;
	position: absolute;
	right: -1px;
	bottom: 12%;
	z-index: 3;
	transition-duration: 0.5s;
	opacity: 0;
}
.center .book-link{
	opacity: 1;
}
.book-link h5{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.book-link p{
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.book-link span{
	display: block;
	width: 154px;
	height: 50px;
	background: url(../images/icon-bg01.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
}
.home-book .owl-prev,.home-book .owl-next{
	display: block !important;
	width: 23px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.home-book .owl-prev{
	background: url(../images/left01.png) no-repeat;
	left: 23%;
	
}
.home-book .owl-next{
	background: url(../images/right01.png) no-repeat;
	right: 23%;
}
.home-company{
	padding-top: 100px;
	padding-bottom: 90px;
}
.home-company-nav{
	display: flex;
}
.home-company-fl{
	width: 50%;
	padding-right: 35px;
}
.home-company-fr{
	width: 50%;
	padding-left: 35px;
	position: relative;
}
.home-company-img{
	width: 100%;
	overflow: hidden;
}
.home-company-img img{
		display: none;
	width: 100%;
	animation: changeScale 1 1s;
}
.home-company-fr .home-title{
	text-align: left;
}
.home-company-fr .home-title span{
	margin-left: 20px;
}
.home-company-contenter{
	display: none;
}
.home-company-list{
	margin-bottom: 20px;
}
.home-company-list ul{
	border-bottom: 1px solid #dfdfdf;
}
.home-company-list ul li{
	float: left;
	margin-right: 15%;
	font-size: 22px;
	color: #111111;
	line-height: 46px;
}
.home-company-list ul li:last-child{
	margin-right: 0;
}
.home-company-list ul li a{
	display: block;
	color: #111111;
	position: relative;
}
.home-company-list ul li a:after{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #d0a112;
	position: absolute;
	bottom: 0;
	transition-property: 0.5s;
}
.hover-now a:after{
	width: 100% !important;
}
.home-company-contenter p{
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
}
.home-company-contenter ul{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.home-company-contenter ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.home-company-contenter ul li:last-child{
	margin-right: 0;
}
.home-company-contenter ul li img{
	display: block;
	width: 100%;
}
.home-company-contenter ul li p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition-duration: 0.5s;
}
.home-company-contenter ul li:hover p{
	opacity: 1;
}

.home-meeting{
	padding: 80px 0 90px;
	background: url(../images/h-bg03.jpg) no-repeat center top #f8f8f8;
}
.home-meeting .home-title h3{
	color: #ffffff;
}
.home-meeting-text{
	display: block;
	margin: 0 auto;
	width: 47%;
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	opacity: 0.48;
}
.home-meeting ul{
	margin-top: 60px;
}
.home-meeting ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	overflow: hidden;
	padding-bottom: 74px;
	box-shadow: 0 4px 10px #e2e2e2;
	position: relative;
	
}
.home-meeting ul li:nth-child(3n){
	margin-right: 0;
}
.home-meeting ul li>a>img{
	display: block;
	width: 100%;
}
.home-meeting-cover{
	width: 100%;
	padding: 40px 30px 30px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	transition-duration: 0.5s;
}
.home-meeting-cover h4{
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.home-meeting-cover p{
	width: 100%;
	height: 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.home-meeting-cover img{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.home-meeting ul li:hover .home-meeting-cover{
	padding: 40px 30px 90px;
}
.home-meeting ul li:hover .home-meeting-cover p{
	height: 90px;
}
.home-join{
	padding-bottom: 100px;
	background: #f8f8f8;
}
.home-join-nav{
	display: flex;
	position: relative;
}
.home-join-fl{
	width: 50%;
	background: url(../images/h-bg04.png) no-repeat right bottom #FFFFFF;
	padding: 80px 80px 0; height:500px
}
.home-join-fl .home-title{
	text-align: left;
}
.home-join-fl .home-title span{
	margin-left: 20px;
}
.home-join-fl .get-more{
	margin: 30px 0 0 0;
}
.home-join-fl p{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
}
.home-join-fr{
	width: 50%;
}
.joinSwiper{
	width: 100%;
	overflow: hidden;
}
.home-join-fr img{
	display: block; width:100%; height:500PX
}
.home-join-fr .owl-dots{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    bottom: -30px;
	z-index: 10;
}
.home-join-fr .owl-dot{
	display: inline-block;
}
.home-join-fr .owl-dot span{
	display: block;
	width: 10px;
	height: 10px;
	background: #a8a8a8;
	border-radius: 50%;
	margin-right: 12px;
}
.home-join-fr .active span{
	background: #c0a354 !important;
}
.footer{
	background: #212121;
}
.footer-partner{
	display: none;
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footer-partner .item img{
	width: auto !important;
	max-width: 90% !important;
	margin: 0 auto;
}
.footer-menu{
	padding-top: 50px;
}
.footer-menu-nav{
	zoom: 1;
}
.footer-menu-nav:after{
	display: block;
	content: '';
	clear: both;
}
.footer-logo{
	float: left;
}
.footer-menu-fc{
	float: left;
	width: 32%;
	margin-left: 24%;
}
.footer-link{
	float: right;
	width: 22%;
}
.footer-menu-fc h4{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-menu-fc ul li{
	float: left;
	width: 44%;
	margin-right: 12%;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footer-menu-fc ul li a{
	color: #ffffff;
	opacity: 0.6;
}
.footer-menu-fc ul li:hover a{
	opacity: 1;
}
.footer-menu-fc ul li:nth-child(2n){
	margin-right: 0;
}
.footer-link h4{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-link ul li{
	float: left;
	margin-right: 40px;
	position: relative;
}
.ewm{
	display: none;
	width: 98px;
	position: absolute;
	top: 140%;
	z-index: 60;
}
.ewm:after{
	display: block;
	content: '';
	width: 16px;
	height: 14px;
	background: url(../images/jt02.png) no-repeat;
	position: absolute;
	top: -14px;
	left: 10px;
}
.ewm img{
	width: 100%;
}
.footer-link ul li:hover .ewm{
	display: block;
}
.footer-an{
	margin-top: 30px;
	padding: 20px 0;
	zoom: 1;
}
.footer-an:after{
	display: block;
	content: '';
	clear: both;
}
.footer-an p{
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.7;
}
.footer-an p a{
	color: #FFFFFF;
}
.ga{
	margin-left: 5px;
	padding-left: 24px;
	position: relative;
}	
.ga:before{
	display: block;
	content: '';
	width: 20px;
	height: 22px;
	background: url(../images/ga.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.other-link{
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.7;
}

.ne-banner{
	width: 100%;
}
.ne-banner img{
	display: block;
	width: 100%;
}
.ne-content{
	padding: 70px 0 0;
}
.sp-hotel{
	display: flex;
}
.sp-hotel-fl{
	width: 65%;
}
.sp-hotel-fl .hd{
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
	z-index: 10;
}
.sp-hotel-fl .hd ul{
	display: inline-block;
}
.sp-hotel-fl .hd li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	margin: 0 6px;
}
.sp-hotel-fl .hd li.on{
	background: #c0a354;
}
.sp-hotel-fr{
	width: 35%;
	padding: 50px 30px 0 50px;
	background: url(../images/h-bg04.png) no-repeat bottom right #ffffff;
}
.sp-hotel-fr h4{
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 15px;
}
.sp-hotel-fr h5{
	font-size: 16px;
	color: #6a6a6a;
	margin-bottom: 25px;
}
.sp-hotel-fr ul li{
	font-size: 16px;
	color: #222222;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
.sp-hotel-fr ul li:before{
	display: block;
	content: '';
	width: 14px;
	height: 13px;
	background: url(../images/star01.png) no-repeat;
	position: absolute;
	top: 7px;
	left: 0;
}
.hotel-price{
	zoom: 1;
	margin-top: 40px;
}
.hotel-price:after{
	display: block;
	content: '';
	clear: both;
}
.hotel-price-fl{
	float: left;
	margin-top: 5px;
	zoom: 1;
}
.hotel-price-fl:after{
	display: block;
	content: '';
	clear: both;
}
.hotel-price-fl span{
	float: left;
	color: #c0a354;
	line-height: 1;
}
.hotel-price-fl span:nth-child(1){
	font-size: 36px;
	font-weight: bold;
}
.hotel-price-fl span:nth-child(2){
	font-size: 36px;
	font-weight: bold;
}
.hotel-price-fl span:nth-child(3){
	font-size: 20px;
	font-weight:normal;
	margin-top: 9px;
    margin-left: 5px;
}
.hotel-price a{
	float: right;
	display: block;
	width: 155px;
	height: 46px;
	background: url(../images/icon-bg01.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}
.ne-hotel-list{
	margin-top: 35px;
}
.ne-hotel-list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.ne-hotel-list ul li:nth-child(3n){
	margin-right: 0;
}
.ne-hotel-img{
	width: 100%;
	overflow: hidden;
}
.ne-hotel-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ne-hotel-title{
	background: #f2f2f2;
	padding: 25px 20px;
	zoom: 1;
}
.ne-hotel-title:after{
	display: block;
	content: '';
	clear: both;
}
.ne-hotel-title span{
	float: right;
	display: block;
	width: 155px;
	height: 46px;
	background: url(../images/icon-bg01.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	margin-top: 5px;
}
.ne-hotel-jj{
	float: left;
	width: calc(100% - 155px);
	padding-right: 10px;
}
.ne-hotel-jj h5{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.ne-hotel-jj p{
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.ne-hotel-list ul li:hover .ne-hotel-img img{
	transform: scale(1.1);
}
.ne-znkf{
	margin-top: 50px;
	background: url(../images/h-bg03.jpg) no-repeat center top #fff;
	padding-top: 60px;
}
.ne-znkf .home-title{
	margin-bottom: 60px;
}
.ne-znkf .home-title h3{
	color: #ffffff;
}
.video-title{
	width: 100%;
	padding: 30px 0;
}
.video-title p{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.ne-znkf-nav{
	position: relative;
}
/*.ne-znkf-control{
	width: 400px;
	height: 110px;
	padding: 20px 80px 0 0;
	background: #c0a354;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.ne-znkf-control p{
	font-size: 20px;
	color: #ffffff;
	text-align: right;
}*/
.ne-znkf-nav .owl-stage-outer{
	z-index: 2;
}
.ne-znkf-nav .owl-prev,.ne-znkf-nav .owl-next{
	display: block !important;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 20px;
}
.ne-znkf-nav .owl-prev{
	left: 35%;
	background: url(../images/left02.png) no-repeat;
}
.ne-znkf-nav .owl-prev:hover{
	background: url(../images/right02.png) no-repeat;
	transform: rotateY(180deg);
}
.ne-znkf-nav .owl-next{
	right: 35%;
	background: url(../images/left02.png) no-repeat;
	transform: rotateY(180deg);
}
.ne-znkf-nav .owl-next:hover{
	right: 35%;
	background: url(../images/right02.png) no-repeat;
	transform: rotateY(0deg);
}
.ne-znkf-nav .owl-nav{
	width: 250px;
	height: 110px;
	background: #c0a354;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.ne-znkf-control{
	position: absolute;
	font-size: 20px;
	color: #fff;
	bottom: 65px;
	z-index: 5;
}
.ne-znkf-bg{
	width: 20%;
	height: 110px;
	background: #c0a354;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ne-jzfw{
	padding-top: 45px;
	padding-bottom: 100px;
}
.ne-jzfw .swiper-slide{
	position: relative;
}
.ne-jzfw .swiper-slide img{
	width: 100%;
}
.certify-title{
	opacity: 0;
	width: 100%;
	background: #c0a354;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 74px;
}
.swiper-slide-active .certify-title{
	opacity: 1 !important;
}

.join-content{
	background: #fbfbfb;
}
.join-menu{
	text-align: center;
	margin-bottom: 70px;
}
.join-menu ul{
	display: inline-block;
}
.join-menu ul li{
	float: left;
	width: 154px;
	height: 47px;
	background: url(../images/ne-bg01.jpg) no-repeat;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 47px;
	margin-right: 15px;
}
.join-menu ul li:last-child{
	margin-right: 0;
}
.join-menu ul li a{
	display: block;
	color: #333333;
}
.active-j{
	background: url(../images/ne-bg02.jpg) no-repeat !important;
}
.active-j a{
	color: #ffffff !important;
}
.join-box ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #dfdfdf;
	transition-duration: 0.5s;
}
.join-box ul li:nth-child(4n){
	margin-right: 0;
}
.join-box ul li:hover{
	background: #c0a354;
}
.join-box li dl{
	display: block;
	width: 100%;
	padding: 25px 20px;
}
.join-box li dl dt{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
	transition-duration: 0.5s;
}
.join-box li dl dd p{
	display: inline-block;
	font-size: 17px;
	color: #777777;
	transition-duration: 0.5s;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.join-box li dl dd p span{
	transition-duration: 0.5s;
	color: #333333;
}
.join-box ul li:hover dt{
	color: #fff;
}
.join-box ul li:hover p{
	color: #fff;
}
.join-box ul li:hover p span{
	color: #fff;
}
.join-img{
	margin-top: 50px;
	padding: 100px 0;
	background: url(../images/ne-bg03.png) no-repeat;
	background-size: cover;
}
.join-img img{
	display: block;
	width: 100%;
}
.meeting-nav{
	padding-bottom: 70px;
}
.meeting-nav ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
	overflow: hidden;
	padding-bottom: 74px;
	box-shadow: 0 4px 10px #e2e2e2;
	position: relative;
}
.meeting-nav ul li:nth-child(3n){
	margin-right: 0;
}
.meeting-nav ul li>a>img{
	display: block;
	width: 100%;
}
.meeting-cover{
	width: 100%;
	padding: 40px 30px 30px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	transition-duration: 0.5s;
}
.meeting-cover h4{
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.meeting-cover p{
	width: 100%;
	height: 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.meeting-cover img{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.meeting-nav  ul li:hover .meeting-cover{
	padding: 40px 30px 90px;
}
.meeting-nav  ul li:hover .meeting-cover p{
	height: 90px;
}
.meeting-detail{
	background: #fbfbfb;
	padding-top: 70px;
	padding-bottom: 75px;
}
.meeting-detail-nav{
	background: #f4f4f4;
	zoom: 1;
}
.meeting-detail-nav:after{
	display: block;
	content: '';
	clear: both;
}
.meeting-detail-fl{
	float: left;
	width: 32%;
	overflow: hidden;
}
.meeting-detail-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.meeting-detail-fl img:hover{
	transform: scale(1.1);
}
.meeting-detail-fr{
	float: left;
	width: 68%;
	padding: 30px 50px 0;
}
.meeting-detail-fr h4{
	font-size: 24px;
	color: #333333;
	margin-bottom: 5px;
}
.meeting-detail-fr p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.meeting-detail-fr table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
	margin-top: 20px;
}
.meeting-detail-fr table th{
	background: #c0a354;
	font-size: 18px;
	color: #ffffff;
	line-height: 21px;
	text-align: center;
	font-weight: normal;
}
.meeting-detail-fr table th:nth-child(1){
	border-right: 1px solid #fff;
}
.meeting-detail-fr table td{
	background: #ffffff;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 21px;
}
.meeting-zs{
	padding: 45px 0 90px;
	background: url(../images/ne-bg04.jpg) no-repeat;
	background-size: cover;
}
.meeting-zs h3{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.meeting-zs .owl-prev,.meeting-zs .owl-next{
	display: block !important;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 10px #333333;
	position: absolute;
	top: 50%;
}
.meeting-zs .owl-prev{
	background: url(../images/left03.jpg);
	left: 45px;
}
.meeting-zs .owl-next{
	background: url(../images/right03.jpg);
	right: 45px;
}
.company-page01{
	padding: 70px 0;
}
.company-page01-nav{
	padding: 0 30px;
}
.company-page01-nav p{
	font-size: 18px;
	color: #444444;
	line-height: 34px;
	text-align: center;
}
.goMall{
	display: block;
	width: 190px;
	height: 52px;
	border-radius: 20px;
	background: #c0a354;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 52px;
	font-weight: bold;
	margin: 30px auto;
	transition-duration: 0.2s;
}
.goMall:hover{
	line-height: 44px;
	border: 4px solid #e1d4b2;
}
.company-page01-nav ul{
	width: 80%;
	margin: 60px auto 0;
}
.company-page01-nav ul li{
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.company-page01-nav ul li:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.line{
	display: block;
	width: 25px;
	height: 2px;
	background: #c0a354;
	margin: 10px auto;
}
.text01{
	display: block;
	margin: 0 auto;
	font-size: 30px;
	color: #444444;
	text-align: center;
	line-height: 1;
}
.company-page02{
	background: url(../images/ne-bg06.jpg) no-repeat center top #fbfbfb;
	padding-top: 45px;
	padding-bottom: 60px;
}
.company-page02 .home-title h3{
	color: #FFFFFF;
}
.company-page02 ul{
	margin-bottom: 40px;
}
.company-page02 ul li{
	float:left;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
}
.company-page02 ul li:nth-child(4){
	margin-right: 0;
}
.company-page02 ul li img{
	width: 100%;
	transition-duration: 0.5s;
}
.company-page02 ul li:hover img{
	transform: scale(1.1);
}

.lhc-content{
	padding: 0 50px;
}
.lhc-content p{
	font-size: 18px;
	color: #444444;
	text-align: center;
	line-height: 36px;
}
.company-page03{
	padding: 50px 0;
}
.lxs-img{
	display: flex;
}
.lxs-img-fl{
	width: 48%;
	overflow: hidden;
	position: relative;
}
.lxs-img-fc{
	width: 22.4%;
	margin-left: 1%;
	overflow: hidden;
}
.lxs-img-fr{
	width: 27%;
	margin-left: 1%;
	overflow: hidden;
}
.lxs-img-fr .lxs-img-box:nth-child(1){
	margin-bottom: 13px;
}
.lxs-img-box{
	overflow: hidden;
}
.lxs-img-box img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.lxs-img-box:hover img{
	transform: scale(1.1);
}
.lxs-title{
	width: 298px;
	height: 75px;
	background: url(../images/ne-bg07.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.company-page03-content{
	margin-top: 35px;
	text-align: center;
}
.company-page03-content p{
	font-size: 18px;
	color: #444444;
	line-height: 36px;
}
.zhkf{
	padding-bottom: 80px;
}
.zhkf-information{
	margin-bottom: 30px;
	text-align: center;
}
.zhkf-information p{
	font-size: 18px;
	color: #444444;
	line-height: 36px;
}
.zhkf-information p:nth-child(2){
	color: #ac9759 !important;
}
.zhkf-img{
	display: flex;
}
.zhkf-img dl{
	width: 24.25%;
	margin-right: 1%;
}
.zhkf-img dl:nth-child(4){
	margin-right: 0;
}
.zhkf-img dl dd{
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
	position: relative;
	cursor: pointer;
}
.zhkf-img dl dd img{
	display: block;
	width: 100%;
}
.zhkf-img dl dd:last-child{
	margin-bottom: 0;
}
.zhkf-cover{
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	transition-duration: 0.5s;
}
.zhkf-cover p{
	width: 80%;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.zhkf-img dl dd:hover .zhkf-cover{
	opacity: 1;
}
.jqrfw{
	padding: 50px 0 40px;
	background: url(../images/ne-bg03.png) no-repeat;
	background-size: cover;
}
.jqrfw-information{
	margin-bottom: 30px;
	text-align: center;
}
.jqrfw-information p{
	font-size: 18px;
	color: #444444;
	line-height: 36px;
}
.jqrfw-list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 2px solid #c2a75b;
	border-radius: 5px;
	overflow: hidden;
}
.jqrfw-list ul li:nth-child(3){
	margin-right: 0;
}
.jqrfw-list ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.jqrfw-list ul li:hover img{
	transform: scale(1.1);
}
.kqjh{
	padding: 70px 0;
}
.kqjh-img ul li{
	float: left;
	overflow: hidden;
}
.kqjh-img ul li:nth-child(1){
	width: 48.5%;
}
.kqjh-img ul li:nth-child(2){
	width: 22.6%;
	margin-left: 1%;
}
.kqjh-img ul li:nth-child(3){
	width: 26.9%;
	margin-left: 1%;
}
.kqjh-img ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.kqjh-img ul li:hover img{
	transform: scale(1.1);
}
.kqjh-content{
	margin-top: 30px;
	text-align: center;
	padding: 0 30px;
}
.kqjh-content p{
	font-size: 18px;
	color: #444444;
	line-height: 36px;
}

/*小屏导航*/
.xs-top{display: none;}
.mobile-inner-nav a{ -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}  
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 50px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-inner img{ width: 100%;}
.mobile-inner p{ color: #676767; line-height: 25px; font-size: 16px; padding-bottom: 30px; padding-right: 30px;  padding-left: 30px; margin:0px;}
.mobile-inner-header{width: 100%; height: 50px; position: fixed; top: 0; left: 0;background: #ac9759;}
.mobile-inner{}
.mobile-inner-header-icon{color: #ffffff; height: 50px; font-size:25px; text-align: center; float:right; width: 50px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 15px) / 2); top: calc((100% - 5px) / 2); width: 25px; height: 3px; background-color: #ffffff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background-color: rgba(0,0,0,0.8); width: 100%; position: absolute; top: 50px;left: 0px; padding-top: 30px; padding-bottom: 30px;display: none;}
.mobile-inner-nav a{ display: inline-block; line-height: 40px; text-decoration: none; width: 85%; margin-left: 5%; color: #FFFFFF; border-bottom: solid 1px rgba(255,255,255,0.3); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight:300;}
.mobile-inner-nav a:hover{ color: rgba(255,255,255,0.4); border-bottom: solid 1px rgba(255,255,255,0.2);}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
/*菜单结束*/

.news-menu{
	margin-bottom: 30px;
}
.join-menu-sec{
	text-align: center;
	margin-bottom: 70px;
}
.join-menu-sec ul{
	display: inline-block;
}
.join-menu-sec ul li{
	float: left;
	width: 120px;
	height: 40px;
	background: #dfdfdf;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
}
.join-menu-sec ul li:last-child{
	margin-right: 0;
}
.join-menu-sec ul li a{
	display: block;
	color: #333333;
}
.active-s{
	background: #c0a354 !important;
}
.active-s a{
	color: #fff !important;
}
.nei-news{
	padding-bottom: 40px;
}
.nei-news>ul{
	border-top: 1px solid #e2e2e2;
	margin-bottom: 50px;
}
.nei-news>ul li{
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
	transition-duration: 0.5s;
}
.nei-new-content h3{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	transition-duration: 0.5s;
}
.nei-new-content p{
	font-size: 16px;
	color: #666666;
	font-family: "宋体";
	line-height: 1.8;
	margin-bottom: 10px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.nei-new-content span{
	font-size: 15px;
	color: #666666;
}
.jianT{width: 100%; text-align: center;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 34px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li:nth-child(1){width:54px;}
.jianT li:nth-last-child(1){width:54px;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#c0a354;color:#fff;}
.jianT li .on{ background:#c0a354; color:#fff;display:block;}

.new-detailContent{
	padding-bottom: 50px;
}
.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:22px; padding-bottom:10px;}
.new-nr-zi{ font-size:16px; line-height:2;}


@media only screen and (max-width: 1441px){
	
	.home-join-fr img,.home-join-fl{ height:440px}
	.home-join-fl{ padding:40px}
	.w1440{
		width: 1280px;
	}
	.home-header-nav ul li{
		margin-right: 12%;
	}
	/*.home-header-nav ul li:nth-last-child(-n+4) {
	    margin-right: 6%;
	}*/
	.sp-hotel-fr{
		padding: 10px 30px 0 50px;
	}
	.meeting-detail-fl{
		width: 35%;
	}
	.meeting-detail-fr{
		width: 65%;
	}
	.home-company-fr{
		padding-left: 0;
	}
}

@media only screen and (max-width: 1366px){
	#certify{
		width: 1080px;
	}
}

@media only screen and (max-width: 769px){
	.xs-top{display: block;}
	.home-banner{
		margin-top: 50px;
	}
	.bannerSwiper .banner-txt .t1{
		font-size: 24px;
	}
	.ne-banner{
		margin-top: 50px;
	}
	.logo{
		position: relative;
	    left: 0;
	    top: 0;
	}
	.home-header{
		display: none;
	}
	.slideBox .bd .banner-txt .t1{
		font-size: 18px;
	}
	.slideBox .bd .banner-txt .an{
		width: 120px;
    	height: 40px;
    	font-size: 14px;
    	line-height: 40px;
    	background-size: 100% 100%;
	}
	.slideBox .bd .banner-txt{
		top: 30%;
	}
	.w1440{
		width: 96%;
	}
	.home-about{
		padding-top: 40px;
	}
	.home-title h3{
		font-size: 28px;
	}
	.home-title span{
		font-size: 18px;
	}
	.home-title{
		margin-bottom: 15px;
	}
	.home-about-nav p{
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}
	.home-about-nav ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.home-about-nav ul{
		margin-top: 20px;
	}
	.get-more{
		margin-top: 25px;
	}
	.book-link{
		position: relative;
		width: 100%;
	}
	.home-book .owl-prev{
		left: 1%;
	}
	.home-book .owl-next{
		right: 1%;
	}
	.home-book .owl-prev, .home-book .owl-next{
		top: 70%;
	}
	.book-link h5{
		font-size: 22px;
	}
	.book-link p{
		font-size: 16px;
		line-height: 26px;
	}
	.book-link span{
		width: 120px;
    	height: 40px;
    	line-height: 40px;
    	font-size: 14px;
	}
	.home-company-nav{
		display: block;
	}
	.home-company{
		padding-top: 40px;
    	padding-bottom: 30px;
	}
	.home-company-fl{
		width: 100%;
		padding-right: 0;
	}
	.home-company-fr{
		width: 100%;
		padding-top: 30px;
	}
	.home-company-fr .home-title{
		text-align: center;
	}
	.home-company-fr .home-title span{
		margin-left: 0;
	}
	.home-company-list ul li{
		font-size: 16px;
		margin-right: 10%;
	}
	.home-company-contenter ul{
		position: relative;
		margin-top: 20px;
	}
	.home-meeting{
		padding: 40px 0 30px;
	}
	.home-meeting-text{
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}
	.home-meeting ul{
		margin-top: 30px;
	}
	.home-meeting ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.home-meeting-cover p{
		height: auto;
	}
	.home-join-nav{
		display: block;
	}
	.home-join-fl{
		width: 100%;
		min-height: 380px;
		padding: 20px 10px;
	}
	.home-join-fr{
		width: 100%;
	}
	.get-more{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.footer-logo{
		display: none;
	}
	.footer-menu-fc{
		display: none;
	}
	.footer-link{
		width: 100%;
	}
	.footer-menu{
		padding-top: 30px;
	}
	.footer-an{
		margin-top: 0;
	}
	.footer-an p{
		font-size: 14px;
	}
	.other-link{
		float: none;
		margin: 0 auto;
		font-size: 14px;
	}
	.company-page01{
		padding: 30px 0;
	}
	.company-page01-nav{
		padding: 0;
	}
	.company-page01-nav p{
		font-size: 16px;
		line-height: 30px;
	}
	.goMall{
		width: 120px;
    	height: 40px;
    	font-size: 14px;
    	line-height: 40px;
	}
	.company-page01-nav ul{
		width: 100%;
	}
	.company-page01-nav ul li img{
		width: 60%;
	}
	.text01{
		font-size: 16px;
	}
	.company-page02 ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.company-page02 ul li:nth-child(2n){
		margin-right: 0;
	}
	.lhc-content{
		padding: 0;
	}
	.lhc-content p{
		font-size: 16px;
		line-height: 30px;
	}
	.company-page02{
		padding: 25px 0 30px;
	}
	.company-page03{
		padding: 30px 0;
	}
	.lxs-img{
		display: block;
	}
	.lxs-img-fl{
		width: 100%;
	}
	.lxs-img-fc{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.lxs-img-fr{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.company-page03-content p{
		font-size: 16px;
		line-height: 30px;
	}
	.ne-content{
		padding: 30px 0 0 0;
	}
	.join-menu ul li:nth-child(3n){
		margin-right: 10px !important;
	}
	.join-menu ul li{
		font-size: 16px;
		width: auto;
		padding: 0 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		background-size: 100% 100%;
	}
	.active-j{
		background-size: 100% 100% !important;
	}
	.join-menu ul li:nth-child(3n){
		margin-right: 0;
	}
	.join-menu{
		margin-bottom: 30px;
	}
	.join-box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.join-img{
		padding: 30px 0;
		margin-top: 0;
	}
	.sp-hotel{
		display: block;
	}
	.sp-hotel-fl{
		width: 100%;
	}
	.sp-hotel-fr{
		width: 100%;
		padding: 20px 10px;
	}
	.ne-hotel-list ul li{
		width: 100%;
		margin-right: 0;
	}
	.ne-znkf .home-title{
		margin-bottom: 30px;
	}
	#certify .swiper-button-next{
		right: 0px;
	}
	#certify .swiper-button-prev{
		left: 0px;
	}
	.meeting-nav ul li{
		width: 100%;
		margin-right: 0;
	}
	.meeting-detail{
		padding-top: 30px;
	}
	.meeting-detail-fl{
		width: 100%;
	}
	.meeting-detail-fr{
		width: 100%;
		padding: 20px 10px;
	}
	.zhkf-information p{
		font-size: 16px;
		line-height: 30px;
	}
	.zhkf-img{
		display: block;
	}
	.zhkf-img dl{
		width: 100%;
	}
	.zhkf-img dl dd:last-child{
		margin-bottom: 14px;
	}
	.zhkf{
		padding-bottom: 40px;
	}
	.jqrfw-information p{
		font-size: 16px;
		line-height: 30px;
	}
	.kqjh{
		padding: 30px 0;
	}
	.kqjh-content{
		padding: 0;
	}
	.kqjh-content p{
		font-size: 16px;
		line-height: 30px;
	}
	.news-menu ul li{
		margin-right: 6px !important;
	}
	.news-menu ul li:nth-child(3n){
		margin-right: 6px !important;
	}
	.news-menu ul li:last-child{
		margin-right: 0 !important;
	}
	.join-menu-sec ul li{
		width: 110px;
		margin-right: 10px;
		margin-bottom: 9px;
	}
	.join-menu-sec ul li:nth-child(3n){
		margin-right: 0;
	}
	.join-menu-sec{
		margin-bottom: 40px;
	}
	.new-detailContent{
		margin-bottom: 40px;
	}
	.nei-news>ul li{
		padding: 15px 0;
	}
	.nei-new-content h3{
		font-size: 18px;
	}
}



@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}

