@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/iconfont.css); 
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.fancybox-container {
    z-index: 999999999999;
}
.fancybox-slide video {
    max-height: 900px;
}
body,
html {
    width: 100%;
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 900;
}

strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
    margin: 5px 0;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}
/* ============================================================== 
    # banner
=================================================================== */
.index_banner {
    position: relative;
    overflow: hidden;
}
.index_banner .swiper_banner {
    height: 100%;
}
.index_banner img {
    width: 100%;
}
.index_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}
.index_banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -50px;
    transition: all 0.6s ease;
    opacity: 0;
}
.index_banner .swiper-button-prev::after {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.index_banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    right: -50px;
    transition: all 0.6s ease;
    opacity: 0;
}
.index_banner .swiper-button-next::after {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.index_banner:hover .index_next {
    opacity: 1;
    right: 30px;
}
.index_banner:hover .index_prev {
    opacity: 1;
    left: 30px;
}
.index_banner::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    color: #fff;
    opacity: 0.3;
}
.index_banner .swiper-pagination-bullet-active {
    background-color: #005bac;
}
.index_banner .swiper {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #005bac;
}

.index_banner .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #005bac;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
/* ============================================================== 
    # header
=================================================================== */
header {
    height: 75px;
}
.head_nav {
    padding: 10px 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    height: 75px;
}
.navbar_nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.navbar_nav .nav_item {
    margin: 0 10px;
}
.navbar_nav .nav_link {
    padding: 10px 0;
    color: #484848;
    font-weight: bold;
}
.navbar_nav .nav_link.active {
    color: #005bac;
}
.navbar_nav .nav_link:hover {
    color: #005bac;
}
.head_btn_cover {
    display: none;
}
.head_phone {
    display: none;
}
.head_btn em {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #005bac;
    margin-bottom: 5px;
    border-radius: 6px;
}
.head_btn em:last-child {
    margin-bottom: 0;
}
.head_phone {
    transition: all 0.8s ease;
    opacity: 0;
    position: fixed;
    top: -100%;
    padding-top: 80px;
    background-color: #fff;
    z-index: 9999;
    display: block;
    left: 0;
    right: 0;
}
.head_phone.active {
    opacity: 1;
    height: auto;
    top: 0;
}
.head_phone .navbar_nav {
    padding: 35px 0;
}
.head_phone a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #484848;
}
.head_phone .navbar_nav li {
    width: 100%;
}
/* ============================================================== 
    # index
=================================================================== */
.index_box {
    padding: 100px 0;
    overflow: hidden;
}
.index_box .title{
    margin-bottom: 45px;
}
.index_box .title h5,
.index_box .title span{
    font-size: 13px;
    color: #005bac;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.index_box .title h6{
    text-align: center;
    font-size: 35px;
}
/* index_about */
.index_about{
    position: relative;
}
.index_about .index_about_back{
    background: url(/skin/images/back.png);
    z-index: -1;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_about .img{
    border-radius: 6px;
}
.index_about .img img{
    border-radius: 6px;
}
.index_about .text{
    padding-left: 50px;
}
.index_about .text span{
    font-size: 12px;
    color: #005bac;
}
.index_about .text h6{
    font-size: 40px;
    margin-bottom: 20px;
}
.index_about .text p{
    margin-bottom: 0;
    line-height: 2.5;
    font-size: 14px;
}
/* index_product */
.index_product{
    background-color: #005cac14;
}
.index_product .box{
    margin-bottom: 24px;
    padding: 20px 20px 30px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    z-index: 2;
    transition: all .4s ease-in-out;
}
.index_product .box:hover{
    padding: 30px 20px 20px;
}
.index_product .box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005bac;
    border-radius: 12px;
    transition: .4s;
    z-index: -1;
}
.index_product .box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 6px;
    transition: .4s;
    z-index: -1;
}
.index_product .box:hover::before{
    bottom: -5px;
}
.index_product .box .img{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.index_product .box .img::after{
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 20%;
    height: 100%;
    background: #fff;
    opacity: 0.05;
    transform: skewX(0deg);
    z-index: 2;
}
.index_product .box:hover .img::after{
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.index_product .box .img img{
    border-radius: 6px;
    transition: all .4s ease-in-out;
}
.index_product .box:hover img{
    transform: scale(1.05);
}
.index_product .box .text h6{
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}
.index_product .box .text h6 a{
    color: #005bac;
}
/* index_news */
.index_news{
    position: relative;
}
.index_news .index_news_back{
    background-image: url(/skin/images/back_.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .05;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_news .box_left{
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    position: relative;
}
.index_news .box_left .img img{
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.index_news .text{
    padding: 20px;
    background-color: #fff;
}
.index_news .text h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.index_news .text h6 a{
    color: #484848;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_news .text span{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb5e;
    margin-bottom: 10px;
    display: block;
}
.index_news .text p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news .box_right{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.index_news .box_right li{
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 24px;
    position: relative;
    box-shadow: 0px 0px 20px 0px #eaeaea;
    border-radius: 6px;
    transition: all 0.5s ease;
}
.index_news .box_right li .news_time{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
}
.index_news .box_right li .news_time p{
    font-size: 24px;
    font-weight: bold;
    color: #005bac;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
    line-height: 28px;
    transition: all 0.5s ease;
}
.index_news .box_right li .news_time p::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 30px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    left: calc(50% - 15px);
    margin: 0 auto;
    transition: all 0.5s ease;
}
.index_news .box_right li .news_time span{
    font-size: 16px;
    color: #005bac;
    transition: all 0.5s ease;
}
.index_news .box_right li .news_text{
    padding-left: 110px;
}
.index_news .box_right li .news_text h6{
    font-size: 15px;
    font-weight: bold;
    color: #005bac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.index_news .box_right li .news_text h6 a{
    line-height: 28px;
    color: #484848;
}
.index_news .box_right li .news_text p{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
/* index_case */
.index_case{
    background-color: #005cac14;
}
.index_case .box{
    margin-bottom: 24px;
    position: relative;
}
.index_case .box .img{
    overflow: hidden;
}
.index_case .box .img a{
    display: block;
}
.index_case .box .img a img{
    width: 100%;
}
.index_case .box .text{
    margin: -120px 20px 75px;
    padding: 15px;
    border-radius: 5px;
    background-color: #474747 !important;
    border: 1px solid #474747;
    overflow: hidden;
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -75px;
    position: relative;
}
.index_case .box .text span{
    color: #fff;
    font-size: 12px;
}
.index_case .box .text h6{
    font-size: 20px;
}
.index_case .box .text h6 a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s ease;
}
.index_case .box:hover .text h6 a{
    font-weight: 700;
}
.index_case .box:hover .text{
    bottom: -20px;
}
/* index_service */
.index_service{
    background: url(/skin/images/back_service.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.index_service::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: .3;
}
.index_service .container{
    z-index: 1;
    position: relative;
}
.index_service .left span{
    color: #005bac;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Inter";
}
.index_service .left h6{
    font-size: 45px;
    color: #fff;
    margin-bottom: 35px;
}
.index_service .left p{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}
.index_service li .box{
    border-radius: 4px;
    background: #005bac;
    padding: 10px 15px 10px 15px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-align: center;
}
.index_service li .box::before{
    position: absolute;
    content: "";
    height: 70px;
    width: 140px;
    border-radius: 4px;
    background: #fff;
    opacity: 0.1;
    z-index: -1;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.index_service li .box h6{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.index_service li .box i{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
}
.index_service li .box span{
    font-size: 13px;
    color: #fff;
}
/* index_information */
.index_information .box{
    margin-bottom: 24px;
    padding: 35px 60px 50px;
    box-shadow: 0px 4px 10px 0px rgba(15, 28, 51, 0.1);
}
.index_information .box .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.index_information .box .top i{
    font-size: 35px;
    color: #484848;
}
.index_information .box h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0 15px;
}
.index_information .box h6 a{
    color: #484848;
    font-size: 20px;
}
.index_information .box p{
    padding-top: 15px;
    border-top: 1px dashed #dbdbdb;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
}
.index_information .box span{
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
/* ============================================================== 
    # list_banner
=================================================================== */
.list_banner {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 195px 0;
    overflow: hidden;
    position: relative;
}
.list_banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23, 23, 23, 0.5);
    content: "";
}
.list_banner .container {
    position: relative;
    z-index: 9;
}
.list_banner h2 {
    font-size: 42px;
    color: #fff;
}
.list_banner ul li {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
}
.list_banner ul li a {
    color: #fff;
}
.list_banner ul i {
    padding: 0 8px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
/* ============================================================== 
    # list
=================================================================== */
.list_box{
    padding: 100px 0;
}
/* ============================================================== 
    # list_about
=================================================================== */
.list_about .img{
    border-radius: 6px;
}
.list_about .img img{
    border-radius: 6px;
}
.list_about .text{
    padding-left: 50px;
}
.list_about .text span{
    font-size: 12px;
    color: #005bac;
}
.list_about .text h6{
    font-size: 35px;
    margin-bottom: 20px;
}
.list_about .text p{
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
}
.list_about .about_news{
    margin-top: 100px;
}
.list_about .about_news .box{
    margin-bottom: 24px;
    padding: 35px 60px 50px;
    box-shadow: 0px 4px 10px 0px rgba(15, 28, 51, 0.1);
}
.list_about .about_news .box .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.list_about .about_news .box .top i{
    font-size: 35px;
    color: #484848;
}
.list_about .about_news .box h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0 15px;
}
.list_about .about_news .box h6 a{
    color: #484848;
    font-size: 20px;
}
.list_about .about_news .box p{
    padding-top: 15px;
    border-top: 1px dashed #dbdbdb;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
}
.list_about .about_news .box span{
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
/* ============================================================== 
    # list_product
=================================================================== */
.list_product .box{
    margin-bottom: 24px;
    padding: 20px 20px 30px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    z-index: 2;
    transition: all .4s ease-in-out;
}
.list_product .box:hover{
    padding: 30px 20px 20px;
}
.list_product .box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005bac;
    border-radius: 12px;
    transition: .4s;
    z-index: -1;
}
.list_product .box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 6px;
    transition: .4s;
    z-index: -1;
}
.list_product .box:hover::before{
    bottom: -5px;
}
.list_product .box .img{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.list_product .box .img::after{
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 20%;
    height: 100%;
    background: #fff;
    opacity: 0.05;
    transform: skewX(0deg);
    z-index: 2;
}
.list_product .box:hover .img::after{
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.list_product .box .img img{
    border-radius: 6px;
    transition: all .4s ease-in-out;
}
.list_product .box:hover img{
    transform: scale(1.05);
}
.list_product .box .text h6{
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}
.list_product .box .text h6 a{
    color: #005bac;
}
.list_product .swiper_list {
    position: relative;
}
.swiper_list .swiper-slide {
    width: auto;
    border-right: 1px solid #dbdbdb8c;
}
.swiper_list .swiper-slide:first-child {
    border-left: 1px solid #dbdbdb8c;
}
.list_product .product_box {
    margin-bottom: 50px;
    position: relative;
    padding: 0 70px;
}
.list_product .product_box .swiper-button-prev {
    left: 12px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
}
.list_product .product_box .swiper-button-next::after,
.list_product .product_box .swiper-button-prev::after {
    font-size: 15px;
}
.list_product .product_box .swiper-button-next {
    right: 12px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
}
.list_product .product_box li {
    padding: 10px;
}
.list_product .product_box li a{
    font-weight: bold;
    font-size: 14px;
    color: #999;
    display: block;
    transition: all 0.5s ease;
    text-align: center;
}
.list_product .product_box li a.active{
    color: #005bac;
}
/* ============================================================== 
    # list_news
=================================================================== */
.list_news .box{
    margin-bottom: 24px;
    padding: 35px 60px 50px;
    box-shadow: 0px 4px 10px 0px rgba(15, 28, 51, 0.1);
}
.list_news .box .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.list_news .box .top i{
    font-size: 35px;
    color: #484848;
}
.list_news .box h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0 15px;
}
.list_news .box h6 a{
    color: #484848;
    font-size: 20px;
}
.list_news .box p{
    padding-top: 15px;
    border-top: 1px dashed #dbdbdb;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
}
.list_news .box span{
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
/* ============================================================== 
    # list_case
=================================================================== */
.list_case .box{
    margin-bottom: 24px;
    display: block;
    position: relative;
}
.list_case .box .img{
    overflow: hidden;
}
.list_case .box .img a{
    display: block;
}
.list_case .box .img a img{
    width: 100%;
}
.list_case .box .text{
    margin: -120px 20px 110px;
    padding: 15px;
    border-radius: 5px;
    background-color: #474747 !important;
    border: 1px solid #474747;
    overflow: hidden;
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -75px;
    position: relative;
}
.list_case .box .text span{
    color: #fff;
    font-size: 12px;
}
.list_case .box .text h6{
    font-size: 20px;
}
.list_case .box .text h6 a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .3s ease;
}
.list_case .box:hover .text h6 a{
    font-weight: 700;
}
.list_case .box:hover .text{
    bottom: -20px;
}
/* ============================================================== 
    # details
=================================================================== */
.details {
    padding: 100px 0;
}
.details .title h2 {
    text-align: center;
    margin-bottom: 25px;
}
.details .source {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb80;
    font-size: 13px;
    text-align: center;
}
.details .source a {
    color: #787878;
}
.details .source a:hover {
    color: #005bac;
}
.details img{
    margin: 0 auto;
    display: block;
}
/* ============================================================== 
    # page
=================================================================== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 4px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #005bac;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    font-weight: bold;
}
.pagination li a.active {
    background-color: #005bac;
    color: #fff;
}
.next {
    columns: 2;
    margin-top: 45px;
}
.next p {
    font-size: 13px;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #005bac;
}
.next .next-two {
    text-align: right;
}
/* ============================================================== 
    # footer
=================================================================== */
.footer {
    padding: 15px 0;
    background-color: #333333;
}
.footer .footer-head{
    text-align: center;
    font-size: 13px;
}
.footer .footer-head p{
    color: #d5d5d5;
    margin-bottom: 0;
}
.footer .footer-head p a{
    color: #d5d5d5 !important;
    transition: all .3s ease-in-out;
}
.footer .footer-head .swiper-slide{
    width: auto;
    padding-right: 8px;
    color: #d5d5d5 !important;
}
.footer .footer-head a:hover{
    color: #fff !important;
}
.footer .lianjie{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .lianjie span{
    color: #d5d5d5;
    min-width: 130px;
}
.footer .lianjie .swiper_link{
    margin: 0 0;
}
.foot_phone {
    display: none;
}

@media (max-width: 992px) {
    .head_column {
        display: none;
    }
    .head_nav {
        border-bottom: 1px solid #dbdbdb;
    }
    .head_btn_cover {
        display: inline-block;
        width: 20%;
        text-align: center;
    }
    .head_btn em {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #005bac;
        margin-bottom: 5px;
        border-radius: 6px;
    }
    .head_btn em:last-child {
        margin-bottom: 0;
    }
    .head_btn {
        height: 100%;
        outline: none;
        border: none;
    }
    .head_logo {
        width: 80%;
    }
    .header_tel {
        width: 30%;
        text-align: center;
    }
    .head_phone {
        position: fixed;
        top: 0;
        left: -100%;
        right: 100%;
        bottom: 0;
        z-index: 9999;
        background-color: #fff;
        transition: all 0.6s ease;
        display: block;
    }
    .head_phone.active {
        right: 10%;
        left: 0;
        top: 0;
    }
    .head_phone .nav_item {
        padding: 10px 0;
        text-align: center;
    }
    .head_phone .nav_item .nav_link {
        display: block;
    }
    .head_phone .navbar_nav {
        padding: 60px 25px 35px;
    }
    .head_phone i {
        min-width: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head_phone .navbar_nav .nav_child {
        position: relative;
    }
    .head_phone .navbar_nav .nav_item {
        display: block;
    }
    .phone_child {
        display: none;
    }
    .phone_child.active {
        display: block;
    }
    .nav_item_link {
        position: relative;
    }
    .phone_child {
        padding: 15px;
    }
    .phone_child li {
        padding: 3px 0;
    }
    .phone_child li a {
        color: #484848;
        font-weight: bold;
        font-size: 18px;
    }
    .head_phone .nav_link {
        font-size: 18px;
    }
    .navbar_nav {
        display: block;
    }
    .head_phone a {
        line-height: 45px;
    }
    .head_phone .navbar_nav .nav_item {
        border-bottom: 1px dashed #dbdbdb;
        padding: 0;
    }
    .head_phone {
        padding-top: 35px;
    }
    .index_news .box_right li{
        margin-top: 20px;
    }
    .index_about .img{
        margin-bottom: 25px;
    }
    .index_about .text{
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .list_banner{
        padding: 100px 0;
    }
    .head_logo {
        width: 80%;
    }
    .header_tel {
        display: none;
    }
    .index_box {
        padding: 50px 0;
    }
    .index_about .about_content {
        padding-top: 55px;
    }
    .index_about .about_img_right {
        display: none;
    }
    .index_banner .swiper-button-prev,
    .index_banner .swiper-button-next {
        display: none;
    }
    .head_logo {
        max-width: 80%;
    }
    .head_nav {
        height: 65px;
    }
    .head_logo img {
        max-height: 50px;
    }
    header {
        height: 65px;
    }
    .footer {
        display: none;
    }
    .foot_phone {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .foot_phone a {
        display: block;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        overflow: hidden;
        height: 50px;
        width: 100%;
        line-height: 50px;
    }
    .foot_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .foot_phone a span {
        display: inline-block;
        animation: footer 8s ease-in-out infinite;
        animation-delay: calc(0.1s * var(--i));
    }
    .foot_phone span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .foot_phone .foot_tel_left {
        background-color: #005bac;
    }
    .foot_phone .foot_tel_left a {
        color: #fff;
    }
    .foot_phone .foot_tel_right {
        background-color: #fff;
    }
    .foot_phone .foot_tel_right a {
        color: #005bac;
    }
    .index_service .left h6{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .list_about .about_news{
        margin-top: 50px;
    }
    .list_about .text{
        padding-left: 0;
    }
    .list_about .img{
        margin-bottom: 25px;
    }
    .index_about .text h6{
        margin-bottom: 10px;
        font-size: 25px;
    }
    .index_box .title h6{
        font-size: 30px;
    }
}
