@charset "UTF-8";

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    border: none;
    vertical-align: middle;
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font: 14px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #fff;
    margin: 0 auto;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    line-height: 0;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

input {
    font-family: 'Microsoft YaHei';
    border:0;/*去掉未选中边框*/
    outline:none;/*去掉选中边框*/
    background:none;/*透明背景色*/
}
button{
    border:0;
    outline:none;
    background:none;/*透明背景色*/
    
}
select{
    border:0;
    outline:none;
    background:none;/*透明背景色*/
}
select {
    border: none;
    outline: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: right;
    text-align-last: center;
}
select option {
    direction: ltr;
    text-align: right;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #cacaca;
    font-size: 18px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cacaca;
    font-size: 18px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cacaca;
    font-size: 18px;
}  

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}


/*布局*/
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}

.col {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: wrap;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: multiple;
    width: 100%;
    height: auto;
    margin: auto;
}

.center {
    text-align: center;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.mt60 {
    margin-top: 60px;
}
.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.mr120 {
    margin-right: 120px;
}
.mr80 {
    margin-right: 80px;
}
.mr30 {
    margin-right: 30px;
}
.mr20 {
    margin-right: 20px;
}
.mr22 {
    margin-right: 22px;
}
.mr16 {
    margin-right: 16px;
}
.mr15 {
    margin-right: 15px;
}
.mr10 {
    margin-right: 10px;
}
.mr7 {
    margin-right: 7px;
}
.mb15 {
    margin-bottom: 15px;
}
/* header */
.container-header {
    height: 94px;
}
#thirty_top {
    width: 100%;
    height:90px;
    background:url('https://xystcdn.xydec.com.cn/static/xy/images/thirty_top.jpg') no-repeat center center;
    overflow: hidden;
}
#thirty_top a {
    display:block;
    width: 100%;
    height: 100%;
}
#header {
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    color: #000;
}

#header .header-l {
    margin-top: 30px;
}

#header .header-l .logo a {
    display: block;
}
#header .header-l .location {
    margin-top: 18px;
}
#header .header-l .switch {
    color: #da251d;
    cursor: pointer;
}

#header .header-l .triangle {
    padding-left: 2px;
}
#header .header-l .location.location_branch {
    margin: 0 0 0 10px;
}
.location_branch span {
    display: block;
}

#header .header-m {
    margin: 0 20px;
}
.header-branch .header-m {
    margin: 0 32px !important;
}
#header .header-m .nav>ul>li {
    width: 100px;
    height: 100%;
    font-size: 15px;
    line-height: 94px;
    text-align: center;
    position: relative;
}

#header .header-m .nav>ul>li>a {
    display: block;
    color: #000;
}
#header .header-m .nav>ul>li.back a {
    color: #da251d;
}

#header .header-m .nav>ul>li.active a {
    color: #fff;
    background-color: #da251d;
}
#header .header-m .nav .subNav {
    width: 100px;
    background-color: #da251d;
    position: absolute;
    left: 0;
    top: 94px;
    z-index: 100;
    display: none;
}
#header .header-m .nav .subNav li {
    height: 40px;
    line-height: 40px;
}
#header .header-m .nav .subNav li a {
    color: #fff;
}
#header .header-r {
    margin-top: 29px;;
}

#header .header-r .guird {
    margin-left: 5px;
    margin-top: 5px;
    line-height: 16px;
}

#header .header-r .guird span {
    display: block;
}

#header .header-r .guird .guird-phone {
    color: #da251d;
    font-size: 18px;
    font-weight: 550;
}

#header .header-r .guird .guird-text {
    color: #666;
    font-size: 12px;
}

