*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

#bsWXBox {
    box-sizing: content-box;
}

ul {
    list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #666666;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: arial;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666666;
    outline: 0;
}

input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #666666;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666666;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*清楚浮动*/
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

/*图片垂直水平居中*/
.apic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.apic img {
    transition: 0.5s;
}

.apic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1480px;
}

@media (max-width: 1600px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1400px) {
    .container {
        width: 1080px;
    }
}

@media (max-width: 1100px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

#container {
    overflow: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 66;
}

.top {
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 15px;
    background: #141414;
    position: relative;
    z-index: 5;
    font-family: 'Roboto-Medium' !important;
}

.top a {
    color: #fff;
}

.top .fl a {
    margin-right: 27px;
}

.top .fl .iconfont {
    margin-right: 8px;
}

.top .container {
    padding: 0 40px;
    width: 100%;
}

.top .lan {
    float: right;
    position: relative;
    margin-right: 46px;
}

.top .lan .title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    font-family: arial;
}

.top .lan .title .iconfont {
    font-size: 22px;
    vertical-align: middle;
}

.top .lan ul {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    right: 0;
    border-top: 10px solid #141414;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.top .lan ul li a {
    display: block;
    line-height: 42px;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.top .lan ul li a:hover {
    background: #9e0b1c;
    color: #fff;
}

@media (min-width: 1025px) {
    .top .lan:hover ul {
        display: block;
    }
}

.top .share {
    float: right;
    margin-right: 60px;
}

.top .share a {
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.top .share a .iconfont {
    font-size: 17px;
}


.header {
    height: 93px;
    width: 100%;
    z-index: 4;
    transition: 0.7s;
    position: relative;
}

.header .container {
    width: 100%;
    padding: 0 40px;
}

.header .logo {
    padding: 0;
    float: left;
    margin-top: 25px;
}

.header .logo a {
    display: block;
    font-size: 27px;
    color: #333333;
    position: relative;
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    z-index: 5;
    transition: 0.5s;
}

.header .logo a .logo1 {
    display: none;
}

.header .header-right {
    float: right;
}

.header .header-right .header-search {
    float: right;
    margin-top: 24px;
    margin-right: 20px;
    position: relative;
}

.header .header-right .header-search .form-control {
    text-align: left;
    border: 0;
    width: 216px;
    font-size: 13px;
    color: #7a7a7a;
    height: 45px;
    vertical-align: top;
    padding: 0 86px 0 15px;
    -webkit-appearance: none;
    background: #f8f8f8;
    border-radius: 30px;
    border-bottom: 1px solid #fff;
}

.header .header-right .header-search .btn {
    top: 2px;
    border: 0;
    right: 2px;
    color: #fff;
    width: 40px;
    line-height: 40px;
    background-color: #c30d23;
    border-radius: 50px;
    text-align: center;
    position: absolute;
}

.header .header-right .header-search .btn .iconfont {
    color: #fff;
}

.header .header-right .menu {
    float: right;
    position: relative;
    width: 30px;
    height: 40px;
    display: none;
}

.header .header-right .menu a {
    display: block;
}

.header .header-right .menu a svg {
    width: 30px;
    margin-top: 15px;
    fill: #be0d22;
    vertical-align: middle;
    transform: rotate(180deg);
}

.header:hover {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.header:hover .logo a .logo0 {
    display: none;
}

.header:hover .logo a .logo1 {
    display: block;
}

.header:hover .nav ul li a {
    color: #333;
}

.headerFixed {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.headerFixed .header {
    background: #fff;
}

.headerFixed .header .logo a .logo0 {
    display: none;
}

.headerFixed .header .logo a .logo1 {
    display: block;
}

.headerFixed .header .nav ul li a {
    color: #333;
}

.header2 {
    background: #fff;
}

.header2 .logo a .logo0 {
    display: none;
}

.header2 .logo a .logo1 {
    display: block;
}

.header2 .nav ul li a {
    color: #333;
}

.nav {
    float: right;
    margin-right: 52px;
}

.nav ul li {
    text-align: center;
    float: left;
    margin-left: 50px;
    position: relative;
}

.nav ul li a {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 93px;
    position: relative;
    text-transform: uppercase;
}

.nav ul li a .iconfont {
    font-size: 12px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: dotted !important;
}

.nav ul li .subnav1 {
    position: absolute;
    top: 93px;
    left: 50%;
    margin-left: -80px;
    display: none;
    width: 160px;
    text-align: center;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.nav ul li .subnav1 ul {
    margin: 0;
    padding: 0;
}

.nav ul li .subnav1 ul li {
    margin: 0;
    padding: 0;
    float: none;
}

.nav ul li .subnav1 ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #636363;
    font-weight: lighter;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    padding: 0 10px;
}

.nav ul li .subnav1 ul li a:hover {
    color: #be0d22;
}

.nav ul li .subnav {
    position: absolute;
    top: 93px;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.nav ul li .subnav .container {
    width: 1400px;
    height: 200px;
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    padding-bottom: 10px;
}

.nav ul li .subnav ul li {
    margin: 0;
    padding: 3px;
    width: 25%;
    text-align: left;
    padding-bottom: 10px;
    border-right: 1px solid #e5e5e5;
}

.nav ul li .subnav ul li .img {
    float: left;
    width: 50%;
}

.nav ul li .subnav ul li .text {
    float: left;
    width: 50%;
    padding-top: 10px;
}

.nav ul li .subnav ul li .text .bt a {
    text-decoration: none;
    font-size: 16px;
    color: #636363;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
}

.nav ul li .subnav ul li .text .bt a:hover {
    color: #be0d22;
}

.nav ul li .subnav ul li .text .jsh {
    min-height: 24px;
    overflow: hidden;
}

.nav ul li .subnav ul li .text .jsh a {
    text-decoration: none;
    font-size: 14px;
    color: #636363;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
}

.nav ul li .subnav ul li .text .jsh a:hover {
    color: #be0d22;
}

.nav ul li .subnav ul li .more a {
    position: relative;
    background: none;
    color: #636363;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

.nav ul li .subnav ul li .more a:hover {
    color: #be0d22;
}

.nav ul li .subnav ul li:nth-last-child(1) {
    border-right: 0;
}

.nav ul li:hover a {
    text-decoration: underline;
}

.nav ul li:hover a .iconfont {
    text-decoration: inherit;
}

.nav ul .active a {
    text-decoration: underline;
}

.nav ul li:nth-child(2) {
    position: static;
}

#menu {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    height: 100%;
    transition: 0.5s;
    overflow: auto;
    padding: 60px 15px;
}

#menu .search {
    margin: 0 20px;
    position: relative;
}

#menu .search .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 13px;
    color: #7a7a7a;
    height: 45px;
    vertical-align: top;
    padding: 0 86px 0 15px;
    -webkit-appearance: none;
    background: #f4f4f4;
    border-radius: 30px;
    border-bottom: 1px solid #fff;
}

#menu .search .btn {
    top: 2px;
    border: 0;
    right: 2px;
    color: #fff;
    width: 40px;
    line-height: 40px;
    background-color: #c30d23;
    border-radius: 50px;
    text-align: center;
    position: absolute;
}

#menu .search .btn .iconfont {
    color: #fff;
}

#menu ul {
    overflow: hidden;
    padding: 0 20px;
}

#menu ul li {
    position: relative;
}

#menu ul li a {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    display: block;
    line-height: 48px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

#menu ul li .iconfont {
    display: block;
    width: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    color: #be0d22;
    text-align: center;
}

#menu ul li ul {
    display: none;
    padding: 10px 0;
}

#menu ul li ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    border: 0;
    font-weight: normal;
}

#menu ul li ul li:before {
    display: none;
}

#menu ul .active i {
    background: url("../image/arrow2.png") no-repeat center center;
    background-size: 13px;
}

#menu ul li:nth-child(1):before {
    display: none;
}

#menu .close {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 20px;
    top: 14px;
    background: url(../image/jia.png) no-repeat center center;
    border-radius: 50%;
    background-size: 24px;
    transform: rotate(45deg);
}

#menu.show1 {
    top: 0;
}

.phone-nav {
    position: fixed;
    right: 15px;
    top: 0;
    line-height: 60px;
    display: none;
    z-index: 15;
}

.phone-nav svg {
    width: 31px;
    fill: #fff;
    vertical-align: middle;
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../image/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666666;
}

.prompt span a {
    text-decoration: underline;
}

.prompt .prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../image/closed.png) no-repeat center center;
    cursor: pointer;
}

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
}

.home-banner .home-banner-slick {
    position: relative;
}

.home-banner .home-banner-slick .slick-list {
    position: relative;
    display: block;
}

.home-banner .home-banner-slick .item {
    position: relative;
    overflow: hidden;
}

.home-banner .home-banner-slick .item img {
    display: block;
    transition: 5s;
    width: 100%;
}

.home-banner .home-banner-slick .item .img1 {
    display: none;
}

.home-banner .home-banner-slick .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
    transform: translateY(-50%);
}

.home-banner .home-banner-slick .banner-hover .info {
    text-align: center;
}

