@charset "utf-8";

/*========css reset========*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-size: 12px;
    color: #565656;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #1a1a1a;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-decoration: none;
}

img {
    max-width: 100%;
    font-size: 0;
    line-height: 0;
}

li {
    list-style: none;
}

:root {
    --primary-color: #0066b3;
    --second-color: #0066b3;
}

.v-application {
    font-family: Roboto, sans-serif !important;
}

/*========网页端样式 - 快捷样式调用========*/
body {
    background-color: #ffffff;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    color: #0064e0;
}

a:hover {
    color: #545d89;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.animate {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.page_max {
    max-width: 100%;
    margin: 0 auto;

}

.d-inline-block {
    display: inline-block;
}

.fully {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.agent_fully {
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
}

.bg-site {
    background-color: #0e5a98;
}

.text-primary {
    color: #0e5a98;
}

.bg-fade {
    background-color: #f7f7f7;
}

.block_padding {
    padding: 50px 0;
}

.box-center {
    margin: 0 auto;
}

.border_bottom {
    border-bottom: 1px solid #e7e7e7;
}

.border_bottom:last-child {
    border-bottom: none
}

.bottom-gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 72px);
}

.clear {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {}

.btn-primary {
    display: inline-block;
    color: #fff;
    border: 0;
    padding: 1em 1.8em;
    line-height: 1em;
    background-color: #0e5a98;
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

.swiper-slide > a > div {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

/*index*/

#app_framework {}

.body_bg {
    min-height: 400px;
    padding-top: 20px;
}

.msg_content {
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.stateless_close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.top_container {
    padding: 0 10px;
    position: relative;
}

.menu_container {
    text-align: right;
}

.top_menu {
    display: inline-block;
}

.top_menu_wrap {
    display: block;
    padding: 0.75em 0.7em;
    position: relative;
    padding-left: 80px;
}

.top_menu_wrap .top_menu_link {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #fff !important;
    display: block;
    padding: 10px 0 6px;
}

.top_menu_wrap:hover {
    position: relative;
    border-radius: 4px 4px 0 0;
    /*color: !important;*/
}

.top_menu_link:after {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: rgb(250, 247, 247);
    transition: all .4s;
}

.top_menu_link.active:after,
.top_menu_link:hover:after {
    width: 100%;
}

.sub_menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 240px;
    background: #ebeff0;
    z-index: 999;
    display: flex;
    overflow: hidden;
}

.sub_menu_static {
    width: 100%;
    height: 240px;
    background: #ebeff0;
    z-index: 999;
    display: flex;
    overflow: hidden;
}

.sub_links {
    text-align: left;
    padding-top: 40px;
    padding-left: 30px;
}

.sub_top_title {
    font-size: 28px;
    margin-bottom: 0.85em;
}

.sub_menu_link {
    font-size: 20px;
    color: #333 !important;
    display: inline-block;
    width: 30%;
    border-left: #0D47A1 2px solid;
    padding-left: 1em;
    line-height: 1.1;
    margin-bottom: 1em;
}

.sub_menu_link.active {
    font-weight: bold;
    color: black !important;
}

.sub_menu_link.x2 {
    width: 60%;
}

.top_menu:hover > .sub_menu {}

.top_menu:hover .top_menu_link.active {
    border-bottom: 0;
}

.swiper_banner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1920px;
    max-height: 616px;
}

.index_bg2 {
    background-color: #f3f3f3;
}

.index_title {
    font-size: 34px;
    text-align: center;
    line-height: 3em;
    height: 3em;
    position: relative;
}

.index_title::after {
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    bottom: 0;
    border-bottom: 3px solid #2e9ec2;
}

.index_news {
    text-align: center;
}

.news_item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 30%;
    height: 560px;
    overflow: hidden;

    margin-right: 30px;
    color: #333 !important;
}
.news_item:first-child {
    margin-left: 30px;
}
.news_item:last-child {
    margin-right: 0;
}
.news_item:hover {
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
}

.news_img {
    position: relative;
}

.news_time {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: #2e9ec2;
    text-align: center;
    padding: 6px;
    line-height: 2;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -30px;
}

.news_time span:nth-child(1) {
    border-bottom: 1px solid #fff;
}

.news_text {
    padding: 0 30px 40px 30px;
}

.news_title {
    height: 3em;
    line-height: 1.5em;
}

.index_tech {
    position: relative;
}

.tech_text {
    padding: 50px 90px;
}

.tech_title {
    font-size: 34px;
}

/*.tech_more { font-size: 17px;}*/
.tech_paper {
    position: absolute;
    right: 60px;
    bottom: 60px;
    padding: 50px 50px 14px 50px;
    background-color: #0D47A1;
}

.swiper_tech {
    width: 580px;
    height: 200px;
}

.tech_paper_link {
    display: flex;
    align-items: start;
}

.index_teacher {}

.teacher_item {
    display: block;
    width: 300px;
}

.teacher_img img {
    width: 337px;
    height: 505px;
}

.index_more_link {
    text-align: right;
    color: #777;
}

.index_more_link a {
    color: #555;
}

.swiper_teacher .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0D47A1;
}

