/*
 * @Author: Ryan 
 * @Date: 2018-07-24 12:44:55 
 * @Last Modified by: Ryan
 * @Last Modified time: 2021-11-29 15:27:15
 */

body,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
th,
td,
p,
input,
dl,
dt,
dd,
ul,
ol,
li,
input,
textarea {
    font-family: "微软雅黑" !important;
}

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    text-decoration: none;
    /* color: #C81623; */
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}


/* define bootstrap 5 columns */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}


/* 导航 */

header.container-fluid {
    width: 100%;
    padding: 0;
}

header .navbar-header {
    margin: 0 0 0 40px !important;
}


/* 顶部导航栏背景 */

header {
    /* background-image: url(../images/bg-header.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

header .nav-pc {
    /* padding: 20px 15px; */
    /* position: relative; */
}

.nav-pills>li+li {
    margin-left: auto;
}

.nav li>a {
    color: #000000;
    font-size: 15px;
    padding: 31px 25px;
}


/* .nav li>a:hover {
    background-color: transparent;
    color: #eeeeee;
} */

.nav li>a:focus {
    /* color: #ffffff; */
    background-color: transparent;
}

.nav .open>a {
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.nav>li>ul {
    list-style: none;
    /* position: absolute; */
    /* left: 0; */
    /* padding: 20px 0; */
}

.second-level {
    display: none;
}

.nav>li>ul li {
    /* float: left;
    display: block;
    position: static; */
}

.nav>li {
    /* position: static; */
}

.nav>li>ul>li>a {
    padding: 15px 12px;
    color: #000000;
}

.navbar-nav>li>.dropdown-menu {
    /* top: 82px;
    width: 100%;
    padding: 0; */
    left: 0;
    background-color: #ffffff;
    min-width: auto;
}

.nav>li>ul>li>a:hover {
    text-decoration: #398df8;
    background: #ffffff !important;
    color: #398df8 !important;
}

.nav-pc>ul>li:hover>ul {
    display: block;
}

.nav-box {
    width: 100%;
    background: #ffffff;
}

.nav-box .container-head {
    width: 100%;
    margin: auto;
}

header .logo {
    /* width: 161px; */
    height: 36px;
    box-sizing: content-box;
    padding: 9px 0 0;
}

header .gs-name {
    color: #ffffff;
    /* color: #de4c25; */
    font-size: 22px;
    font-weight: bold;
}

header .gs-name-other {
    font-size: 22px;
    color: #072e71;
    /* color: #de4c25; */
    font-weight: bold;
}

.pc-wrapper .jumbotron {
    background-color: transparent;
    padding: 0 !important;
    height: 702px;
}

.pc-wrapper {
    margin-top: 40px;
}

.pc-wrapper .banner-btn {
    margin-top: 65px;
}

.pc-wrapper .wrapper-text {
    /* padding-top: 50px; */
    margin-top: 166px;
}

.pc-wrapper .wrapper-text h1 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px
}

.pc-wrapper .wrapper-text p {
    color: #ffffff;
    font-size: 15px;
}

.pc-wrapper .wrapper-text a {
    border-radius: 0;
    color: #333333;
    background-color: #ffffff;
    padding: 19px 64px;
    border-color: #ffffff;
}


/* soulution_头 */

.pc-solution {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1199px) {
    .pc-solution .pc-solution-module .pc-module-item {
        padding: 15px;
        min-height: 230px;
        /* min-height: 510px; */
    }
}

.pc-solution .pc-solution-module .pc-module-item>div>img {
    /* width: 100%; */
    margin-bottom: 10px;
}

.pc-solution .pc-solution-module .pc-module-item>div>p {
    font-size: 18px;
}


/* soulution_底 */


/* 产品中心 */

.productCenter>div {
    width: 65%;
    margin: auto;
}

.productCenter .pc-solution-title h1 {
    /* margin-top: 137px; */
    margin-top: 50;
    margin-bottom: 23px;
}

.productCenter .pc-solution-title p {
    color: #cccccc;
    letter-spacing: 12px;
    margin-bottom: 50px;
}

.productCenter .pc-solution-module .pc-module-item {
    padding: 10px;
    min-height: 330px;
}

.productCenter .pc-solution-module .pc-module-item>div {
    /* padding: 10px; */
}

.productCenter .pc-solution-module .pc-module-item>div:hover {
    cursor: pointer;
}

