@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
    src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'), url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'), url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'), url('../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.eot');
    src: local('Times New Roman'), local('TimesNewRomanPSMT'), url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'), url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPSMT.woff') format('woff'), url('../fonts/TimesNewRomanPSMT.ttf') format('truetype'), url('../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@keyframes videorotate {
    form {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes videorotate {
    form {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}
body {
    font-family: 'Times New Roman', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.am-container {
    max-width: 1440px;
}
.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.hide {
    display: none;
}
.xs-online {
    display: none;
    font-weight: 300;
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 68px;
}
.xs-online ul li {
    display: table-cell;
    width: 20%;
    border-left: 1px solid #FCF3F2;
    height: 68px;
}
.xs-online ul li a {
    display: block;
    padding: 7px 0 5px;
}
.xs-online ul li a span {
    display: block;
    color: #30375B;
    font-size: 12px;
}
.xs-online ul li a span i {
    font-size: 22px;
}
.xs-online ul li:first-child {
    border-left: none;
}
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #333;
    line-height: 1.2;
    font-size: 16px;
}
@media (max-width: 767px) {
    .table-box table {
        font-size: 14px;
    }
}

.table-box table tr:nth-child(2n+1) {
    background-color: #ECF1F8;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    /*  width: 50% !important;*/
    height: auto !important;
}
.table-box table td,
.table-box table th {
    padding: 14px 8px !important;
    border: 1px solid #C6D1E0 !important;
}
@media (max-width: 991px) {
    .table-box table td,
    .table-box table th {
        padding: 12px 8px !important;
    }
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
        font-size: 12px !important;
    }
}
@media (max-width: 575px) {
    .table-box table td,
    .table-box table th {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
        font-size: 2.7vmin !important;
    }
}
.table-box table tr p,
.table-box table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box table img {
    height: auto !important;
    max-width: 100%;
}
.suspended-list {
    width: 48px;
    position: fixed;
    right: 0;
    top: calc(50% - 79px);
    z-index: 999;
}
.suspended-list ul {
    display: block;
    position: relative;
    /* background-color: #fff; */
    padding-left: 0;
}
.suspended-list ul li {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 3px;
    list-style: none;
}
.suspended-list ul li a {
    display: block;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    background: rgba(34, 34, 34, 0.2);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    transition: all 0.35s;
}
.suspended-list ul li .qrcode {
    width: 110px;
    height: 100px;
    padding-right: 10px;
    position: absolute;
    top: -50%;
    z-index: -10;
    left: 0;
    transition: all 0.35s;
    opacity: 0;
}
.suspended-list ul li .qrcode>div {
    width: 100px;
    height: 100px;
    background-color: #0064DF;
    padding: 5px;
}
.suspended-list ul li .qrcode>div img {
    width: 100%;
}
.suspended-list ul li .whatsapp-num {
    width: 170px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: -10;
    background-color: #0064DF;
    padding-left: 10px;
    left: 0;
    transition: all 0.35s;
    opacity: 0;
    border-radius: 8px;
}
.suspended-list ul li:hover {
    transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
    left: -110px;
    opacity: 1;
    transition: all 0.35s;
}
.suspended-list ul li:hover a {
    background-color: #0064DF;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
    display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
    display: block;
    left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
    left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
    left: -160px;
    opacity: 1;
    transition: all 0.35s;
}
.open-suspended {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 30px;
    z-index: 999;
    background: #6E6E6E;
    border-radius: 8px;
    bottom: 70px;
    display: none;
}
.open-suspended a {
    line-height: 48px;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
    width: 80% !important;
    height: 80% !important;
}
.banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2;
    font-size: 0;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 75px;
    left: 0;
}
.banner .swiper-pagination-bullet {
    outline: none;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 9px !important;
    border: 1px solid #0064DF;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.banner .swiper-pagination-bullet-active {
    background-color: #0064DF;
}
.banner .slick-arrow {
    outline: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
    left: 5%;
}
.banner .slick-prev:before {
    content: '\e65a';
}
.banner .slick-next {
    right: 5%;
}
.banner .slick-next:before {
    content: '\eb96';
}
.banner .item {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner .item>a {
    overflow: hidden;
    display: block;
}
.banner .item>a>img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 100%;
}
.banner .banner-button-prev,
.banner .banner-button-next {
    position: absolute;
    width: 40px;
    height: 60px;
    top: 50%;
    background-color: rgba(102, 102, 102, 0.2);
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
    font-family: 'iconfont';
    font-size: 22px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .banner .banner-button-prev:hover,
    .banner .banner-button-next:hover {
        background-color: rgba(102, 102, 102, 0.6);
    }
}
.banner .banner-button-prev {
    left: 30px;
}
.banner .banner-button-prev:before {
    content: '\e646';
}
.banner .banner-button-next {
    right: 30px;
}
.banner .banner-button-next:before {
    content: '\eb39';
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
    .banner .item>a>img {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .banner .slick-arrow:hover {
        background-color: #00a63b;
    }
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px) {
    .banner .swiper-pagination {
        bottom: 3.5%;
    }
    .banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px !important;
    }
    .banner .item {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    display: block;
    padding-bottom: 45.3125%;
    position: relative;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #00a63b !important;
}
.banner .mobile-video {
    display: block;
    position: relative;
}
.banner .mobile-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    font-size: 50px;
    color: #fff;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e644';
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.in-title {
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    color: #0064DF;
    text-transform: capitalize;
    text-align: center;
}
.index-advantage {
    padding: 110px 60px 0;
}
.index-advantage .list {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -9px 0;
}
.index-advantage .box {
    width: 16.66666667%;
    padding: 0 9px;
    text-align: center;
    position: relative;
}
.index-advantage .box>div {
    padding: 80px 20px 65px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #E4EAF2;
}
.index-advantage .box>div i {
    font-size: 32px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F9FC;
    border-radius: 50%;
    line-height: 1;
    color: #0064DF;
    margin-bottom: 10px;
}
@media screen and (min-width: 991px) {
    .index-advantage .box>div:hover .desc {
        transition: all .35s;
        transform: scale(1);
        opacity: 1;
    }
}

.index-advantage .box:nth-child(3n):after {
    display: none;
}

.index-advantage .desc {
    font-family: 'Lato';
    line-height: 30px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0064DF;
    left: 0;
    top: 0;
    padding: 20px;
    text-align: left;
    transform: scale(0);
    opacity: 0;
    transition: all .35s;
}
.index-advantage .desc p {
    margin: 0;
}
.index-advantage .tit {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.index-prod {
    padding: 95px 60px 80px;
}
.index-prod .list {
    margin: 60px -15px 0;
}
.index-prod .img-box {
    padding-bottom: 131.14754098%;
}
.index-prod .txt {
    position: absolute;
    color: #fff;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 25%;
    z-index: 2;
}
.index-prod .box {
    padding: 0 15px;
    width: 25%;
}
.index-prod .box a {
    position: relative;
    display: block;
}
.index-prod .box a img {
    transition: all .35s;
}
.index-prod .tit {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}
.index-prod .more {
    font-family: 'Lato';
}
@media screen and (min-width: 991px) {
    .index-prod .box a:hover img {
        transition: all .35s;
        transform: scale(1.1);
    }
    .index-prod .box a:hover .more {
        text-decoration: underline;
    }
}
.index-about {
    background-color: #F7F9FC;
    padding: 110px 60px;
}
.index-about .about-cont {
    display: flex;
    flex-wrap: wrap;
}
.index-about .about-cont .txt {
    width: calc(50% - 15px);
    display: flex;
    justify-content: flex-end;
}
.index-about .about-cont .txtbox {
    max-width: 690px;
    padding-top: 45px;
    padding-right: 160px;
    padding-bottom: 30px;
}
.index-about .about-cont .img {
    width: calc(50% + 15px);
    position: relative;
}
.index-about .about-cont .img img {
    width: 100%;
}
.index-about .about-cont .img a {
    position: relative;
    display: block;
}
@media screen and (min-width: 991px) {
    .index-about .about-cont .img a:hover .video-btn {
        transform: translate(-50%, -50%) scale(0.9);
    }
}
.index-about .about-cont .video-btn {
    width: 156px;
    height: 156px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index-about .about-cont .video-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../img/about-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: videorotate;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
.index-about .about-cont .video-btn:before {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/play.png);
    z-index: 2;
}
.index-about .about-cont .in-title {
    text-align: left;
    line-height: 104px;
    padding-right: 50px;
}
.index-about .about-cont .desc {
    font-size: 18px;
    line-height: 34px;
    font-family: 'Lato';
    color: #222;
    margin: 5px 0 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.index-about .about-cont .desc p {
    margin: 0;
}
.index-about .about-cont .more {
    font-family: 'Lato';
    color: #fff;
    width: 120px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0064DF;
    border: 1px solid #0064DF;
    border-radius: 17px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .index-about .about-cont .more:hover {
        background-color: transparent;
        color: #0064DF;
    }
}
.index-about .about-data {
    margin-top: 10px;
}
.big-data {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: space-between;
    width: 58.33333333%;
}
.big-data .data-box {
    position: relative;
    display: flex;
    justify-content: center;
}
.big-data .data-box:nth-child(2) .count-tit {
    margin-left: 10px;
}
.big-data .count-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #222;
    position: relative;
}
.big-data .count-top span {
    font-size: 60px;
    color: #0064DF;
    line-height: 1;
}
.big-data .count-tit {
    font-size: 30px;
    line-height: 32px;
    position: absolute;
    left: 100%;
    margin-left: 20px;
    color: #0064DF;
    display: flex;
    align-items: flex-start;
}
.big-data .count-tit span {
    font-size: 16px;
    line-height: 20px;
}
.big-data .data-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.big-data .count-desc {
    color: #444;
    line-height: 24px;
    font-family: 'Lato';
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    padding-left: 5px;
}
.big-data i {
    font-size: 28px;
    line-height: 1;
    width: 60px;
    height: 60px;
    background-color: #ECF1F8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0064DF;
    border-radius: 50%;
    margin-right: 25px;
}
.index-blog {
    padding: 110px 0 120px;
}
.index-blog .list {
    margin: 50px -15px 0;
}
.index-blog .img-box {
    padding-bottom: 71.11111111%;
}
.index-blog .img img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index-blog .box {
    padding: 0 15px;
}
@media screen and (min-width: 991px) {
    .index-blog .box>div:hover .img img {
        transform: scale(1.1);
    }
    .index-blog .box>div:hover .tit a {
        text-decoration: underline;
    }
}
.index-blog .txt {
    padding: 20px 30px;
    text-align: center;
}
.index-blog .tit {
    color: #0064DF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}
.index-blog .tit a {
    color: #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index-blog .date {
    color: #888;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Lato';
}
.index-blog .slick-slide>div {
    font-size: 0;
}
.index-blog .slick-dots {
    display: flex;
    position: static;
    justify-content: center;
    margin: 35px 0 0;
}
.index-blog .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 9px;
}
.index-blog .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index-blog .slick-dots li button:before {
    display: none;
}
.index-blog .slick-dots li.slick-active button {
    background-color: #0064DF;
}
header {
    background-color: #fff;
    font-family: 'Lato';
}
header.am-sticky {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
header .header-container {
    padding: 0 60px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
}
header .header-cont {
    display: flex;
    align-items: center;
}
header .header-logo {
    height: 80px;
}
header .header-logo img {
    height: 100%;
}
header .header-search {
    margin-left: 30px;
}
header .header-search .header-search-p form {
    width: 305px;
    height: 44px;
    border: 1px solid #EFEFEF;
    background-color: #EFEFEF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    transition: all 0.35s;
}
@media screen and (min-width: 991px) {
    header .header-search .header-search-p form:hover {
        border-color: #0064DF;
        transition: all 0.35s;
    }
}
header .header-search .header-search-p input {
    border: none;
    height: 100%;
    font-size: 14px;
    border-radius: 25px;
    width: calc(100% - 40px);
    padding: 0 15px;
    background-color: transparent;
    color: #333;
}
header .header-search .header-search-p input:focus {
    outline: none;
}
header .header-search .header-search-p *::-webkit-input-placeholder {
    color: #999;
}
header .header-search .header-search-p *:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
}
header .header-search .header-search-p *::-moz-placeholder {
    /* FF 19+ */
    color: #999;
}
header .header-search .header-search-p *:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}
header .header-search .header-search-p button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    transition: all 0.35s;
}
header .header-search .header-search-p button i {
    font-size: 20px;
    line-height: 1;
    color: #999;
    transition: all 0.35s;
}
@media screen and (min-width: 991px) {
    header .header-search .header-search-p button:hover {
        background-color: #fff;
        transition: all 0.35s;
    }
    header .header-search .header-search-p button:hover i {
        color: #0064DF;
        transition: all 0.35s;
    }
}
header .header-language {
    margin: 0 35px;
    position: relative;
}
header .header-language a {
    display: none;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    line-height: 1;
    transition: all 0.35s;
}
header .header-language a.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 991px) {
    header .header-language a:hover {
        color: #0064DF;
        transition: all 0.35s;
    }
}
header .header-btn {
    display: flex;
    align-items: center;
}
header .goog-te-gadget-simple {
    border: none;
}
.header-search-m {
    text-align: center;
    position: relative;
    display: none;
    align-items: center;
    margin-right: 15px;
}
.header-search-m a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #222;
    transition: opacity 0.25s ease-in-out 0s;
    -webkit-transition: opacity 0.25s ease-in-out 0s;
    transition: all 0.35s;
}
.header-search-m i {
    font-size: 12px;
    color: #222;
    line-height: 1;
    font-weight: bold;
    transition: all 0.35s;
}
@media screen and (min-width: 991px) {
    .header-search-m:hover>a {
        border-color: #0064DF;
        transition: all 0.35s;
    }
    .header-search-m:hover>a>i {
        color: #0064DF;
        transform: rotateY(180deg);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}
.header-search-m button:before {
    display: none;
}
.header-search-m button i {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}
.search-wrap {
    font-size: 14px;
    position: absolute;
    z-index: 1002;
    top: 100%;
    right: 0;
    right: 10%;
    display: none;
    width: 300px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
    position: relative;
}
.search-wrap input {
    line-height: 24px;
    width: 100%;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
    outline: none;
}
.search-wrap .submit {
    font-size: 0;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 38px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    background-color: #0064DF;
    border-color: #0064DF;
}
.search-wrap .submit:focus {
    outline: none;
}
.search-wrap .submit:before {
    font-family: 'iconfont' !important;
    content: '\e600';
}
.search-wrap .search-box {
    height: 38px;
}
.page-banner {
    overflow: hidden;
    position: relative;
}
.page-banner .item {
    position: relative;
}
.page-banner .item img {
    width: 100%;
    transition: all 0.35s;
}
.about {
    padding: 90px 0 0;
}
.about .about-cont {
    padding: 0 0 100px;
}
.about .about-cont .tit {
    font-size: 70px;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 30px;
}
.about .about-cont .desc p {
    line-height: 36px;
    color: #666;
    margin: 0;
    font-family: 'Lato';
}
.about .about-cont .about-video {
    overflow: hidden;
    margin: 100px 0 70px;
}
.about .about-cont .about-video a {
    display: block;
    background-image: url(../img/about-bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}
.about .about-cont .about-video a img:first-child {
    width: 100%;
}
.about .about-cont .about-video a img:last-child {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.about .about-cont .about-video a:hover .video-btn {
    transform: translate(-50%, -50%) scale(0.9);
}
.about .about-cont .about-video .video-btn {
    width: 156px;
    height: 156px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about .about-cont .about-video .video-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../img/about-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: videorotate;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
.about .about-cont .about-video .video-btn:before {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/play.png);
    z-index: 2;
}
.about .about-cont .big-data {
    width: 70%;
}
.about .factory {
    background-color: #F7F9FC;
    padding: 95px 0 120px;
}
.about .factory .img-box {
    padding-bottom: 64.44444444%;
}
.about .factory .box {
    padding: 0 15px;
}
.about .factory .box a {
    display: block;
    position: relative;
}
.about .factory .box a img {
    transition: all .35s;
}
@media screen and (min-width: 991px) {
    .about .factory .box a:hover img {
        transform: scale(1.1);
        transition: all .35s;
    }
    .about .honor .box a:hover img {
        transform: scale(1.1);
        transition: all .35s;
    }
}
.about .honor .box a {
    display: block;
    position: relative;
}
.about .honor .box a img {
    transition: all .35s;
}
.about .factory .list {
    margin: 50px -15px 0;
}
.about .factory .slick-slide>div {
    font-size: 0;
}
.about .honor {
    padding: 90px 0 105px;
}
.about .honor .img-box {
    padding-bottom: 136.36363636%;
}
.about .honor .box {
    padding: 0 15px;
}
.about .honor .list {
    margin: 30px -15px 0;
}
.about .honor .slick-slide>div {
    font-size: 0;
}
.about .slick-prev,
.about .slick-next {
    height: 34px;
    width: 40px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.about .slick-prev:before,
.about .slick-next:before {
    font-family: 'iconfont';
    color: #0064DF;
    opacity: 1;
    font-size: 16px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about .slick-prev:after,
.about .slick-next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .about .slick-prev:hover:before,
    .about .slick-next:hover:before {
        color: #fff;
    }
    .about .slick-prev:hover:after,
    .about .slick-next:hover:after {
        opacity: 1;
    }
}
.about .slick-prev {
    border-left: none;
    background-image: url(../img/prev-bg.png);
    left: -110px;
}
.about .slick-prev:before {
    content: '\fab0';
    margin-left: 15px;
}
.about .slick-prev:after {
    background-image: url(../img/prev-bg2.png);
}
.about .slick-next {
    border-right: none;
    background-image: url(../img/next-bg.png);
    justify-content: flex-end;
    right: -110px;
}
.about .slick-next:before {
    content: '\e624';
    margin-right: 15px;
}
.about .slick-next:after {
    background-image: url(../img/next-bg2.png);
}
.page-tit {
    font-size: 60px;
    line-height: 1;
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.sticky-content {
    display: -webkit-box;
    display: flex;
}
.list-l {
    background-clip: content-box;
    position: relative;
    z-index: 9;
}
.list-l h2 {
    text-align: center;
    color: #fff;
    padding: 21px;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 20px;
}
.list-l .menu {
    position: relative;
    z-index: 10;
}
.list-l .menu h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 88px;
    background-color: #0064DF;
    margin-bottom: 12px;
    padding: 0 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.list-l .menu h4 i {
    font-size: 26px;
}
.list-l .menu h4 span {
    font-weight: bold;
    margin-left: 15px;
}
.list-l .menu a {
    display: block;
}
.list-l .menu1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 120px;
    margin-top: 0;
}
.list-l .menu1>li {
    color: #666666;
    font-size: 18px;
    list-style: none;
}
.list-l .menu1>li:last-child {
    border-bottom: none;
}
.list-l .menu1>li>a {
    display: flex;
    position: relative;
    font-size: 20px;
    color: #222;
    line-height: 24px;
    background-color: #fff;
    transition: all 0.35s;
}
.list-l .menu1>li>a:hover span {
    background-color: #0064DF;
    color: #fff;
}
.list-l .menu1>li>a span {
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    line-height: 24px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    background-color: #ECF1F8;
    color: #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 22px;
    padding: 18px 0;
}
.list-l .menu1>li>a span:first-child {
    width: 60px;
    font-size: 24px;
    justify-content: center;
    margin-right: 4px;
}
.list-l .menu1>li>a span:last-child {
    width: calc(100% - 64px);
    padding: 18px 22px;
}
.list-l .menu1>li.active>a {
    transition: all 0.35s;
}
.list-l .menu1>li.active>a span {
    background-color: #0064DF;
    color: #fff;
}
.list-l .menu1>li:nth-child(n+2) {
    margin-top: 6px;
}
.list-l .menu1 ul {
    font-size: 14px;
    display: none;
    margin: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 4px 0;
    background-color: #fff;
}
.list-l .menu2 {
    padding: 0;
}
.list-l .menu2>li {
    list-style: none;
    border: 1px solid #ECF1F8;
}
.list-l .menu2>li:nth-child(n+2) {
    margin-top: 4px;
}
.list-l .menu2>li>a {
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: bold;
    width: 100%;
    position: relative;
    padding: 15px 0 15px 85px;
    color: #666;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-l .menu2>li>a:hover {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-l .menu2>li>a:hover span {
    color: #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-l .menu2>li>a:hover:before {
    transition: all 0.35s;
}
.list-l .menu2>li>a span {
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-l .menu2>li.active>a {
    color: #0064DF;
    transition: all 0.35s;
}
.list-l .menu2>li.active>a span {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-l .menu3>li {
    padding-left: 12px;
    margin-top: 5px;
    list-style: none;
}
.list-l .menu3>li>a {
    color: #83868a;
}
.list-l .menu3>li>a:before {
    content: '-';
}
.touch-nav {
    display: none;
}
.prod {
    padding: 90px 0;
}
.prod .in-title {
    text-align: left;
    color: #222;
    margin-bottom: 35px;
}
.prod .prod-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.prod .prod-box {
    width: 100%;
}
.prod .prod-box:nth-child(n+2) {
    margin-top: 20px;
}
.prod .prod-box>div {
    display: flex;
    flex-wrap: wrap;
    background-color: #ECF1F8;
    align-items: center;
    padding: 15px;
    position: relative;
}
.prod .prod-box>div:after {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/prod-line.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
}
@media screen and (min-width: 991px) {
    .prod .prod-box>div:hover .prod-txt .tit a {
        color: #0064DF;
        transition: all 0.35s;
    }
    .prod .prod-box>div:hover .prod-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }
    .prod .prod-box>div:hover:after {
        opacity: 1;
    }
}
.prod .prod-box .prod-img {
    width: 300px;
}
.prod .prod-box .prod-img img {
    transition: all 0.35s;
}
.prod .prod-box .prod-txt {
    width: calc(100% - 300px);
    padding: 0 35px;
}
.prod .prod-box .prod-txt .tit {
    font-size: 30px;
    line-height: 30px;
    color: #0064DF;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prod .prod-box .prod-txt .tit a {
    color: #0064DF;
    transition: all 0.35s;
}
.prod .prod-box .prod-txt .desc {
    font-size: 16px;
    line-height: 30px;
    color: #222;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'Lato';
}
.prod .prod-box .prod-txt .btngroup {
    display: flex;
    flex-wrap: wrap;
}
.prod .prod-box .prod-txt .btngroup>div {
    width: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Lato';
    color: #0064DF;
}
.prod .prod-box .prod-txt .btngroup>div span:first-child {
    width: 34px;
    margin-right: 13px;
}
.prod .prod-box .prod-txt .btngroup>div span:last-child {
    width: calc(100% - 47px);
}
.prod .prod-box .prod-txt .btngroup>div:nth-child(n+3) {
    margin-top: 15px;
}
.prod .prod-box .img-box {
    padding-bottom: 103.03030303%;
}
.prod-detabox {
    padding: 90px 0;
}
.prod-detabox .in-title {
    text-align: left;
    color: #222;
    margin-bottom: 35px;
}
.prod-detabox .list-l .menu1>li {
    box-shadow: 0px 0px 15px 0px rgba(102, 102, 102, 0.1);
}
.prod-deta .prod-detaimg {
    display: flex;
    background-color: #ECF1F8;
    padding: 20px;
}
.prod-deta .prod-detaimg .img-box {
    padding-bottom: 103.03030303%;
}
.prod-deta .img-box img {
    mix-blend-mode: multiply;
}
.prod-deta .prod-detaslick {
    width: 42.575%;
}
.prod-deta .prod-detaslick .slick-slide>div {
    font-size: 0;
}
.prod-deta .prod-detaslick .carousel-wrap>div {
    display: flex;
    flex-direction: column;
}
.prod-deta .pro-details-msg {
    width: 57.425%;
    padding-left: 30px;
    padding-top: 25px;
}
.prod-deta .pro-details-msg h1 {
    font-weight: bold;
    font-size: 36px;
    color: #0064DF;
    line-height: 1;
    margin: 0;
}
.prod-deta .pro-details-msg .tit {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}
.prod-deta .pro-details-msg h4 {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    color: #222;
    margin: 0;
    font-family: 'Lato';
    text-transform: capitalize;
}
.prod-deta .ico-all {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 45px;
}
.prod-deta .ico-all>div {
    width: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Lato';
    color: #0064DF;
}
.prod-deta .ico-all>div span:first-child {
    width: 34px;
    margin-right: 13px;
}
.prod-deta .ico-all>div span:last-child {
    width: calc(100% - 47px);
}
.prod-deta .ico-all>div:nth-child(n+3) {
    margin-top: 15px;
}
.prod-deta iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.prod-deta .pro-details-topslick {
    margin-bottom: 16px;
}
.prod-deta .pro-details-topslick .slick-list {
    border: 1px solid #fff;
}
.prod-deta .pro-details-thumbslick {
    width: 100%;
    margin: 0 auto;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
    opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
    padding: 0 5px;
    cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item>div {
    position: relative;
}
.prod-deta .pro-details-thumbslick .item>div:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    border: 1px solid #fff;
    top: 0;
    z-index: 3;
    transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-list {
    margin-left: -5px;
    margin-right: -5px;
}
.prod-deta .pro-details-thumbslick .slick-list .slick-track {
    margin: 0;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box:after {
    border-color: #0064DF;
    transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item-video {
    position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
    opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
    font-family: 'iconfont' !important;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    content: '\e624';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    font-size: 32px;
    line-height: 1;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:after {
    background-color: rgba(0, 0, 0, 0.5);
}
.prod-deta .pro-details-thumbslick .slick-prev,
.prod-deta .pro-details-thumbslick .slick-next {
    width: 28px;
    height: 100%;
    background-color: #F5F7F9;
    font-size: 0;
    transition: all 0.35s;
    z-index: 2;
}
.prod-deta .pro-details-thumbslick .slick-prev:hover,
.prod-deta .pro-details-thumbslick .slick-next:hover {
    background-color: #0064DF;
    transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-prev:hover:before,
.prod-deta .pro-details-thumbslick .slick-next:hover:before {
    color: #fff;
    transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-prev {
    left: 0;
}
.prod-deta .pro-details-thumbslick .slick-next {
    right: 0;
}
.prod-deta .pro-details-thumbslick .slick-prev:before,
.prod-deta .pro-details-thumbslick .slick-next:before {
    font-family: 'iconfont';
    font-size: 16px;
    color: #333;
    opacity: 1;
    transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-prev:before {
    content: '\e630';
}
.prod-deta .pro-details-thumbslick .slick-next:before {
    content: '\eb8e';
}
.prod-deta .pro-details-msgcont {
    margin: 20px 0;
    /* padding-right: 130px; */
}
.prod-deta .pro-details-msgcont p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-family: 'Lato';
}
.prod-deta .pro-details-share {
    display: flex;
}
.prod-deta .pro-details-share>span {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 28px;
    margin-right: 10px;
    text-transform: capitalize;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
    margin-bottom: 0;
}
.prod-deta .pro-details-btn {
    display: flex;
    margin-top: 40px;
}
.prod-deta .pro-details-btn a {
    display: flex;
    width: 190px;
    height: 50px;
    background-color: #0064DF;
    color: #fff;
    border: 1px solid #0064DF;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    font-family: 'Lato';
}
@media screen and (min-width: 991px) {
    .prod-deta .pro-details-btn a:hover {
        color: #0064DF;
        background-color: transparent;
        transition: all 0.35s;
    }
}
.prod-deta .pro-details-btn a i {
    font-size: 30px;
}
.prod-deta .pro-details-btn a span {
    margin-left: 12px;
}
.prod-deta .pro-details-btn .pro-btn-inquire {
    margin-right: 20px;
    transition: all 0.35s;
}
.prod-deta .prod-sontitle {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}
.prod-deta .prod-cont {
    clear: both;
    padding-top: 45px;
}
.prod-deta .prod-cont .prod-contbox .table-box {
    font-family: 'Lato';
}
.prod-deta .prod-cont .prod-contbox .table-box table th {
    background-color: #ECF1F8;
}
.prod-deta .prod-cont .prod-contbox:nth-child(n+2) {
    margin-top: 40px;
}
.prod-deta .prod-cont .prod-contbox .tit {
    font-size: 22px;
    line-height: 50px;
    background-color: #0064DF;
    color: #fff;
    font-weight: bold;
    font-family: 'Lato';
    padding: 0 30px;
}
.prod-deta .prod-cont .prod-contbox p {
    margin: 0;
}
.prod-deta .prod-cont .prod-contbox img {
    max-width: 100%;
    height: auto !important;
}
.prod-deta .prod-cont .prod-contbox .cont {
    margin-top: 30px;
}
.prod-deta .prod-cont .prod-contbox .cont .box {
    background-color: #ECF1F8;
    border: 1px solid #ECF1F8;
    padding: 15px 30px 20px;
}
.prod-deta .prod-cont .prod-contbox .cont .box.box1 {
    /*  display: flex;*/
}
.prod-deta .prod-cont .prod-contbox .cont .box.box1 .box-tit {
    width: 185px;
}
.prod-deta .prod-cont .prod-contbox .cont .box.box1 .box-content {
    /*  width: calc(100% - 185px);*/
}
.prod-deta .prod-cont .prod-contbox .cont .box.box2 .box-tit {
    margin-bottom: 20px;
}
.prod-deta .prod-cont .prod-contbox .cont .box.box3 .box-tit {
    margin-bottom: 10px;
}
.prod-deta .prod-cont .prod-contbox .cont .box:nth-child(n+2) {
    margin-top: 10px;
}
.prod-deta .prod-cont .prod-contbox .cont .box:nth-child(2n+6) {
    background-color: #fff;
    border-color: #C6D1E0;
}
.prod-deta .prod-cont .prod-contbox .cont .box:last-child {
    background-color: #ECF1F8;
    border-color: #ECF1F8;
}
.prod-deta .prod-cont .prod-contbox .cont .box-tit {
    font-size: 18px;
    line-height: 32px;
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Lato';
}
.prod-deta .prod-cont .prod-contbox .cont .box-content {
    font-family: 'Lato';
    line-height: 32px;
}
.prod-deta .prod-cont .prod-contbox.prod-contbox2 .cont {
    border: 1px solid #C6D1E0;
    padding: 15px 30px;
}
.prod-deta .prod-cont .prod-contbox.prod-contbox2 .cont h4 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Lato';
    color: #222;
    font-weight: bold;
    margin: 0 0 2px;
}
.prod-deta .prod-cont .prod-contbox.prod-contbox2 .cont *+h4 {
    margin-top: 20px;
}
.prod-deta .prod-cont .prod-contbox.prod-contbox2 .cont p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 0;
}
.prod-deta .prod-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Lato';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    border: 1px solid #CED7E4;
    margin: 0 0 20px;
}
.prod-deta .prod-nav .box {
    padding: 0 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.prod-deta .prod-nav .box:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0064DF;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.prod-deta .prod-nav .box.active {
    color: #0064DF;
}
.prod-deta .prod-nav .box.active:after {
    width: calc(100% - 150px);
}
@media screen and (min-width: 991px) {
    .prod-deta .prod-nav .box:hover {
        color: #0064DF;
    }
    .prod-deta .prod-nav .box:hover:after {
        width: calc(100% - 150px);
    }
}
.prod-deta .inquiry-form {
    padding-top: 65px;
}
.prod-deta .inquiry-form .form-desc {
    line-height: 24px;
    color: #666;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
}
.prod-deta .inquiry-form .prod-sontitle {
    margin-bottom: 15px;
}
.prod-deta .inquiry-form form {
    font-size: 0;
    font-family: 'Lato';
}
.prod-deta .inquiry-form input {
    font-size: 15px;
    font-weight: 300;
    padding: 0 20px;
    width: calc(25% - 7.5px);
    height: 52px;
    margin-right: 10px;
    border: 1px solid #EDEFF3;
    background-color: #EDEFF3;
    margin-bottom: 10px;
    color: #666;
    transition: all 0.35s;
}
.prod-deta .inquiry-form input:nth-child(4n+1) {
    margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.prod-deta .inquiry-form input:focus {
    outline: none;
    border-color: #0064DF;
    transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
    background-color: #0064DF;
    border-color: #0064DF;
    color: #fff;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
    color: #666;
}
.prod-deta .inquiry-form *:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
.prod-deta .inquiry-form *::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}
.prod-deta .inquiry-form textarea {
    height: 270px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #EDEFF3;
    resize: none;
    padding: 15px 20px;
    margin-bottom: 50px;
    background-color: #EDEFF3;
    transition: all 0.35s;
}
.prod-deta .inquiry-form textarea:focus {
    outline: none;
    border-color: #0064DF;
    transition: all 0.35s;
}
.prod-deta .inquiry-form button {
    width: 170px;
    background-color: #0064DF;
    color: #fff;
    height: 46px;
    border: 1px solid #0064DF;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    margin: 0 auto;
}
.prod-deta .inquiry-form button i {
    font-size: 22px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    transform: rotateY(180deg);
    transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover {
    color: #0064DF;
    background-color: #fff;
    transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
    color: #0064DF;
    transition: all 0.35s;
}
.application {
    padding: 90px 0 100px;
    overflow: hidden;
}
.application .in-title {
    color: #222;
}
.application .application-nav {
    display: flex;
    justify-content: center;
    margin: 65px 0 0;
}
.application .application-nav .box {
    padding: 0 12px;
}
.application .application-nav .box.active a {
    background-color: #0064DF;
    border-color: #0064DF;
    color: #fff;
}
.application .application-nav a {
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #C6D1E0;
    align-items: center;
    justify-content: center;
    font-family: 'Lato';
    font-size: 18px;
    text-transform: capitalize;
    color: #222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.application .application-nav a i {
    font-size: 20px;
    line-height: 1;
    margin-right: 13px;
}
@media screen and (min-width: 991px) {
    .application .application-nav a:hover {
        background-color: #0064DF;
        border-color: #0064DF;
        color: #fff;
    }
}

.application .app-deta {
    margin: 65px 0 0;
}
.application .app-deta .cont p {
    font-size: 18px;
    font-family: 'Lato';
    line-height: 34px;
    color: #222;
    margin: 0;
}
.application .app-deta .cont img {
    max-width: 100% !important;
    height: auto;
}
.application .app-deta .img-box {
    padding-bottom: 103.03030303%;
}
.application .app-deta .applicable-prod {
    margin: 40px 0 10px;
}
.application .app-deta .applicable-prod .box-tit {
    line-height: 34px;
    color: #444;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.application .app-deta .applicable-prod .listbox {
    margin: 0 -15px;
}
.application .app-deta .applicable-prod .listbox .box {
    padding: 0 15px;
}
.application .app-deta .applicable-prod .listbox .box a img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .application .app-deta .applicable-prod .listbox .box a:hover img {
        transform: scale(1.1);
    }
    .application .app-deta .applicable-prod .listbox .box a:hover .box-tit {
        color: #0064DF;
        text-decoration: underline;
    }
}
.application .app-deta .applicable-prod .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.application .app-deta .applicable-prod .tit .box {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #0064DF;
    text-transform: capitalize;
}
.application .app-deta .applicable-prod .tit .arrows {
    display: flex;
    align-items: center;
}
.application .app-deta .applicable-prod .tit .arrows .slick-prev,
.application .app-deta .applicable-prod .tit .arrows .slick-next {
    position: relative;
    left: 0 !important;
    top: 0;
    right: 0 !important;
    height: 34px;
    width: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    transform: none;
    z-index: 10;
}
.application .app-deta .applicable-prod .tit .arrows .slick-prev:before,
.application .app-deta .applicable-prod .tit .arrows .slick-next:before {
    font-family: 'iconfont';
    color: #0064DF;
    opacity: 1;
    font-size: 16px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.application .app-deta .applicable-prod .tit .arrows .slick-prev:after,
.application .app-deta .applicable-prod .tit .arrows .slick-next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .application .app-deta .applicable-prod .tit .arrows .slick-prev:hover:before,
    .application .app-deta .applicable-prod .tit .arrows .slick-next:hover:before {
        color: #fff;
    }
    .application .app-deta .applicable-prod .tit .arrows .slick-prev:hover:after,
    .application .app-deta .applicable-prod .tit .arrows .slick-next:hover:after {
        opacity: 1;
    }
}
.application .app-deta .applicable-prod .tit .arrows .slick-prev {
    border-left: none;
    background-image: url(../img/prev-bg.png);
    margin-right: 40px;
}
.application .app-deta .applicable-prod .tit .arrows .slick-prev:before {
    content: '\fab0';
    margin-left: 15px;
}
.application .app-deta .applicable-prod .tit .arrows .slick-prev:after {
    background-image: url(../img/prev-bg2.png);
}
.application .app-deta .applicable-prod .tit .arrows .slick-next {
    border-right: none;
    background-image: url(../img/next-bg.png);
    justify-content: flex-end;
}
.application .app-deta .applicable-prod .tit .arrows .slick-next:before {
    content: '\e624';
    margin-right: 15px;
}
.application .app-deta .applicable-prod .tit .arrows .slick-next:after {
    background-image: url(../img/next-bg2.png);
}
.application .app-deta .recommendation {
    padding: 95px 0 25px;
}
.application .app-deta .recommendation .sontit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.application .app-deta .recommendation .sontit>.box {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding: 0;
    color: #0064DF;
    text-transform: capitalize;
}
.application .app-deta .recommendation .sontit .arrows {
    display: flex;
    align-items: center;
}
.application .app-deta .recommendation .sontit .arrows .slick-prev,
.application .app-deta .recommendation .sontit .arrows .slick-next {
    position: relative;
    left: 0 !important;
    top: 0;
    right: 0 !important;
    height: 34px;
    width: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    transform: none;
    z-index: 10;
}
.application .app-deta .recommendation .sontit .arrows .slick-prev:before,
.application .app-deta .recommendation .sontit .arrows .slick-next:before {
    font-family: 'iconfont';
    color: #0064DF;
    opacity: 1;
    font-size: 16px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.application .app-deta .recommendation .sontit .arrows .slick-prev:after,
.application .app-deta .recommendation .sontit .arrows .slick-next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .application .app-deta .recommendation .sontit .arrows .slick-prev:hover:before,
    .application .app-deta .recommendation .sontit .arrows .slick-next:hover:before {
        color: #fff;
    }
    .application .app-deta .recommendation .sontit .arrows .slick-prev:hover:after,
    .application .app-deta .recommendation .sontit .arrows .slick-next:hover:after {
        opacity: 1;
    }
}
.application .app-deta .recommendation .sontit .arrows .slick-prev {
    border-left: none;
    background-image: url(../img/prev-bg.png);
    margin-right: 40px;
}
.application .app-deta .recommendation .sontit .arrows .slick-prev:before {
    content: '\fab0';
    margin-left: 15px;
}
.application .app-deta .recommendation .sontit .arrows .slick-prev:after {
    background-image: url(../img/prev-bg2.png);
}
.application .app-deta .recommendation .sontit .arrows .slick-next {
    border-right: none;
    background-image: url(../img/next-bg.png);
    justify-content: flex-end;
}
.application .app-deta .recommendation .sontit .arrows .slick-next:before {
    content: '\e624';
    margin-right: 15px;
}
.application .app-deta .recommendation .sontit .arrows .slick-next:after {
    background-image: url(../img/next-bg2.png);
}
.application .app-deta .recommendation .img .img-box {
    padding-bottom: 103.03030303%;
}
.application .app-deta .recommendation .listbox {
    margin: 0 -30px;
    position: relative;
}
.application .app-deta .recommendation .slick-active .box a {
    box-shadow: 0px 14px 35px 0px rgba(232, 231, 234, 0.63);
}
.application .app-deta .recommendation .box {
    padding: 15px 15px 40px;
}
.application .app-deta .recommendation .box a {
    display: block;
    position: relative;
    background-color: #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .application .app-deta .recommendation .box a:hover img {
        transform: scale(1.1);
    }
}
.application .app-deta .recommendation .slick-list {
    padding: 0 15px;
}
.application .app-deta .recommendation .txt {
    position: relative;
    width: 50%;
    padding: 20px;
    color: #fff;
}
.application .app-deta .recommendation img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.application .app-deta .recommendation .img2 {
    position: absolute;
    width: 135px;
    height: 135px;
    border: 3px solid #0064DF;
    border-radius: 50%;
    overflow: hidden;
    left: 100%;
    top: -67px;
    z-index: 3;
}
.application .app-deta .recommendation .tit {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    margin-bottom: 10px;
}
.application .app-deta .recommendation .more {
    font-family: 'Lato';
}
.news {
    padding: 90px 0;
}
.news .in-title {
    color: #222;
    margin-bottom: 55px;
}
.news .list {
    margin: 0 -15px 60px;
    display: flex;
    flex-wrap: wrap;
}
.news .img-box {
    padding-bottom: 71.11111111%;
}
.news .img {
    width: 230px;
}
.news .img img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news .box {
    width: 100%;
    padding: 0 15px;
}
.news .box>div {
    display: flex;
    align-items: center;
}
.news .box:nth-child(n+2) {
    margin-top: 30px;
}
@media screen and (min-width: 991px) {
    .news .box>div:hover .img img {
        transform: scale(1.1);
    }
    .news .box>div:hover .tit {
        color: #0064DF;
    }
    .news .box>div:hover .tit a {
        color: #0064DF;
        text-decoration: underline;
    }
}
.news .txt {
    padding: 0 30px;
    width: calc(100% - 230px);
}
.news .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news .tit {
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news .tit a {
    color: #222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news .date {
    color: #888;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Lato';
}
.pagenum {
    display: flex;
    justify-content: flex-end;
}
.pagenum a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 30px;
    color: #222;
    margin-left: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pagenum a.active {
    color: #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: underline;
}
.pagenum a:nth-child(2) {
    margin-left: 20px;
}
.pagenum a:first-child {
    margin-left: 0;
}
.pagenum a:last-child {
    margin-left: 20px;
}
.pagenum a:last-child i {
    display: block;
    transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
    .pagenum a:hover {
        color: #0064DF;
    }
}
.pagenum i {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #0064DF;
}
.download {
    padding: 90px 0;
}
.download .in-title {
    color: #222;
}
.download .box {
    padding: 0 15px;
    width: 50%;
}
.download .box>div {
    border: 1px solid #C6D1E0;
    display: flex;
    align-items: center;
    padding: 25px 45px;
    justify-content: space-between;
}
.download .box>div>a {
    font-size: 22px;
    line-height: 1;
    color: #222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .download .box>div:hover .cont i {
        color: #0064DF;
    }
    .download .box>div:hover .txt .tit a {
        color: #0064DF;
    }
    .download .box>div:hover>a {
        color: #0064DF;
    }
}
.download .box:nth-child(n+3) {
    margin-top: 30px;
}
.download .box .cont {
    display: flex;
    align-items: center;
    width: calc(100% - 22px);
}
.download .box .cont i {
    font-size: 50px;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.download .box .txt {
    padding: 0 45px;
    width: calc(100% - 50px);
}
.download .box .txt .tit {
    font-size: 22px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download .box .txt .tit a {
    color: #222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.download .box .txt .msg {
    font-size: 14px;
    line-height: 30px;
    color: #222;
    font-family: 'Lato';
}
.download .box .txt .msg span {
    text-transform: uppercase;
}
.download .box .txt .msg span:first-child {
    margin-right: 35px;
}
.download .list {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -15px 70px;
}
.contact {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}
.contact .contact-all {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 100px;
}
.contact .txt {
    width: 42%;
}
.contact .txt i {
    width: 50px;
    height: 50px;
    background-color: #ECF1F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #0064DF;
}
.contact .txt .tit {
    font-size: 108px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 80px;
    color: #fff;
    margin-left: -45px;
}
.contact .txt .box {
    display: flex;
}
.contact .txt .box:nth-child(n+2) {
    margin-top: 60px;
}
.contact .txt .msg-txt {
    width: calc(100% - 50px);
    padding: 5px 40px 0;
    line-height: 24px;
    font-family: 'Lato';
}
.contact .txt .msg-txt .msg-tit {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
}
.contact .txt .msg-txt .msg-desc a {
    color: #222;
}
.contact .txt .msg-txt .msg-desc a:hover {
    text-decoration: underline;
}
.contact .contact-form {
    width: 58%;
    background-color: #fff;
    padding: 40px 120px 0;
}
.contact .contact-form .tit {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Lato';
    text-align: center;
}
.contact .contact-form form {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Lato';
    margin-top: 35px;
}
.contact .contact-form form input {
    width: 100%;
    height: 50px;
    background-color: #ECF1F8;
    border: 1px solid #ECF1F8;
    margin-bottom: 10px;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .contact-form form input:focus {
    outline: none;
    border-color: #0064DF;
}
.contact .contact-form form textarea {
    width: 100%;
    height: 215px;
    background-color: #ECF1F8;
    border: 1px solid #ECF1F8;
    margin-bottom: 30px;
    resize: none;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .contact-form form textarea:focus {
    outline: none;
    border-color: #0064DF;
}
.contact .contact-form form *::-webkit-input-placeholder {
    color: #222;
}
.contact .contact-form form *:-moz-placeholder {
    /* FF 4-18 */
    color: #222;
}
.contact .contact-form form *::-moz-placeholder {
    /* FF 19+ */
    color: #222;
}
.contact .contact-form form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #222;
}
.contact .contact-form form button {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0064DF;
    border: 1px solid #0064DF;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .contact .contact-form form button:hover {
        background-color: #fff;
        color: #0064DF;
    }
}
.contact-map {
    width: 100%;
}
.contact-map .map {
    width: 100%;
    height: 440px;
}
.contact-map .map .map-content {
    width: 100%;
    height: 100%;
}
footer {
    background-color: #01387B;
    padding: 70px 0 0;
    font-family: 'Lato';
}
footer .footer-quote {
    background-image: url(../img/quote-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 80px;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}
footer .footer-quote span {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    width: calc(100% - 225px);
    padding-right: 20px;
}
footer .footer-quote a {
    width: 225px;
    height: 55px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.35s;
}
@media screen and (min-width: 991px) {
    footer .footer-quote a:hover {
        background-color: #fff;
        color: #0064DF;
        transition: all 0.35s;
    }
}
footer .record-link {
    margin-top: 35px;
}
footer .record-link a {
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
}
footer .record-link a i {
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
}
footer .record-link a:hover span {
    text-decoration: underline;
}
footer .footer-msg {
    margin-bottom: 0;
}
footer .footer-msg .msg-box {
    display: flex;
}
footer .footer-msg .msg-box i {
    color: #999;
    line-height: 26px;
    font-size: 20px;
    margin-right: 10px;
}
footer .footer-msg .msg-box:nth-child(n+2) {
    margin-top: 8px;
}
footer .footer-msg .msg-desc {
    font-size: 16px;
    color: #999;
    line-height: 26px;
}
footer .footer-msg .msg-desc a {
    color: #999;
    transition: all 0.35s;
}
footer .footer-msg .msg-desc a:hover {
    color: #fff;
    transition: all 0.35s;
}
footer .footer-logo {
    height: 42px;
    margin-bottom: 35px;
}
footer .footer-logo img {
    height: 100%;
}
footer .mid-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer-desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
footer .footer-link ul {
    padding: 0;
    margin: 0;
}
footer .footer-link li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
footer .footer-link li:nth-child(n+2) {
    margin-top: 13px;
}
footer .footer-link li a {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.35s;
}
footer .footer-link li a:hover {
    color: #fff;
    transition: all 0.35s;
}
footer .footer-link h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
}
footer .footer-link .am-active .am-accordion-title {
    margin-bottom: 0;
}
footer .footer-link2 {
    width: 12%;
}
footer .footer-link2 li {
    display: flex;
}
footer .footer-link2 li span {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
footer .footer-link2 li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
footer .footer-link2 li i {
    margin-right: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
footer .footer-link2 li>span {
    display: flex;
    flex-direction: column;
}
footer .footer-link2 li:nth-child(n+2) {
    margin-top: 20px;
}
footer .footer-link2 form {
    border-bottom: 1px solid #999999;
    height: 58px;
    display: flex;
    width: 400px;
    justify-content: space-between;
}
footer .footer-link2 form button {
    width: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
}
footer .footer-link2 form button i {
    font-size: 24px;
    color: #999;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    footer .footer-link2 form button:hover i {
        color: #0064DF;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}
footer .footer-link2 form input {
    width: calc(100% - 24px);
    background-color: transparent;
    border: none;
    color: #fff;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
    background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
    padding: 0;
    border-bottom: none;
    pointer-events: none;
    margin-bottom: 15px;
}
footer .am-accordion-gapped .am-accordion-item {
    border: none;
    margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
    border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
    color: #fff;
    opacity: 0;
}
footer .am-accordion-gapped {
    margin: 0 !important;
}
footer .footer-form1 {
    padding-left: 30px;
    padding-right: 70px;
    padding-bottom: 40px;
    background-color: rgba(57, 146, 62, 0.7);
}
footer .footer-form1 li {
    display: flex;
    margin-bottom: 3px;
}
footer .footer-form1 li i {
    margin-right: 10px;
    line-height: 26px;
}
footer .am-accordion-content {
    padding: 0;
}
footer .footer-link1 {
    width: 100%;
}
footer .footer-link1 form {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 7px;
    display: flex;
    font-size: 16px;
    transition: all 0.35s;
}
@media screen and (min-width: 991px) {
    footer .footer-link1 form:hover {
        border-color: #0064DF;
        transition: all 0.35s;
    }
}
footer .footer-link1 form *::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
footer .footer-link1 form *:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
footer .footer-link1 form *::-moz-placeholder {
    /* FF 19+ */
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
footer .footer-link1 form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
footer .footer-link1 form input {
    padding: 0 18px;
    width: calc(100% - 110px);
    background-color: transparent;
    border: none;
}
footer .footer-link1 form input:focus {
    outline: none;
}
footer .footer-link1 form button {
    width: 110px;
    border-radius: 4px;
    border: 1px solid #0064DF;
    background-color: #0064DF;
    height: 42px;
    color: #fff;
    transition: all 0.35s;
}
@media screen and (min-width: 991px) {
    footer .footer-link1 form button:hover {
        background-color: #fff;
        color: #0064DF;
        transition: all 0.35s;
    }
}
footer .footer-link1 .footer-form input[type="text"] {
    background-color: #fff;
    outline: none;
    border: 1px solid #fff;
    height: 40px;
    width: calc(50% - 5px);
    padding: 0 10px;
    margin-left: 10px;
    color: #333;
    margin-bottom: 10px;
    transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:focus {
    outline: none;
    border-color: #0064DF;
    transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:first-child {
    margin-left: 0;
}
footer .footer-link1 .footer-form button {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-top: 15px;
    border: none;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
footer .footer-link1 .footer-form button:hover {
    transform: translateY(-5px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
footer .footer-link1 .footer-form button:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #BBBBBB;
}
footer .footer-link1 .form-desc {
    font-size: 16px;
}
footer .footer-link3 {
    width: 13%;
}
footer .footer-link3 .am-active .am-accordion-title {
    margin-bottom: 7px;
}
footer .footer-link3 .am-active .am-accordion-title h4 {
    position: relative;
}
footer .footer-link3 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .footer-link3 li {
    display: flex;
    line-height: 30px;
}
footer .footer-link3 li a {
    line-height: 30px;
}
footer .footer-link3 li a:hover {
    text-decoration: underline;
}
footer .footer-link3 li:nth-child(n+2) {
    margin-top: 5px;
}
footer .footer-link3 li i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 3px;
}
footer .footer-link4 {
    width: 34%;
}
footer .footer-link4 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .footer-link4 li {
    display: flex;
}
footer .footer-link4 li i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 3px;
}
footer .footer-link4 .desc {
    color: #a7a7a7;
    line-height: 26px;
    font-size: 16px;
}
footer .footer-link4 form {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 22px;
    overflow: hidden;
}
footer .footer-link4 form input {
    height: 50px;
    width: calc(50% - 2px);
    background-color: #00306B;
    border: 1px solid #00306B;
    transition: all 0.35s;
    padding: 0 20px;
    margin-right: 4px;
    color: #fff;
    margin-bottom: 6px;
}
footer .footer-link4 form input:nth-child(2n) {
    margin-right: 0;
}
footer .footer-link4 form input:focus {
    outline: none;
    border-color: #fff;
    transition: all 0.35s;
}
footer .footer-link4 form *::-webkit-input-placeholder {
    color: #fff;
}
footer .footer-link4 form *:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
footer .footer-link4 form *::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
footer .footer-link4 form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
footer .footer-link4 form textarea {
    width: 100%;
    height: 100px;
    background-color: #00306B;
    resize: none;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #00306B;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
footer .footer-link4 form textarea:focus {
    outline: none;
    border-color: #fff;
}
footer .footer-link4 form .form-sub {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 15px;
}
footer .footer-link4 form button {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 26px;
    transition: all 0.35s;
    border-radius: 50%;
    overflow: hidden;
}
footer .footer-link4 form button i {
    font-size: 14px;
}
@media screen and (min-width: 991px) {
    footer .footer-link4 form button:hover {
        transition: all 0.35s;
        text-decoration: underline;
    }
}
footer .footer-link5 {
    width: 25%;
}
footer .footer-link5 .am-active .am-accordion-title {
    margin-bottom: 18px;
}
footer .footer-link5 .am-active .am-accordion-title h4 {
    position: relative;
    padding-bottom: 10px;
}
footer .footer-link5 li {
    color: #fff;
}
footer .footer-link5 li a:hover {
    text-decoration: underline;
}
footer .footer-share {
    display: flex;
    margin-top: 20px;
}
footer .footer-share a {
    width: 28px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    border: 1px solid rgba(161, 191, 227, 0.39);
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
footer .footer-share a:last-child {
    margin-right: 0;
}
@media screen and (min-width: 991px) {
    footer .footer-share a:hover {
        text-decoration: none !important;
        color: #0064DF !important;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}
footer .footer-record {
    margin-top: 75px;
    background-color: #E8ECF2;
}
footer .footer-record .am-container>div {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding: 13px 0;
    color: #01387b;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
footer .footer-record .am-container>div>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer .footer-record a {
    color: #01387b;
    margin-left: 10px;
    transition: all 0.35s;
}
footer .footer-record a:hover {
    color: #0064DF;
    text-decoration: underline;
    transition: all 0.35s;
}
.details {
    padding: 60px 0 90px;
}
.details h1 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.1;
}
.details .details-date {
    color: #0064DF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857143;
}
.details .info {
    padding-bottom: 25px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 25px;
    position: relative;
}
.details .txt p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
}
.details .txt img {
    max-width: 100%;
    height: auto !important;
}
.details .news-page {
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
}
.details .news-page p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details .news-page p a {
    color: #222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.details .news-page p a:hoveR {
    color: #0064DF;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.details .news-page .next {
    margin-top: 15px;
}
.details .share-box {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.details .share-box>span {
    font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
    margin-bottom: 0;
}
.search-failed {
    font-family: 'Lato';
}
.search-failed h4 {
    font-size: 20px;
    font-weight: 400;
}
.search-failed p {
    background-color: #FCF8E3;
    border: 1px solid #FAEDD1;
    border-radius: 5px;
    line-height: 22px;
    padding: 10px 20px;
    color: #666;
}
.site-map {
    padding-top: 65px;
    padding-bottom: 60px;
    font-family: 'Lato';
}
.site-map h2 {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    margin-bottom: 28px;
}
.site-map ul {
    margin: 0;
    padding: 0;
}
.site-map li {
    list-style: none;
    font-size: 0;
}
.site-map a {
    display: inline-block;
}
.site-map .site-list1>li {
    margin-bottom: 20px;
}
.site-map .site-list1>li>a {
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #EAEAEA;
    width: 290px;
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    color: #222;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.site-map .site-list1>li>a:hover {
    background-color: #0064DF;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.site-map .site-list2 {
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.site-map .site-list2>li {
    margin-bottom: 16px;
}
.site-map .site-list2>li:last-child {
    margin-bottom: 0;
}
.site-map .site-list2>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.site-map .site-list2>li>a:hover {
    text-decoration: underline;
    color: #0064DF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.site-map .site-list3 {
    padding-top: 7px;
}
.site-map .site-list3:after {
    content: '';
    display: block;
    clear: both;
}
.site-map .site-list3>li {
    float: left;
    margin-right: 28px;
}
.site-map .site-list3>li>a {
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.site-map .site-list3>li>a:hover {
    color: #0064DF;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about .about-cont .about-vision {
    display: flex;
    flex-wrap: wrap;
    margin: 90px 0 0;
}
.about .about-cont .about-vision .box {
    width: 33.33333333%;
    position: relative;
    border-left: 1px solid #E4EAF2;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
}
.about .about-cont .about-vision .box:hover:after {
    opacity: 1;
    transition: all .35s;
}
.about .about-cont .about-vision .box:after {
    position: absolute;
    content: '';
    background-image: url('../img/vision-bg.png');
    background-size: 100%;
    background-position: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .35s;
    opacity: 0;
}
.about .about-cont .about-vision .box i {
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
.about .about-cont .about-vision .vision-tit {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;

}
.about .about-cont .about-vision .vision-tit:after {
    width: 3px;
    height: 16px;
    content: '';
    background-color: #0064DF;
    display: block;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}
.about .about-cont .about-vision .vision-desc {
    position: relative;
    z-index: 2;
    line-height: 24px;
    color: #666;
    font-family: 'Lato';
}

.index-prod.application-prod {
    padding: 0 0 60px;
}

.header .nav .nav-list1 li:nth-child(3) .nav-list2 {
    min-width: 220px;
}

.application .app-deta .list {
    margin: 20px 0 0;
}
.application .app-deta .img-box {
    padding-bottom: 53.90070922%;
}

.application .app-deta .slick-prev,
.application .app-deta .slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #E6E6E6;
    border-radius: 50%;
    transition: all .35s;
    z-index: 2;
}
.application .app-deta .slick-prev:hover,
.application .app-deta .slick-next:hover {
    background-color: #0064DF;
    transition: all .35s;
}

.application .app-deta .slick-prev:hover:before,
.application .app-deta .slick-next:hover:before {
    color: #fff;
    transition: all .35s;
}
.application .app-deta .slick-prev {
    left: 0;
}
.application .app-deta .slick-next {
    right: 0;
}
.application .app-deta .slick-prev:before,
.application .app-deta .slick-next:before {
    font-family: 'iconfont';
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #666;
    transition: all .35s;
}
.application .app-deta .slick-prev:before {
    content: '\fab0';
    display: block;
}
.application .app-deta .slick-next:before {
    content: '\e624';
}

.advantage-desc {
    display: none;
    width: 85%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0064DF;
    border-radius: 5px;
    padding: 15px 35px 15px 15px;
    z-index: 5;
}
.advantage-desc i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    font-size: 12px;
    transform: rotateZ(45deg);
    color: #fff;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
}
.advantage-desc .advantage-descbox {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.index-advantage .box>div .img {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F9FC;
    border-radius: 50%;
    line-height: 1;
    color: #0064DF;
    margin-bottom: 10px;
}
.index-advantage .box>div .img span {
    width: 32px;
}
.index-advantage .box>div .img span img {
    width: 100%;
}

.index-advantage .slick-prev,
.index-advantage .slick-next,
.index-prod .slick-prev,
.index-prod .slick-next {
    height: 34px;
    width: 40px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.index-advantage .slick-prev:before,
.index-advantage .slick-next:before,
.index-prod .slick-prev:before,
.index-prod .slick-next:before {
    font-family: 'iconfont';
    color: #0064DF;
    opacity: 1;
    font-size: 16px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index-advantage .slick-prev:after,
.index-advantage .slick-next:after,
.index-prod .slick-prev:after,
.index-prod .slick-next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
    .index-advantage .slick-prev:hover:before,
    .index-advantage .slick-next:hover:before,
    .index-prod .slick-prev:hover:before,
    .index-prod .slick-next:hover:before {
        color: #fff;
    }
    .index-advantage .slick-prev:hover:after,
    .index-advantage .slick-next:hover:after,
    .index-prod .slick-prev:hover:after,
    .index-prod .slick-next:hover:after {
        opacity: 1;
    }
}
.index-advantage .slick-prev,
.index-prod .slick-prev {
    border-left: none;
    background-image: url(../img/prev-bg.png);
    left: 15px;
}
.index-advantage .slick-prev:before,
.index-prod .slick-prev:before {
    content: '\fab0';
    margin-left: 15px;
}
.index-advantage .slick-prev:after,
.index-prod .slick-prev:after {
    background-image: url(../img/prev-bg2.png);
}
.index-advantage .slick-next,
.index-prod .slick-next {
    border-right: none;
    background-image: url(../img/next-bg.png);
    justify-content: flex-end;
    right: 15px;
}
.index-advantage .slick-next:before,
.index-prod .slick-next:before {
    content: '\e624';
    margin-right: 15px;
}
.index-advantage .slick-next:after,
.index-prod .slick-next:after {
    background-image: url(../img/next-bg2.png);
}

.job {
    color: #666;
    padding: 60px 0;
}
@media screen and (max-width: 1199px) {
    .job {
        padding: 40px 0;
    }
}
.job .job-head {
    border-bottom: 3px solid #0064DF;
}
.job .job-head span {
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px 15px;
}
@media screen and (max-width: 1280px) {
    .job .job-head span {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .job .job-head span {
        font-size: 16px;
        padding: 0 10px 10px;
    }
}
.job .job-t {
    position: relative;
    background-color: #f4f4f4;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.job .job-t span {
    padding: 25px 15px;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .job .job-t span {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .job .job-t span {
        padding: 10px 10px;
    }
}
.job .job-t:before {
    content: '\e664';
    font-family: 'iconfont' !important;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 35px;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
    .job .job-t:before {
        font-size: 12px;
        left: 10px;
    }
}
.job .job-t.active:before {
    content: '\e67a';
}
.job .job-b {
    font-size: 14px;
    position: relative;
    display: none;
    padding: 35px 80px;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .job .job-b {
        padding: 15px 30px;
        font-size: 12px;
    }
}
.job .job-b .treatment p {
    font-weight: 300;
    line-height: 2.14285714;
    margin: 0;
    color: #888;
}
.job .job-t,
.job .job-head {
    padding: 0 65px;
    display: flex;
}
@media screen and (max-width: 767px) {
    .job .job-t,
    .job .job-head {
        padding: 0 20px;
    }
}
.job .name {
    width: 15.07936508%;
}
@media screen and (max-width: 991px) {
    .job .name {
        width: 105px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 641px) {
    .job .name {
        width: 50%;
    }
}
.job .type {
    width: 22.22222222%;
}
@media screen and (max-width: 991px) {
    .job .type {
        width: 105px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 641px) {
    .job .type {
        width: 50%;
    }
}
.job .addr {
    width: 31.74603175%;
}
@media screen and (max-width: 991px) {
    .job .addr {
        width: 100%;
    }
}
@media screen and (max-width: 641px) {
    .job .addr {
        display: none;
    }
}
.job .num {
    width: 19.04761905%;
}
@media screen and (max-width: 991px) {
    .job .num {
        width: 105px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 641px) {
    .job .num {
        display: none;
    }
}
.job .date {
    width: 11.9047619%;
}
@media screen and (max-width: 1199px) {
    .job .date {
        width: 105px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 641px) {
    .job .date {
        display: none;
    }
}
.job .box:nth-child(n+2) {
    margin-top: 2px;
}
@media screen and (min-width: 991px) {
    .job .box:hover .job-t {
        color: #0064DF;
    }
    .job .box:hover .job-t:before {
        color: #0064DF;
    }
}
.job .touch {
    display: none;
    color: #888;
}
.job .touch p {
    margin: 0;
}
@media screen and (max-width: 641px) {
    .job .touch {
        display: block;
    }
}
.job .touch .title {
    color: #333;
    font-weight: bold;
    margin: 10px 0 5px;
}

/* 20230423 新增 */
/*.index-about .about-data{
  display: none!important;
}
.about .about-cont .big-data{
  display: none!important;
}
*/

.suspended-list ul li.suspended-list-wechat {
    position: relative;
}
.suspended-list ul li.suspended-list-wechat img {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 5;
    display: none;
}
.suspended-list ul li.suspended-list-wechat .iconfont:before {
    content: '';
    height: 100%;
    background: url(../img/wechat.svg) no-repeat center;
    background-size: 70%;
    filter: brightness(0) invert(1);
}
.suspended-list ul li.suspended-list-wechat:hover img {
    display: block;
}