/* bread_serach */
.bread_search {
    margin: 30px 0 20px;
    height: 40px;
    font-size: 14px;
}
.bread_search .bread {
    float: left;
    line-height: 40px;
}
.bread_search .bread a {
    color: #333;
}
.bread_search .bread h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #da251d;
}
.bread_search .search {
    float: right;
}
.bread_search .form-item {
    float: left;
    position: relative;
    display: inline;
    width: 240px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #cacaca;
}
.bread_search .form-item-province,.bread_search .form-item-city {
    background-image: url(https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png);
    background-repeat: no-repeat;
    background-position: 210px center;
}
.bread_search .form-item input,.bread_search .form-item select {
    width: 240px;
    height: 40px;
    font-size: 14px;
    color: #999;
    border: none;
}
.bread_search .form-item input {
    width: 155px;
    line-height: 40px;
    padding: 0 0 0 20px;
}
.bread_search .form-item input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}
.bread_search .form-item select {
    padding-right: 0;
    padding: 10px 0 10px 20px;
    vertical-align: middle;
    text-align-last: left;
    text-align: left;
}
.bread_search .form-item-keywords {
    width: 175px;
    border-radius: 40px 0 0 40px;
    border-right: none;
}
.bread_search .form-item-submit {
    width: 65px;
    height: 42px;
    background: #da251d;
    cursor: pointer;
    border-radius: 0 40px 40px 0;
    border: none;
}
.bread_search .form-item-submit img {
    width: 19px;
    height: 20px;
    display: block;
    margin: 10px auto 0;
}

/* footer */
#footer .footer_main {
    height: 353px;
    padding-top: 60px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/foot_bg.jpg) no-repeat 0 0;
}
#footer .footer_list {
    margin-right: 100px;
}
#footer .footer_list dl dt {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 50px;
}
#footer .footer_list dl dd {
    font-size: 16px;
    color: #fff;
}
#footer .f4 dl dd {
    line-height: 30px;
}
#footer .footer_list dl dd a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
#footer .footer_list dl dd a:hover {
    color: #da251d;
}
#footer .footer_list dl dd.address {
    width: 240px;
}
#footer .footer_copy {
    height: 62px;
    background-color: #000;
}
#footer .footer_copy p {
    font-size: 14px;
    color: #E4E4E4;
    line-height: 62px;
    text-align: center;
}
#footer .footer_copy  a {
    margin-left: 25px;
}

#footer .footer_copy  a img {
    width: 50px;
}
#footer .ewm li {
    text-align: center;
}
#footer .ewm li p {
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

/* right_nav */
#right_nav {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 999;
    margin-top: -235px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
#right_nav ul li {
    width: 56px;
    padding: 0 17px;
    text-align: center;
}
#right_nav ul li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
}
#right_nav ul li.r4 a {
    border-bottom: none;
}
#right_nav ul li img {
    display: block;
    margin: 0 auto 3px;
}

/* footer_form */
#footer_form {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 150px;
    z-index: 999;
}

#footer_form .footer_form_guird {
    visibility: hidden;
    position: absolute;
    left: -95px;
    bottom: 0;
    width: 95px;
    height: 150px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/footer_form_guird.png) no-repeat center;
    cursor: default;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
}
#footer_form .footer_form_guird .guird_arrow {
    width: 12px;
    position: absolute;
    right: 10px;
    top: 48%;
}
#footer_form .footer_form_guird.on {
    left: 0;
    visibility: inherit;
    opacity: 1;
}
#footer_form .footer_form_main {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    height: 150px;
    background: #da251d;
    background: rgba(218, 37, 29, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}
#footer_form .footer_form_main.on {
    opacity: 1;
    visibility: inherit;
    left: 0;
    background: rgba(218, 37, 29, .9);
}
#footer_form .footer_form_main i {
    position: absolute;
    top: 10px;
    right: 4%;
    width: 40px;
    height: 40px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/close_btn.png) no-repeat center;
    cursor: pointer;
}
#footer_form .footer_container {
    width: 1200px;
    margin: 0 auto;
}
#footer_form .house {
    position: relative;
    top: -100px;
    z-index: 999;
}
#footer_form .house img {
    width: 250px;
}
#footer_form .contact {
    width: 202px;
    height: 54px;
    margin-top: 48px;
}
#footer_form .contact .contact-wrap {
    margin-left: 5px;
    margin-top: 5px;
    line-height: 20px;
}
#footer_form .contact .contact-phone {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