.home-banner .home-banner-slick .banner-hover .bt {
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    line-height: 82px;
    margin-bottom: 49px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.home-banner .home-banner-slick .banner-hover .p {
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.home-banner .home-banner-slick .slick-dots {
    z-index: 10;
    bottom: 26px;
    width: 100%;
    line-height: 0;
}

.home-banner .home-banner-slick .slick-dots li {
    margin: 0 4px;
    padding: 0;
    width: 22px;
    height: 22px;
    transition: .5s;
    float: none;
    vertical-align: bottom;
    border: 1px solid transparent;
}

.home-banner .home-banner-slick .slick-dots li button {
    width: 22px;
    height: 22px;
    padding: 0;
    display: block;
    border: 0;
    background: url("/template/index/pc/images/doth.png") no-repeat center center;
}

.home-banner .home-banner-slick .slick-dots li button:before {
    content: "";
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
    background: url("/template/index/pc/images/dot.png") no-repeat center center;
}

.home-banner .home-banner-slick .slick-dots .slick-active button:before {
    color: transparent;
}

.home-banner .home-banner-slick .slick-prev,
.home-banner .home-banner-slick .slick-next {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 66;
}

.home-banner .home-banner-slick .slick-prev:before,
.home-banner .home-banner-slick .slick-next:before {
    color: #fff;
    font-size: 24px;
    font-family: "宋体";
}

.home-banner .home-banner-slick .slick-prev:hover,
.home-banner .home-banner-slick .slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.home-banner .home-banner-slick .slick-prev {
    left: 4%;
}

.home-banner .home-banner-slick .slick-prev:before {
    content: '<';
}

.home-banner .home-banner-slick .slick-next {
    right: 4%;
}

.home-banner .home-banner-slick .slick-next:before {
    content: '>';
}

.home-banner .home-banner-slick .slick-active a img {
    transition: 5s;
    animation: mymove4 5s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .bt {
    transition: 2s;
    animation: fadeInUp2 2s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .p {
    transition: 3s;
    animation: fadeInUp2 3s;
}

.home-num {
    position: relative;
    z-index: 6;
    margin-top: -174px;
}

.home-num ul {
    padding: 0 20px;
    font-size: 0;
    text-align: center;
}

.home-num ul li {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    padding: 0 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.home-num ul li:before,
.home-num ul li:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
}

.home-num ul li:before {
    left: 15px;
    top: 25px;
    background: #fff;
    z-index: 3;
}

.home-num ul li:after {
    right: 15px;
    bottom: 25px;
    background: #be0d22;
    z-index: 1;
}

.home-num ul li .box {
    padding: 55px 20px 76px 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.home-num ul li .apic {
    margin: 0 auto;
    width: 90px;
}

.home-num ul li .bt {
    font-size: 26px;
    color: #282828;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 19px;
}

.home-num ul li .jsh {
    font-size: 18px;
    color: #282828;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .home-num ul li:hover:before {
        left: -10px;
        opacity: 1;
    }

    .home-num ul li:hover:after {
        right: -10px;
        opacity: 1;
    }

    .home-num ul li:hover .box {
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
    }
}

.home-num ul li:nth-child(1) .box {
    background: #fff;
}

.home-num ul li:nth-child(2) .box {
    background: #adadad;
}

.home-num ul li:nth-child(3) .box {
    background: #c30d23;
}

.home-title {
    font-size: 42px;
    color: #1f1f1f;
    text-align: center;
    font-weight: bold;
}

.home-title-line {
    position: relative;
    text-align: center;
    margin-top: 16px;
}

.home-title-line span {
    position: relative;
    display: block;
    width: 88px;
    margin: 0 auto;
    height: 4px;
}

.home-title-line span img {
    vertical-align: top;
}

.home-title-line span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 8px;
    z-index: 5;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(75px);
    }

    100% {
        transform: translateX(-1px);
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(75px);
    }

    100% {
        transform: translateX(-1px);
    }
}

.home-product {
    padding: 77px 0 110px 0;
    background: url("../image/bg2.jpg") no-repeat top center;
}

.home-product .home-bottom {
    padding-top: 34px;
}

.home-product .home-bottom .show .info {
    display: none;
}

.plist {
    position: relative;
    margin-bottom: 43px;
}

.plist ul li {
    float: left;
    overflow: hidden;
    position: relative;
}

.plist ul li .box {
    width: 340px;
    text-align: center;
    padding: 52px 0 31px 0;
    background: url("../image/bg.jpg") no-repeat top center;
    background-size: cover;
    float: left;
}

.plist ul li .box2 {
    position: absolute;
    top: 0;
    right: 0;
}

.plist ul li .apic:after {
    padding-bottom: 72.18934911%;
}

.plist ul li a {
    display: block;
}

.plist ul li .bt {
    font-size: 18px;
    color: #1f1f1f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 16px;
    font-family: 'Roboto-Bold';
}

.plist ul li .box1 {
    display: none;
    width: 0;
    height: 372px;
    margin: 0 20px;
    background: #f0f0f0;
    overflow: hidden;
}

.plist ul li .box1 .apic {
    float: left;
    background: url("../image/bg1.jpg") no-repeat top center;
    background-size: cover;
    width: 47.2%;
}

.plist ul li .box1 .apic:after {
    padding-bottom: 109.47%;
}

.plist ul li .box1 .text {
    float: left;
    width: 52.8%;
    padding: 56px 52px;
    position: relative;
}

.plist ul li .box1 .text:after {
    content: "";
    display: block;
    width: 92px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 29%;
    left: -46px;
    z-index: 2;
}

.plist ul li .box1 .text:before {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    background: #be0d22;
    position: absolute;
    top: 29%;
    left: 0;
    z-index: 3;
}

.plist ul li .box1 .text .bt {
    text-align: left;
    font-size: 26px;
    padding: 0;
    margin-bottom: 36px;
}

.plist ul li .box1 .text .jsh {
    font-size: 15px;
    line-height: 30px;
    color: #616161;
    overflow: hidden;
    height: 120px;
    margin-bottom: 32px;
}

.plist ul li.slick-current .box {
    display: none;
    overflow: hidden;
}

.plist ul li.slick-current .box1 {
    display: block;
    width: 720px;
    margin: 0 auto;
}

.plist .slick-prev,
.plist .slick-next {
    width: 34px;
    height: 34px;
    border: solid 1px #7a7a7a;
    border-radius: 50%;
    z-index: 66;
}

.plist .slick-prev:before,
.plist .slick-next:before {
    color: #7a7a7a;
    font-size: 20px;
    font-family: "宋体";
}

.plist .slick-prev:hover,
.plist .slick-next:hover {
    background: #be0d22;
    border: 1px solid #be0d22;
}

.plist .slick-prev:hover:before,
.plist .slick-next:hover:before {
    color: #fff;
}

.plist .slick-prev {
    left: -46px;
}

.plist .slick-prev:before {
    content: '<';
}

.plist .slick-next {
    right: -46px;
}

.plist .slick-next:before {
    content: '>';
}

.plist1 ul {
    margin: 0 -20px;
}

.plist1 ul li {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.plist1 ul li .apic {
    border: solid 1px #dcdcdc;
    background: #fff;
}

.plist1 ul li .apic:after {
    padding-bottom: 72.18934911%;
}

.plist1 ul li .bt {
    position: relative;
    line-height: 72px;
    background-color: #ececec;
    font-size: 17px;
    color: #333333;
    padding: 0 59px 0 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.plist1 ul li .bt span {
    position: absolute;
    top: 0;
    right: 14px;
    color: #858585;
    font-size: 24px;
}

@media (min-width: 1025px) {
    .plist1 ul li:hover .apic {
        border: 1px solid #be0d22;
    }

    .plist1 ul li:hover .apic img {
        transform: scale(1.04);
    }

    .plist1 ul li:hover .bt {
        background: #be0d22;
        color: #fff;
    }

    .plist1 ul li:hover .bt span {
        color: #fff;
    }
}

.more a,
.more span {
    width: 125px;
    line-height: 31px;
    text-align: center;
    display: block;
    border-radius: 30px;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #cf0e25;
}

.second-nav {
    margin-bottom: 50px;
}

.second-nav ul {
    text-align: center;
    background: url("../image/line1.png") no-repeat center center;
}

.second-nav ul li {

    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}

.second-nav ul li a {
    display: block;
    line-height: 44px;
    background-color: #ececec;
    border-radius: 8px;
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.second-nav ul li.active a {
    background: #be0d22;
    color: #fff;
}

.home-app .item {
    background-color: #ececec;
}

.home-app .item .apic {
    width: 50%;
    float: left;
}

.home-app .item .apic:after {
    padding-bottom: 37.5%;
}

.home-app .item .text {
    float: right;
    width: 50%;
    padding: 5% 0 0 5.5%;
}

.home-app .item .bt a {
    font-size: 32px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-app .item .jsh {
    font-size: 18px;
    color: #7a7a7a;
    margin-bottom: 75px;

}

@media (min-width: 1025px) {
    .home-app .item:hover .apic img {
        transform: scale(1.04);
    }
}

.home-app .item:nth-child(2n) .apic {
    float: right;
}

.home-app .item:nth-child(2n) .text {
    float: left;
    padding: 5% 5.5% 0 0;
}

.more2 a,
.more2 p {
    width: 200px;
    line-height: 48px;
    border-radius: 5px;
    border: solid 1px rgba(122, 122, 122, 0.8);
    display: block;
    text-align: left;
    position: relative;
    font-size: 16px;
    color: #7a7a7a;
    padding-left: 34px;
}

.more2 a span,
.more2 p span {
    background: url("../image/more.png") no-repeat center center;
    position: absolute;
    top: 50%;
    right: 38px;
    width: 47px;
    height: 13px;
    margin-top: -6px;
}

@media (min-width: 1025px) {
    .more2 a:hover {
        background: #be0d22;
        color: #fff;
        border: 1px solid #be0d22;
    }

    .more2 a:hover span {
        background: url("../image/more1.png") no-repeat center center;
    }
}

.home-case {
    padding: 108px 0 96px 0;
}

.home-case .home-bottom {
    padding-top: 34px;
    position: relative;
}

.caselist {
    margin: 0 -117px;
}

.caselist li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.caselist li .box {
    position: relative;
}

.caselist li .apic {
    position: relative;
    z-index: 1;
}

.caselist li .apic:after {
    padding-bottom: 77.38095238%;
}

.caselist li .apic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(199, 199, 199, 0.96);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.caselist li .hover {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
}

.caselist li .hover .bt {
    font-size: 20px;
    margin-bottom: 39px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

.caselist li .hover .dizhi {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
    color: #616161;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.caselist li .hover .dizhi .iconfont {
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
}

.caselist li .hover .more2 p {
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .caselist li:hover .apic:before {
        opacity: 1;
    }

    .caselist li:hover .hover {
        opacity: 1;
    }
}

.home-about {
    background: #ffffff url("../image/abg.jpg") no-repeat bottom center;
    padding-bottom: 281px;
}

.home-about .span {
    font-size: 16px;
    color: #c30d23;
    padding-left: 51px;
    font-family: 'Rajdhani-Bold';
    position: relative;
    margin-bottom: 10px;
}

.home-about .span:after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #c30d23;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.home-about .bt {
    margin-bottom: 23px;
}

.home-about .jsh {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
}

.home-about .ul {
    padding-top: 32px;
    padding-bottom: 20px;
}

.home-about .ul ul li {
    float: left;
    width: 50%;
}

.home-about .ul ul li .h3 {
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 8px;
    font-weight: bold;
}

.home-about .ul ul li .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.home-about .ul ul li .p {
    font-size: 14px;
    line-height: 26px;
    color: #7a7a7a;
}

.home-about .text {
    float: left;
    width: 49%;
    padding-left: 65px;
}

.home-news {
    padding: 75px 0 102px 0;
    background: #f8fafb;
}

.home-news .home-bottom {
    padding-top: 55px;
}

.newslist {
    margin: 0 -21px;
}

.newslist li {
    width: 33.33333333%;
    float: left;
    padding: 0 21px;
    padding-bottom: 20px !important;
}

.newslist li .box {
    background: #fff;
    box-shadow: 0 3px 16px 0 rgba(6, 0, 1, 0.1);
}

.newslist li .apic:after {
    padding-bottom: 66.52360515%;
}

.newslist li .date {
    color: #fff;
    margin: 0 53px;
    overflow: hidden;
    margin-top: -35px;
    line-height: 56px;
    background-color: #c30d23;
    border-radius: 8px;
    padding: 0 65px;
    font-size: 16px;
    position: relative;
    z-index: 3;
}

.newslist li .date .span {
    float: left;
}

.newslist li .date .time {
    float: right;
}

.newslist li .text {
    padding: 27px 30px 70px 30px;
}

.newslist li .text .bt {
    font-size: 24px;
    margin-bottom: 21px;
    color: #222222;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newslist li .text .jsh {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #999999;
}

@media (min-width: 1025px) {
    .newslist li:hover .apic img {
        transform: scale(1.04);
    }

    .newslist li:hover .text .bt {
        color: #be0d22;
    }
}

.home-adv {
    padding: 39px 0 42px 0;
    background: url("../image/bg3.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.home-adv .text {
    position: relative;
}

.home-adv .text .bt {
    font-size: 44px;
    margin-bottom: 7px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
}

.home-adv .text .p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.68);
    letter-spacing: 3px;
}

.home-adv .text .more {
    position: absolute;
    top: 31px;
    right: 128px;
}

.home-adv .text .more a {
    display: block;
    width: 199px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    color: #333333;
    font-size: 18px;
}

.footer {
    background: url("../image/fbg.jpg") no-repeat top center;
    background-size: cover;
}

.footer .footer-top {
    padding: 100px 0 71px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .footer-top .left {
    float: left;
    width: 26%;
}

.footer .footer-top .left .img {
    margin-bottom: 25px;
}

.footer .footer-top .left .jsh {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, 0.98);
}

.footer .footer-top .left .jsh p {
    margin-bottom: 10px;
}

.footer .footer-top .left .share a {
    width: 40px;
    line-height: 36px;
    border: solid 2px #c30d23;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    border-radius: 50%;
}

.footer .footer-top .left .share a .iconfont {
    font-size: 17px;
    color: #fff;
}

@media (min-width: 1025px) {
    .footer .footer-top .left .share a:hover {
        background: #c30d23;
    }
}

.footer .footer-top .right {
    float: right;
    width: 67%;
}

.footer .footer-top .right ul li {
    width: 28%;
    float: right;
    margin-left: 2%;
}

.footer .footer-top .right ul li .bt {
    font-size: 18px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    background: url("../image/line2.png") no-repeat bottom left;
}

.footer .footer-top .right ul li .p {
    padding-top: 33px;
}

.footer .footer-top .right ul li .p p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
}

.footer .footer-top .right ul li .p .input {
    margin-top: 30px;
}

.footer .footer-top .right ul li .p .input input {
    width: 100%;
    height: 54px;
    border-radius: 2px;
    border: solid 2px #ffffff;
    background: none;
    padding: 0 20px;
}

.footer .footer-top .right ul li .p .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.footer .footer-top .right ul li .p .input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.footer .footer-top .right ul li .p .input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.footer .footer-top .right ul li .p .input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.footer .footer-top .right ul li .p .input .submit {
    width: 100%;
    line-height: 54px;
    background-color: #c30d23;
    border-radius: 2px;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 22px;
}

.footer .footer-top .right ul li ul {
    margin-top: 26px;
}

.footer .footer-top .right ul li ul li {
    width: 100%;
    float: none;
}

.footer .footer-top .right ul li ul li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-left: 22px;
    position: relative;
    color: rgba(255, 255, 255, 0.98);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.footer .footer-top .right ul li ul li a .iconfont {
    color: #be0d22;
    position: absolute;
    transform: rotate(268deg);
    top: 0;
    left: 0;
}

@media (min-width: 1025px) {
    .footer .footer-top .right ul li ul li a:hover {
        text-decoration: underline;
    }
}

.footer .footer-top .right ul li:nth-child(3) {
    width: 35.5%;
}

.footer .footer-top .right ul li:nth-child(3) .jsh {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding-top: 21px;
    position: relative;
    color: rgba(255, 255, 255, 0.98);
}

.footer .footer-top .right ul li:nth-child(3) .jsh a {
    color: rgba(255, 255, 255, 0.98);
}

@media (min-width: 1025px) {
    .footer .footer-top .right ul li:nth-child(3) .jsh a:hover {
        text-decoration: underline;
    }
}

.footer .footer-top .right ul li:nth-child(3) .jsh p {
    padding-left: 24px;
    position: relative;


}

.footer .footer-top .right ul li:nth-child(3) .jsh p .iconfont {
    position: absolute;
    top: 15px;
    left: 0;
    color: #be0d22;
}

.footer .footer-bottom {
    padding: 19px 0;
    font-size: 13px;
    color: #fff;
}

.footer .footer-bottom a {
    color: #fff;
    margin-left: 28px;
}

@media (min-width: 1025px) {
    .footer .footer-bottom a:hover {
        text-decoration: underline;
    }
}

.float {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 200;
}

.float ul li {
    width: 75px;
    /*height: 61px;*/
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    position: relative;
    background: #be0d22;
    border-bottom: 1px solid #fff;
}

.float ul li .apic {
    height: 30px;
}

.float ul li .bt {
    color: #fff;
}

.float ul li .hover {
    position: absolute;
    bottom: 3px;
    right: 58px;
    width: 160px;
    padding: 15px;
    background: #be0d22;
    display: none;
    color: #fff;
    border-right: 2px solid rgba(255, 255, 255, 0);
    font-size: 16px;
}

.float ul li .hover a {
    color: #fff;
}

.float ul li:hover .bt {
    text-decoration: underline;
}

.float ul li:hover .hover {
    display: block;
}

.float ul li:nth-child(1) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.float ul li:nth-child(5) {
    border-bottom: 0;
    margin-bottom: 8px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.float ul li:nth-child(6) {
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 3px;
}

.float ul li:nth-child(6) .apic {
    height: 46px;
}

.inside-banner {
    position: relative;
}

.inside-banner img {
    width: 100%;
    display: block;
}

.inside-banner .text {
    width: 100%;
    color: #fff;
    position: absolute;
    z-index: 9;
    top: 50%;
    padding-top: 80px;
    transform: translateY(-50%);
}

.inside-banner .pc1 {
    position: relative;
}

.inside-banner .mobile1 {
    display: none;
    position: relative;
}

.inside-banner .cn {
    font-size: 48px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.inside-banner .current {
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.inside-banner .current a {
    color: #fff;
}

.inside-banner .current b {
    font-weight: normal;
}

.inside-bannerr {
    position: relative;
    height: 410px;
    overflow: hidden;
}

.inside-bannerr img {
    width: 100%;
    display: block;
    
}

.inside-bannerr .text {
    width: 100%;
    color: #fff;
    position: absolute;
    z-index: 9;
    top: 50%;
    padding-top: 80px;
    transform: translateY(-50%);
}

.inside-bannerr .pc1 {
    position: relative;
}

.inside-bannerr .mobile1 {
    display: none;
    position: relative;
}

.inside-bannerr .cn {
    font-size: 48px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.inside-bannerr .current {
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.inside-bannerr .current a {
    color: #fff;
}

.inside-bannerr .current b {
    font-weight: normal;
}

.inmain {
    min-height: 500px;
    padding: 96px 0;
}

.aside-left {
    float: left;
    width: 22%;
}

.aside-left ul li {
    margin-bottom: 19px;
}

.aside-left ul li a {
    display: block;
    line-height: 49px;
    border-radius: 6px;
    color: #041e42;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    letter-spacing: 1px;
}

@media (min-width: 1025px) {
    .aside-left ul li:hover a {
        background: #c30d23;
        color: #fff;
        border: 1px solid #c30d23;
    }
}

.aside-left ul .active a {
    background: #c30d23;
    color: #fff;
    border: 1px solid #c30d23;
}

.aside-right {
    float: right;
    width: 72.4%;
}

.down .info {
    width: 83%;
    margin: 0 auto;
}

.downlist {
    padding-bottom: 43px;
}

.downlist li {
    margin-bottom: 16px;
}

.downlist li .box {
    padding: 45px 65px;
    position: relative;
    background: #f4f5f7;
}

.downlist li .apic {
    width: 128px;
    height: 138px;
    background-color: #fcfcfd;
    border: solid 1px #e0e1e1;
    box-shadow: 0 0 10px 0 #a0a0a0;
    position: absolute;
    top: 41px;
    left: 65px;
}

.downlist li .text {
    padding-left: 177px;
}

.downlist li .bt {
    font-size: 18px;
    color: #626262;
    margin-bottom: 61px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: underline;
}

.downlist li .xiazai {
    width: 160px;
    text-align: center;
    line-height: 40px;
    background-color: #a6aaad;
    border-radius: 2px;
    color: #ffffff;
}

.downlist li .xiazai .iconfont {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1025px) {
    .downlist li:hover .xiazai {
        background: #be0d22;
    }
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #947d58;
    font-family: "Open_Sans";
}

.page em {
    font-style: normal;
    font-size: 18px;
}

.page a {
    color: #202020;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    min-width: 40px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    border-radius: 40px;
    margin: 0 8px;
    padding: 0 5px;
    vertical-align: top;
    -webkit-transition: background .5s;
    transition: background .5s;
    border: 1px solid #e2ebf1;
}

.page a span {
    display: block;
}

.page a.active,
.page a:hover {
    background: #be0d22;
    color: #fff;
    border: 1px solid #fff;
}

.page a.prev,
.page a.next {
    color: #666666;
}

.page a.prev {
    padding-left: 24px;
    margin-right: 5px;
    width: 106px;
}

.page a.prev span {
    background: url(../image/prev-01.png) no-repeat left center;
    background-size: 4px;
}

.page a.prev:hover {
    color: #fff;
}

.page a.prev:hover span {
    background: url(../image/prev-02.png) no-repeat left center;
    background-size: 4px;
}

.page a.next {
    padding-right: 24px;
    margin-left: 5px;
    width: 106px;
}

.page a.next span {
    background: url(../image/next-01.png) no-repeat right center;
    background-size: 4px;
}

.page a.next:hover {
    color: #fff;
}

.page a.next:hover span {
    background: url(../image/next-02.png) no-repeat right center;
    background-size: 4px;
}

.faq {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.faq dl {
    overflow: hidden;
    margin-bottom: 16px;
}

.faq dl dt {
    display: block;
    position: relative;
}

.faq dl dt .name {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    padding-right: 58px;
}

.faq dl dt .jiantou {
    overflow: hidden;
    height: 30px;
    background: url("../image/jia1.png") no-repeat center center;
    width: 30px;
    position: absolute;
    top: 4px;
    right: 5px;
}

.faq dl .list_dt {
    cursor: pointer;
    border-bottom: 1px solid #e3e6ec;
    line-height: 34px;
    transition: width 2s;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.faq dl .list_dt:hover .jiantou {
    background: url("../image/jia1h.png") no-repeat center center;
}

.faq dl .list_dt .subnav {
    display: block;
}

.faq dl #open {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq dl #open .jiantou {
    background: url("../image/jia1h.png") no-repeat center center;
}

.faq .list_dd {
    display: none;
}

.faq .jobsub {
    border-top: 0;
    line-height: 24px;
    padding: 13px 0 21px 0;
    color: #636363;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e6ec;
}

.faq02 {
    margin-top: 97px;
    padding: 72px 0 86px 0;
    background: #f5f5f8;
}

.faq02 .inmain-title {
    font-weight: normal;
}

.faq02 ul {
    margin: 0 auto;
    width: 71%;
    padding-top: 46px;
}

.faq02 ul li {
    width: 50%;
    float: left;
}

.faq02 ul li .bt {
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    margin-bottom: 15px;
}

.faq02 ul li .jsh {
    font-size: 16px;
    line-height: 36px;
    color: #101010;
    margin-bottom: 11px;
}

.faq02 ul li .btn a {
    line-height: 41px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    color: #00a7e1;
}

@media (min-width: 1025px) {
    .faq02 ul li .btn a:hover {
        background-color: #be0d22;
        border: solid 1px #be0d22;
        color: #fff;
    }
}

.more4 a {
    width: 118px;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    line-height: 41px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .more4 a:hover {
        background: #be0d22;
        color: #fff;
        border: 1px solid #be0d22;
    }
}

.rnewslist {
    padding-bottom: 51px;
}

.rnewslist li {
    padding-bottom: 42px !important;
}

.rnewslist li .text {
    padding: 18px 30px 13px 30px;
    height: 230px;
}

.rnewslist li .text .bt {
    font-size: 20px;
    margin-bottom: 11px;
    text-overflow: initial;
    white-space: normal;
    max-height: 60px;
    line-height: 30px;
}

.rnewslist .p {
    color: #101010;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rnewslist li .text .jsh {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.rnewslist .more4 span {
    color: #be0d22;
}

.second-nav1 {
    text-align: center;
    padding: 22px 0;
}

.second-nav1 ul li {
    display: inline-block;
    vertical-align: top;
}

.second-nav1 ul li a {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    max-width: 210px;
    min-width: 130px;
    margin: 3px 0;
    display: block;
}

.second-nav1 ul li a:after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
}

.second-nav1 ul li:nth-last-child(1) a:after {
    display: none;
}

.inmain-title {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 32px;
}

.inmain-span {
    text-align: center;
    font-size: 16px;
    color: #656565;
}

.PV {
    padding: 57px 0 143px 0;
}

.PV .info {
    width: 88%;
    margin: 0 auto;
}

.PV .inmain-title {
    margin-bottom: 12px;
}

.PV .list {
    margin-top: 37px;
    border-radius: 10px;
    padding: 61px 140px;
    background: #eff3f5;
    margin-bottom: 82px;
}

.PV .list ul li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    position: relative;
}

.PV .list ul li:after {
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 47%;
    right: -15px;
    background: url("../image/jian.png") no-repeat center center;
}

.PV .list ul li .apic {
    width: 90px;
    margin: 0 auto;
}

.PV .list ul li .bt {
    font-size: 14px;
    line-height: 30px;
    color: #101010;
}

.PV .list ul li:nth-last-child(1):after {
    display: none;
}

.PV .form {
    width: 76%;
    margin: 0 auto;
}

.PV .form .bt {
    line-height: 93px;
    background-color: #bc0001;
    border-radius: 2px 2px 0px 0px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.PV .form .bottom {
    padding: 44px 80px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(7, 0, 2, 0.08);
}

.PV .form .p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 26px;
}

.PV .form ul li {
    margin-bottom: 25px;
}

.PV .form ul li .span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 3px;
    position: relative;
    padding-left: 10px;
}

.PV .form ul li .span font {
    color: #b90220;
    position: absolute;
    top: 0;
    left: 0;
}

.PV .form ul li input,
.PV .form ul li textarea {
    height: 33px;
    border-radius: 2px;
    width: 100%;
    border: solid 1px #dedede;
    background: none;
    padding: 0 10px;
}

.PV .form ul li textarea {
    height: 88px;
    padding: 10px;
}

.PV .form ul li .submit,
.PV .form ul li .chongzhi {
    width: 166px;
    line-height: 46px;
    font-size: 18px;
    border-radius: 2px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 12px 0 12px;
}

@media (min-width: 1025px) {

    .PV .form ul li .submit:hover,
    .PV .form ul li .chongzhi:hover {
        background: #ad0c1f;
        color: #fff;
        border: 1px solid #ad0c1f;
    }
}

.PV .form ul li .submit {
    background-color: #bc0001;
    color: #fff;
    border: solid 1px #bc0001;
}

.PV .form ul li .chongzhi {
    border: solid 1px rgba(0, 0, 0, 0.12);
    color: #7a7a7a;
}

.apply {
    padding: 77px 0 143px 0;
}

.apply .list1 {
    width: 76%;
    margin: 0 auto;
}

.apply .list1 ul {
    margin: 0 -21px;
}

.apply .list1 li {
    width: 50%;
    float: left;
    padding: 0 21px;
    margin-bottom: 44px;
}

.apply .list1 li .box {
    position: relative;
}

.apply .list1 li .apic:after {
    padding-bottom: 62.5%;
}

.apply .list1 li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.apply .list1 .h3 {
    font-size: 32px;
    font-weight: bold;
    color: #101010;
    margin-top: 30px;
    margin-bottom: 44px;
}

.case .caselist {
    margin: 0 -20px;
    padding-bottom: 20px;
}

.case .caselist li {
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 38px;
}

.pro-one {
    margin-bottom: 44px;
}

.pro-one .box {
    padding: 0 137px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(38, 38, 38, 0.08);
    overflow: hidden;
    font-size: 0;
}

.pro-one .box .apic {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.pro-one .box .apic:after {
    padding-bottom: 72.18934911%;
}

.pro-one .box .text {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding: 64px 0;
    position: relative;
}

.pro-one .box .text .bt {
    text-align: left;
    font-size: 36px;
    padding: 0;
    color: #333333;
    margin-bottom: 5px;
    font-family: 'Roboto-Medium';
}

.pro-one .box .text .jsh {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    overflow: hidden;
    height: 150px;
    margin-bottom: 41px;
}

.pro-one .box .btn a {
    width: 121px;
    line-height: 40px;
    text-align: center;
    border-radius: 22px;
    border: solid 2px #636363;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    font-size: 14px;
}

@media (min-width: 1025px) {
    .pro-one .box .btn a:hover {
        border: solid 2px #be0d22;
        background: #be0d22;
        color: #fff;
    }
}

.pro-one .box .btn .apply1 {
    color: #333;
}

.pro-one .box .btn .kan {
    border: solid 2px #c30d23;
    background: #c30d23;
    color: #fff;
}

.product .plist1 ul {
    padding-bottom: 28px;
}

.product .plist1 ul li {
    margin-bottom: 37px;
}

.product3 .list {
    margin-bottom: 78px;
}

.product3 .list li {
    width: 100%;
    clear: both;
    margin-bottom: 39px;
    overflow: hidden;
    position: relative;
}

.product3 .list .box {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #cacbcc;
    padding: 40px 61px;
}

.product3 .list .text {
    width: 48%;
    float: right;
    position: relative;
    z-index: 9;
    color: #4a4a4e;
    padding: 18px 0 0 0;
}

.product3 .list .img {
    width: 42.4%;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
}

.product3 .list .img .apic:after {
    padding-bottom: 58.62068966%;
}

.product3 .list .num {
    font-size: 28px;
    color: #515153;
    font-family: 'Roboto-Regular';
}

.product3 .list .title {
    border-left: 2px #cacbcc solid;
    padding-left: 14px;
    margin: 7px 0 0 31px;
    position: relative;
    margin-bottom: 36px;
}

.product3 .list .cn {
    font-size: 32px;
    color: #141414;
    font-weight: 700;
    line-height: 42px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.product3 .list .en {
    color: transparent;
    font-size: 48px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    line-height: 1;
    max-height: 110px;
    font-style: italic;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 0;
    text-transform: uppercase;
}

.product3 .list .jsh {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    padding-left: 46px;
    overflow: hidden;
    height: 56px;
}

.product3 .list .btn {
    padding-left: 42px;
    margin-top: 90px;
}

.product3 .list .btn span {
    width: 175px;
    height: 56px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 53px;
    background: url("../image/Shape3copy.png") no-repeat top left;
}

.product3 .list li:nth-child(2n+1) .img {
    float: right;
}

.product3 .list li:nth-child(2n+1) .text {
    float: left;
}

.product3 .list li:last-child {
    margin-bottom: 0;
}

.product3 .list .box:hover .text {
    color: #be0d22;
}

.product3 .list .box:hover .title {
    border-left-color: #be0d22;
}

.product3 .list .box:hover .cn {
    color: #be0d22;
}

.product-show {
    padding: 132px 0 90px 0;
}

.info-pic {
    overflow: hidden;
    padding: 0 6%;
    margin-bottom: 70px;
}

.info-pic .pro-left {
    float: left;
    width: 43.5%;
    overflow: hidden;
}

.info-pic .pro-left {
    position: relative;
}

.info-pic .pro-left .slick-prev:before,
.info-pic .pro-left .slick-next:before {
    display: none;
}

.info-pic .pro-left .slick-prev,
.info-pic .pro-left .slick-next {
    width: 100%;
    height: 14px;
    margin-top: 0;
    z-index: 7;
    top: 0;
}

.info-pic .pro-left .slick-prev {
    left: 0;
}

.info-pic .pro-left .slick-prev:before {
    content: '<';
    font-family: '宋体';
}

.info-pic .pro-left .slick-next {
    right: 0;
    top: auto;
    bottom: 0;
}

.info-pic .pro-left .slick-next:before {
    content: '>';
    font-family: '宋体';
}

.info-pic .pro-left .pro-max {
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 14px 0;
}

.info-pic .pro-left .pro-min {
    width: 100%;
    padding: 13px 31px;
    position: relative;
}

.info-pic .pro-left .pro-min .getIndex {
    padding: 4px 8px;
}

.info-pic .pro-left .pro-min .getIndex .item .apic {
    display: block;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
}

.info-pic .pro-left .pro-min .slick-current .item .apic {
    border: 2px solid #be0d22;
}

.info-pic .pro-text {
    float: right;
    width: 47.7%;
    padding-top: 63px;
    padding-left: 16px;
}

.info-pic .pro-text .bt {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: Roboto-Bold;
    font-size: 36px;
    color: #333333;
}

.info-pic .pro-text .jsh {
    padding-top: 24px;
    padding-bottom: 30px;
    margin-bottom: 39px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.info-pic .pro-text .jsh p {
    position: relative;
}

.info-pic .pro-text .download {
    margin-bottom: 57px;
}

.info-pic .pro-text .download a {
    display: block;
    margin-right: 15px;
    float: left;
    width: 122px;
    line-height: 41px;
    border-radius: 22px;
    border: solid 2px #636363;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.info-pic .pro-text .download a img {
    vertical-align: middle;
    display: inline-block;
}

@media (min-width: 1025px) {
    .info-pic .pro-text .download a:hover {
        background: #ad0c1f;
        color: #fff;
        border: 2px solid #ad0c1f;
    }
}

.info-pic .pro-text .download a.lx {
    color: #fff;
    border: 2px solid #be0d22;
    background: #be0d22;
}

@media (min-width: 1025px) {
    .info-pic .pro-text .download a.lx:hover {
        background: #ad0c1f;
        color: #fff;
        border: 2px solid #ad0c1f;
    }
}

.info-pic .pro-text .list {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.info-pic .pro-text .list ul li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.info-pic .pro-text .list ul li .apic {
    width: 60px;
    margin: 0 auto;
}

.info-pic .pro-text .list ul li:nth-last-child(1) {
    border: 0;
}

.info-pic .line {
    width: 100%;
    height: 79px;
    margin-top: 77px;
    background-color: #f5f5f8;
}

.pro-nav {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.pro-nav ul {
    font-size: 0;
    text-align: center;
}

.pro-nav ul li {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #dadada;
}

.pro-nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 61px;
    color: #333333;
}

@media (min-width: 1025px) {
    .pro-nav ul li:hover a {
        background: #be0d22;
        color: #fff;
    }
}

.pro-nav ul .active a {
    background: #be0d22;
    color: #fff;
}

.pro-nav ul li:nth-last-child(1) {
    border: 0;
}

.height {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 1px;
}

.pro-show {
    padding-top: 60px;
}

.pro-show .pro-info {
    position: relative;
    margin-bottom: 61px;
}

.pro-show .pro-info .inmain-title {
    font-weight: normal;
}

.pro-show .pro-info .p-bottom {
    padding-top: 43px;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 26px;
}

.pro-show .pro-info table {
    border: 2px solid #b1aeaf;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pro-show .pro-info table tr td:nth-child(1) {
    font-weight: bold;
    background: #eae9ea;
    position: relative;
}

.pro-show .pro-info table tr td:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #eae9ea;
}

.pro-show .pro-info table tr td:nth-last-child(1):after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 30px;
    height: 1px;
    background: #fff;
}

.pro-show .pro-info table tr:nth-last-child(1) td {
    overflow: hidden;
}

.pro-show .pro-info table td {
    font-size: 18px;
    color: #7a7a7a;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 15px 11px 15px 40px;
    border-bottom: 1px solid #b1aeaf;
}

.pro-show .pro-info table .bg3 {
    font-weight: bold;
    background: #eae9ea;
}

.pro-show .pro-info table tr.bg1 td {
    background: #acafb1;
    color: #be0d22;
}

.pro-show .pro-info table tr.bg1 td:nth-child(1) {
    font-weight: bold;
    color: #fff;
    background: #acafb1;
}

.pro-show .pro-info table tr.bg1 td:nth-child(1):after {
    background: #acafb1;
}

.pro-show .pro-info table tr.bg1 td:nth-last-child(1):after {
    background: #acafb1;
}

.pro-show .pro-info table tr.bg2 td {
    background: #bfc1c2;
}

.pro-show .pro-info table tr.bg2 td:nth-child(1) {
    font-weight: bold;
    color: #fff;
    background: #bfc1c2;
}

.pro-show .pro-info table tr.bg2 td:nth-child(1):after {
    background: #bfc1c2;
}

.pro-show .pro-info table tr.bg2 td:nth-last-child(1):after {
    background: #bfc1c2;
}

.pro-show .pro2 {
    margin-bottom: 59px;
}

.pro-show .pro2 .p-bottom {
    padding: 54px 0;
    font-size: 0;
    margin-top: 40px;
    position: relative;
}

.pro-show .pro2 .p-bottom:after {
    width: 50%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: #dfdee0;
    z-index: 1;
}

.pro-show .pro2 .p-bottom:before {
    width: 50%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    background: #f6f5f8;
    z-index: 1;
}

.pro-show .pro2 .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.pro-show .pro3 .p-bottom {
    width: 81%;
    margin: 0 auto;
}

.pro-show .pro4 .p-bottom {
    width: 94%;
    margin: 0 auto;
}

.contact {
    padding-bottom: 0 !important;
}

.contact .bt {
    font-size: 32px;
    color: #333;
    margin-bottom: 52px;
}

.contact .info {
    color: #101010;
    font-size: 16px;
    line-height: 36px;
    font-weight: lighter;
    padding: 43px 46px 98px 46px;
    background: #f7f7f7;
}

.contact .info h3 {
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    margin-bottom: 10px;
}

.contact .info .share {
    margin-top: 62px;
}

.contact .info .share h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 26px;
}

.contact .info .share ul li {
    float: left;
    margin-right: 59px;
}

.contact .info .share ul li .apic {
    width: 40px;
}

#allmap,
#allmap2 {
    width: 100%;
    height: 679px;
    margin-top: 144px;
}

#allmap img,
#allmap2 img {
    max-width: initial;
    max-height: inherit;
}

#allmap .anchorBL,
#allmap2 .anchorBL {
    display: none;
}

#allmap .apic,
#allmap2 .apic {
    width: 192px;
    height: 104px;
    background: #efefef;
    float: left;
    margin-right: 20px;
    position: relative;
}

#allmap .apic:after,
#allmap2 .apic:after {
    display: none;
}

#allmap .apic img,
#allmap2 .apic img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#allmap .mapInfo,
#allmap2 .mapInfo {
    width: 480px;
    text-align: left;
    padding: 0;
    overflow: hidden;
}

#allmap .title,
#allmap2 .title {
    margin: 0;
    line-height: 1.5;
    padding: 10px 0;
    color: #222;
    font-size: 18px;
}

#allmap .info,
#allmap2 .info1 {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #999999;
}

