@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/animate_style.css);
@import url(//at.alicdn.com/t/c/font_4505214_dpgi0a30vv.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%;
    pointer-events: none;
}

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;
}
/* ============================================================== 
    # header
=================================================================== */
header {
    height: 85px;
}
.head_nav {
    padding: 8px 0;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    z-index: 99999;
    transition: all 0.5s ease;
}
.head_btn_cover {
    display: none;
}
.head_logo img {
    max-height: 70px;
}
.navbar_nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.navbar_nav .nav_link {
    font-weight: bold;
    color: #484848;
}
.navbar_nav .nav_link:hover {
    color: #0077c5;
}
.navbar_nav .nav_link.active {
    color: #0077c5;
}
.head_nav .navbar_nav .nav_item {
    position: relative;
}
.head_nav .navbar_nav .nav_child {
    position: absolute;
    left: 50px;
    top: 25px;
    padding: 10px 0;
    min-width: 200px;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}
.head_nav .navbar_nav .nav_child .nav-link {
    padding: 5px 20px;
    display: none;
}
.head_nav .navbar_nav .nav_child .nav-link a {
    font-size: 15px;
    font-weight: bold;
    color: #484848;
}
.head_nav .navbar_nav .nav_child .nav-link a:hover {
    color: #0077c5;
}
.head_nav .navbar_nav .nav_item:hover .nav_child {
    z-index: 2;
    opacity: 1;
    left: -20px;
}
.head_nav .navbar_nav .nav_item:hover .nav-link {
    display: block;
}
.header_tel img {
    max-height: 65px;
}
/* ============================================================== 
    # index
=================================================================== */
.index_hrader{
    height: 0;
}
.index_head{
    background-color: #ffffffb8;
}
.index_banner{
    position: relative;
}
.index_banner .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -50px;
    transition: all .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 .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: .3;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}
.index_box {
    padding: 100px 0;
}
.index_title {
    margin-bottom: 45px;
    text-align: center;
}
.index_title span {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #484848;
}
.index_title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 60px;
    background-color: transparent;
    border: 3px 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% - 30px);
}
.index_title h4 {
    color: #484848;
    font-size: 25px;
}