#footer_form .contact .contact-text {
    color: #fff;
    font-size: 14px;
}

#footer_form .footer_form-item {
    width: 168px;
    overflow: hidden;
}
#footer_form .queryoffer {
    width: 650px;
    margin: 25px 40px 0 50px;
}
#footer_form .queryoffer .form-item input,#footer_form .queryoffer .form-item-submit {
    width: 168px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    background-color: #fff;
    border: none;
}
#footer_form .queryoffer .form-item select {
    width: 168px;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    padding: 10px 0 10px 10px;
}
#footer_form .queryoffer .form-item input {
    width: 148px;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
}
#footer_form .queryoffer .form-item {
    background-image: none;
}
/* 兼容ie6 */
#footer_form .queryoffer .form-item-mobile,#footer_form .queryoffer .form-item-building,#footer_form .queryoffer .form-item-size {
    width: 168px;
    overflow: hidden;
}
#footer_form .queryoffer .footer_form-items, #footer_form .queryoffer .form-item-submit {
    width: 96px;
    height: 100px;
    border-radius: 10px;
    color: #da251d;
}
#footer_form .queryoffer button {
    width: 100%;
    height: 100%;
    color: #da251d !important;
    font-size: 22px;
    font-weight: 500;
    background: none;
    line-height: 30px;
}
#footer_form .queryoffer .form-item-province select,#footer_form .queryoffer .form-item-city select {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat;
    background-position: 140px center;
}
#footer_form .queryoffer .form-item-size input {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_22.png");
    background-repeat: no-repeat;
    background-position: 130px 5px;
}

/*dialog*/
.dialog_yuyue {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100001;
    transition: all .3s;
    display: none;
}
.dialog_yuyue .dialog_main {
    width: 510px;
    height: 504px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -285px 0 0 -252px;
    background-color: #fff;
    border-radius: 20px;
}
.dialog_main .dialog_close {
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -25px;
    cursor: pointer;
}
.dialog_main .yuyue_form {
    padding: 20px 30px;
}
.dialog_main .dialog_title {
    text-align: center;
    margin-bottom: 30px;
}
.dialog_main .dialog_title h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}
.dialog_main .dialog_title p {
    font-size: 16px;
    color: #333;
}
.dialog_main .dialog_title p span {
    color: #dd3f39;
}

.dialog_main .yuyue-item {
    width: 450px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}
.dialog_main .queryoffer .form-item {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.dialog_main .queryoffer .form-item input,.dialog_main .queryoffer .form-item-submit button {
    width: 378px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 0 10px;
    padding-left: 60px;
    text-align: left;
}
.dialog_main .queryoffer .form-item-submit button {
    width: 450px;
    text-align: center;
}
.dialog_main .queryoffer .form-item select {
    padding-right: 0;
    width: 220px;
    /**width: 198px;!*ie7*!*/
    height: 60px;
    font-size: 18px;
    color: #333;
    padding: 15px 0 15px 10px;
    border: 1px solid #ededed;
    border-radius: 12px;
    vertical-align: middle;
    text-align-last: left;
    text-align: left;
    padding-left: 60px;
}
.dialog_main .queryoffer .form-item-province,.dialog_main .queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_10.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 20px center, 188px center;
    background: none\9;
    float: left;
}
.dialog_main .queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_16.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 20px center, 188px center;
    background: none\9;
}
/* 给input添加背景图片底部多出空白高度 */
.dialog_main .queryoffer .form-item-name {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_12.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.dialog_main .queryoffer .form-item-size {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_13.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.dialog_main .queryoffer .form-item-mobile {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_14.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}
.dialog_main .queryoffer .form-item-submit {
    text-align: center;
    border: none;
}
.dialog_main .queryoffer button {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #da251d;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    display: block;
    border: none !important;
}


/*branch*/
.app-branch .yuyue {
    margin: 80px 0;
}

/*page*/
#page {
    max-width: 1200px;
    margin: 0 auto;
    display:box;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
#page .m-style {
    margin: 30px 0;
}
#page .m-style .active {
    background: #da251d;
    border: 1px solid #da251d;
    border-radius: 50%;
}
#page .jump-btn {
    width: 85px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    background: #da251d;
    border: 1px solid #da251d;
    color: #fff;
}
#page .next, #page .prev {
    width: 85px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
}
#page a {
    border-radius: 50%;
    color: #a0a0a0;
    border: 1px solid #cecece;
}
#page a:hover {
    color: #fff;
    background: #da251d;
}
#page .jump-ipt {
    width: 65px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}