@media screen and (max-width: 1600px) {

    #allmap,
    #allmap2 {
        height: 500px;
    }
}

@media screen and (max-width: 1280px) {

    #allmap,
    #allmap2 {
        height: 400px;
    }
}

@media screen and (max-width: 1023px) {

    #allmap,
    #allmap2 {
        height: 300px;
    }

    #allmap .apic,
    #allmap2 .apic {
        display: none;
    }

    #allmap .mapInfo,
    #allmap2 .mapInfo {
        width: 320px;
    }
}

.message {
    padding: 98px 0 69px 0;
    background: #f7f8f9;
    position: relative;
}

.message .inmain-title {
    text-align: center;
    font-size: 42px;
}

.message .list {
    margin: 0 auto;
    width: 83%;
    padding-top: 47px;
}

.message ul {
    margin: 0 -12px;
}

.message ul li {
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 16px;
}

.message ul li .box {
    position: relative;
}

.message ul li input,
.message ul li textarea,
.message ul li select {
    height: 59px;
    width: 100%;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #ffffff;
    border: solid 1px #dbd9d9;
    color: #9099a0;
}

.message ul li input::-webkit-input-placeholder,
.message ul li textarea::-webkit-input-placeholder,
.message ul li select::-webkit-input-placeholder {
    color: #9099a0;
}