.swiper {
    user-select: none;
}

.app_site_menu a {
    color: #333;
}

/*footer*/

.list-banner-line {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list-banner-nav {
    text-align: center;
}

.list-banner-nav a {
    margin-right: 40px;
    display: inline-block;
    padding-bottom: 10px;
}

.list-banner-nav a.active {
    border-bottom: 2px solid #fff;
}

.list-content {
    width: 1200px;
    margin: 0px auto;
    min-height: 100px;
}

.list_card {
    overflow: hidden;
    height: 100%;
}

.list_new_row {
    padding: 20px;
}

.list_new_row:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08)
}

.list_news_left {
    flex: 0 0 100px;
}

.footer-container {

    font-size: 17px;
    color: #ddd;
}

.v-application .footer-container a {
    color: #ddd;
    font-size: 17px;
}

.v-application .footer-container a:hover {
    color: #fff;
}

.site_footer {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: url("footbg.png") no-repeat;
    background-size: cover;
    color: #ccc;
}

/*list - ktw*/

.list-page {
    min-height: 10%;
    background: url("list_bottom_bg.png") no-repeat center bottom 50px #fff;
    background-size: 1920px auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.list-top-btns {
    padding-top: 16px;
}

.list-container {
    min-height: 100px;
}

.list-banner {
    background: url("list_top_bg.jpg") no-repeat center center;
    width: 100%;
    max-width: 1920px;
    height: 220px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.list-logo {
    display: block;
}

.list-nav-warp {
    background-color: rgba(65, 136, 255, .8);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
}

.list_nav_link {
    color: #fff !important;
    font-size: 18px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 48px;
    padding-left: 26px;
    padding-right: 26px;
    margin-right: 12px;
}

.list_nav_link.active,
.list_nav_link:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.list_nav_link img {
    width: 48px;
    height: 48px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.list-step-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.list-step-title {
    margin-bottom: 50px;
}

/*list*/

.top_banner {
    width: 100%;
    max-height: 230px;
    overflow: hidden;
    position: relative;
}

.banner_title {
    position: absolute;
    left: 9%;
    top: calc(50% - -1em);
    font-size: 34px;
    line-height: 1;
    letter-spacing: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 100);
}

.banner_title a {
    color: #BBDEFB !important;
}

.list_container_single {
    margin-top: 40px;
    margin-bottom: 40px;
}

.list_tab_menu {
    margin-bottom: 40px;
}

.list_tab_menu .v-tab {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}

.list_tab_menu .v-tabs-bar {
    height: unset;
}

.list_tab_menu .v-tab a {
    color: unset;
}

.list_content_container {
    width: 100%;
    padding: 10px 50px;
    position: relative;
}

.list_content_container p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 2em;
}

.list_content_container td p {
    text-align: unset;
    margin-bottom: unset;
}

.teacher_list {}

.teacher_list_item {
    width: 220px;
    height: 380px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    text-align: center;
}

.list_article {
    padding: 15px 35px;
}

.list_text {
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    padding: 35px 15px;
}

.list_text p {
    margin-bottom: 1em;
}

.list_text h4 a {
    margin-top: 10px;
}

.list_text img {
    max-width: 100%;
}

.list_img_line {
    margin: 2em 0;
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 2em;
}

.list_link_text {
    padding: 20px;
}

.list_link_text a {
    font-size: 16px;
    line-height: 3em;
    height: 3em;
    border-bottom: 1px dashed #e7e7e7;
    display: block;
}

.list_link_text a:last-child {
    border-bottom: none;
}

.list_link_text a span {
    float: right;
    color: #777;
    font-size: 14px;
}

.list_search {}

.list_search .list_search_line {
    border-bottom: 1px dashed #e7e7e7;
    display: block;
    padding: 1.75em 0;
}

.list_search .list_search_line:last-child {
    border-bottom: none;
}

/*搜索页*/
.search_input {
    width: 100%;
    height: 3em;
    line-height: 3em;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 4px;
}

.search_btn {
    padding: 0.75em 1.2em;
    border-radius: 4px;
}

/*内容页*/
.article_box {
    border-radius: 6px;
    min-height: 580px;
    padding: 30px 85px;
    line-height: 24px;
    width: 65%;
    min-width: 700px;
    margin: 30px auto 30px auto;
    box-shadow: 0 0 5px #ccc;
}

.article_body {
    min-height: 10em;
    text-align: justify;
    letter-spacing: 1px;
    padding: 30px 40px;
}

.article_body img {
    padding: 4px;
    background: #fff;
    margin: 1%;
    max-width: 95%;
}

.article_body p {
    line-height: 1.5em;
    margin-bottom: 1.2em;
}

.article_body p:has(img) {
    margin-bottom: 0;
    line-height: 1;
}

.article_new {}

.article_new:before {
    content: ' ';
    background: url("new.gif") no-repeat;
    height: 11px;
    width: 27px;
    display: inline-block;
    margin-right: 0.3em;
}

.intro_table {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 3px;
}

.intro_table td {
    padding: 0.4em 0.6em;
    white-space: break-spaces;
    word-break: break-all;
}

.intro_table tr {
    background-color: #BBDEFB
}

.intro_table tr:nth-child(2n) {
    background-color: #E3F2FD
}

.intro_table tr.table_header {
    background-color: #64B5F6;
    color: #fff;
}

.intro_table td p {
    line-height: 1.25;
    margin-bottom: 0;
    font-size: unset
}

.four_image_table {
    border: 0;
    width: 100%;
}

.four_image_table td {
    text-align: center;
    width: 50%;
}

.four_image_table td img {
    max-width: 500px;
}

.search_com {
    padding: 4px 10px;
    width: 240px;
    height: 40px;
    position: relative;
    text-align: right;
}

.search_com .search_bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    opacity: 0;
    transition-duration: 0.3s;
}

