/* Write your styles */
div,
section,
a,
p,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
time {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

[class*=am-animation-] {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html,
body {
    background-color: #fff;
    font-family: Arial, "微软雅黑", "Microsoft yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif !important;
}

body {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

body.active {
    opacity: 1;
}

.sidebar {
    position: fixed;
    right: -60px;
    top: 50%;
    z-index: 9;
}

.sidebar.active {
    right: 5px;
}

.sidebar .ewm {
    position: absolute;
    z-index: 2;
    right: -200px;
    top: -5px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
    padding: 5px 5px 0;
}

.sidebar .ewm img {
    width: 160px;
    cursor: pointer;
}

.sidebar .ewm h3 {
    font-size: 14px;
    color: #FF2300;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1;
}

.sidebar .ewm p {
    font-size: 12px;
    color: #5A5766;
    margin-top: 0;
}

.sidebar .ewm.active {
    right: 0;
}

.sidebar .inner {
    position: relative;
}

.sidebar .inner .we {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #FF2300;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
}

.sidebar .inner .we i {
    font-size: 24px;
    color: #fff;
}

.sidebar .inner .gotop {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 3px;
}

.sidebar .inner .gotop.active {
    display: block;
}

.sidebar .inner .gotop>a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FF2300;
}

.sidebar .inner .gotop>a span {
    display: block;
    line-height: 1;
}

.sidebar .inner .gotop>a i {
    line-height: 1;
}

.am-pagination>li a {
    color: #C6A785;
    border-color: #C6A785;
}

.am-pagination>li a:hover {
    background-color: #C6A785;
    color: #fff;
}

.am-pagination>li.am-active>a {
    background-color: #C6A785;
    border-color: #C6A785;
}

.primary-btn a {
    color: #fff;
    background-color: #124D98;
    width: 180px;
    height: 42px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.primary-btn a span {
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.primary-btn a span i {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    left: 0;
}

.primary-btn a span i img {
    height: 7px;
}

.primary-btn a::before {
    content: '';
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.primary-btn a:hover {
    color: #f5f5f5;
}

.primary-btn a:hover span i {
    left: 10px;
}

.primary-btn a:hover::before {
    width: 100%;
}

.primary-btn button {
    border: 0;
    color: #fff;
    background-color: #124D98;
    width: 180px;
    height: 42px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.primary-btn button span {
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.primary-btn button span i {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    left: 0;
}

.primary-btn button span i img {
    height: 7px;
}

.primary-btn button::before {
    content: '';
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.primary-btn button:hover {
    color: #f5f5f5;
}

.primary-btn button:hover span i {
    left: 10px;
}

.primary-btn button:hover::before {
    width: 100%;
}

.primary-title {
    position: relative;
}

.primary-title::before {
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background-color: #093E80;
    height: 50px;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    position: absolute;
    left: -20px;
    top: 0;
}

.primary-title h1 {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}

.primary-title h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #656565;
}

.primary-img {
    position: relative;
}

.primary-img img {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.primary-img::after {
    position: absolute;
    background-color: #093E80;
    z-index: 1;
    top: 20px;
    right: -20px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.am-container {
    max-width: 1120px;
}

.am-container::before {
    display: none;
}

.am-container::after {
    display: none;
}



.am-g {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.content {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.section-head {
    position: relative;
    height: 400px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.section-head::before {
    content: '';
    display: block;
    height: 100%;
    width: 75%;
    background-color: #093E80;
    position: absolute;
    top: 0;
    z-index: 2;
    left: -10%;
    -webkit-transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    transform: skewX(23deg);
}

.section-head::after {
    position: absolute;
    content: '';
    display: block;
    height: 60%;
    width: 100%;
    background-color: #f1f4f6;
    bottom: -100px;
    z-index: 1;
}

.section-head>.cc {
    max-width: 50%;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -100px;
}

.section-head .bg {
    position: absolute;
    top: 88%;
    display: inline-block;
    width: 50%;
    left: -22%;
    z-index: 2;
    opacity: 0.6;
}

.section-head .am-container {
    position: relative;
    z-index: 2;
}

.section-head .am-container h1 {
    color: #fff;
    font-size: 48px;
}

.section-head .am-container h3 {
    margin-top: 0;
    color: #fff;
    font-size: 20px;
}

header {
    background-color: #fff;
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

header .am-container {
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .am-container .logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .am-container .logo a img {
    height: 40px;
}

header .am-container nav {
    height: 60px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .am-container nav>ul {
    padding: 0;
    margin: 0;
}

header .am-container nav>ul>li {
    float: left;
    text-align: center;
    color: #fff;
    list-style-type: none;
    position: relative;
    padding: 0 20px;
}

header .am-container nav>ul>li a {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}

header .am-container nav>ul>li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    width: 0;
    height: 2px;
    background-color: #FF2300;
}

header .am-container nav>ul>li a:hover::after {
    width: 100%;
}

header .am-container nav>ul>li.current-menu-item a {
    color: #FF2300;
}

header .am-container nav>ul>li.current-menu-item a::after {
    width: 100%;
}

header .am-container nav>ul>li.current-menu-ancestor a {
    color: #C6A785;
}

header.fixed {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#home .homeslider {
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

#home .homeslider .swiper-container {
    width: 100%;
    height: 100vh;
}

#home .homeslider .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide {
    background-color: #fff;
    background-size: cover;
    background-position: center bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide .am-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-container .box{
    /* display: none; */
    /* visibility: hidden; */
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide .am-container>img {
    position: absolute;
    top: 10%;
    left: 0;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide .am-container .left h2 {
    font-size: 48px;
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide .am-container .left img {
    width: 150px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    opacity: 0;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide .am-container .right img {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .am-container .left h2 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .am-container .left img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#home .homeslider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .am-container .right img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#home .homeslider .swiper-container .swiper-button-next,
#home .homeslider .swiper-container .swiper-button-prev {
    color: #fff;
    outline: none;
}

#home .homeslider .swiper-container .swiper-pagination {
    bottom: 50px;
}

#home .homeslider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 20px;
    background-color: #FC5F3A;
    outline: none;
}

#home .f1 .am-container .title {
    text-align: center;
}

#home .f1 .am-container .title h2 {
    font-size: 28px;
    color: #3F3C4D;
    margin-top: 0;
}

#home .f1 .am-container .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FF2300;
}

#home .f1 .am-container .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#home .f1 .am-container .inner .right h2 {
    font-size: 36px;
}

#home .f1 .am-container .inner .right hr {
    border-width: 4px;
    border-radius: 2px;
    width: 50px;
    border-color: #FF8553;
}

#home .f1 .am-container .inner .right>p {
    margin: 20px 0;
    line-height: 2;
}

#home .f1 .am-container .inner .right .join {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

#home .f1 .am-container .inner .right .join img {
    height: 67px;
}

#home .f1 .am-container .inner .right .join p {
    padding-left: 20px;
    color: #FF8553;
}

#home .f1 .am-container .inner .right .bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#home .f1 .am-container .inner .right .bot img {
    width: 150px;
}

#home .f1 .am-container .inner .right .bot .c1 {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#home .f2 {
    position: relative;
    padding: 120px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right -40px;
}

#home .f2 .am-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#home .f2 .am-container .left .title h2 {
    font-size: 28px;
    color: #3F3C4D;
    margin-top: 0;
}

#home .f2 .am-container .left .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FF2300;
}

#home .f2 .am-container .left .inner h2 {
    font-size: 36px;
}

#home .f2 .am-container .left .inner hr {
    border-width: 4px;
    width: 50px;
    border-color: #FF8553;
    border-radius: 2px;
}

#home .f2 .am-container .left .inner>p {
    margin: 20px 0;
    line-height: 2;
}

#home .f2 .am-container .right {
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#home .f2 .am-container .right img {
    max-width: 50%;
}