.message ul li input:-moz-placeholder,
.message ul li textarea:-moz-placeholder,
.message ul li select:-moz-placeholder {
    color: #9099a0;
    opacity: 1;
}

.message ul li input::-moz-placeholder,
.message ul li textarea::-moz-placeholder,
.message ul li select::-moz-placeholder {
    color: #9099a0;
    opacity: 1;
}

.message ul li input:-ms-input-placeholder,
.message ul li textarea:-ms-input-placeholder,
.message ul li select:-ms-input-placeholder {
    color: #9099a0;
}

.message ul li .check {
    width: 15px;
}

.message ul li span {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #be0d22;
}

.message ul li textarea {
    height: 132px;
    padding: 20px 20px;
}

.message ul li .submit,
.message ul li .chongzhi {
    width: 310px;
    line-height: 66px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 12px 0 12px;
}

@media (min-width: 1025px) {

    .message ul li .submit:hover,
    .message ul li .chongzhi:hover {
        background: #ad0c1f;
        color: #fff;
        border: 1px solid #ad0c1f;
    }
}

.message ul li .submit {
    background-color: #c30d23;
    color: #fff;
    border: solid 1px #c30d23;
}

.message ul li .chongzhi {
    border: solid 1px rgba(0, 0, 0, 0.12);
    color: #333;
}

