@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .index_bd .container {
        max-width: 900px;
    }

    .footer .container {
        max-width: 1190px;
    }
}

.navbar {
    background-color: rgba(255, 255, 255, .95);
}

.active a {
    color: #0097e1 !important;
}

.nav-item {
    padding: 0 15px;
    position: relative;
}

.nav-item ul {
    display: none;
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, .95);
    padding: 0 10px;
    width: max-content;
}

.nav-item:hover ul {
    display: block;
}

.nav-item ul li {
    padding: 5px 0;
}

.nav-item ul li a {
    font-size: 18px;
}

.nav-item ul li a:hover {
    border-bottom: 1px solid #0097e1;
}

.nav-link {
    position: relative;
}

.nav-item .nav-link:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #0097e1;
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.active .nav-link:before,
.nav-item:hover .nav-link:before {
    width: 100%;
    left: 0;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border: 2px solid #0097e1;
}

.index_business .business_hd {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.index_business .business_hd:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #0097e1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_business .business_hd:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #0097e1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_business .business_title {
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
}

.title_ico {
    display: inline-block;
    width: 71px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/index/title_ico.png);
    vertical-align: middle;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.business_desc {
    font-size: 21px;
    line-height: 1.3333em;
    color: #7C7C7C;
}

.learn_more {
    padding-top: 50px;
}

.learn_more .sys_btn {
    display: inline-block;
    font-size: 18px;
    border-radius: .5em;
    color: #fff !important;
    background-color: #0097e1;
    background-image: linear-gradient(to right, #194098, #71cbf3 50%, #0097e1);
    border: 0;
    padding: .35em 2.2em;
    line-height: 1.1em;
    background-position: left center;
    background-size: 200% 100%;
}

.sys_btn .btn_arrow {
    padding-left: 8px;
}

.index_product {
    background-color: #f9f9f9;
}

.hd_title {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}

.company_subscribe {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.company_subscribe,
.company_subscribe a {
    color: #fff;
}

.company_subscribe .index_bd {
    padding: 90px 0;
    background-color: rgba(0, 0, 0, .3);
}

.index_company_intr .company_intr_hd {
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

.index_company_intr .company_intr_title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_company_intr .company_intr_hd:after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background-color: #0097e1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_company_intr .company_intr_desc {
    font-size: 21px;
    line-height: 1.3333em;
    color: #7C7C7C;
}

.index_news {
    background-color: #f9f9f9;
}

.index_news .news_time {
    display: block;
    font-size: 18px;
    color: #909090;
    margin-bottom: 10px;
}

.index_news .news_title {
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
}

.index_news .news_title a {
    display: inline-block;
    position: relative;
    color: #424261;
    transition: all 0.3s ease-in-out;
}

.index_news .news_title a {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #0097e1;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.index_news .news_title a:hover {
    color: #b651b1;
}

.index_news .news_title a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.index_news .news_desc {
    display: block;
    max-height: 3em;
    line-height: 1.5em;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news .cell_bd {
    padding: 15px 40px 15px 85px;
    border: 1px solid #0097e1;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.footer {
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
}

.copyright {
    background-color: #f9f9f9;
    padding: 8px 0;
    text-align: center;
    font-size: 15px;
    color: #a6a6a6;
}

.footer .foot_nav {
    margin-bottom: 35px;
    text-align: center;
}

.footer .foot_nav ul {
    display: inline-block;
    border-bottom: 1px solid #0097e1;
    padding: 8px 0;
}

.footer .foot_nav ul li {
    display: inline;
    padding: 0 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.footer .foot_nav ul li a {
    position: relative;
}

.footer .foot_nav ul li a:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #0097e1;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .foot_nav ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.gotop {
    display: inline-block;
    width: 116px;
    background-color: #f9f9f9;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto -25px;
    bottom: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.gotop:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px solid #0097e1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0;
    border-bottom-width: 14px;
    margin: 0 auto;
}

.gotop:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    margin: 6px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/index/title_ico.png);
    -webkit-background-size: contain;
    background-size: contain;
}

.gotop em {
    display: none;
}

.gotop:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    /* transform: translateY(-10px); */
    box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}

.foot_contact_list .contact_ico {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/index/contact_ico.png);
    position: absolute;
    margin-top: 6px;
}

.foot_contact_list .contact_ico_local {
    background-position: 0 -120px;
}

.foot_contact_list .contact_ico_phone {
    background-position: 0 0;
}

.foot_contact_list .contact_ico_email {
    background-position: 0 -60px;
}

.foot_contact_list .contact_txt {
    display: block;
    margin-left: 45px;
}

.foot_contact_list:hover .contact_ico {
    -webkit-animation: swing .8s ease;
    -o-animation: swing .8s ease;
    animation: swing .8s ease;
}

.head_title {
    text-align: center;
}

.head_title h1 {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    text-shadow: -2px 0 0 rgba(0, 0, 0, .3);
    border-bottom: 2px solid #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}

.banner .learn_more {
    position: absolute;
    z-index: 999;
    top: 70%;
    left: 45%;
    right: 45%;
}

.business_title:hover .title_ico,
.company_intr_title:hover .title_ico,
.index_hd:hover .title_ico {
    transform: rotate(360deg);
    -webkit-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.page_list {
    background-color: #f9f9f9;
    padding: 45px 0;
}

.product_item>div {
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    padding: 1px;
    transition: all .3s ease-in-out;
    flex-grow: 1;
}

.product_item .item_title {
    padding: 15px 10px;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product_item>div:hover {
    border-color: #0097e1;
    box-shadow: 6px 6px 0 #0096e131;
}

.product_item>div:hover .item_title a {
    color: #0097e1;
    text-decoration: underline;
}

.jumbotron {
    height: 300px;
    line-height: 300px;
    padding: 0;
    margin: 0;
}

.subnav>div {
    background-image: linear-gradient(to right, #194098, #0097e1);
    padding: 15px 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.subnav>ul {
    background-color: #fff;
    border: 1px solid #a0a0a0;
    padding: 0 10px;
    font-size: 16px;
}

.subnav>ul>li>a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #0056b3;
}

.subnav>ul>li>label>a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #0056b3;
}

.pro_xl {
    float: right;
    margin-top: -22px;
}


.subnav>ul a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /* width: 100%; */
}

.wcu {
    background: #d8eeff;
    height: 100%;
}

.wcu hr {
    width: 30px;
    border-top: 5px solid #194098;
    margin-left: 0;
}

.wcu h2 {
    color: #7396D7;
    font-size: 20px;
}

.faq1 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #fff;
    font-size: 150px;
    text-shadow: 0px 5px 0 rgba(0, 0, 0, .3);
}

.faq2 {
    position: absolute;
    top: 30%;
    left: 40%;
    color: #fff;
    font-size: 150px;
    text-shadow: 0px 5px 0 rgba(0, 0, 0, .3);
}

.faq3 {
    position: absolute;
    top: 5%;
    left: 10%;
    color: #fff;
    font-size: 150px;
    text-shadow: 0px 5px 0 rgba(0, 0, 0, .3);
}