@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

body {
    font: 16px/1.8 "syhtN";
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    /*overflow: hidden*/
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar{
	display: none;
}
/*html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #5cca8b;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}*/



@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SourceHanSansCN-Bold.otf);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
@font-face {
    font-family: 'pmzd';
    src: url(../font/PangMenZhengDao.ttf);
}
@font-face {
    font-family: 'syst';
    src: url(../font/SourceHanSerifCN-Bold-2.otf);
}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #5cca8b;
}

img {
    border: none;
    max-width: 100%;
}
i{
	font-style: normal;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
input{
	font-family: 'syhtN';
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}


.w1590{
	width: 82.82%;
	margin: 0 auto;
}
.w1470{
	width: 76.56%;
	margin: 0 auto;
}

/* top */
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
header.ne-header{
	background: url(../images/header-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
header .w1590{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h-logo{
	width: 6.03rem;
}
.h-logo img{
	display: block;
	width: 100%;
}
.h-fr{
	display: flex;
	align-items: center;
}
.h-menu{
	margin-right: 0.46rem;
}
.h-menu ul{
	display: flex;
}
.h-menu ul li{
	font-size: 0.22rem;
	color: #fff;
	line-height: 1.34rem;
	margin-right: 0.36rem;
}
.h-menu ul li:last-child{
	margin-right: 0;
}
.h-menu ul li>a{
	color: #fff;
}
.h-menu ul li.on>a{
	color: #fff3aa;
}
.h-menu ul li:hover>a{
	color: #fff3aa;
}
.back-home{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.back-icon{
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 0.1rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.back-icon img{
	display: block;
	width: 0.29rem;
	transition-duration: 0.5s;
}
.back-home:hover .back-icon img{
	transform: rotate(15deg);
}
.back-home span{
	display: block;
	font-size: 0.24rem;
	color: #fff;
	font-family: 'syhtB';
	line-height: 1;
	margin-left: 0.1rem;
}
.back-home:hover span{
	color: #fff3aa;
}

/* top */

/*内页公用*/
.home-title{
	display: flex;
	justify-content: center;
	margin-bottom: 0.26rem;
}
.home-title-info{
	padding: 0.12rem 0 0.3rem 0.7rem;
	background: url(../images/h-tBg.png) no-repeat;
	background-size: 100% 100%;
}
.home-title-info h3{
	font-size: 0.56rem;
	color: #333333;
	font-family: 'pmzd';
	line-height: 1;
	font-weight: normal;
}
.get-more{
	display: block;
	margin: 0 auto;
	padding: 1px;
	width: 1.51rem;
	height: 0.4rem;
	background: url(../images/more-bg.png) no-repeat;
	background-size: 100% 100%;
}
.get-more a{
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(194,8,8,0.5);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition-duration: 0.3s;
}
.get-more a:after{
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	background: #c20808;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	transition-duration: 0.3s;
}
.get-more a span{
	display: block;
	font-size: 0.16rem;
	color: #c20808;
	line-height: 1;
	position: relative;
	z-index: 4;
	transition-duration: 0.3s;
}
.get-more:hover a{
	border: 1px solid rgba(194,8,8,1);
}
.get-more:hover a:after{
	width: 100%;
	right: auto;
	left: 0;
}
.get-more:hover a span{
	color: #fff;
}
/*内页公用*/

/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
	font-size: 16px;
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #5cca8b;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* 底部 */
footer{
	width: 100%;
	height: 4.54rem;
	position: relative;
	z-index: 10;
	margin-top: -2.4rem;
}
.footer-bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-bg img{
	display: block;
	width: 100%;
	position: absolute;
}
.foot-bg01{
	left: 0;
	bottom: 0;
	animation: goLeft01 10s linear infinite;
}
.foot-bg02{
	left: 100%;
	bottom: 0;
	animation: goLeft02 10s linear infinite;
}
@keyframes goLeft01{
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@keyframes goLeft02{
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
.footer-hua{
	width: 3.8rem;
	position: absolute;
	bottom: 0;
	left: -0.8rem;
	z-index: 2;
}
.footer-hua img{
	display: block;
	width: 100%;
}
.footer-content{
	width: 100%;
	position: relative;
	z-index: 10;
	padding-top: 1.3rem;
}
.footer-content .w1590{
	padding-left: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer-content-fl img{
	display: block;
	width: 3.34rem;
}
.footer-menu{
	margin-top: 0.16rem;
}
.footer-menu ul{
	display: flex;
}
.footer-menu ul li{
	font-size: 0.17rem;
	color: #fff;
	line-height: 1.4;
	margin-right: 0.58rem;
	position: relative;
}
.footer-menu ul li:last-child{
	margin-right: 0;
}
.footer-menu ul li a{
	color: #fff;
}
.footer-menu ul li:after{
	display: block;
	content: '';
	width: 1px;
	height: 0.18rem;
	background: rgba(255,255,255,0.48);
	position: absolute;
	right: -0.29rem;
	top: 50%;
	transform: translateY(-50%);
}
.footer-menu ul li:last-child:after{
	display: none;
}
.footer-info{
	margin-top: 0.32rem;
}
.footer-info p{
	font-size: 0.17rem;
	color: #fff;
	line-height: 1.4;
}
.footer-info p:nth-child(1){
	margin-bottom: 0.1rem;
}
.footer-info p span{
	margin-right: 0.12rem;
}
.footer-info p span:last-child{
	margin-right: 0;
}
.footer-info p a{
	margin-left: 0.12rem;
	color: #fff;
}
.footer-content-fr ul{
	display: flex;
}
.footer-content-fr ul li{
	width: 1.08rem;
	margin-right: 0.4rem;
}
.footer-content-fr ul li:last-child{
	margin-right: 0;
}
.footer-content-fr ul li img{
	display: block;
	width: 100%;
}
.footer-content-fr ul li span{
	display: block;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.08rem;
}
/* 底部 */


/*手机端导航*/
.mobile-header{
	display: none;
	width: 100%;
	background: url(../images/header-bg.jpg) center center;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: 999;
}
.mobile-header-nav{
	background: #9e0f1b;
	padding: 10px 4% 0;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 21;
}
.mobile-header-nav a{
	display: flex;
	align-items: center;
}
.mobile-header-back{
	width: 26px;
	height: 26px;
	border-radius: 5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-header-back img{
	display: block;
	width: 16px;
}
.mobile-header-nav span{
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}
.mobile-header-box{
	/*padding: 10px 0;*/
	background: #9e0f1b;
	/*box-shadow: 0 0 2px 1px #d1d1d1;*/
	position: relative;
	height: 55px;
	zoom: 1;
	z-index: 20;
}
.mobile-header-box:after{
	display: block;
	content: '';
	clear: both;
}
.mobile-logo{
	float: left;
	width: 230px;
	padding-top: 13px;
	margin-left: 4%;
}
.mobile-logo img{
	display: block;
	width: 100%;
}
.mobile-inner-header-icon{
	color: #5cca8b;
	height: 55px;
	font-size: 25px;
	text-align: center;
	width: 55px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 5px) / 2);
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition-duration: 0.5s;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	width: 20px;
}

.active_mobile span:nth-child(3) {
	opacity: 0;
}

.active_mobile span:nth-child(1) {
	transform: rotate(45deg);
	width: 30px;
}

.active_mobile span:nth-child(2) {
	transform: rotate(-45deg);
	width: 30px;
}

.mobile-search{
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-top: 6px;
	margin-right: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-search .iconfont{
	color: #5cca8b;
	font-size: 26px;
}
.mobile-panel{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	right: 0;
	top: 0;
	z-index: 10;
	padding-top: 55px;
	overflow-y: scroll;
}
.mobile-menu{
	width: 100%;
}
.mobile-menu ul li{
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.mobile-menu ul li>a{
	color: #333;
	display: block;
	padding: 10px 4%;
	position: relative;
}
.down-p>a:before{
	display: block;
	content: '';
	width: 16px;
	height: 9px;
	background: url(../images/mobile-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -4.5px;
	transition-duration: 0.5s;
}
.mobile-menu ul li.hover>a{
	background: #ccc;
}
.mobile-menu ul li.hover>a:before{
	transform: rotate(180deg);
}
.mobile-menu ul li dl{
	display: none;
	padding: 0 20px 10px;
	background: #ddd;
}

.mobile-menu ul li dl dd{
	font-size: 14px;
	line-height: 2;
}
.other-web{
	width: 280px;
	padding-left: 10px;
	position: absolute;
	top: 7px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
}
.other-web-info{
	display: inline-block;
}
.webBtn-icon{
	width: 36px;
	margin: 0 auto;
}
.webBtn-icon img{
	display: block;
	width: 100%;
}
.other-web-info p{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.pageN p{
	font-size: 16px !important;
	color: #f1c97b !important;
}
.mobile-mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	z-index: 8;
}

.m-go-home{
	padding: 0 4%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.m-go-home a{
	display: flex;
	align-items: center;
}
.m-go-home a img{
	display: block;
	width: 20px;
}
.m-go-home a span{
	font-size: 16px;
	line-height: 1.4;
	margin-left: 5px;
}
/*右侧边栏*/
.fixed-right{
	width: 1.21rem;
	padding-right: 0.27rem;
	padding-bottom: 0.3rem;
	position: fixed;
	right: -0.74rem;
	top: 30%;
	z-index: 99;
	transition-duration: 0.5s;
}
.fixed-right:hover{
	right: 0;
}
.fixed-right ul{
	width: 100%;
	padding: 0 0.1rem 0.3rem;
	background: #fff;
	border-radius: 0.3rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 2px 1px #e1e1e1;
}
.fixed-right ul li{
	padding: 0.2rem 0;
	border-bottom: 1px dashed #dddddd;
}
.fixed-right ul li:last-child{
	border-bottom: none;
}
.fixed-right ul li a{
	display: block;
}
.fixed-right ul li a .iconfont{
	display: block;
	font-size: 0.4rem;
	color: #555555;
	text-align: center;
	line-height: 1;
}
.fixed-right ul li a span{
	display: block;
	font-size: 0.18rem;
	color: #555;
	opacity: 0.7;
	line-height: 1.4;
}
.fixed-right ul li a:hover .iconfont{
	color: #fe8b95;
}
.fixed-right ul li a:hover span{
	color: #fe8b95;
}
.right-control{
	width: 0.6rem;
	height: 0.6rem;
	padding: 0.06rem;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0.17rem;
	z-index: 10;
	cursor: pointer;
}
.right-control:after{
	display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px dashed #fe8b95;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.right-control:hover:after{
	animation: zq 6s linear infinite;
}
.right-control-btn{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fe8b95;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-control-btn .iconfont{
	display: block;
	font-size: 0.24rem;
    color: #fff;
    line-height: 1;
    transition-duration: 0.5s;
}
.right-control.hidden .right-control-btn .iconfont{
	transform: rotate(180deg);
}


@media only screen and (max-width: 1600px) {
    .h-menu ul li{
    	font-size: 0.26rem;
    }
    
    .footer-menu ul li{
    	font-size: 0.2rem;
    }
    .footer-info p{
    	font-size: 0.2rem;
    }
}
@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1088px) {
   
   html{
   	 font-size: 5.8666vw !important;
   }
}
@media only screen and (max-width: 1090px){
	
}
@media only screen and (max-width: 1080px){
	
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
	html{
   	font-size: 13.3333vw !important;
   }
   .header{
   	display: none;
   }
   .mobile-header{
   	display: block;
   }

   header{
   	display: none;
   }
   .w1590{
   	width: 92%;
   }
   .w1470{
   	width: 92%;
   }
   
   footer{
   	height: auto;
   	padding-bottom: 20px;
   	background: #951100;
   }
   .footer-bg{
   	width: 100%;
   	height: 92px;
   	top: -55px;
   }
   .footer-content{
   	padding-top: 0;
   }
   .footer-content .w1590{
   	padding-left: 0;
   	display: block;
   }
   .footer-menu{
   	display: none;
   }
   .footer-content-fl img{
   	width: 200px;
   	margin: 0 auto;
   }
   .footer-info p{
   	font-size: 14px;
   	line-height: 1.6;
   }
   .footer-info p span{
   	display: block;
   	margin-right: 0;
   }
   .footer-content-fr{
   	margin-top: 20px;
   }
   .footer-content-fr ul{
   	justify-content: center;
   }
   .footer-content-fr ul li{
   	width: 80px;
   }
   .footer-content-fr ul li span{
   	font-size: 14px;
   }
}

@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);
    }
}

@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 sf01 {
    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);
    }
    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);
    }
}

@-moz-keyframes sf01 {
    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);
    }
    
    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);
    }
}

@-webkit-keyframes sf01 {
    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);
    }
    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);
    }
}

@-o-keyframes sf01 {
    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);
    }
    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);
    }
}
