@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: #0c3e89;
}

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);
}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0c3e89;
}

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;
}


.w1630{
	width: 84.9%;
	margin: 0 auto;
}


/* top */
.header{
	width: 100%;
	padding: 0 0.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition-duration: 0.3s;
}
.header.fixed{
	background: #fff;
	box-shadow: 0 0 2px 1px #e1e1e1;
}
.h-logo{
	width: 1.436rem;
}
.h-logo img{
	width: 100%;
}
.logo-w{
	display: block;
}
.logo-b{
	display: none;
}
.header.fixed .logo-w{
	display: none;
}
.header.fixed .logo-b{
	display: block;
}
.h-menu ul{
	display: flex;
}
.h-menu ul li{
	padding: 0.3rem 0;
	margin-right: 0.1rem;
	cursor: pointer;
}
.h-menu ul li:last-child{
	margin-right: 0;
}
.h-menu ul li>a{
	display: block;
	padding: 0 0.2rem;
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 0.44rem;
	border-radius: 0.44rem;
}
.h-menu ul li.active>a{
	border: 1px solid #fff;
}
.header.fixed .h-menu ul li>a{
	color: #333;
}
.header.fixed .h-menu ul li.active>a{
	border: 1px solid #003d88;
	color: #003d88;
}
.h-fr{
	display: flex;
	align-items: center;
}
.h-language{
	position: relative;
	margin-right: 0.16rem;
	cursor: pointer;
}
.h-language>span{
	position: relative;
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
	padding-right: 0.16rem;
}
.header.fixed .h-language>span{
	color: #333;
}
.h-language>span .iconfont{
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header.fixed .h-language>span .iconfont{
	color: #333;
}
.h-language ul{
	width: 0.8rem;
	padding-top: 0.1rem;
	overflow: hidden;
	border-radius: 0 0 0.1rem 0.1rem;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.48rem;
	transition-duration: 0.3s;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	z-index: 4;
}
.header.fixed .h-language ul{
	padding-top: 0.3rem;
}
.h-language:hover ul{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.h-language ul li{
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.4rem;
}
.h-language ul li a{
	color: #fff;
}
.header.fixed .h-language ul li{
	background: #fff;
	border-bottom: 1px dashed #c1c1c1;
}
.header.fixed .h-language ul li:last-child{
	border-bottom: none;
}
.header.fixed .h-language ul li a{
	color: #333;
}
.header.fixed .h-language ul li:hover a{
	color: #0c3e89;
}
.h-search{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.h-search span{
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
	margin-right: 0.1rem;
}
.header.fixed .h-search span{
	color: #333;
}
.h-search-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 1px solid #fff;
}
.h-search-icon .iconfont{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.4;
}
.header.fixed .h-search-icon{
	border: 1px solid #333;
}
.header.fixed .h-search-icon .iconfont{
	color: #333;
}


.home-title{
	margin-bottom: 0.3rem;
}
.home-title h1{
	font-size: 0.78rem;
    font-family: 'syhtB';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1px #cfcfcf;
    text-stroke: 1px #cfcfcf;
    position: relative;
    z-index: 2;
}
.home-title h2{
	font-size: 0.46rem;
	color: #333333;
	text-align: center;
	line-height: 1;
	font-family: 'syhtB';
	margin-top: -0.3rem;
	position: relative;
	z-index: 4;
}
/* 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: 40px;
}

.sk04 input {
    border-radius: 40px;
    background: #0c3e89;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* 底部 */
.footer{
	padding: 0.6rem 0;
	background: #003d88;
	border-radius: 0.3rem 0.3rem 0 0;
}
.footer-content{
	display: flex;
}
.footer-logo{
	width: 1.436rem;
}
.footer-logo img{
	display: block;
	width: 100%;
}
.footer-menu{
	margin-left: 3.14rem;
}
.footer-menu dl dt{
	font-size: 0.2rem;
	line-height:1.4;
}
.footer-menu dl dt a{
	color:#fff;
}
.footer-menu dl dd{
	font-size: 0.2rem;
	line-height:1.4;
	margin-top: 0.1rem;
}
.footer-menu dl dd a{
	color:#fff;
}
.footer-lxwm{
	margin-left: 3.3rem;
}
.footer-lxwm-list{
	display: flex;
	margin-bottom: 0.05rem;
}
.footer-lxwm-list i{
	width: 0.3rem;
	font-size: 0.19rem;
	color: #fff;
	line-height: 1.4;
}
.footer-lxwm-list p{
	width: calc(100% - 0.3rem);
	font-size: 0.19rem;
	color: #fff;
	line-height: 1.4;
}
.footer-lxwm-list p span{
	display: block;
	padding-left: 1.32rem;
}
.footer-ewm{
	width: 1.54rem;
	margin-top: 0.2rem;
}
.footer-ewm img{
	display: block;
	width: 100%;
}
.footer-beian{
	margin-top: 1rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.4;
}
.footer-beian a{
	color: #fff;
}

.mobile-beian{
	display: none;
}
.pc-beian{
	display: block;
}
/* 底部 */


/*手机端导航*/
.mobile-header{
	display: none;
	width: 100%;
	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 #0c3e89;
	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: #0c3e89 !important;
}
.mobile-header-box{
	/*padding: 10px 0;*/
	background: #fff;
	background-size: cover;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	height: 55px;
	zoom: 1;
	z-index: 20;
}
.mobile-header-box:after{
	display: block;
	content: '';
	clear: both;
}
.mobile-logo{
	float: left;
	width: 82px;
	padding-top: 5px;
	margin-left: 3%;
}
.mobile-logo img{
	display: block;
	width: 100%;
}
.mobile-inner-header-icon{
	color: #0c3e89;
	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: #0c3e89;
	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: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-search .iconfont{
	color: #0c3e89;
	font-size: 26px;
}
.mobile-language{
	float: right;
	height: 32px;
	background: #0c3e89;
	padding: 0 10px;
	border-radius: 32px;
	display: flex;
	align-items: center;
	margin-top: 11.5px;
	margin-right: 55px;
}
.mobile-language li{
	margin: 0 6px;
	position: relative;
}
.mobile-language li:after{
	display: block;
	content: '';
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-language li:last-child:after{
	display: none;
}
.mobile-language li a{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.mobile-panel{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	right: 0;
	top: 0;
	z-index: 10;
	padding-top: 64px;
	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;
}


.go-top {
    display: none;
    width: 0.78rem;
    height: 0.78rem;
    border-radius: 50%;
    background: #0368c8;
    border: 1px solid #0368c8;
    position: fixed;
    z-index: 99;
    right: 0.4rem;
    bottom: 20%;
    cursor: pointer;
}

.go-top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.19rem;
    transition-duration: 0.3s;
}

.go-top:hover img {
    margin-top: -6px;
}

@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){
	.w1460{
		width: 86%;
	}
}
@media only screen and (max-width: 1080px){
	.footer-ewm-list{
		width: 1.2rem;
	}
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
	html{
   	font-size: 13.3333vw !important;
   }
   .header{
   	display: none !important;
   }
   .mobile-header{
   	display: block;
   }
   .w1630{
   	width: 94%;
   }
   .home-title{
   	margin-bottom: 30px;
   }
   .home-title h1{
    	font-size: 30px;
    	color: #fff;
    	-webkit-text-stroke: initial;
    	text-stroke: initial;
    	text-shadow: 
		    0 0 1px #e5e5e5,
		    -1px -1px 0 #e5e5e5,
		    0 -1px 0 #e5e5e5,
		    1px -1px 0 #e5e5e5,
		    -1px 0 0 #e5e5e5,
		    1px 0 0 #e5e5e5,
		    -1px 1px 0 #e5e5e5,
		    0 1px 0 #e5e5e5,
		    1px 1px 0 #e5e5e5;
    }
   .home-title h2{
   	font-size: 22px;
   }
   
   .footer-content{
   	display: block;
   }
   .footer-logo{
   	width: 143px;
   	margin: 0 auto;
   }
   .footer-menu{
   	display: none;
   }
   .footer-lxwm{
   	margin-left: 0;
   	margin-top: 20px;
   }
   .footer-lxwm-list{
   	margin-bottom: 5px;
   }
   .footer-lxwm-list i{
   	width: 20px;
   	font-size: 14px;
   }
   .footer-lxwm-list p{
   	width: calc(100% - 20px);
   	font-size: 14px;
   }
   .footer-ewm{
   	width: 90px;
   	margin: 20px auto 0;
   }
   .footer-beian{
   	font-size: 14px;
   	margin-top: 0;
   }
   .footer-lxwm-list p span{
   	padding-left: 98px;
   }
   .mobile-beian{
   		display: block;
	}
	.pc-beian{
		display: none;
	}
}

@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
    }
}
