@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;
}
html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #00a299;
}

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;
    }
}

@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: 'sjxk';
    src: url(../font/sjxk.ttf);
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #00a299;
}

img {
    border: none;
    max-width: 100%;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
input{
	font-family: 'syhtN';
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.w1516{
	width: 78.96%;
	margin: 0 auto;
}


/* top */
.header-nav{
	background: #00a299;
	padding: 0.14rem 0;
}
.header-nav .w1516{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav-fl ul{
	display: flex;
}
.header-nav-fl ul li{
	width: 1.1rem;
	height: 0.32rem;
	border-radius: 0.04rem;
	border: 2px solid rgba(255,255,255,0.3);
	margin-right: 0.1rem;
}
.header-nav-fl ul li:last-child{
	margin-right: 0;
}
.header-nav-fl ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: 0.17rem;
	color: #ffffff;
}
.header-nav-fl ul li.on{
	border: 2px solid #e3a659;
	background: #e3a659;
}
.header-nav-fl ul li.on a{
	font-size: 0.18rem;
	font-family: 'syhtB';
}
.header-nav-fr{
	display: flex;
	align-items: center;
}
.header-nav-fr ul{
	display: flex;
	margin-right: 0.1rem;
}
.header-nav-fr ul li{
	padding: 0 0.2rem;
	position: relative;
	cursor: pointer;
}
.header-nav-fr ul li:after{
	display: block;
	content: '';
	width: 1px;
	height: 0.18rem;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-nav-fr ul li:last-child:after{
	display: none;
}
.header-nav-fr ul li span{
	display: block;
	font-size: 0.17rem;
	color: #fff;
	line-height: 1.4;
	padding-left: 0.36rem;
	position: relative;
}
.header-nav-fr ul li:nth-child(1) span:before{
	display: block;
	content: '';
	width: 0.3rem;
	height: 0.24rem;
	background: url(../images/wx-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-nav-fr ul li:nth-child(2) span:before{
	display: block;
	content: '';
	width: 0.3rem;
	height: 0.24rem;
	background: url(../images/hlw-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-ewm-down{
	width: 0.8838rem;
	position: absolute;
	top: 140%;
	left: 50%;
	margin-left: -0.4419rem;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.header-nav-fr ul li:hover .header-ewm-down{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header-search{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.header-search img{
	display: block;
	width: 0.18rem;
}

.header-content{
	background: #fff;
}
.header-content .w1516{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header-logo{
	width: 4.2578rem;
}
.header-logo img{
	display: block;
	width: 100%;
}
.header-menu ul{
	display: flex;
}
.header-menu ul li{
	font-size: 0.2rem;
	color: #111111;
	line-height: 1.3rem;
	margin-right: 0.3rem;
	position: relative;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li>a{
	color: #111111;
	position: relative;
}
.header-menu ul li>a:after{
	display: block;
	content: '';
	width: 0%;
	height: 0.021rem;
	background: #00a299;
	position: absolute;
	bottom: -0.1rem;
	left: 50%;
	transition-duration: 0.3s;
}
.header-menu ul li.active>a{
	color: #00a299 !important;
	font-family: 'syhtB';
}
.header-menu ul li.active>a:after{
	width: 100%;
	left: 0;
}
.header-menu ul li:hover>a{
	color: #00a299;
	font-family: 'syhtB';
}
.header-menu ul li:hover>a:after{
	width: 100%;
	left: 0;
}

.header-menu ul li dl{
	width: 1.8rem;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.9rem;
	z-index: 99;
	background: #fff;
	padding: 0rem 0.1rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.header-menu ul li:hover dl{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header-menu ul li dl dd{
	font-size: 0.16rem;
	text-align: center;
	line-height: 1.4;
	border-bottom: 1px dashed #c1c1c1;
}
.header-menu ul li dl dd a{
	display: block;
	padding: 0.12rem 0.1rem;
	color: #333;
	transition-duration: 0.3s;
}
.header-menu ul li dl dd:hover a{
	color: #00a299;
}

/* top */


/* 弹窗 */

#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: #00a299;
    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-content{
	padding: 0.5rem 0 0.4rem;
	background: url(../images/foot-bg.png) no-repeat center center;
	background-size: cover;
}
.footer-content-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.1rem;
}
.footer-logo{
	width: 4.2578rem;
}
.footer-logo img{
	display: block;
	width: 100%;
}
.footer-ewm{
	display: flex;
}
.footer-ewm-list{
	width: 0.8838rem;
	margin-right: 0.15rem;
}
.footer-ewm-list:last-child{
	margin-right: 0;
}
.footer-ewm-list img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.footer-ewm-list span{
	display: block;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.05rem;
	opacity: 0.7;
}
.footer-qylj{
	/*padding-top: 0.1rem;*/
}
.footer-qylj-list{
	margin-bottom: 0.2rem;
}
.footer-qylj-list:last-child{
	margin-bottom: 0;
}
.footer-qylj-list h1{
	border-bottom: 1px solid #bbbbba;
	margin-bottom: 0.14rem;
	font-weight: normal;
	line-height: 1;
}
.footer-qylj-list h1 span{
	display: inline-block;
	font-size: 0.2rem;
	color: #00a299;
	padding-bottom: 0.1rem;
	position: relative;
}
.footer-qylj-list h1 span:before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #00a299;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.footer-qylj-list ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-qylj-list ul li{
	/*width: 20%;*/
	padding-right: 0.1rem;
	margin-bottom: 0.1rem;
	margin-right: 0.55rem;
}
.footer-qylj-list ul li:last-child{
	margin-right: 0;
}
.footer-qylj-list ul li a{
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
}
.footer-qylj-list ul li:hover a{
	color: #00a299;
}
.footer-beian{
	background: #00a299;
	padding: 0.2rem 0;
}
.footer-beian .w1516{
	display: flex;
	justify-content: space-between;
}
.footer-beian p{
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 1.4;
}
.footer-beian p a{
	color: #fff;
}


/* 底部 */


/*手机端导航*/
.mobile-header{
	display: none;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
}
.mobile-header-nav{
	padding: 0 4%;
	background: #fff;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #00a299;
	position: relative;
	z-index: 20;
}
.mobile-header-nav ul{
	display: flex;
}
.mobile-header-nav ul li{
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}
.mobile-header-nav ul li:before{
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-header-nav ul li:first-child{
	padding-right: 24px;
}
.mobile-header-nav ul li:first-child:before{
	width: 14px;
	height: 1px;
	left: auto;
	right: 0;
}
.mobile-header-nav ul li:nth-child(2):before{
	display: none;
}
.mobile-header-nav ul li.on a{
	color: #00a299 !important;
}
.mobile-header-box{
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	height: 75px;
	zoom: 1;
	z-index: 20;
}
.mobile-header-box:after{
	display: block;
	content: '';
	clear: both;
}
.mobile-logo{
	float: left;
	width: 212px;
	padding-top: 5px;
	margin-left: 2%;
}
.mobile-logo img{
	display: block;
}
.mobile-inner-header-icon{
	color: #00a299;
	background: #fff;
	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: 10px;
	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: #00a299;
	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%;
	background: #00a299;
	margin-top: 8px;
	margin-right: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-search img{
	display: block;
	width: 18px;
}
.mobile-panel{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	right: 0;
	top: 0;
	z-index: 10;
	padding-top: 100px;
	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: 16px;
	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;
}


@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){
	.w1516{
		width: 82.96%;
	}
}
@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;
   }
   .w1516{
		width: 92%;
	}
	
	.footer-content-top{
		display: block;
	}
	.footer-logo{
		width: 212px;
		margin: 0 auto;
	}
	.footer-ewm{
		margin-top: 10px;
		justify-content: center;
	}
	.footer-ewm-list{
		width: 88px;
	}
	.footer-ewm-list span{
		font-size: 14px;
	}
	.footer-qylj-list h1 span{
		font-size: 16px;
	}
	.footer-qylj-list ul li{
		margin-right: 10px;
	}
	.footer-qylj-list ul li a{
		font-size: 14px;
	}
	.footer-beian .w1516{
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-beian p{
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
}

@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
    }
}
