@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/iconfont.css);
* {
    -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: #224e99;
}
.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: #224e99;
}

.index_banner .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #224e99;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
/* ============================================================== 
    # header
=================================================================== */
header {
    height: 85px;
}
.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: 95px;
}
.navbar_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.navbar_nav .nav_item {
    margin: 0 20px;
}
.navbar_nav .nav_link {
    padding: 10px 0;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
}
.navbar_nav .nav_link.active {
    color: #224e99;
}
.navbar_nav .nav_link:hover {
    color: #224e99;
}
.head_btn_cover {
    display: none;
}
.head_phone {
    display: none;
}
.head_btn em {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #224e99;
    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;
}
.index_title_box {
    margin-bottom: 35px;
}
.index_title {
    text-align: center;
}
.index_title span {
    margin-bottom: 8px;
    font-size: 16px;
    color: #3960a3;
}
.index_title h6 {
    font-size: 30px;
    color: #484848;
}
.index_about {
    background-color: #eaf2ff;
    overflow: hidden;
}
.index_about .about_img {
    position: relative;
}
.index_about .about_img_first {
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
.index_about .about_img_right {
    position: absolute;
    bottom: -25px;
    left: 250px;
    border-radius: 50%;
    max-width: 250px;
    overflow: hidden;
    z-index: 2;
}
.index_about .about_img_last {
    position: absolute;
    top: -70px;
    left: 250px;
    border-radius: 50%;
    max-width: 200px;
}
.index_about .about_img_right img {
    border-radius: 50%;
}
.index_about .about_content_one {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #224e99;
    position: relative;
    padding-left: 40px;
}
.index_about .about_content_one::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #224e99;
    left: 0;
}
.index_about .about_content_one::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #224e99;
    left: 7px;
    border-radius: 77px;
}
.index_about .about_content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #2f2d53;
    margin-bottom: 20px;
}
.about_content p {
    margin-bottom: 0;
}
.index_about_advantage {
    columns: 2;
    margin-top: 25px;
    margin-bottom: 15px;
}
.index_about .about_advantage {
    font-size: 14px;
    line-height: 26px;
    color: #787878;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.about_content a {
    padding: 16px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background-color: #224e99;
    border: 1px solid #224e99;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
}
.about_content i {
    color: #224e99;
}
.recovered_box {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 5%);
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all .5s ease;
}
.recovered_box:hover{
    transform: translateY(-10px);
}
.recovercd_topbox {
    position: relative;
}
.swiper_recovered .swiper-slide {
    padding-bottom: 25px;
}
.index_recovered:hover .swiper-button-prev {
    left: -50px;
    opacity: 1;
}
.index_recovered:hover .swiper-button-next {
    right: -50px;
    opacity: 1;
}
.index_recovered .swiper-button-prev {
    left: 12px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.index_recovered .swiper-button-next::after,
.index_recovered .swiper-button-prev::after {
    font-size: 25px;
}
.index_recovered .swiper-button-next {
    right: 12px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.recovered_top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recovered_content {
    padding: 15px 25px 35px;
}
.recovered_content_top {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.recovered_content_top span {
    width: 50%;
    font-size: 13px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.recovered_content_top span i {
    font-size: 20px;
    color: #224e99;
}
.recovered_content_bottom {
    padding-top: 15px;
}
.recovered_content_bottom h6 {
    font-size: 18px;
}
.recovered_content_bottom h6 a {
    color: #484848;
}
.recovered_content_bottom h6 a:hover{
    color: #224e99;
}

.recovered_content_bottom p {
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 14px;
    color: #aaa;
}
.index_advantage {
    background: radial-gradient(circle at center, #224e99 0%, #7dadff 100%);
    position: relative;
}
.index_advantage .container {
    position: relative;
    z-index: 1;
}
.index_advantage_title h6 {
    color: #fff;
}
.advantage_shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advantage_box {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    width: 100%;
}
.advantage_box i {
    color: #fff;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.advantage_content {
    padding-left: 25px;
    position: relative;
    max-width: 75%;
}
.advantage_content span {
    color: #ffffff4f;
    font-size: 80px;
    position: absolute;
    top: -80px;
    left: 5px;
    z-index: -1;
}
.advantage_content h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}
.advantage_content p {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px dashed #fff;
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.index_news .news_top {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.index_news .news_top img {
    width: 100%;
    border-radius: 6px;
}
.index_news .news_top .news_time {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #224e99;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
}
.index_news .news_content {
    margin-bottom: 24px;
}
.index_news .news_content h6 {
    font-size: 25px;
    margin: 15px 0 10px;
}
.index_news .news_content h6 a {
    color: #484848;
}
.index_news .news_content p {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #dbdbbd99;
}
.index_team {
    background-color: #fffaf5;
}
.index_team img {
    width: 100%;
}
.index_team .team_box:hover .team_name {
    background-color: #224e99;
}
.index_team .team_name {
    padding: 25px 0;
    text-align: center;
    box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.1);
    background: #fff;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.index_team .team_name h6 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: 0.5s ease all;
}
.index_team .team_name h6 a {
    color: #484848;
}
.index_team .team_name span {
    font-size: 14px;
    transition: 0.5s ease all;
}
.index_team .team_box:hover .team_name {
    background-color: #224e99;
}
.index_team .team_box:hover .team_name h6 a,
.index_team .team_box:hover .team_name span {
    color: #fff;
}
.index_teambox {
    position: relative;
}
.index_teambox .swiper-slide {
    padding-bottom: 25px;
}
.index_teambox:hover .swiper-button-prev {
    left: -20px;
    opacity: 1;
}
.index_teambox:hover .swiper-button-next {
    right: -20px;
    opacity: 1;
}
.index_teambox .swiper-button-prev {
    left: 12px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.index_teambox .swiper-button-next::after,
.index_teambox .swiper-button-prev::after {
    font-size: 25px;
}
.index_teambox .swiper-button-next {
    right: 12px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.index_service .service_box {
    background: #bfd7ff;
    box-shadow: 1px 2px 4px rgba(156, 156, 156, 0.08);
    border-radius: 15px;
    padding: 80px 33px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    text-align: center;
    margin-bottom: 24px;
}
.index_service .service_box:hover {
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}
.index_service .service_box i {
    font-size: 35px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #3960a3;
    margin: 0 auto 25px;
}
.index_service .service_box h6 {
    font-size: 24px;
    margin-bottom: 8px;
}
.index_service p{
    font-size: 13px;
}
/* ============================================================== 
    # list_banner
=================================================================== */
.list_banner {
    background-image: url(/skin/img/list_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    background-size: cover;
}
/*.list_banner::after {*/
/*    position: absolute;*/
/*    background-color: #000000;*/
/*    opacity: 0.3;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    content: "";*/
/*}*/
.list_banner .container {
    position: relative;
    z-index: 1;
}
.list_banner .source {
    margin-bottom: 0;
    text-align: center;
}
.list_banner h3 {
    color: #2f2d53;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.list_banner .source_a {
    color: #2f2d53;
    padding: 0 3px;
}
.list_banner .source_a:hover {
    color: #224e99;
}
.list_banner em {
    font-style: normal;
    color: #2f2d53;
    padding: 0 0 0 3px;
}
.list_banner i {
    color: #2f2d53;
}
/* ============================================================== 
    # list
=================================================================== */
.list {
    padding: 70px 0;
}
.list .recovered_box {
    margin-bottom: 24px;
}
.list .list_news:first-child {
    border-top: 1px solid #eeeeee;
}
.list_news {
    display: block;
    padding: 45px 140px 45px 40px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.list .news_img {
    float: left;
    border-radius: 6px;
    overflow: hidden;
    width: 250px;
    transition: all 0.5s ease;
}
.list .news_img img {
    transition: all 0.5s ease;
}
.list .news_content {
    margin-left: 310px;
    max-width: 715px;
}
.list .news_content h6 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    transition: all 0.5s ease;
}
.list .news_content h6 span {
    display: none;
}
.list .news_content p {
    padding-top: 20px;
    border-top: 1px dashed #d2d2d2;
    color: #999999;
    line-height: 30px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.list .news_time {
    position: absolute;
    top: 50px;
    right: 0;
    width: 140px;
    text-align: center;
}
.list .news_time span {
    display: block;
    font-size: 40px;
    line-height: 1.3;
    color: #666;
}
.list .news_time p {
    margin-bottom: 0;
    color: #cccccc;
    font-size: 12px;
}
.list .news_time i {
    margin-top: 25px;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #999;
    font-weight: bold;
    transition: all 0.5s ease;
}
.list .news_time i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list_news:hover .news_img {
    transform: translateY(-6px);
}
.list_news:hover .news_img img {
    transform: scale(1.05);
}
.list_news:hover .news_content h6 {
    color: #224e99;
}
.list_news:hover .news_content p {
    border-top: 1px dashed #c0d7ff;
}
.list_news:hover .news_time i {
    background-color: #224e99;
    color: #fff;
}
.list_contact .contact_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.list_contact .contact_content {
    background-color: #224e99;
    padding: 35px 10px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
}
.list_contact .contact_content i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 15px;
    color: #224e99;
    font-size: 35px;
}
.list_contact p {
    color: #fff;
    margin-bottom: 0;
}

.list .single{
    border-radius: 10px;
    padding: 50px 35px;
    background-color: #f4f8ff;
}
.list .single h4{
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.blog-detials-area {
    padding: 120px 0 120px;
}

.blog-grid-area {
    padding: 120px 0 90px;
}

.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
    background: #224e99;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
    color: #fff;
    font-size: 17px;
}
.blog-details-meta span a{
    color: #fff;
    font-size: 17px;
}

.blog-details-meta span i {
    color: #fff;
    padding-right: 5px;
    font-size: 16px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #999;
}
.blog-detials-area .next a:hover{
    color: #00A79B;
}
/* ============================================================== 
    # list_about
=================================================================== */
.about_teambox .about_title {
    margin-bottom: 25px;
}
.about_teambox .about_title h6 {
    font-size: 25px;
    text-align: center;
}
.about_teambox .team_name {
    padding: 25px 0;
    text-align: center;
    box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.1);
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.about_teambox .team_name h6 {
    margin-bottom: 10px;
    font-size: 20px;
}
.about_teambox {
    position: relative;
}
.about_teambox .swiper-slide {
    padding-bottom: 25px;
}
.about_teambox:hover .swiper-button-prev {
    left: -20px;
    opacity: 1;
}
.about_teambox:hover .swiper-button-next {
    right: -20px;
    opacity: 1;
}
.about_teambox .swiper-button-prev {
    left: 12px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.about_teambox .swiper-button-next::after,
.about_teambox .swiper-button-prev::after {
    font-size: 25px;
}
.about_teambox .swiper-button-next {
    right: 12px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    background-color: #fff;
    color: #8e8b8e;
    font-weight: bold;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.list_about .about_content_one {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #224e99;
    position: relative;
    padding-left: 40px;
}
.list_about .about_content_one::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #224e99;
    left: 0;
}
.list_about .about_content_one::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #224e99;
    left: 7px;
    border-radius: 77px;
}
.list_about .about_content h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #2f2d53;
    margin-bottom: 30px;
}
.list_about .about_advantage {
    font-size: 14px;
    line-height: 26px;
    color: #787878;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.list_about .about_img {
    width: 100%;
    border-radius: 6px;
}
.list_about .about_teambox img {
    width: 100%;
}
.list_about .list_about_top {
    padding: 100px 0;
}
.list_about_bottom {
    background-color: rgba(28, 177, 157, 0.66);
    padding: 70px 0;
}
.list_about_bottom .title h6 {
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.swiper_honor .honor_box img {
    border-radius: 4px;
}
.swiper_honor .honor_box {
    position: relative;
    overflow: hidden;
}
.swiper_honor .honor_box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f2d53;
    opacity: 0.3;
    content: "";
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    border-radius: 4px;
}
.swiper_honor .honor_box:hover::before {
    transform: scale(1);
    border-radius: 4px;
}
.swiper_honor .honor_box i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    font-size: 20px;
    transform: scale(0) translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.swiper_honor .honor_box:hover i {
    transform: scale(1) translate(-50%, -50%);
}
/* ============================================================== 
    # list_service
=================================================================== */
.list .service_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.list .service_box .service_img {
    position: relative;
    transition: all 0.4s ease-in-out;
}
.list .service_box .service_img img {
    border-radius: 12px;
}
.list .service_img .txt {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    font-size: 72px;
    font-weight: 900;
    bottom: 10px;
    line-height: 1.1;
    left: 25px;
}
.list .service_box .service_content {
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1;
    min-width: 0;
}
/* ============================================================== 
    # list_equipment
=================================================================== */
.list_equipment .equipment_box {
    padding: 40px 30px 10px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 10%);
    margin-bottom: 24px;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.list_equipment img {
    border-radius: 6px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.list_equipment h4 {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.list_equipment h4 a {
    color: #484848;
}
.list_equipment h4 a:hover {
    color: #224e99;
}
.list_equipment .equipment_box:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 7%);
}
.list_equipment .equipment_box:hover .equipment_img {
    transform: translateY(-6px);
}
/* ============================================================== 
    # list_team
=================================================================== */
.list_team .team_box {
    display: flex;
    justify-content: left;
    align-items: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 24px;
}
.list_team .team_box > a {
    max-width: 35%;
}
.list_team .team_box img {
    border-radius: 6px 0 0 6px;
}
.list_team .team_box .team_name {
    padding: 0 15px 0 40px;
}
.list_team .team_box .team_name a {
    font-size: 27px;
    color: #484848;
}
.list_team .team_box .team_name span {
    padding: 10px 0;
    color: #224e99;
    font-size: 13px;
    display: block;
}
.list_team .team_box .team_name p {
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
}
/* ============================================================== 
    # details
=================================================================== */
.details {
    padding: 100px 0;
}
.details_content h6 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.details_content .details_source {
    font-size: 13px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}
.details_content .details_source .details_url {
    padding-right: 8px;
    color: #787878;
}
.details_content .details_source .details_url:hover {
    color: #224e99;
}
/* ============================================================== 
    # 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: #224e99;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    font-weight: bold;
}
.pagination li a.active {
    background-color: #224e99;
    color: #fff;
}
.pagination li a:hover{
    background-color: #224e99;
    color: #fff;
}
.next {
    columns: 2;
    margin-top: 45px;
}
.next p {
    font-size: 13px;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #224e99;
}
.next .next-two {
    text-align: right;
}

.list.recycle .box{
    padding: 30px 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-bottom: 3px solid #224e99;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.list.recycle .box span{
    padding: 3px 5px;
    background-color: #224e99;
    color: #fff;
    border-radius: 4px;
}
.list.recycle .box h4{
    margin: 10px 0;
    font-size: 22px;
}
.list.recycle .box h4 a{
    color: #031740;
}
.list.recycle .box p{
    margin-bottom: 0;
    font-size: 16px;
    color: #787878;
}

/* ============================================================== 
    # footer
=================================================================== */
footer {
    background-image: url(/skin/img/footer-bg.svg);
    /* background-color: #1befd438; */
}
.footer_one img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer_top {
    padding: 100px 0 50px;
    border-bottom: 1px solid #fff;
}
.footer_top .footer_one p{
    margin-bottom: 0;
    color: #fff;
}
.footer_top .foot_link_title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.footer_top .foot_contact_title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.h_full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.foot_link {
    position: relative;
}
.swiper_links {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
.h_full a {
    color: #ffffffc4;
    font-size: 14px;
}
.h_full a:hover {
    color: #fff;
}
.foot_contact p {
    color: #ffffffc4;
    font-size: 14px;
}
.footer_bottom {
    padding: 5px 0;
}
.footer_bottom img {
    max-width: 100%;
    width: 20px;
    height: auto;
}
.footer_bottom p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    color: #ffffffc4;
}
.footer_map {
    padding-left: 20px;
}
.footer_bottom a {
    color: #ffffffc4;
    padding: 0 15px 0 0;
}
.foot_map {
    padding: 0 5px 0 0 !important;
}
.footer_bottom a:hover {
    color: #fff;
}
.header-phone{
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-phone a{
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background: #224e99;
    transition: 0.4s;
    border: none;
    padding: 11px 33px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.list .news-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.list .news-box .nav_item a{
    color: #224e99;
    font-weight: bold;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 6px;
    border: 1px solid #224e99;
}
.list .news-box .nav_item a.active{
    background-color: #224e99;
    color: #fff;
}
.list .news-box .nav_item a:hover{
    background-color: #224e99;
    color: #fff;
}

.foot_content img{
    max-width: 100px;
}

#mapDiv {
    border-radius: 6px;
    background-color: #e9e9e9;
}
.foot_phone {
    display: none;
}
@media (max-width: 1800px) {
    .header-phone a{
        padding: 8px 15px;
        font-size: 14px;
    }
    .head_logo{
        display: flex;
        align-items: center;
    }
    .navbar_nav .nav_item{
        margin: 0 10px;
    }
    .head_nav{height: 85px;}
}
@media (max-width: 1400px) {
    .navbar_nav .nav_item{
        margin: 0 5px;
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .navbar_nav .nav_item{
        margin: 0 10px;
        font-size: 12px;
    }
    .navbar_nav .nav_link{
        font-size: 14px;
    }
    .header-phone{
        display: none;
    }
    .head_column{
        width: 75%;
    }
    .head_nav,
    header{
        height: 65px;
    }
}
@media (min-width: 1200px) {
    .list .service_img {
        flex-basis: 710px;
    }
}

@media (min-width: 992px) {
    /* list_service */
    .list .service_img {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 60%;
        min-width: 0;
    }
    .list .service_two {
        order: 13;
    }
    .advantage_shell {
        flex-direction: column;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .index_advantage .advantage_box:last-child {
        justify-content: right;
    }
    .index_advantage img {
        width: 50%;
        margin: 0 auto 80px;
        display: block;
    }
    .index_about .about_img_right {
        position: absolute;
        border-radius: 6px;
        max-width: 300px;
        overflow: hidden;
        z-index: 2;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        bottom: auto;
        max-width: 300px;
    }
    .index_about .about_img_first {
        width: 65%;
    }
    .index_about .about_img_right img {
        width: 300px;
        border-radius: 6px;
    }
    .index_about .about_img_last {
        position: absolute;
        top: -10%;
        left: 65%;
        border-radius: 50%;
    }
    .index_about .about_content {
        margin-top: 25px;
    }
}
@media (max-width: 992px) {
    .index_banner .autoplay-progress{
        display: none;
    }
    .head_nav, header {
        height: 95px;
    }
    .blog-details-meta span,
    .blog-details-meta span a,
    .blog-details-meta span i{
        font-size: 15px;
    }
    .blog-details-main{
        padding: 0;
        box-shadow: none;
    }
    .blog-details-content h2 {
        line-height: 1.5;
        font-size: 22px;
    }
    .blog-details-meta {
        text-align: center;
        padding: 15px 10px;
    }
    .list .single{
        padding: 35px 15px;
    }
    .index_advantage_title h6{
        font-size: 22px;
    }
    .advantage_content span{
        font-size: 55px;
        top: -50px;
        left: 10px;
    }
    .advantage_box{
        align-items: start;
    }
    .index_title h6{
        font-size: 26px;
    }
    .index_about .about_content h2{
        font-size: 32px;
        line-height: 40px;
    }
    .head_column {
        display: none;
    }
    .head_nav {
        border-bottom: 1px solid #dbdbdb;
    }
    .list_banner {
        background-size: auto 100%;
    }
    .head_btn_cover {
        display: inline-block;
        width: 20%;
        text-align: center;
    }
    .head_btn em {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #224e99;
        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;
    }
    /* list_service */
    .list .service_box .service_content {
        padding: 0;
        margin-top: 15px;
    }
    .list .service_box .service_content h3 {
        font-size: 20px;
    }
    /* list_contact */
    .list_contact .contact_content {
        margin-bottom: 24px;
    }
    .list_contact .contact_content i {
        width: 80px;
        height: 80px;
        font-size: 35px;
    }
    .list_contact .contact_box {
        display: block;
        columns: 2;
    }
    /* header */
    .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_advantage .advantage_box {
        margin-bottom: 55px;
    }
    .index_advantage img {
        margin-bottom: 80px;
    }
    .index_advantage_title {
        margin-bottom: 40px;
    }
    .list_about_bottom .title h6 {
        margin-bottom: 30px;
    }
    .advantage_content h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .advantage_content p {
        padding-top: 15px;
    }
    .advantage_box {
        width: 50%;
    }
}
.ewm{
    display: none;
}
@media (max-width: 768px) {
    .index_hrader {
        height: 65px;
    }
    .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;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .head_logo {
        max-width: 80%;
    }
    .head_nav {
        height: 65px;
    }
    .head_logo img {
        max-height: 50px;
    }
    header {
        height: 65px;
    }
    .list_banner {
        padding: 50px 0 70px;
    }
    .index_up ul li h6 span {
        font-size: 15px;
    }
    .index_up ul li span {
        font-size: 12px;
    }
    /* list_service */
    .list .service_box {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(125, 125, 125, 0.1);
    }
    /* list_news */
    .list .list_news {
        padding: 20px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
        margin-bottom: 24px;
        border-radius: 6px;
    }
    .list .list_news .news_img {
        float: none;
        width: 100%;
    }
    .list .news_content {
        margin-left: 0;
    }
    .list .news_time {
        display: none;
    }
    .list .news_content h6 {
        line-height: 45px;
        height: 45px;
        font-size: 15px;
    }
    .list .news_content p {
        font-size: 13px;
        height: 65px;
        padding-top: 15px;
        line-height: 25px;
    }
    .list .news_content h6 span {
        min-width: 85px;
        font-weight: 500;
        float: right;
        text-align: right;
        display: block;
        color: #999;
        font-size: 13px;
    }
    /* list_contact */
    .list_contact .contact_box {
        columns: 1;
    }
    .list_team .team_box .team_name {
        max-width: 55%;
        padding: 0 10px 0 25px;
    }
    .list_team .team_box > a {
        max-width: 40%;
    }
    .advantage_shell {
        flex-direction: column;
    }
    .advantage_box {
        width: 100%;
    }
    .index_about .about_img_first {
        width: 100%;
    }
    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: 18px;
        line-height: 50px;
        font-weight: bold;
        overflow: hidden;
        height: 50px;
        width: 100%;
    }
    .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: #224e99;
    }
    .foot_phone .foot_tel_left a {
        color: #fff;
    }
    .foot_phone .foot_tel_right {
        background-color: #fff;
    }
    .foot_phone .foot_tel_right a {
        color: #224e99;
    }
    .index_banner .swiper-pagination{
        display: none;
    }
    .ewm{
        display: block;
        text-align: center;
    }
    .ewm h4{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .ewm img{
        margin: 0 auto;
        max-width: 150px;
        margin-bottom: 75px;
    }
}