#home .f2 .am-container .right img:nth-child(2) {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

#home .f2.mobile {
    background-position: center;
    display: none;
}

#home .f2.mobile .title {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

#home .f2.mobile .title h2 {
    font-size: 20px;
    color: #3F3C4D;
    margin-top: 0;
}

#home .f2.mobile .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FF2300;
}

#home .f2.mobile .main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

#home .f2.mobile .main .left {
    width: 100%;
    padding-top: 120px;
}

#home .f2.mobile .main .left .inner h2 {
    font-size: 18px;
}

#home .f2.mobile .main .right {
    width: 100%;
    padding: 0 40px;
}

#home .f3-1 {
    padding-bottom: 0;
}

#home .f3-1 .am-container .title {
    text-align: center;
}

#home .f3-1 .am-container .title h2 {
    font-size: 28px;
    color: #3F3C4D;
    margin-top: 0;
}

#home .f3-1 .am-container .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FF2300;
}

#home .f3-1 .am-container .pp {
    display: none;
}

#home .f3-1 .am-container .inner {
    text-align: center;
}

#home .f3-1 .am-container .inner h2 {
    font-size: 36px;
}

#home .f3-1 .am-container .inner p {
    max-width: 820px;
    margin: 0 auto;
}

#home .f3-1 .am-container .inner hr {
    border-width: 4px;
    width: 50px;
    border-color: #FF8553;
    border-radius: 2px;
    margin: 30px auto 0;
}