.search_com input {
    padding: 4px;
    opacity: 0;
    position: relative;
    width: 0;
    transition-duration: 0.3s;
}

.search_com:hover .search_bg {
    opacity: 1;
}

.search_com:hover input {
    opacity: 1;
    width: 170px;
    font-size: 14px;
}

/* =============自适应辅助============ */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .page_max {
        max-width: 100%;
        width: 100%;
        min-height: 0;
    }

    .fully {
        width: auto !important;
    }

    .top_menu_link {
        font-size: 15px;
    }

    .sub_top_title {
        font-size: 21px;
    }

    .sub_menu_link {
        font-size: 15px;
    }

    .list_tab_menu .v-tab {
        font-size: 17px;
    }

}

@media only screen and (max-width: 767px) {
    .page_max {
        max-width: 100%;
        width: 100%;
        min-height: 0;
    }

    .fully {
        width: auto !important;
    }

    .list_left {
        flex-basis: 100%;
    }

    .banner_title {
        position: absolute;
        left: 20%;
        top: calc(33% - 0.5em);
        font-size: 18px;
        line-height: 1;
        letter-spacing: 4px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 100);
    }

    .v-application .banner_title > div {
        margin-top: 12px !important;
    }

    .menu_container {
        display: flex;
        flex-direction: column-reverse;
    }

    .list_content_container {
        padding: 10px;
    }

    .sub_links {
        padding-top: 10px;
        padding-left: 10px;
    }

    .sub_top_title {
        font-size: 16px;
        margin-bottom: 0.55em;
    }

    .sub_menu_link {
        font-size: 15px;
        color: #333 !important;
        display: block;
        width: 100%;
        border-left: #0D47A1 2px solid;
        padding-left: 1em;
        line-height: 1.1;
        margin-bottom: 1em;
    }

    .list_tab_menu .v-tab {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 50px;
    }

    .teacher_list_item {
        width: 47%;
        height: 320px;
        display: inline-block;
        vertical-align: top;
        margin: 1.5%;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
        text-align: center;
    }

    /*.top_menu_container { position: absolute;right: 0px; top: 0px;}*/
    .top_container {
        padding: 10px;
    }

    .search_com {
        display: none;

    }

    .list_text {
        padding: 10px;
    }

    .article_box {
        padding: 10px 10px;
        width: 100%;
    }

    .article_body {
        padding: 10px;
    }

    .news_item {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

/*table增强-复制于bootstrap*/
/*table{border-spacing:0;border-collapse:collapse}*/
/*td,th{padding:0}*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

/*组件样式覆盖*/
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

/*message 组件*/
.message_box {
    width: 240px;
}

.message_line {
    padding: 2px 0;
}

.message_line h3 {
    line-height: 2.2em;
    font-size: 1.2rem;
}

.message_line input {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    height: 2em;
    padding: 1em;
    font-size: 1rem;
    width: 100%;
    border-radius: 3px;
}

.message_line textarea {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    height: 8em;
    line-height: 1.5em;
    padding: 1em;
    font-size: 1rem;
    width: 100%;
    border-radius: 3px;
}

.message_button {
    display: inline-block;
    color: #fff;
    border: 0;
    padding: 1em 1.8em;
    line-height: 1em;
    background-color: #00b0ff;
    border-radius: 6px;
    cursor: pointer;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    color: var(--primary-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    background-color: var(--primary-color);
    border-color: #337ab7;
    border-color: var(--primary-color);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination {
    text-align: center;
}

.pagination li,
.pagination li a {
    _display: inline-block;
    _display: inline;
    color: #666;
}

.pagination .active a {
    background: #4c6185;
    background: var(--primary-color);
    border: 1px solid #4c6185;
    border: 1px solid var(--primary-color);
    color: #fff;
}

.pagination .active a:hover,
.pagination .active a:active,
.pagination .active a:focus {
    background: #4c6185;
    border: 1px solid #4c6185;
    border: 1px solid var(--primary-color);
}

/* 头部图片轮播图 */
.top_menu_container {
    padding: auto 100px;
}

.top_menu_wrap {
    position: relative;
}

.top_menu_wrap > a {
    padding: 0 20px;
    position: relative;
}

/*.action {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 100%;*/
/*    text-align: center;*/
/*    z-index: 9999;*/
/*    background-color: #fff;*/
/*    box-shadow: 1px 1px 1px rgba(226, 221, 221, 0.5);*/
/*    display: none;*/
/*    border-radius: 0 0 10% 10%;*/

/*}*/

/*.action .three_menu_item {*/
/*    line-height: 30px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    font-size: 15px;*/
/*}*/

/*.top_menu_wrap:hover .action {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    display: block;*/

/*}*/

/* 中间 */
.index-advantage {
    width: 100%;
    background: #fff;
    padding: 50px 0 30px 0;
}

.index-box {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.advantage-title {
    width: 100%;
    position: relative;
    padding-bottom: 54px;
}

.advantage-title .bdl {
    font-size: 70px;
    line-height: 70px;
    font-family: Helvetica;
    color: #000;
}

.advantage-title .title {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-bottom: 23px;
}

.advantage-title .txt {
    width: 685px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.advantage-title .bdr {
    font-size: 70px;
    line-height: 70px;
    font-family: Helvetica;
    color: #000;
    display: table;
    position: absolute;
    right: 0;
    top: 110px;
}

.advantage-title .bdr span {
    width: 300px;
    height: 2px;
    background: #222;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 65px;
}

.advantage-list {
    width: 100%;
    display: table;
    border-bottom: 2px solid #222;
    padding-bottom: 60px;
    overflow: hidden;
}

.advantage-list li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 60px 20px 54px 40px;
    background: #fff;
    transition: all ease .3s;
    border-radius: 3px;
    margin: 0 5.125% 0 0.5%;
}

.advantage-list li:nth-child(4n) {
    margin: 0 0 0 8px;
}

.advantage-list li:hover {
    background: #21abd7;
}

.advantage-list li .icon {
    width: 100%;
    height: 100px;
    transition: all ease .3s;
}

.advantage-list li .title {
    font-size: 44px;
    color: #222;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 28px;
    transition: all ease .3s;
}

.advantage-list li:hover .title {
    color: #fff;
}

.advantage-list li .txt {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    transition: all ease .3s;
}

.advantage-list li:hover .txt {
    color: #fff;
}

.advantage-list li .link {
    width: 0;
    height: 10px;
    margin-top: 45px;
    background: url(../images/icon16.png) right center no-repeat;
    transition: all ease .3s;
}

.advantage-list li:hover .link {
    width: 48px;
}

.data-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.index-data {
    position: relative;
    overflow: hidden;
}

.index-data .video {
    display: block;
}

.index-data .wrap {
    z-index: 1;
    position: relative;
    background: -moz-linear-gradient(left, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(23, 9, 49, .6)), to(rgba(30, 95, 116, .6)));
    background: -webkit-linear-gradient(left, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
    background: -o-linear-gradient(left, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
    background: -ms-linear-gradient(left, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
    background: linear-gradient(to right, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)', GradientType=1);
}

.index-data .index-data-list {
    width: 100%;
    margin: 0 auto;
    padding: 240px 0;
}

.data-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.index-data .item {
    float: left;
    width: 33.33%;
    height: 240px;
}

.index-data .item-inner {
    position: relative;
    height: 115px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.index-data .item:first-child .item-inner {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.index-data .item:first-child .item-inner,
.index-data .item:nth-child(3) .item-inner {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.index-data .item:first-child .item-inner,
.index-data .item:nth-child(2) .item-inner,
.index-data .item:nth-child(3) .item-inner {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.index-data .text-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    transform: translateY(-50%);
}

.index-data .text-wrap .number-wrap {

    display: block;
    font: normal 108px/1 'AkzidenzGrotesk-BoldCondAlt';
    color: #fff;
    letter-spacing: 2px;
}

.index-data .text-wrap .number-wrap .icon {
    display: inline-block;
    font-size: 72px;
    vertical-align: 13px;
}

/* 解決方案*/
.index-solution {
    width: 100%;
    padding: 80px 0;
}

.index-solution-box {
    width: 100%;
    background: #373737;
    display: table;
}

.index-solution-box .img {
    width: 60%;
    float: left;
}

.index-solution-box .tbox {
    width: 40%;
    float: left;
    padding: 8.5% 0 0 80px;
    display: inline-block;
}

.index-solution-box .tbox .title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.index-solution-box .tbox .txt {
    max-width: 475px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.index-solution-box .tbox .list {
    width: 100%;
    margin-top: 53px;
}

.index-solution-box .tbox .list li {
    float: left;
    margin: 0 20px 20px 0;
}

.index-solution-box .tbox .list li a {
    line-height: 36px;
    border: 1px solid #bbb;
    border-radius: 19px;
    display: block;
    padding: 0 21px;
    font-size: 14px;
    color: #bbb;
    transition: all ease .3s;
}

.index-solution-box .tbox .list li:hover a {
    color: #222;
    background: #fff;
    border: 1px solid #fff;
}

/* 建站咨詢 */
.index-news {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.index-news-title {
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.index-news-more {
    font-family: 'sheepsansbold';
    font-size: 16px;
    line-height: 36px;
    color: #000;
    background: url(../images/icon21.png) right center no-repeat;
    padding-right: 35px;
    display: block;
    position: absolute;
    right: 5px;
    top: 30px;
}

.index-news-menu {
    width: 100%;
    margin-top: 30px;
    display: table;
}

.index-news-menu li {
    float: left;
    margin-right: 10px;
}

.index-news-menu li a {
    display: block;
    line-height: 26px;
    padding: 0 20px;
    border: 1px solid #666;
    font-size: 14px;
    color: #666;
    border-radius: 14px;
    transition: all ease .3s;
}

.index-news-menu li:hover a {
    color: #fff;
    background: #222;
    border-color: #222;
}

.index-news-menu li.on a {
    color: #fff;
    background: #222;
    border-color: #222;
}

.index-news .index-box {
    max-width: 1610px;
    overflow: hidden;
    padding: 0 5px;
}

.index-news-list {
    width: calc(700% + 70px);
    margin-top: 40px;
    display: inline-block;
    left: 0;
    position: relative;
    transition: all ease 1s;
}

.index-news-list .lbox {
    width: 100%;
    display: inline-block;
    float: left;

}

.index-news-list .lbox .box1 {
    width: 30%;
    margin-right: 0.625%;
    float: left;
    transition: all ease .3s;
}

.index-news-list .lbox .box1 a {
    display: inline-block;
    width: 22.8%;
}

.index-news-list .lbox .box1 .img {
    width: 100%;
    height: 280px;
}

.index-news-list .lbox .box1 .tbox {
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 0 30px;
}

.index-news-list .lbox .box1:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.index-news-list .lbox .box1 .tbox .time {
    color: #999;
    font-family: 'sheepsansbold';
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    border-bottom: 1px solid #dbdbdb;
    padding: 22px 0 16px;
    background: url(../images/icon20.png) right 54px no-repeat;
    transition: all ease .3s;
}

.index-news-list .lbox .box1 .tbox:hover .time {
    color: #222;
}

.index-news-list .lbox .box1 .tbox .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: initial;
    display: block;
}

.index-news-list .lbox .box1 .tbox .titles {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-list .lbox .box1 .tbox .txts {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-list .lbox .box2 {
    width: 30%;
    margin-right: 0.625%;
    float: left;
}

.index-news-list .lbox .box2 .tbox {
    width: 100%;
    height: 270px;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 10px;
    transition: all ease .3s;
}

.index-news-list .lbox .box2 .tbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.index-news-list .lbox .box2 .tbox a {
    display: inline-block;
    width: 100%;
}

.index-news-list .lbox .box2 .tbox .time {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'sheepsansbold';
    color: #999;
    padding: 22px 0 15px;
    background: url(../images/icon20.png) right 54px no-repeat;
    border-bottom: 1px solid #dbdbdb;
    transition: all ease .3s;
}

.index-news-list .lbox .box2 .tbox .time span {
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.index-news-list .lbox .box2 .tbox:hover .time {
    color: #222;
}

.index-news-list .lbox .box2 .tbox .titles {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-list .lbox .box2 .tbox .txts {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-list .lbox .box3 {
    width: 38.75%;
    float: left;
}

.index-news-list .lbox .box3 .tbox {
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 30px;
    background: #f4f4f4 url({:IMG}/icon20.png) 95% 60px no-repeat;
    transition: all ease .3s;
}

.index-news-list .lbox .box3 .tbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.index-news-list .lbox .box3 .tbox a {
    display: inline-block;
}

.index-news-list .lbox .box3 .tbox .time {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'sheepsansbold';
    color: #999;
    float: left;
    margin-right: 30px;
    transition: all ease .3s;
}

.index-news-list .lbox .box3 .tbox:hover .time {
    color: #222;
}

.index-news-list .lbox .box3 .tbox .time span {
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.index-news-list .lbox .box3 .tbox .titles {
    width: 410px;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 我的客户 */

.index_big_title {
    text-align: center;
    margin: 60px auto 40px auto;
}

.index_title_en {
    color: #cbcbcb;
    font-size: 16px;
    margin-bottom: 17px;
}

.index_title_cn {
    color: #ab1e2a;
    font-size: 26px;
    position: relative;
    height: 26px;
    line-height: 1;
    display: inline-block;
}

.index_title_cn:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    left: -60px;
    top: 13px;
    border-bottom: 1px solid #cccccc;
}

.index_title_cn:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    right: -60px;
    top: 13px;
    border-bottom: 1px solid #cccccc;
}

.bold_title_en {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.bold_title_cn {
    color: #3e3e3e;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}

.friend_list {
    padding: 0;
    width: 100%;
    margin: 0px 25%;
}

.friend_line1 {
    position: relative;
    right: -1em;
    bottom: 1px;
    top: 8px;
}

.friend_line2 {
    position: relative;
    right: -90px;
    bottom: 1px;
    top: -28px;
}

.friend_line3 {
    position: relative;
    right: -9px;
    bottom: 1px;
    top: -63px;
}

.friend_line4 {
    position: relative;
    right: -90px;
    bottom: 1px;
    top: -98px;
}

.diamond {
    line-height: 0;
    width: 110px;
    height: 110px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    vertical-align: middle;
    margin: 6px 25px 6px 25px;
    text-align: center;
}

.diamond img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: 0px;
    top: 14px;
    width: 74px;
    height: 74px;
}

.layout_botton_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 9999;
    color: #fff;
    height: 50px;
    width: 100%;
    padding-top: 13px;
    line-height: 25px;
    background: rgba(0, 0, 0, .25);
}

.layout_botton_nav .layout_botton_nav_a {
    color: #fff;
    float: left;

    margin: 0 20%;
}

.layout_botton_nav .layout_botton_nav_a a {
    color: #fff;
    margin: 0 25px;
}


.breadcrumbs {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 50px;
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 2px;
    margin: 0 20px;
    padding-left: 25px;
    background: url({:IMG}/icon23.png) left center no-repeat;
}

.breadcrumbs a {
    color: #7e7e7e;
}

.breadcrumbs span {
    color: #f0f0f0;
}

.breadcrumbs:hover a {
    color: #fff;
}

.layout_botton_nav .layout_botton_nav_a .active {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    padding: 0 20px;
}




.squared-list {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 40px 0 10px;
}

.squared-list .squared_list_item {

    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    height: 350px;
    width: 22.8%;
    background-color: #fff;
    float: left;
    overflow: hidden;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 20px;
}
.squared-list .squared_list_item:nth-child(4n) {
    margin-right: 0;
}

.squared-list .squared_list_item:nth-child(4n+1) {
    clear: both;
}

.squared-list .squared_list_item:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.squared-list .squared_list_item img {
    width: 100%;
    height: 53%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s linear;
}
.squared-list .squared_list_item:hover  img {
    transform: scale(1.05);
}

.squared-list .squared_list_item .tbox {
    width: 100%;
    box-sizing: border-box;

    border-top: none;
    padding: 20px 20px 16px;
    background: #fff;
    position: relative;
    line-height: 36px;
}
.squared-list .squared_list_item .tbox .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.swiper-wrapper{

    width: 100%;
    height: 0!important;
    padding-bottom: 100px;
}