.index_about_img_box {
    padding-bottom: 100%;
    position: relative;
}
.index_about_img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_about_right {
    padding: 60px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: rgb(255, 255, 255);
}
.index_about_right::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px 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) 30;
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -30px;
}
.index_about_right h5 {
    margin-bottom: 30px;
}
.index_about_right h5:last-child {
    margin-bottom: 0;
}
.index_about_right h5 span a{
    color: #00a2ea;
    transition: all 0.3s ease;
}
.index_about_right h5 span a:hover{
    color: #1555a2;
}
.index_about_right h5 span:last-child {
    padding-left: 15px;
}
.index_about_content span {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
    color: #787878;
}
.index_about_content span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 60px;
    background-color: transparent;
    border: 3px 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);
}
.index_about_content {
    padding: 65px 0 0 100px;
}
.index_about_content h3 {
    margin-bottom: 35px;
}
.index_about_content p {
    margin-bottom: 15px;
    text-indent: 2em;
}
.index_about_content h4 {
    font-size: 20px;
    display: inline-block;
}
.index_about_content a {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #484848;
}
.index_about_content .about_icon {
    margin-left: 18px;
    transition: all 0.5s ease;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a2ea;
    color: #fff;
}
.index_about_content h4 a:hover .about_icon {
    margin-left: 25px;
}
.index_about_advantage {
    columns: 2;
    margin-bottom: 25px;
}
.index_about_advantage .about_advantage {
    font-size: 16px;
    line-height: 26px;
    color: #787878;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.index_about_advantage .about_advantage i {
    color: #00a2ea;
    font-weight: bold;
    padding-right: 5px;
}
.index_show {
    background-image: url(/skin/img/index_back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.index_show_box .show_img {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px;
}
.index_show_box .show_img img {
    border-radius: 6px;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.show_content h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.show_content p {
    margin: 20px 0 0 0;
    transition: all 0.5s ease;
}
.swiper_show a {
    background-color: rgb(255, 255, 255);
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 60px;
    border: 5px 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) 5;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.show_gang {
    height: 5px;
    width: 60px;
    background-color: transparent;
    border: 3px 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);
    margin: 0 auto;
}
.swiper_show a:hover {
    padding: 80px 60px 40px;
    border: 5px solid rgba(48, 176, 231, 0.8);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(48, 176, 231, 0.8) 1px, rgba(48, 176, 231, 0.8) 3px) 5;
}
.swiper_show a:hover .show_content p {
    opacity: 0;
    transform: translateY(15px) scale(0.8);
}
.swiper_show a:hover .show_gang {
    border: 3px solid rgba(48, 176, 231, 1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(48, 176, 231, 1) 1px, rgba(48, 176, 231, 1) 3px) 3;
}
.index_show_btn {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 30px);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #30b0e7ad;
}
.index_show_btn i {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.swiper_show a:hover .index_show_btn {
    bottom: 0;
}
.swiper_show a:hover .show_img img {
    transform: scale(1.03);
    opacity: 0.8;
}
.index_technology {
    position: relative;
}
.index_style_one {
    position: absolute;
    top: 50px;
    right: 150px;
}
.technology_left {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}
.technology_left_img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.technology_left_content {
    padding: 20px 20px;
}
.technology_left_content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.technology_left_content h6 a {
    color: #484848;
}
.technology_left_content span {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb5e;
    margin-bottom: 10px;
    display: block;
}
.technology_left_content span i {
    padding-right: 5px;
    font-size: 13px;
}
.technology_left_content p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
}
.technology_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.technology_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;
}
.technology_right li:hover {
    background-color: #00a2ea;
}
.technology_right li:hover .technology_right_time p,
.technology_right li:hover .technology_right_time span,
.technology_right li:hover .technology_news h6 a,
.technology_right li:hover .technology_news p {
    color: #fff;
}
.technology_right li:hover .technology_right_time p:after {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0.8) 3px) 3;
}
.technology_right_time {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
}
.technology_news h6 {
    font-size: 15px;
    font-weight: bold;
    color: #00a2ea;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.technology_news h6 a {
    line-height: 28px;
    color: #484848;
}
.technology_news {
    padding-left: 110px;
}
.technology_news 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;
}
.technology_right_time p {
    font-size: 24px;
    font-weight: bold;
    color: #00a2ea;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
    line-height: 28px;
    transition: all 0.5s ease;
}
.technology_right_time p::after {
    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;
}
.technology_right_time span {
    font-size: 16px;
    color: #00a2ea;
    transition: all 0.5s ease;
}
.index_news {
    position: relative;
}
.index_style_two {
    position: absolute;
    top: 50px;
    left: 150px;
}
.index_news_box {
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}
.index_news_box h6 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.index_news_box h6 a {
    color: #484848;
}
.index_news_box p {
    margin-bottom: 15px;
}
.index_news_box .news_bottom {
    padding-top: 15px;
    border-top: 1px solid #dbdbdb5e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news_box .news_bottom span {
    font-size: 13px;
    color: #787878;
}
.index_news_box .news_bottom span i {
    font-size: 13px;
    padding-right: 5px;
    color: #787878;
}
.index_news_box .news_bottom a {
    color: #00a2ea;
    font-size: 14px;
}