#home .f3 {
    position: relative;
    padding-top: 0;
}

#home .f3>img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
}

#home .f3 .s2 {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#home .f3 .s2 .q1 {
    position: relative;
}

#home .f3 .s2 .q1 img {
    width: 183px;
}

#home .f3 .s2 .q2 {
    position: relative;
}

#home .f3 .s2 .q2 img {
    width: 434px;
}

#home .f3 .s2 .q3 {
    position: relative;
}

#home .f3 .s2 .q3 img {
    width: 247px;
}

#home .f4 {
    padding-top: 0;
}

#home .f4 .am-container .title {
    text-align: center;
}

#home .f4 .am-container .title h2 {
    font-size: 28px;
    color: #3F3C4D;
    margin-top: 0;
}

#home .f4 .am-container .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FF2300;
}

#home .f4 .am-container .inner {
    text-align: center;
}

#home .f4 .am-container .inner h2 {
    font-size: 36px;
}

#home .f4 .am-container .inner p {
    max-width: 820px;
    margin: 0 auto;
}

#home .f4 .am-container .inner hr {
    border-width: 4px;
    width: 50px;
    border-color: #FF8553;
    border-radius: 2px;
    margin: 30px auto 0;
}

#home .f4 .am-container .bot {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
}

#home .f4 .am-container .bot .c1 {
    width: 160px;
    position: absolute;
    top: 180px;
    left: -60px;
}

#home .f4 .am-container .bot .c2 {
    width: 160px;
    position: absolute;
    bottom: 80px;
    left: 30px;
}

#home .f4 .am-container .bot .c3 {
    width: 160px;
    position: absolute;
    top: 100px;
    right: -80px;
}

#home .f4 .am-container .bot .c4 {
    width: 160px;
    position: absolute;
    bottom: 120px;
    right: -80px;
}

#home .f4.mobile {
    display: none;
}

#home .f5 {
    padding-top: 0;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

#home .f5>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

#home .f5 .am-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#home .f5 .am-container .left .title h2 {
    font-size: 28px;
    color: #3F3C4D;
    margin-top: 0;
}

#home .f5 .am-container .left .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FF2300;
}

#home .f5 .am-container .left .inner h2 {
    font-size: 36px;
}

#home .f5 .am-container .left .inner hr {
    border-width: 4px;
    width: 50px;
    border-radius: 2px;
    border-color: #FF8553;
}

#home .f5 .am-container .left .inner>p {
    margin: 20px 0;
    line-height: 2;
}

#home .f5 .am-container .left .inner>img {
    max-width: 50%;
}

footer {
    padding-top: 80px;
    padding-bottom: 15px;
    background-color: #FE613C;
    position: relative;
}

footer .am-container .inner {
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}

footer .am-container .inner .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .am-container .inner .top .lx {
    position: relative;
    width: 25%;
    padding-right: 15px;
}

footer .am-container .inner .top .lx ul {
    margin: 0;
    padding: 0;
}

footer .am-container .inner .top .lx ul li {
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

footer .am-container .inner .top .lx ul li h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

footer .am-container .inner .top .lx ul li img {
    max-width: 140px;
    height: auto;
}

footer .am-container .inner .top .lx ul li p {
    margin-top: 0;
    color: #ffd3c7;
    font-size: 15px;
}

footer .am-container .inner .top .lx ul li a {
    color: #fff;
    line-height: 2;
}

footer .am-container .inner .bot {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .am-container .inner .bot .lx {
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .am-container .inner .bot .lx img {
    height: 80px;
}

footer .am-container .inner .bot .lx p {
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}

footer .gotop {
    position: absolute;
    top: -20px;
    right: 10%;
    z-index: 99;
}

footer .gotop a {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eee;
}

footer .cop {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    margin-bottom: 15px;
    padding-top: 30px;
}

footer .cop p {
    font-size: 13px;
    color: #b7c3d2;
    margin-bottom: 0;
    text-align: center;
}

footer .cop a {
    color: #b7c3d2;
    font-size: 13px;
}

footer .cop a i {
    font-size: 16px;
}

footer .foot a {
    color: #fff;
    font-size: 17px;
}