@media (max-width: 768px) {

    .page a,
    .page em {
        display: none;
    }

    .page a.prev,
    .page a.next {
        display: inline-block;
    }
}

.case-show {
    padding: 185px 0 96px 0;
}

.case-show .text-info {
    width: 87%;
    margin: 0 auto;
}

.case-show .inmain-title {
    font-size: 42px;
}

.case-show .case-bottom {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 104px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 90px 77px 117px 77px;
    background: #fff;
}

.related .inmain-title {
    font-size: 32px;
    font-weight: normal;
}

.related .caselist {
    margin: 0 -20px;
    padding-top: 33px;
}

.related .caselist li {
    width: 33.333333%;
    padding: 0 20px;
}

.related .plist1 {
    margin-top: 50px;
}

.news-show .case-bottom {
    padding: 90px 77px 46px 77px;
    margin-bottom: 0 !important;
    position: relative;
}

.news-show .text-info {
    width: 66%;
    float: left;
    margin: 0;
}

.news-show .related {
    float: right;
    width: 31%;
}

.news-show .related .rnewslist {
    padding: 0;
}

.news-show .related .rnewslist li {
    width: 100%;
    float: none;
}

.news-show .related .rnewslist li:nth-last-child(1) {
    padding-bottom: 0 !important;
    border: 1px solid #fff;
}

.font24 {
    font-size: 24px;
}

.return {
    margin-top: 34px;
    padding: 0 11px;
    margin-bottom: 34px;
}

.return a {
    font-size: 16px;
    color: #333;
}

.return a span {
    color: #be0d22;
}

.inside-page-news {
    margin-top: 73px;
    text-align: center;
}

.inside-page-news a {
    line-height: 32px;
    min-width: 90px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 12px;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
}

.inside-page-news a .iconfont {
    transform: rotate(270deg);
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -2px;
}

.inside-page-news a:hover {
    color: #fff;
    border-color: #be0d22;
    background: #be0d22;
}

.inside-page-news a:first-child {
    float: left;
}

.inside-page-news a:first-child .iconfont {
    transform: rotate(90deg);
}

.inside-page-news .return {
    border: 0;
}

.inside-page-news .pull-right {
    float: right;
}

.about {
    padding: 0 !important;
}

.about .inmain-title {
    font-weight: normal;
    font-size: 42px;
}

.about .info {
    width: 87%;
    margin: 0 auto;
}

.about01 {
    padding: 74px 0 86px 0;
    position: relative;
    background: url("../image/abg1.jpg") no-repeat top center;
    background-size: cover;
}

.about01 .info {
    width: 87%;
    margin: 0 auto;
}

.about01 .h3 {
    font-size: 30px;
    color: #333333;
    font-weight: lighter;
    font-family: 'Roboto-Medium';
}

.about01 ul {
    overflow: hidden;
    margin-bottom: 31px;
}

.about01 ul li {
    margin-right: 17%;
    float: left;
    text-align: left;
}

.about01 ul li .bt {
    font-family: 'Roboto-Medium';
    font-weight: lighter;
    font-size: 81px;
    color: #c30d23;
}

.about01 ul li .jsh {
    font-size: 24px;
    color: #c30d23;
}

.about01 ul li:nth-child(3) {
    margin-right: 0;
}

.about01 .p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.about02 {
    padding: 80px 0 80px 0;
    position: relative;
}

.about02 .img {
    width: 1336px;
    height: 755px;
    position: relative;
    left: 50%;
    margin-left: -648px;
    float: left;
    margin-top: 47px;
}

.about02 .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about02 .img1 {
    display: none;
}

.about02 .img .globalMap {
    width: 100%;
    height: 863px;
    position: relative;
}

.about02 .img .area {
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: transform 2s linear;
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear;
}

.about02 .img .area .bt {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 80px;
    text-align: right;
    padding-right: 52px;
    width: 150px;
    font-size: 14px;
    color: #141414;
}

.about02 .img .area .fan {
    left: 0;
    right: auto;
    padding-left: 52px;
    padding-right: 0;
    text-align: left;
}

.about02 .img .area.active .text {
    opacity: 1;
    display: block;
    z-index: 9;
}

.about02 .img .area .name {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 50px;
    font-size: 12px;
    cursor: initial;
}

.about02 .img .area .name:hover {
    color: #333333;
}

.about02 .img .area .dot {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: 23px;
    color: transparent;
    font-size: 9px;
    background: #141414;
}

.about02 .img .area .circle {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: transform 2s linear;
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear;
}

.about02 .img .area .circle:nth-child(2) {
    display: none;
}

.about02 .scale {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.about02 .img .area .circle:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background-color: rgba(20, 20, 20, 0.16);
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 3;
}

.about02 .img .area .circle-shadow:after {
    box-shadow: inset 0 0 5em rgba(20, 20, 20, 0.16);
}