.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: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.list_banner .source_a {
    color: #fff;
}
.list_banner .source_a:hover {
    color: #00a2ea;
}
.list_banner em {
    font-style: normal;
    color: #fff;
}
.list_banner i {
    color: #fff;
}
.index_up {
    padding-top: 45px;
}
.index_up ul {
    background-image: url(/skin/img/index_up.jpg);
    padding: 50px 0;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.index_up ul::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #484848;
    opacity: 0.6;
}
.index_up ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-left: -1px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
    color: #999;
    z-index: 1;
    position: relative;
}
.index_up ul li h6 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.index_up ul li h6 span {
    font-size: 18px;
}
.index_up ul li span {
    color: #eeeeee;
    font-size: 14px;
}
.index_advantage {
    background-color: #00a2ea2e;
}
.advantage_img {
    padding: 0 200px 0 0;
}
.advantage_back {
    width: 100%;
    height: 100%;
    background-image: url(/skin/img/advantage_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.index_advantage .index_title {
    text-align: left !important;
}
.index_advantage .index_title span {
    margin-bottom: 10px !important;
}
.index_advantage .index_title span::after {
    left: 0 !important;
}
.advantage_content {
    margin-left: -100px;
    padding: 80px 200px 80px 0;
    overflow: hidden;
}
.index_advantage .card {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
    border: none;
}
.index_advantage .card a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    color: #fff;
}
.index_advantage .card a i {
    font-weight: bold;
}
.index_advantage .card a .index_jian {
    display: none;
}
.cooperate_middle_ra.active .index_jian {
    display: block !important;
}
.cooperate_middle_ra.active .index_jia {
    display: none;
}
.index_advantage .card div {
    border: none;
}
.index_advantage .card .card-header {
    background-color: #00a2ea;
}
.index_show_pos {
    position: relative;
}
.index_show_pos:hover .swiper-button-prev {
    left: -50px;
    opacity: 1;
}
.index_show_pos:hover .swiper-button-next {
    right: -50px;
    opacity: 1;
}
.index_show .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_show .swiper-button-next::after,
.index_show .swiper-button-prev::after {
    font-size: 25px;
}
.index_show .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 {
    padding: 100px 0;
}
.list .index_about_content {
    padding: 0 0 0 50px;
}
.list .index_about_content span {
    margin-bottom: 15px;
}
.list .index_about_content h3 {
    margin-bottom: 20px;
}
.list .about_middle {
    margin-top: 70px;
}
.list .about_middle p {
    font-size: 18px;
    font-weight: 700;
}
.list .about_middle ul {
    columns: 2;
}
.list .about_middle ul li {
    font-size: 14px;
    line-height: 26px;
    color: #e6212aa3;
    display: flex;
    align-items: start;
    gap: 8px;
    margin-bottom: 10px;
}
.list .about_middle ul li i {
    color: #00a2ea;
}
.list tr td {
    border: 1px solid #dbdbdb;
    padding: 5px 0 5px 15px;
}
.list tr .one {
    min-width: 100px;
    width: 130px;
}
.product_content {
    margin-bottom: 24px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.product_content a {
    background-color: rgb(255, 255, 255);
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 40px;
}
.show_gang {
    height: 5px;
    width: 60px;
    background-color: transparent;
    margin: 0 auto;
}
.product_content a:hover {
    padding: 60px 40px 20px;
}
.product_content a:hover .show_content p {
    opacity: 0;
    transform: translateY(15px) scale(0.8);
}
.product_content a:hover .show_gang {
    border: 3px solid rgba(48, 176, 231, 1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(48, 176, 231, 1) 1px, rgba(48, 176, 231, 1) 3px) 3;
}
.index_show_btn {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 25px);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #30b0e7ad;
}
.index_show_btn i {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.product_content a:hover .index_show_btn {
    bottom: 0;
}
.product_content a:hover .show_img img {
    transform: scale(1.03);
    opacity: 0.8;
}
.list_ul li {
    padding: 10px;
}
.list_ul li:last-child {
    border-bottom: none;
}
.list_ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #999;
    display: block;
    transition: all 0.5s ease;
    text-align: center;
}
.list_ul li a.active {
    color: #00a2ea;
}
.list .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 .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 .swiper-button-next::after,
.list_product .swiper-button-prev::after {
    font-size: 15px;
}
.list_product .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 .contact_box {
    min-height: 150px;
    display: flex;
    justify-content: left;
    align-items: start;
    margin-bottom: 25px;
    padding: 20px 15px 0 25px;
    border-radius: 6px;
    background-color: #00a1eade;
}
.list .contact_box i {
    font-size: 35px;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    color: #fff;
}
.contact_box_content h6 {
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}
.contact_box_content p {
    line-height: 30px;
    margin-bottom: 0;
    color: #f1f1f1;
}
.details{
    padding: 100px 0;
}
.details_content h6{
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}
.details_source{
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dbdbdb;
}
.details_url{
    color: #787878;
    padding-right: 15px;
}
.details_url:hover{
    color: #00a2ea;
}
/* ============================================================== 
    # 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: #00a2ea;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    font-weight: bold;
}
.pagination li a.active {
    background-color: #00a2ea;
    color: #fff;
}

/* ============================================================== 
    # footer
=================================================================== */
footer {
    position: relative;
}
.foot_style {
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 9;
    transition: all 0.3s ease 0s;
    animation: scale-up-one 3s ease-in-out 0s infinite alternate-reverse both;
}
.footer_one p {
    margin-bottom: 0;
    color: #bbbbbb;
    font-size: 14px;
    padding-right: 70px;
}
.footer_one img {
    margin-bottom: 20px;
}
.footer_top {
    padding: 70px 0 50px;
    border-bottom: 1px solid #fff;
    border-top: 5px solid #00a4ea79;
    background-color: #1e2129;
    position: relative;
}

.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;
}
.h_full a {
    color: #bbbbbb;
    font-size: 14px;
}
.h_full a:hover {
    color: #fff;
}
.foot_contact p {
    color: #bbbbbb;
    font-size: 14px;
}
.footer_bottom {
    padding: 5px 0;
    background-color: #16181f;
}
.footer_bottom img {
    max-width: 100%;
    width: 20px;
    height: auto;
}
.footer_bottom p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    color: #bbbbbb;
}
.footer_map {
    padding-left: 20px;
}
.footer_bottom a {
    color: #bbbbbb;
    padding: 0 15px 0 0;
}
.foot_map {
    padding: 0 5px 0 0 !important;
}
.footer_bottom a:hover {
    color: #fff;
}
.head_phone {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.6s ease;
    display: none;
}
.head_phone .navbar_nav {
    overflow-y: auto;
    display: block;
}
.foot_gongan {
    max-width: 100%;
    width: 17px;
    height: auto;
}
.foot_phone {
    display: none;
}
.next{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}
.next p{
    line-height: 25px;
    margin-bottom: 0;
}
.next p a{
    color: #787878;
}
.next p a:hover{
    color: #00a2ea;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .index_about_content{
        padding: 0 0 0 50px;
    }
    .index_about_content span{
        margin-bottom: 20px;
    }
    .index_about_content h3{
        margin-bottom: 25px;
    }
    .index_about_content p{
        font-size: 13px;
    }
    .index_about_advantage{
        margin-bottom: 20px;
    }
    .index_about_advantage .about_advantage{
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .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: #00a2ea;
        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: 50%;
    }
    .header_tel {
        width: 30%;
        text-align: center;
    }
    .head_phone {
        position: fixed;
        top: 65px;
        left: -100%;
        right: 100%;
        bottom: 0;
        z-index: 99999;
        background-color: #fff;
        transition: all 0.6s ease;
        display: block;
    }
    .head_phone.active {
        right: 10%;
        left: 0;
        top: 65px;
    }
    .head_phone .nav_item {
        padding: 10px 0;
        text-align: center;
    }
    .head_phone .nav_item .nav_link {
        display: block;
    }
    .head_phone .navbar_nav {
        padding: 30px 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;
    }
    .index_banner .swiper-button-prev,
    .index_banner .swiper-button-next {
        display: none;
    }
    .index_banner .swiper-pagination-bullet-active {
        background-color: #00a2ea;
    }
    .icon-jian {
        display: none;
    }
    .icon-jian.active {
        display: block;
    }
    .icon--jia.active {
        display: none;
    }
    .index_box {
        padding: 50px 0;
    }
    .technology_right li {
        margin-bottom: 24px;
    }
    .technology_left {
        margin-bottom: 24px;
    }
    .technology_left img {
        width: 100%;
    }
    .index_style_one,
    .index_style_two {
        display: none;
    }
    .index_show {
        background-size: auto 100%;
        background-position: center center;
    }
    .index_about_content {
        padding: 65px 0 0 0;
    }
    .phone_child .nav-link a {
        font-weight: 500;
        font-size: 14px;
    }
    .index_up ul {
        background-size: auto 100%;
        background-position: center;
    }
    .index_up ul li {
        width: 50%;
    }
    .index_up ul li:nth-child(1) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .index_up ul li:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .advantage_content {
        max-width: 720px;
        padding: 50px 12px;
        margin: 0 auto;
    }
    .list .index_about_content {
        padding: 70px 0;
    }
    .list .about_middle ul {
        columns: 1;
    }
    .list .about_middle {
        margin-top: 0;
    }
    .footer_top .foot_title {
        margin-top: 25px;
    }
    .swiper_links {
        min-height: 130px;
    }
}
@media (max-width: 768px) {
    .index_hrader{
        height: 65px;
    }
    .head_logo {
        width: 80%;
    }
    .header_tel {
        display: none;
    }
    .index_about_advantage {
        columns: 1;
    }
    .index_about_right::before {
        right: -12px;
        bottom: -12px;
    }
    .index_about_right {
        padding: 25px;
    }
    .index_about_right h5 span {
        font-size: 15px;
    }
    .index_about_right h5 {
        margin-bottom: 15px;
    }
    .index_news .swiper-button-prev,
    .index_news .swiper-button-next {
        display: none;
    }
    .index_about_right{
        right: 0;
    }
    footer {
        display: none;
    }
    .foot_phone {
        display: block;
    }
    .foot_phone {
        height: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .foot_phone a {
        display: block;
        text-align: center;
        background-color: #00a2ea;
        font-size: 25px;
        font-weight: bold;
        overflow: hidden;
        color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foot_phone a span {
        display: inline-block;
    }
    .foot_phone i{
        color: #ea2122;
        font-size: 25px;
        padding-right: 8px;
    }
    .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;
    }
    .advantage_content {
        max-width: 540px;
    }
    .details{
        padding: 50px 0;
    }
    .next p{
        width: 100%;
    }
}