.productCenter .pc-solution-module .pc-module-item>div>img {
    width: 100%;
    margin-bottom: 15px;
}

.productCenter .pc-solution-module .pc-module-item>div>p {
    font-size: 18px;
}


/* 产品中心_底 */


/* 解决方案 */

.pc-solution>div {
    /* width: 60%; */
    margin: auto;
}

.pc-solution .pc-solution-title h1 {
    margin-top: 40px;
    margin-bottom: 22px;
}

.pc-solution .pc-solution-title p {
    color: #cccccc;
    letter-spacing: 12px;
    margin-bottom: 79px;
}

.pc-solution-module .module-item {
    padding: 15px;
    min-height: 230px;
    min-height: 320px;
}

.pc-solution-module .module-item>div {
    padding: 30px;
}

.pc-solution-module .module-item>div:hover {
    box-shadow: 6px 10px 45px 5px rgba(85, 130, 246, 0.33);
}

.pc-solution-module .module-item i {
    width: 74px;
    height: 74px;
    display: inline-block;
    background-size: cover;
    margin-bottom: 40px;
}

.pc-solution-module .module-item p {
    margin-bottom: 22px;
    font-size: 18px;
}

.pc-solution-module .module-item p:last-child {
    color: #999999;
    text-align: left;
    font-size: 14px;
}

.pc-solution-module .medical-care i {
    background-image: url(../images/icon/medical-care.png);
}

.pc-solution-module .tourism i {
    background-image: url(../images/icon/tourism.png);
}

.pc-solution-module .finance i {
    background-image: url(../images/icon/finance.png);
}

.pc-solution-module .politics i {
    background-image: url(../images/icon/politics.png);
}

.pc-solution-module .security i {
    background-image: url(../images/icon/security.png);
}

.pc-solution-module .city i {
    background-image: url(../images/icon/city.png)
}


/* 解决方案——底部 */