.about02 .img .m01 {
    top: 14%;
    left: 15%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.about02 .img .m02 {
    top: 14.4%;
    left: 9.8%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.about02 .img .m03 {
    top: 12%;
    left: 15%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.about02 .img .m04 {
    top: 14%;
    left: 16.5%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m05 {
    top: 18.1%;
    right: 23.5%;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.about02 .img .m06 {
    top: 29%;
    right: 19%;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.about02 .img .m07 {
    top: 25.9%;
    left: 43.2%;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.about02 .img .m08 {
    top: 50.5%;
    right: 3.5%;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.about02 .img .m09 {
    top: 26%;
    left: 40%;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.about02 .img .m10 {
    top: 11.5%;
    left: 66%;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.about02 .img .m11 {
    top: 27%;
    left: 32.5%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m12 {
    top: 43%;
    right: 8%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m13 {
    top: 68.5%;
    left: 52.2%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m14 {
    top: 38%;
    left: 33%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m15 {
    top: 44%;
    left: 31.6%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m16 {
    top: 37%;
    left: 31%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m17 {
    top: 59%;
    left: 39%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m18 {
    top: 38%;
    right: 11%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m19 {
    top: 50%;
    right: 8%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m20 {
    top: 65%;
    right: 10%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m21 {
    top: 67%;
    right: 8%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m22 {
    top: 63%;
    left: 12%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m23 {
    top: 34%;
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m24 {
    top: 31%;
    left: 27%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m25 {
    top: 33%;
    left: 28%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m26 {
    top: 29%;
    left: 22%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m27 {
    top: 59%;
    left: 39%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    display: none;
}

.about02 .img .m28 {
    top: 29%;
    left: 12%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m29 {
    top: 31%;
    left: 18%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m30 {
    top: 24%;
    left: 7%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m31 {
    top: 21%;
    left: 12.5%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m32 {
    top: 24%;
    left: 15%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m33 {
    top: 21%;
    left: 15%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m34 {
    top: 18%;
    left: 11%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m35 {
    top: 19%;
    left: 7%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m36 {
    top: 17%;
    left: 6%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m37 {
    top: 16%;
    left: 11%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m38 {
    top: 15%;
    left: 14%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m39 {
    top: 13%;
    left: 9%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m40 {
    top: 37%;
    left: 7%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m41 {
    top: 10%;
    left: 14%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m42 {
    top: 10%;
    left: 11%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m43 {
    top: 12%;
    left: 12%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about02 .img .m44 {
    top: 59%;
    left: 39%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about03 {
    padding: 73px 0 102px 0;
    position: relative;
    background: url("../image/abg3.jpg") no-repeat top center;
    background-size: cover;
}

.about03 .about-bottom {
    padding-top: 78px;
}

.about03 .about-bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #bdbdbe;
    position: absolute;
    top: 326px;
    left: 0;
    z-index: 1;
}

.about03 .about-bottom ul {
    position: relative;
    z-index: 3;
}

.about03 .about-bottom ul li {
    float: left;
    min-width: 315px;
}

.about03 .about-bottom ul li .box {
    position: relative;
    min-height: 280px;
    padding-top: 190px;
}

.about03 .about-bottom ul li .box:after {
    content: '';
    display: block;
    width: 21px;
    height: 109px;
    background: url("../image/line01.png") no-repeat bottom center;
    position: absolute;
    top: 102px;
    left: 24px;
}

.about03 .about-bottom ul li .bt {
    font-family: 'Impact';
    font-weight: bold;
    font-size: 36px;
    color: #283c42;
    position: absolute;
    top: 39px;
    left: 0;
}

.about03 .about-bottom ul li .jsh {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    padding-left: 48px;
}

.about03 .about-bottom ul li:hover .box:after {
    background: url("../image/line01h.png") no-repeat bottom center;
}

.about03 .about-bottom ul li:hover .bt {
    color: #be0d22;
}

.about03 .about-bottom ul li:hover .jsh {
    color: #be0d22;
}

.about03 .about-bottom ul li:nth-child(2n-1) .box {
    padding-top: 0;
}

.about03 .about-bottom ul li:nth-child(2n-1) .box:after {
    top: 14px;
    background: url("../image/line02.png") no-repeat top center;
}

.about03 .about-bottom ul li:nth-child(2n-1) .bt {
    top: 124px;
}

.about03 .about-bottom ul li:nth-child(2n-1):hover .box:after {
    background: url("../image/line02h.png") no-repeat top center;
}

.about03 .about-bottom ul li.slick-current .box:after {
    background: url("../image/line01h.png") no-repeat bottom center;
}

.about03 .about-bottom ul li.slick-current .bt {
    color: #be0d22;
}

.about03 .about-bottom ul li.slick-current .jsh {
    color: #be0d22;
}

.about03 .about-bottom ul li:nth-child(2n-1).slick-current .box:after {
    background: url("../image/line02h.png") no-repeat top center;
}

.about04 {
    padding: 101px 0 51px 0;
    position: relative;
    background: url("../image/abg4.jpg") no-repeat top center;
    background-size: cover;
}

.about04 .about-bottom {
    padding-top: 31px;
}

.about04 .about-bottom ul {
    padding: 0 10px;
    position: relative;
}

.about04 .about-bottom ul li {
    padding: 0 12px;
}

.about04 .about-bottom ul li .box {
    padding-bottom: 60px;
    background: url("../image/hbg.png") no-repeat bottom right;
    overflow: hidden;
}

.about04 .about-bottom ul li .apic {
    background-color: #f0f0f0;
}

.about04 .about-bottom ul li .apic:after {
    padding-bottom: 125.58922559%;
}

.about04 .about-bottom ul li .bt {
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    line-height: 66px;
    background: #fff;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.about04 .about-bottom ul .slick-prev,
.about04 .about-bottom ul .slick-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #c7c7c7;
    z-index: 66;
    margin-top: -75px;
}

.about04 .about-bottom ul .slick-prev:before,
.about04 .about-bottom ul .slick-next:before {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family: "宋体";
    opacity: 1;
}

.about04 .about-bottom ul .slick-prev:hover,
.about04 .about-bottom ul .slick-next:hover {
    background: #be0d22;
}

.about04 .about-bottom ul .slick-prev:hover:before,
.about04 .about-bottom ul .slick-next:hover:before {
    color: #fff;
}

.about04 .about-bottom ul .slick-prev {
    left: -46px;
}

.about04 .about-bottom ul .slick-prev:before {
    content: '<';
}

.about04 .about-bottom ul .slick-next {
    right: -46px;
}

.about04 .about-bottom ul .slick-next:before {
    content: '>';
}

@media (max-width: 1000px) {
    .inside-page-news {
        padding-top: 30px;
        margin-top: 30px;
    }

    .inside-page-news a {
        line-height: 40px;
        min-width: 90px;
    }
}

@media (max-width: 1600px) {
    .about01 ul li .bt {
        font-size: 66px;
    }

    .about01 ul li .jsh {
        font-size: 20px;
    }

    .about01 .p {
        font-size: 14px;
        line-height: 30px;
    }

    .about01 .h3 {
        font-size: 24px;
    }

    .about01 {
        padding: 63px 0 73px 0;
    }

    .about .inmain-title {
        font-size: 35px;
    }

    .about02 {
        padding: 68px 0 80px 0;
    }

    .about02 .img {
        margin-top: 5px;
        height: 655px;
        transform: scale(0.9);
    }

    .about03 {
        padding: 64px 0 82px 0;
    }

    .about03 .about-bottom:after {
        top: 307px;
    }

    .about03 .about-bottom ul li .jsh {
        font-size: 15px;
        line-height: 25px;
    }

    .about03 .about-bottom ul li .bt {
        font-size: 30px;
    }

    .about04 {
        padding: 83px 0 29px 0;
    }

    .about04 .about-bottom ul li .bt {
        font-size: 15px;
        line-height: 46px;
    }

    .faq02 {
        margin-top: 82px;
        padding: 60px 0 72px 0;
    }

    .faq02 ul li .bt {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .faq02 ul {
        padding-top: 40px;
    }

    .faq02 ul li .jsh {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .faq02 ul li .btn a {
        line-height: 33px;
        padding: 0 21px;
        font-size: 12px;
    }

    .font24 {
        font-size: 20px;
    }

    .product3 .list .num {
        font-size: 22px;
    }

    .product3 .list .cn {
        font-size: 26px;
        line-height: 32px;
        height: 32px;
    }

    .product3 .list .en {
        font-size: 40px;
        width: 740px;
    }

    .product3 .list .btn {
        margin-top: 40px;
    }

    .faq dl dt .name {
        font-size: 16px;
    }

    .faq .jobsub {
        line-height: 20px;
        padding: 7px 0 17px 0;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .faq dl .list_dt {
        margin-bottom: 10px;
        padding-bottom: 11px;
    }

    .faq dl {
        margin-bottom: 12px;
    }

    .more4 a {
        width: 100px;
        line-height: 34px;
        font-size: 12px;
    }

    .top {
        padding: 6px 0;
        font-size: 13px;
    }

    .nav ul li a {
        font-size: 15px;
        line-height: 74px;
    }

    .header {
        height: 74px;
    }

    .header .container {
        padding: 0 30px;
    }

    .header .logo a img {
        width: 153px;
    }

    .header .logo {
        margin-top: 17px;
    }

    .header .header-right .header-search {
        margin-top: 19px;
    }

    .header .header-right .header-search .form-control {
        width: 180px;
        height: 38px;
    }

    .header .header-right .header-search .btn {
        width: 34px;
        line-height: 34px;
    }

    .nav {
        margin-right: 44px;
    }

    .nav ul li {
        margin-left: 44px;
    }

    .home-num ul {
        padding: 0 9px;
    }

    .home-num {
        margin-top: -143px;
    }

    .home-num ul li .apic {
        width: 78px;
    }

    .home-num ul li .box {
        padding: 41px 20px 63px 20px;
    }

    .home-num ul li .bt {
        font-size: 22px;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    .home-num ul li .jsh {
        font-size: 15px;
    }

    .home-title {
        font-size: 35px;
    }

    .home-product {
        padding: 64px 0 91px 0;
    }

    .home-title-line {
        margin-top: 14px;
    }

    .home-product .home-bottom {
        padding-top: 28px;
    }

    .second-nav ul li a {
        line-height: 37px;
        font-size: 15px;
    }

    .second-nav ul li {
        padding: 0 2px;
    }

    .second-nav {
        margin-bottom: 42px;
    }

    .plist ul li .box {
        width: 283px;
        padding: 43px 0 24px 0;
    }

    .plist ul li .bt {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .plist ul li .box1 {
        height: 310px;
    }

    .plist ul li.slick-current .box1 {
        width: 600px;
    }

    .plist ul li .box1 .text {
        padding: 46px 44px;
    }

    .plist ul li .box1 .text .bt {
        font-size: 21px;
        margin-bottom: 31px;
    }

    .plist ul li .box1 .text .jsh {
        font-size: 13px;
        line-height: 25px;
        height: 100px;
        margin-bottom: 26px;
    }

    .more a,
    .more span {
        width: 102px;
        line-height: 26px;
    }

    .plist1 ul {
        margin: 0 -17px;
    }

    .plist1 ul li {
        padding: 0 17px;
    }

    .plist {
        margin-bottom: 35px;
    }

    .plist1 ul li .bt {
        line-height: 62px;
        font-size: 14px;
        padding: 0 43px 0 14px;
    }

    .home-app .item .bt {
        font-size: 26px;
        margin-bottom: 11px;
    }

    .home-app .item .jsh {
        font-size: 15px;
        margin-bottom: 65px;
    }

    .more2 a,
    .more2 p {
        width: 165px;
        line-height: 40px;
        font-size: 13px;
        padding-left: 29px;
    }

    .more2 a span,
    .more2 p span {
        right: 25px;
        background-size: 40px;
    }

    .home-case {
        padding: 80px 0 78px 0;
    }

    .caselist li {
        padding: 0 13px;
    }

    .home-case .home-bottom {
        padding-top: 29px;
    }

    .caselist {
        margin: 0 -94px;
    }

    .caselist li .hover .bt {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caselist li .hover .dizhi {
        font-size: 14px;
        margin-bottom: 38px;
    }

    .home-about .text {
        padding-left: 53px;
    }

    .home-about .span {
        font-size: 14px;
        padding-left: 40px;
        margin-bottom: 10px;
    }

    .home-about .bt {
        margin-bottom: 16px;
        width: 283px;
    }

    .home-about .jsh {
        font-size: 13px;
        line-height: 23px;
    }

    .home-about .ul {
        padding-top: 23px;
        padding-bottom: 17px;
    }

    .home-about .ul ul li .h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .home-about .ul ul li .h3 .img img {
        height: 52px;
    }

    .home-about .ul ul li .p {
        font-size: 12px;
        line-height: 23px;
    }

    .home-about {
        padding-bottom: 232px;
        background-size: 100%;
    }

    .home-news {
        padding: 62px 0 85px 0;
    }

    .home-news .home-bottom {
        padding-top: 46px;
    }

    .newslist {
        margin: 0 -17px;
    }

    .newslist li {
        padding: 0 17px;
    }

    .newslist li .date {
        margin: 0 43px;
        margin-top: -30px;
        line-height: 46px;
        padding: 0 50px;
        font-size: 14px;
    }

    .newslist li .date .iconfont {
        font-size: 14px;
    }

    .newslist li .text {
        padding: 22px 23px 57px 23px;
    }

    .newslist li .text .jsh {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .newslist li .text .bt {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .home-adv .text .bt {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .home-adv .text .p {
        font-size: 14px;
    }

    .home-adv {
        padding: 32px 0 35px 0;
    }

    .home-adv .text .more {
        top: 26px;
        right: 119px;
    }

    .home-adv .text .more a {
        width: 168px;
        height: 41px;
        line-height: 41px;
        font-size: 15px;
    }

    .footer .footer-top {
        padding: 83px 0 59px 0;
    }

    .footer .footer-top .left .img img {
        width: 149px;
    }

    .footer .footer-top .left .img {
        margin-bottom: 21px;
    }

    .footer .footer-top .left .jsh {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 34px;
    }

    .footer .footer-top .right ul li .bt {
        font-size: 15px;
        padding-bottom: 19px;
    }

    .footer .footer-top .left .share a {
        width: 34px;
        line-height: 30px;
        margin-right: 8px;
    }

    .footer .footer-top .left .share a .iconfont {
        font-size: 15px;
    }

    .footer .footer-top .right ul li:nth-child(3) .jsh {
        line-height: 14px;
        font-size: 13px;
        padding-top: 17px;

    }

    .footer .footer-top .right ul li:nth-child(3) .jsh p {
        padding-left: 21px;
        margin-bottom: 20px;
    }

    .footer .footer-top .right ul li:nth-child(3) .jsh p .iconfont {
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .footer .footer-top .right ul li ul li a {
        font-size: 13px;
        line-height: 12px;
        padding-left: 19px;
        margin-bottom: 20px;
    }

    .footer .footer-top .right ul li ul {
        margin-top: 22px;
    }

    .footer .footer-top .right ul li ul li a .iconfont {
        font-size: 12px;
    }

    .footer .footer-top .right ul li .p p {
        font-size: 12px;
        line-height: 20px;
    }

    .footer .footer-top .right ul li .p {
        padding-top: 25px;
    }

    .footer .footer-top .right ul li .p .input {
        margin-top: 25px;
    }

    .footer .footer-top .right ul li .p .input input {
        height: 44px;
        border: solid 1px #ffffff;
        padding: 0 14px;
        font-size: 12px;
    }

    .footer .footer-top .right ul li .p .input .submit {
        line-height: 45px;
        margin-top: 18px;
    }

    .footer .footer-bottom {
        padding: 16px 0;
        font-size: 12px;
    }

    .home-banner .home-banner-slick .banner-hover .bt {
        font-size: 42px;
        line-height: 65px;
        margin-bottom: 39px;
    }

    .home-banner .home-banner-slick .banner-hover .p {
        font-size: 30px;
    }

    .inmain {
        padding: 80px 0;
    }

    .aside-left ul li a {
        line-height: 39px;
        font-size: 12px;
    }

    .downlist li .box {
        padding: 38px 54px;
    }

    .downlist li .apic {
        width: 106px;
        height: 114px;
        top: 36px;
        left: 55px;
    }

    .downlist li .text {
        padding-left: 148px;
    }

    .downlist li .bt {
        font-size: 15px;
        margin-bottom: 54px;
    }

    .downlist li .xiazai {
        width: 135px;
        line-height: 32px;
        font-size: 12px;
    }

    .downlist li .xiazai .iconfont {
        font-size: 14px;
    }

    .downlist li {
        margin-bottom: 10px;
    }

    .inside-banner .cn {
        font-size: 40px;
    }

    .rnewslist li .text .bt {
        font-size: 17px;
        margin-bottom: 7px;
    }

    .rnewslist .p {
        font-size: 13px;
    }

    .rnewslist li .text .jsh {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .rnewslist li .text {
        padding: 18px 30px 13px 30px;
        height: 202px;
    }

    .rnewslist li {
        padding-bottom: 34px !important;
    }

    .rnewslist {
        padding-bottom: 28px;
    }

    .PV {
        padding: 36px 0 110px 0;
    }

    .inmain-title {
        font-size: 26px;
    }

    .inmain-span {
        font-size: 14px;
    }

    .second-nav1 ul li a {
        font-size: 14px;
    }

    .PV .list {
        margin-top: 32px;
        padding: 51px 103px;
        margin-bottom: 70px;
    }

    .PV .list ul li .apic {
        width: 70px;
    }

    .PV .form .bt {
        line-height: 77px;
        font-size: 26px;
    }

    .PV .form .bottom {
        padding: 37px 63px;
    }

    .PV .form .p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 19px;
    }

    .PV .form ul li .span {
        font-size: 12px;
    }

    .PV .form ul li input,
    .PV .form ul li textarea {
        height: 30px;
    }

    .PV .form ul li {
        margin-bottom: 18px;
    }

    .PV .form ul li .submit,
    .PV .form ul li .chongzhi {
        width: 137px;
        line-height: 36px;
        font-size: 15px;
        margin: 19px 7px 0 7px;
    }

    .PV .form ul li textarea {
        height: 88px;
    }

    .apply .list1 li {
        padding: 0 17px;
        margin-bottom: 34px;
    }

    .apply .list1 ul {
        margin: 0 -17px;
    }

    .apply .list1 li .title {
        line-height: 43px;
        font-size: 16px;
    }

    .apply {
        padding: 57px 0 110px 0;
    }

    .apply .list1 .h3 {
        font-size: 26px;
        margin-bottom: 39px;
    }

    .case .caselist li {
        padding: 0 17px;
        margin-bottom: 30px;
    }

    .case .caselist {
        margin: 0 -17px;
    }

    .pro-one .box {
        padding: 0 110px;
    }

    .pro-one .box .text .bt {
        font-size: 29px;
    }

    .pro-one .box .text {
        padding: 53px 0;
    }

    .pro-one .box .text .jsh {
        font-size: 14px;
        line-height: 25px;
        height: 125px;
        margin-bottom: 38px;
    }

    .pro-one .box .btn a {

        line-height: 32px;
        margin-right: 8px;
        font-size: 12px;
    }

    .pro-one {
        margin-bottom: 37px;
    }

    .product .plist1 ul li {
        margin-bottom: 34px;
    }

    .product .plist1 ul {
        padding-bottom: 19px;
    }

    .case-show {
        padding: 154px 0 80px 0;
    }

    .case-show .inmain-title {
        font-size: 35px;
    }

    .return {
        margin-top: 31px;
        padding: 0 5px;
        margin-bottom: 27px;
    }

    .case-show .case-bottom {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 86px;
        padding: 77px 60px 106px 60px;
    }

    .related .inmain-title {
        font-size: 28px;
    }

    .related .caselist {
        margin: 0 -17px;
        padding-top: 28px;
    }

    .related .caselist li {
        padding: 0 17px;
    }

    .contact .bt {
        font-size: 27px;
        margin-bottom: 44px;
    }

    .contact .info h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .contact .info {
        font-size: 14px;
        line-height: 30px;
        padding: 36px 46px 84px 36px;
    }

    .contact .info .share {
        margin-top: 51px;
    }

    .contact .info .share h3 {
        font-size: 15px;
        margin-bottom: 21px;
    }

    .contact .info .share ul li .apic {
        width: 34px;
    }

    .contact .info .share ul li {
        margin-right: 48px;
    }

    #allmap,
    #allmap2 {
        height: 566px;
        margin-top: 118px;
    }

    .message .inmain-title {
        font-size: 35px;
    }

    .message {
        padding: 96px 0 69px 0;
    }

    .message .list {
        padding-top: 39px;
    }

    .message ul li input,
    .message ul li textarea,
    .message ul li select {
        height: 50px;
    }

    .message ul li {
        margin-bottom: 13px;
    }

    .message ul li textarea {
        height: 109px;
        padding: 20px 20px;
    }

    .message ul li .submit,
    .message ul li .chongzhi {
        width: 262px;
        line-height: 54px;
        font-size: 18px;
        margin: 23px 7px 0 7px;
    }

    .product-show {
        padding: 110px 0 80px 0;
    }

    .info-pic .pro-text .bt {
        padding-bottom: 21px;
        font-size: 30px;
    }

    .info-pic .pro-text {
        padding-top: 54px;
    }

    .info-pic .pro-text .jsh {
        padding-top: 20px;
        padding-bottom: 24px;
        margin-bottom: 34px;
        line-height: 27px;
    }

    .info-pic .pro-text .download a {
        width: 96px;
        line-height: 33px;
        font-size: 13px;
    }

    .info-pic .pro-text .download {
        margin-bottom: 48px;
    }

    .info-pic .pro-text .list ul li .apic {
        width: 43px;
    }

    .info-pic .pro-text .list {
        padding-top: 13px;
    }

    .info-pic .line {
        height: 66px;
        margin-top: 69px;
    }

    .info-pic {
        margin-bottom: 59px;
    }

    .pro-nav ul li a {
        line-height: 51px;
    }

    .pro-show {
        padding-top: 50px;
    }

    .pro-show .pro-info .p-bottom {
        padding-top: 30px;
    }

    .pro-show .pro-info {
        margin-bottom: 23px;
    }

    .pro-show .pro-info table td {
        font-size: 15px;
        padding: 9px 7px 9px 29px;
    }

    .nav ul li .subnav {
        top: 74px;
        padding: 20px 0;
    }

    .nav ul li .subnav1 {
        top: 74px;
        padding: 20px 0;
    }
}

@media (max-width: 1400px) {
    .about01 ul li .bt {
        font-size: 50px;
    }

    .about01 ul li .jsh {
        font-size: 16px;
    }

    .about02 .img {
        transform: scale(0.8);
    }

    .about04 {
        padding: 49px 0 29px 0;
    }

    .apply .list1 li {
        padding: 0 12px;
        margin-bottom: 24px;
    }

    .apply .list1 ul {
        margin: 0 -12px;
    }

    .home-app .item .jsh {
        margin-bottom: 45px;
    }

    .plist ul li .box {
        width: 248px;
        padding: 30px 0 24px 0;
    }

    .plist ul li.slick-current .box1 {
        width: 526px;
    }

    .plist ul li .box1 {
        height: 272px;
    }

    .plist ul li .box1 .text {
        padding: 28px 23px;
    }

    .home-title {
        font-size: 30px;
    }

    .home-adv .text .bt {
        font-size: 30px;
    }

    .newslist li .date {
        padding: 0 20px;
        margin: 0 33px;
        margin-top: -22px;
    }

    .newslist li .text .bt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .inside-banner .cn {
        font-size: 30px;
    }
}

@media (max-width: 1280px) {
    .contact .bt {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .contact .info {
        line-height: 25px;
        padding: 30px;
    }

    #allmap,
    #allmap2 {
        height: 450px;
        margin-top: 58px;
    }

    .message {
        padding: 59px 0;
    }

    .message .inmain-title {
        font-size: 28px;
    }

    .message .list {
        padding-top: 29px;
    }

    .case-show .case-bottom {
        font-size: 14px;
        margin-bottom: 50px;
        padding: 50px;
    }

    .case-show .inmain-title {
        font-size: 28px;
    }

    .nav ul li {
        margin-left: 30px;
    }

    .home-num ul li {
        width: 31%;
    }

    .inside-banner .cn {
        font-size: 26px;
    }

    .product3 .list .box {
        padding: 28px 31px;
    }

    .product3 .list .text {
        padding: 0;
    }

    .product3 .list li {
        margin-bottom: 26px;
    }

    .product3 .list {
        margin-bottom: 58px;
    }
}

@media (max-width: 1200px) {
    .home-app .item .jsh {
        margin-bottom: 25px;
    }

    .home-app .item .text {
        padding: 4% 0 0 4.5%;
    }

    .plist .slick-prev {
        left: 10px;
    }

    .plist .slick-next {
        right: 10px;
    }
}

@media (max-width: 1100px) {
    .about02 .img {
        display: none;
    }

    .about .info {
        width: 100%;
    }

    .about02 .img1 {
        display: block;
    }

    .about01 {
        padding: 40px 0;
    }

    .about02 {
        padding: 40px 0;
    }

    .about03 {
        padding: 40px 0;
    }

    .home-app .item .bt {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .about03 .about-bottom {
        padding-top: 28px;
    }

    .about03 .about-bottom ul li .box {
        min-height: 0;
        padding-top: 190px;
    }

    .nav {
        display: none;
    }

    .home-banner .home-banner-slick .banner-hover .bt {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 19px;
    }

    .home-banner .home-banner-slick .banner-hover .p {
        font-size: 20px;
    }

    .plist ul li .box1 {
        height: auto;
    }

    .plist ul li.slick-current .box1 {
        width: 100%;
    }

    .plist ul li .box {
        display: none;
    }

    .top .container {
        padding: 0 15px;
    }

    .top .lan {
        margin-right: 0;
    }

    .header .container {
        padding: 0 15px;
    }

    .header .header-right .menu {
        display: block;
    }

    .header .header-right .menu a svg {
        margin-top: 22px;
    }

    .top .lan ul {
        border-top: 6px solid #141414;
    }

    .header {
        height: 60px;
    }

    .header .logo {
        margin-top: 10px;
    }

    .header .header-right .menu a svg {
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {
    .footer .footer-top .right ul li .p p br {
        display: none;
    }
}

@media (max-width: 960px) {
    .about03 .about-bottom ul li .bt {
        font-size: 20px;
        top: 0 !important;
    }

    .about03 .about-bottom ul li {
        min-width: 0;
    }

    .about03 .about-bottom ul li .box {
        padding-top: 60px !important;
        padding-right: 50px;
    }

    .about03 .about-bottom ul li .box:after {
        background: url(../image/line01.png) no-repeat bottom center !important;
        top: 26px !important;
        left: 13px;
    }

    .about03 .about-bottom:after {
        top: 156px;
    }

    .about .info {
        padding: 0 40px;
    }

    .faq02 {
        margin-top: 42px;
        padding: 40px 0;
    }

    .faq02 ul {
        width: 100%;
        padding-top: 26px;
    }

    .faq02 ul li .bt {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .faq02 ul li {
        width: 100%;
        margin: 10px 0;
    }

    .faq02 ul li .box {
        float: none !important;
    }

    .contact .info .share ul li {
        margin-right: 18px;
        margin-bottom: 10px;
    }

    .news-show .related {
        margin-top: 30px;
        width: 100%;
    }

    .news-show .related .rnewslist {
        padding-bottom: 0;
    }

    .news-show .related .rnewslist li {
        float: left;
        width: 33.33333%;
    }

    #allmap,
    #allmap2 {
        height: 350px;
        margin-top: 38px;
    }

    .message {
        padding: 39px 0;
    }

    .message .list {
        width: 100%;
    }

    .inside-banner .pc1 {
        display: none;
    }

    .inside-banner .mobile1 {
        display: block;
    }

    .inside-banner .current {
        font-size: 12px;
    }

    .float {
        display: none;
    }

    .inmain {
        padding: 40px 0;
    }

    .aside-left {
        width: 100%;
    }

    .aside-left ul li {
        width: 33.333333%;
        float: left;
        padding: 0 5px;
    }

    .downlist li .apic {
        width: 84px;
        height: 84px;
        top: 15px;
        left: 15px;
    }

    .downlist li .box {
        padding: 15px;
    }

    .downlist li .text {
        padding-left: 104px;
    }

    .downlist li .bt {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .downlist {
        padding-bottom: 23px;
    }

    .down .info {
        width: 100%;
    }

    .aside-right {
        width: 100%;
    }

    .home-app .item .apic {
        width: 100%;
    }

    .home-app .item .text {
        width: 100%;
        padding: 20px !important;
    }

    .home-banner .home-banner-slick .item .img1 {
        display: block;
    }

    .home-banner .home-banner-slick .item .img {
        display: none;
    }

    .home-about .text {
        width: 100%;
        padding-left: 0;
    }

    .home-num ul li .box {
        padding: 25px;
    }

    .home-num ul li .box {
        padding: 25px;
    }

    .home-product {
        padding: 40px 0 40px 0;
    }

    .plist1 ul li {
        padding: 0 7px;
    }

    .plist1 ul {
        margin: 0 -7px;
    }

    .newslist {
        margin: 0 -7px;
    }

    .newslist li {
        padding: 0 7px;
    }

    .home-case {
        padding: 40px 0;
    }

    .home-about {
        padding-bottom: 160px;
    }

    .home-news {
        padding: 40px 0;
    }

    .newslist li .text {
        padding: 22px 23px 27px 23px;
    }

    .footer .footer-top {
        padding: 40px 0;
    }

    .newslist li .text .bt {
        font-size: 16px;
    }

    .PV .info {
        width: 100%;
    }

    .PV .form {
        width: 100%;
    }

    .PV .list {
        margin-top: 23px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .PV .form .bt {
        line-height: 57px;
        font-size: 20px;
    }

    .PV .form .bottom {
        padding: 20px;
    }

    .apply .list1 li {
        padding: 0 6px;
        margin-bottom: 14px;
    }

    .apply .list1 ul {
        margin: 0 -6px;
    }

    .apply .list1 {
        width: 100%;
    }

    .apply .list1 .h3 {
        font-size: 20px;
        margin-bottom: 19px;
        margin-top: 10px;
    }

    .apply .list1 li .title {
        line-height: 40px;
        font-size: 14px;
    }

    .case .caselist li {
        padding: 0 8px;
        margin-bottom: 20px;
        width: 50%;
    }

    .case .caselist {
        margin: 0 -8px;
    }

    .product3 .list .text {
        width: 100%;
        padding-top: 10px;
    }

    .product3 .list .img {
        width: 100%;
    }

    .product3 .list {
        margin-bottom: 38px;
    }

    .case-show {
        padding: 140px 0 40px 0;
    }

    .return a {
        font-size: 14px;
    }

    .case-show .text-info {
        width: 100%;
    }

    .case-show .inmain-title {
        font-size: 22px;
    }

    .case-show .case-bottom {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 25px;
    }

    .product-show {
        padding: 110px 0 50px 0;
    }

    .info-pic {
        padding: 0;
        margin-bottom: 30px;
    }

    .product3 .list .box {
        padding: 17px;
    }
}

@media (max-width: 768px) {
    #privacyPopup {
        width: 100%;
        height: 100%;
    }

    .about .info {
        padding: 0;
    }

    .about01 ul li .bt {
        font-size: 30px;
    }

    .about01 ul li .jsh {
        font-size: 14px;
    }

    .about01 ul li {
        margin-right: 7%;
    }

    .about01 .h3 {
        font-size: 18px;
    }

    .about01 ul {
        margin-bottom: 21px;
    }

    .about01 .p {
        line-height: 25px;
    }

    .about02 .about-bottom {
        margin-top: 20px;
    }

    .about04 .about-bottom ul .slick-prev {
        left: 0;
    }

    .about04 .about-bottom ul .slick-next {
        right: 0;
    }

    .about04 .about-bottom ul li .box {
        padding-bottom: 0;
    }

    .about04 {
        padding: 40px 0;
    }

    .message ul li {
        width: 100%;
    }

    .message ul li .submit,
    .message ul li .chongzhi {
        width: 144px;
        line-height: 44px;
        font-size: 14px;
    }

    .home-num {
        margin-top: -60px;
    }

    .home-num ul li {
        width: 33%;
        padding: 0 5px;
    }

    .second-nav ul li {
        width: 19%;
    }

    .second-nav {
        margin-bottom: 22px;
    }

    .plist .slick-prev:before,
    .plist .slick-next:before {
        color: #fff;
    }

    .plist .slick-prev,
    .plist .slick-next {
        border: solid 1px #fff;
    }

    .plist1 ul li .bt {
        line-height: 52px;
    }

    .plist1 ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .home-about .bt {
        width: 180px;
    }

    .home-about .ul ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-news .home-bottom {
        padding-top: 26px;
    }

    .home-title {
        font-size: 24px;
    }

    .home-title-line span {
        width: 56px;
        height: 4px;
    }

    .top .share {
        display: none;
    }

    .header .header-right .header-search {
        display: none;
    }

    .top .fl {
        display: none;
    }

    .footer .footer-top .left {
        width: 100%;
    }

    .footer .footer-top .left .img {
        margin-bottom: 11px;
    }

    .footer .footer-top .left .jsh {
        margin-bottom: 14px;
    }

    .footer .footer-top .right {
        width: 100%;
    }

    .footer .footer-top .right ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .footer .footer-top .right ul li:nth-child(2) {
        display: none;
    }

    .footer .footer-top .right ul li:nth-child(3) {
        width: 100%;
    }

    .footer .footer-bottom span {
        display: block;
        text-align: center;
        width: 100%;
    }

    .footer .footer-bottom a {
        color: #fff;
        margin: 0 10px;
    }

    .footer .footer-top .right ul li:nth-child(3) .jsh {
        line-height: 6px;
    }

    .newslist li {
        width: 50%;
    }

    .rnewslist li {
        padding-bottom: 20px !important;
    }

    .related .caselist {
        margin: 0 -7px;
    }

    .related .caselist li {
        padding: 0 7px;
    }

    .home-adv .text .more {
        right: 19px;
    }

    .info-pic .pro-text {
        width: 100%;
        padding-top: 23px;
        padding-left: 0;
    }

    .info-pic .pro-left {
        width: 100%;
    }

    .info-pic .pro-text .bt {
        padding-bottom: 11px;
        font-size: 20px;
    }

    .info-pic .line {
        height: 26px;
        margin-top: 19px;
    }

    .pro-nav .container {
        padding: 0;
    }

    .pro-nav ul li {
        width: 33.3333%;
        border-right: 1px solid #dadada;
        border-top: 1px solid #dadada;
        margin-top: -1px;
    }

    .pro-nav ul li:nth-child(3n) {
        border-right: 0;
    }

    .pro-nav ul li:nth-last-child(1) {
        border: 0;
        border-top: 1px solid #dadada;
    }

    .pro-show .pro3 .p-bottom {
        width: 100%;
        overflow: auto;
    }

    .pro-show .pro4 .p-bottom {
        width: 100%;
        overflow: auto;
    }

    .pro-show .pro-info table {
        width: 800px;
    }
}

@media (max-width: 480px) {
    .news-show .related .rnewslist li {
        width: 100%;
    }

    .product3 .list .cn {
        font-size: 20px;
        line-height: 25px;
        height: 25px;
    }

    .product3 .list .num {
        font-size: 16px;
    }

    .product3 .list .title {
        margin-bottom: 8px;
    }

    .product3 .list .en {
        display: none;
    }

    .product3 .list .btn {
        margin-top: 10px;
    }

    .product3 .list .btn span {
        font-size: 14px;
    }

    .pro-one .box {
        padding: 20px;
    }

    .pro-one .box .text .bt {
        font-size: 22px;
    }

    .pro-one .box .text {
        padding: 0;
    }

    .pro-one .box .text {
        width: 100%;
    }

    .pro-one .box .apic {
        width: 100%;
        margin-top: 10px;
    }

    .second-nav1 {
        padding: 11px 0;
    }

    .pro-one .box .text .jsh {
        margin-bottom: 18px;
    }

    .product .plist1 ul li {
        margin-bottom: 24px;
    }

    .PV .list ul li .apic {
        width: 40px;
    }

    .PV .list {
        padding: 20px 0;
    }

    .PV .form ul li .submit,
    .PV .form ul li .chongzhi {
        width: 110px;
        font-size: 14px;
    }

    .PV .form ul li {
        margin-bottom: 8px;
    }

    .rnewslist li {
        width: 100%;
    }

    .rnewslist li .text {
        padding: 20px;
        height: auto;
    }

    .home-num ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-num ul li .apic {
        width: 60px;
    }

    .plist ul li {
        padding: 0;
    }

    .home-banner .home-banner-slick .banner-hover .bt {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 9px;
    }

    .second-nav ul li {
        width: 30%;
        margin-bottom: 8px;
    }

    .plist ul li .box1 .apic {
        width: 100%;
    }

    .plist ul li .box1 .text {
        width: 100%;
        padding: 20px;
    }

    .caselist {
        margin: 0;
    }

    .home-about {
        padding-bottom: 80px;
    }

    .home-adv .text .more {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
}

@media (max-width: 414px) {
    .home-banner .home-banner-slick {
        min-height: 405px;
    }
}

@media (max-width: 375px) {
    .home-banner .home-banner-slick {
        min-height: 367px;
    }
}

@media (max-width: 360px) {
    .home-banner .home-banner-slick {
        min-height: 352px;
    }
}

.map {
    width: 100%;
    margin: 0 auto;
}

.map dl {
    border: #be0d22 solid 1px;
    border-top: #be0d22 solid 2px;
    border-bottom: 0;
    margin: 20px 0 20px 0;
}

.map dl:hover {
    background: #f5f8fa;
}

.map dl:hover dt a {
    color: #be0d22;
}

.map dt {
    background: #fcfcfc;
    color: #232323;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px;
}

.map dt a {
    color: #333333;
}

.map dt a:hover {
    color: #be0d22;
}

.map dt img {
    margin-left: 20px;
    display: inline-block;
}

.map dd {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both;
}

.map dd .p2 a {
    color: #b87500;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map dd .p2 a:hover {
    color: #764b00;
}

.map dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px;
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px;
}

.map dd div a:hover {
    background: #be0d22;
    color: #ffffff;
}

#privacyPopup {
    z-index: 10000;
    position: fixed;
    width: 800px;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#privacyPopup .dialog_header {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
}

#privacyPopup .dialog_header .title {
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
}

#privacyPopup .dialog_header .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #c5c5c5;
    cursor: pointer;
}

#privacyPopup .privacy_policy_title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

#privacyPopup .p-1 {
    font-size: 20px;
}

#privacyPopup .p-2 {
    font-size: 16px;
}

#privacyPopup .privacy_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 480px;
    padding: 20px 30px;
    overflow: auto;
}

#privacyPopup .privacy_footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

#privacyPopup .close_btn {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    min-width: 200px;
    height: 40px;
    background: #e22;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

@media (max-width: 768px) {
    #privacyPopup {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
    }
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
    /* IE9 */
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype'), url('../font/Roboto-Medium.svg') format('svg');
    /* IE9 */
}

@font-face {
    font-family: 'Impact';
    src: url('../font/Impact.eot');
    src: url('../font/Impact.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Impact.woff') format('woff'), url('../font/Impact.ttf') format('truetype'), url('../font/Impact.svg') format('svg');
    /* IE9 */
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.eot');
    src: url('../font/Roboto-Bold.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.svg') format('svg');
    /* IE9 */
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('../font/Rajdhani-Bold.eot');
    src: url('../font/Rajdhani-Bold.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Rajdhani-Bold.woff2') format('woff2'), url('../font/Rajdhani-Bold.woff') format('woff'), url('../font/Rajdhani-Bold.ttf') format('truetype'), url('../font/Rajdhani-Bold.svg') format('svg');
    /* IE9 */
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-homefill:before {
    content: "\e6bb";
}

.icon-kefufill:before {
    content: "\e740";
}

.icon-phone:before {
    content: "\e67d";
}

.icon-yonghu:before {
    content: "\e652";
}

.icon-facebook:before {
    content: "\e6e0";
}

.icon-youxiang:before {
    content: "\e667";
}

.icon-fanhuidingbu:before {
    content: "\e65b";
}

.icon-shijian-xianxing:before {
    content: "\e8c4";
}

.icon-shijieditu:before {
    content: "\e628";
}

.icon-xialajiantouxiao:before {
    content: "\e87e";
}

.icon-zuoji:before {
    content: "\e683";
}

.icon-xiajiantou:before {
    content: "\eb6d";
}

.icon-QQ:before {
    content: "\e882";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-daohangdizhi:before {
    content: "\e65e";
}

.icon-erweima:before {
    content: "\eaf1";
}

.icon-jisuanqi:before {
    content: "\eb18";
}

.icon-tuite:before {
    content: "\e653";
}

.icon-qq:before {
    content: "\e639";
}

.icon-whatsapp:before {
    content: "\e97b";
}

.icon-sousu:before {
    content: "\e621";
}

.icon-dizhi:before {
    content: "\e814";
}

.icon-xiazai-wenjianxiazai-05:before {
    content: "\e855";
}

.icon-fanganguanli_1:before {
    content: "\e7a7";
}

.icon-lingying:before {
    content: "\ee48";
}

.icon-jiantou:before {
    content: "\e637";
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir=rtl] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir=rtl] .slick-next:before {
    content: '←';
}

.slick-dots {
    position: absolute;
    bottom: 46px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-70px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(70px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -70px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2;
}

@-webkit-keyframes pulsed {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(2, 2, 2);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(0.8, 0.8, 0.8);
    }
}

.pinterest {
    background: url(../image/pinterest.png) no-repeat center center;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: cover;
    margin-top: 5px;
}

.youtube {
    background: url(../image/youtube.png) no-repeat center center;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: cover;
    margin-top: 5px;
}

.footer .footer-top .left .share a .pinterest {
    margin-top: -4px;
    vertical-align: middle;
}

.footer .footer-top .left .share a .youtube {
    margin-top: -4px;
    vertical-align: middle;
}