#page em {
    float: left;
    margin: 0 5px;
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

@media screen and (max-width:1500px) {
    #header .header-m .nav>ul>li {
        width: 96px;
    }
    .container-foo li .foo_text h2 {
        font-size: 28px;
    }
}
/* animatin */
/*左右摆动*/
.shakes {
    -webkit-animation: 0.5s ease-in-out 0s normal none infinite trx;
    -moz-animation: 0.5s ease-in-out 0s normal none infinite trx;
    -o-animation: 0.5s ease-in-out 0s normal none infinite trx;
    -ms-animation: 0.5s ease-in-out 0s normal none infinite trx;
    animation: 0.5s ease-in-out 0s normal none infinite trx;
}

@-webkit-keyframes trx {
    50% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes trx {
    50% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0);
    }
}

@-o-keyframes trx {
    50% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0);
    }
}

@-ms-keyframes trx {
    50% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0);
    }
}

@keyframes trx {
    50% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0);
    }
}

/* 上下摆动*/
.updown {
    -webkit-animation: updown 2s .2s ease both infinite;
    -moz-animation: updown 2s .2s ease both infinite;
    -o-animation: updown 2s .2s ease both infinite;
    -ms-animation: updown 2s .2s ease both infinite;
    animation: updown 2s .2s ease both infinite;
}

@-webkit-keyframes updown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px)
    }
}

@-moz-keyframes updown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    50% {
        opacity: 1;
        -moz-transform: translateY(-6px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px)
    }
}

@-o-keyframes updown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    50% {
        opacity: 1;
        -o-transform: translateY(-6px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0px)
    }
}

@-ms-keyframes updown {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }

    50% {
        opacity: 1;
        -ms-transform: translateY(-6px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0px)
    }
}

/*透明度变化*/
.flsh {
    -webkit-animation: flashgh 6s .5s ease both infinite;
    -moz-animation: flashgh 4s .2s ease both infinite;
    animation: flashgh 4s .2s ease both infinite;
}

@-webkit-keyframes flashgh {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flashgh {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flashgh {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes flashgh {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hg {
    -webkit-animation: pulse 2s .2s ease both infinite;
    -moz-animation: pulse 2s .2s ease both infinite;
    -o-animation: pulse 2s .2s ease both infinite;
    -ms-animation: pulse 2s .2s ease both infinite;
    animation: pulse 2s .2s ease both infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1)
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1)
    }

    50% {
        -ms-transform: scale(1.1)
    }

    100% {
        -ms-transform: scale(1)
    }
}

.centerBig {
    -webkit-animation: centerBig 3s .2s linear forwards 1;
    -moz-animation: centerBig 3s .2s linear forwards 1;
    -o-animation: centerBig 3s .2s linear forwards 1;
    -ms-animation: centerBig 3s .2s linear forwards 1;
    animation: centerBig 3s .2s linear forwards 1;
}

@-webkit-keyframes centerBig {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.05)
    }
}

@-moz-keyframes centerBig {
    0% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.05)
    }
}

@-o-keyframes centerBig {
    0% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(1.05)
    }
}

@-ms-keyframes centerBig {
    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(1.05)
    }
}

.leftUp {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

.moveRight {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

.moveDown {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

.centerBig {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

.rightDownBig {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}