.pc-advantage {
    /* min-height: 660px; */
    background-image: url(../images/advantage.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.pc-advantage .row {
    padding: 60px 0;
}

.pc-advantage .jumbotron {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    font-weight: normal;
    margin-top: 140px;
}

.pc-advantage .jumbotron h1 {
    font-size: 30px;
    margin-bottom: 31px;
}

.pc-advantage .jumbotron p {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: normal;
    margin-bottom: 43px;
}

.pc-advantage .jumbotron a {
    padding: 19px 64px;
    letter-spacing: 0;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
}

.pc-advantage .col-md-7 {
    min-width: 509px;
    min-height: 509px;
    background-image: url(../images/pc-advantage-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.pc-advantage .col-md-7 .popup {
    display: none;
    /* box-shadow: 6px 10px 45px 5px rgba(85, 130, 246, 0.33); */
    width: 268px;
    height: 300px;
    position: absolute;
    right: -95px;
    bottom: 90px;
    margin: auto;
    background-image: url(../images/popup.png);
    background-size: contain;
    padding: 18px;
}

.pc-advantage .col-md-7 .popup h1 {
    font-family: MicrosoftYaHei;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
}

.pc-advantage .col-md-7 .popup p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.pc-advantage .col-md-7 .item-1 {
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 90px;
}

.pc-advantage .col-md-7 span:hover .popup {
    display: block;
}

.pc-advantage .col-md-7 .item-1 i {
    margin: 16px;
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../images/icon/icon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-advantage .col-md-7 .item-2 {
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    right: 250px;
}

.pc-advantage .col-md-7 .item-2 i {
    margin: 16px;
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../images/icon/icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-advantage .col-md-7 .item-3 {
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 220px;
    left: 200px;
}

.pc-advantage .col-md-7 .item-3 .popup {
    right: -85px;
    bottom: 110px;
}

.pc-advantage .col-md-7 .item-3 i {
    margin: 20px;
    display: block;
    width: 58px;
    height: 58px;
    background-image: url(../images/icon/icon-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-advantage .col-md-7 .item-4 {
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 150px;
}

.pc-advantage .col-md-7 .item-4 i {
    margin: 20px;
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../images/icon/icon-4.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-advantage .col-md-7 .item-5 {
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 350px;
}

.pc-advantage .col-md-7 .item-5 i {
    margin: 14px;
    display: block;
    width: 42px;
    height: 42px;
    background-image: url(../images/icon/icon-5.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-advantage .visible-xs-block>h1 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.pc-advantage .visible-xs-block .col-xs-5 {
    padding-left: 0;
}

.pc-advantage .visible-xs-block .col-xs-7 {
    padding: 0;
}

.pc-advantage .visible-xs-block .col-xs-7 h1 {
    font-size: 22px;
    color: #333333;
    margin-top: 0px;
    font-size: 15px;
}

.case {
    padding: 0 0;
}

.case-btn-more a {
    background-color: #4091f8;
    box-shadow: 1px 2px 8px 0px rgba(51, 51, 51, 0.24);
    padding: 19px 64px;
    font-size: 18px;
    color: #ffffff;
}

.case h1 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 67px;
}

.case .swiper-slide {
    width: 380px;
    /* height: 440px; */
    height: auto;
}

.case .swiper-slide img {
    width: 100%;
    height: 100%;
}

.case-mobile-title {
    /* padding: 17px 28px;
    background-color: #4092f8;
    color: #fff; */
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    background-image: linear-gradient(transparent, #4092f8);
    padding: 10px;
    margin: 0px;
    color: #fff;
}

.case .case-text p:nth-child(1) {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    opacity: 1;
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: 78px;
}

.case .case-text p:nth-child(2) {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff
}

.case .swiper-slide:hover .case-text {
    display: block;
}

.case-box {
    position: relative;
}

.case-box .case-text {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4092f8;
    opacity: 0.9;
    display: none; */
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    background-image: linear-gradient(transparent, #4092f8);
    padding: 10px;
    margin: 0px;
    color: #fff;
    padding: 0px;
}

.caseHover {
    height: 0%;
    width: 100%;
    position: absolute;
    background-color: #4092f8;
    /* 谁做过渡给谁加 */
    transition: all 0.7s;
}

.titleTextHover {
    height: 0%;
    width: 100%;
    position: absolute;
    background-color: #4092f8;
    /* 谁做过渡给谁加 */
    transition: all 0.7s;
}

.case-box:hover .titleTextHover {
    height: 100%;
}

.case-box:hover .caseHover {
    height: 100%;
}

.case-box .case-text h2 {
    color: #ffffff;
    /* font-family: MicrosoftYaHei;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 30px; */
}

.case-box:hover {
    box-shadow: 1px 2px 26px 2px rgba(86, 141, 246, 0.61);
}

.case-box:hover .case-text {
    display: block;
}

footer.container-fluid {
    min-height: 460px;
    background-image: url(../images/bg-footer-other.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.contact {
    padding-bottom: 60px;
    border-bottom: 1px solid #ffffff;
}

.contact .contact-text h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0 15px;
}

.contact .contact-text .contact-phone {
    color: #ffffff;
}

.contact .contact-qrcode h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    margin-bottom: 40px;
    /* padding: 0 15px; */
}


/*底部footer*/

footer p {
    white-space: nowrap;
}

.copyright p {
    white-space: normal;
}

footer .copyright {
    color: #ffffff;
    padding: 27px 0;
}

.navbar-toggle {
    margin-top: 17px;
    margin-right: 0;
    border: 1px solid #ffffff;
    background: #398df8;
}

.pc-advantage .hidden-sm>h1 {
    font-size: 22px;
    color: #ffffff
}

.pc-advantage .hidden-sm>.row>.col-xs-7>h1 {
    font-size: 13px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
}

.pc-advantage .hidden-sm>.row>.col-xs-7>p {
    color: #999999;
    margin: 0;
    text-align: left;
}

.dropdown-menu {
    background-color: transparent;
}

#company header {
    background-image: url(../images/bg-other.png)
}

#video header {
    background-image: url(../images/bg-other.png)
}

p.line {
    width: 100px;
    height: 6px;
    background-color: #ff9c52;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon/next.png);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon/prev.png)
}

.index_case {
    padding: 40px 0;
}

.index_case>div {
    margin-bottom: 77px;
    position: relative
}

.nav li>a {
    color: #000000;
    font-size: 15px;
    padding: 31px 25px;
}

.nav-pills li>a {
    border-radius: 0px;
}

.nav li>a {
    display: block;
}

.nav-pc .dropdown .dropdown-menu a:hover {
    color: #ffffff;
    background-color: #398df8
}

#home .case-swiper {
    width: 90%;
}

.nav li>a:hover {
    color: #4092f8;
}