@media screen and (max-width: 768px) {
    .mnone {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .pcnone {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .pcnone {
        display: block;
    }
}

.base-h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.base-h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #1664b6;
    margin: 20px auto 0;
    transition: all 0.3s;
}

.base-h2:hover::after {
    width: 2.4rem;
}

@media (max-width: 480px) {
    .base-h2 {
        font-size: 36px;
    }
}

/*cop*/

.cop {
    padding: 25px 0;
    border-top: solid #dbdde0 0px;
    margin-bottom: 30px
}

.cop .lt {
    margin-left: -20px;
}

.cop .lt .list {
    margin-top: 30px;
}

.cop .lt .list li {
    padding-left: 10px;
    float: left;
    width: 12.4%;
    text-align: center;
}

.cop .lt .list li .pic {
    padding: 10px 15px;
    border: solid #dfdfdf 1px;
    text-align: center;
}

.cop .lt .list li .pic img {
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    height: 60px;
    width: 120px;
}

@media (max-width: 800px) {
    .cop .lt .list li {
        margin-bottom: 20px;
        width: 33.33%;
    }
    .cop .lt .list li:nth-child(7) {
        margin-bottom: 0;
    }
}

@media (max-width: 667px) {
    .cop {
        padding: 25px 0;
        border-top: solid #dbdde0 0px;
        margin-bottom: 0px
    }
    .cop .lt .list li {
        margin-bottom: 20px;
        width: 50%;
    }
    .cop .lt .list li .pic img {
        margin: 0 auto;
        vertical-align: middle;
        overflow: hidden;
        height: 60px;
        width: 120px;
    }
}

.brand {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
    max-width: 1280px;
    padding-top: 0.3rem;
    text-align: center;
    padding-bottom: 1.5rem;
}

/* ========== */

.s_menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 998;
}

.ss_menu {
    width: 116%;
}

.ss_menu .ss p {
    font-size: 1.5rem;
    color: #262626;
    letter-spacing: 0.27;
    margin: 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    text-align: center;
}

.ss_menu .ss p:hover {
    color: #27bbf9;
}

.sp_menu {
    position: fixed;
    top: 100px;
    z-index: 998;
    display: none;
    overflow: hidden;
    background: #fff;
}

/* =====头部 S===== */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

header .cont {
    transition: all 1s;
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.1);
}

header .cont .logo {
    float: left;
    width: 13.04688%;
    height: 90px;
    position: relative;
}

header .cont .logo a {
    display: block;
    position: absolute;
    top: 0;
}

header .cont .logo a img {
    width: 100%;
}

header .cont nav- {
    float: left;
    width: 44.53125%;
    margin-left: 4.53125%;
}

header .cont nav {
    float: left;
    width: 65.53125%;
    margin-left: 2.53125%;
}

header .cont nav>ul>li {
    float: left;
    margin-right: 4.5%;
}

header .cont nav>ul>li>h2 {
    position: relative;
}

header .cont nav>ul>li>h2:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../image/icon_down.png) 0 0/cover no-repeat;
    vertical-align: middle;
    position: relative;
    top: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-left: 10px;
}

header .cont nav>ul>li>h2 a {
    display: inline-block;
    line-height: 90px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    font-weight: normal;
    vertical-align: middle;
}

header .cont nav>ul>li>h2 a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #28C1FF;
}

header .cont nav>ul>li>ul {
    display: none;
}

header .cont nav>ul>li.active>h2:after {
    background-image: url(../image/icon_down2.png);
}

header .cont nav>ul>li.active>h2 a {
    color: #28C1FF;
}

header .cont nav>ul>li.active>h2 a:before {
    width: 100%;
    left: 0;
}

header .cont .search {
    float: left;
    width: 17.96875%;
    margin-top: 25px;
    position: relative;
}

header .cont .search- {
    float: left;
    width: 17.96875%;
    margin-top: 25px;
    position: relative;
}

header .cont .search .search-box {
    height: 40px;
    background-color: #fff;
}

header .cont .search .search-icon {
    float: right;
    height: 40px;
    padding: 12px 10px 0 10px;
    cursor: pointer;
    transition: all .5s;
}

header .cont .search .search-icon i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png) no-repeat 0 0/cover;
}

header .cont .search .search-icon:hover {
    transform: scale(1.05);
}

header .cont .search input[type="text"] {
    float: left;
    outline: none;
    border: none;
    font-size: 16px;
    height: 40px;
    padding-left: 10px;
}

header .cont .right {
    float: right;
}

header .cont .right .lang {
    float: left;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

header .cont .right .lang i.icon-language {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/phone_icon.png) 0 0/cover no-repeat;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

header .cont .right .lang i.icon-language- {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/icon_language.png) 0 0/cover no-repeat;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

header .cont .right .lang h2 {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px 0px 10px;
    line-height: 90px;
}

header .cont .right .lang i.icon-jian {
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url(../image/icon_sanjiao.png) 0 0/cover no-repeat;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

header .cont .right .lang .lang-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #666;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

header .cont .right .lang .lang-search ul li a {
    display: block;
    text-align: center;
    line-height: 3rem;
    font-size: 14px;
    color: #fff;
}

header .cont .right .lang .lang-search ul li:hover {
    background: #28C1FF;
}

header .cont .right .lang:hover .lang-search {
    height: 6rem;
}

header .cont .right .tmallJD {
    float: left;
}

header .cont .right .tmallJD a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    float: left;
    margin: 29px 0 0 36px;
}

header .cont .right .tmallJD a:hover {
    animation-name: headShake;
    animation-duration: 1s;
}

header .cont .right .mobile-btn {
    display: none;
}

header .header-list {
    position: relative;
    z-index: 2;
}

header .header-list .big {
    display: none;
}

header .header-list .box {
    position: relative;
    overflow-y: auto;
}

header .header-list .box li {
    float: left;
}

header .header-list .box li dl {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 16PX;
}

header .header-list .box li dl dt {
    display: block;
    vertical-align: middle;
    margin-bottom: 4px;
}

header .header-list .box li dl dt a {
    color: #1B2126;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

header .header-list .box li dl dt a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack.png) 0 0/cover no-repeat;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: all .5s;
}

header .header-list .box li dl dt a:hover {
    color: #28C1FF;
}

header .header-list .box li dl dt a:hover:after {
    margin-left: 8px;
    background-image: url(../image/icon_goblack2.png);
}

header .header-list .box li dl dd .mn {
    padding: 3px 0;
}

header .header-list .box li dl dd a {
    color: #666;
    font-size: 14px;
    position: relative;
    line-height: 18px;
}

header .header-list .box li dl dd a:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack2.png) no-repeat;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

header .header-list .box li dl dd a:hover {
    color: #28C1FF;
}

header .header-list .box li dl dd a:hover:after {
    left: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

header .header-list .zl-scrollBarBox {
    background-color: #fff;
}

header .header-list .zl-scrollBar {
    background-color: #28C1FF;
}

header .header-list .box1 {
    height: 800px;
}

header .header-list .box1 .f-left {
    float: left;
    width: 75%;
}

header .header-list .box1 ul {
    overflow: hidden;
    height: 520px;
}

header .header-list .box1 ul li {
    height: 310px;
    width: 33.33333%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background: white;
}

header .header-list .box1 ul li dl {
    padding-top: 50px;
}

header .header-list .box1 ul li:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.9);
}

header .header-list .box1 ul li:nth-child(2n):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    background-image: url(Http://www.znfo.cn/template/pc/web/image/banner01.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

header .header-list .box1 ul li:nth-child(4) {
    height: 440px;
}

header .header-list .box1 ul li:nth-child(4) dl {
    padding-top: 25px;
}

header .header-list .box1 ul li:nth-child(5) {
    height: 440px;
}

header .header-list .box1 ul li:nth-child(5) dl {
    padding-top: 25px;
}

header .header-list .box1 ul li:nth-child(6) {
    height: 440px;
}

header .header-list .box1 ul li:nth-child(6) dl {
    padding-top: 25px;
}

header .header-list .box1 .f-right {
    position: absolute;
    width: 25.03%;
    top: 0;
    right: 0;
}

header .header-list .box1 .f-right li {
    /* height: 780px; */
    width: 100%;
    background-color: #fff;
}

header .header-list .box1 .f-right li:first-child {
    background-color: rgba(255, 255, 255, 0.9);
}

header .header-list .box1 .f-right li:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    background-image: url(Http://www.znfo.cn/template/pc/web/image/banner01.jpg);
    background-position: right center;
    background-size: cover;
    background-attachment: fixed;
}

header .header-list .box1 .f-right li:last-child {
    background-color: #fff;
}

header .header-list .box1 .f-right li:last-child:before {
    display: none;
}

header .header-list .box1 ul li:last-child {
    height: 440px;
}

header .header-list .box1 ul li:last-child dl {
    padding-top: 25px;
}

header .header-list .box2 {
    height: 640px;
}

header .header-list .box2 .f-left {
    float: left;
    width: 21.875%;
    height: 620px;
    background: #1B2126;
    position: relative;
}

header .header-list .box2 .f-left dl {
    margin-top: 80px;
}

header .header-list .box2 .f-left dl dd h2 {
    border-bottom: 1px solid #303538;
    padding: 15px 8%;
    position: relative;
}

header .header-list .box2 .f-left dl dd a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

header .header-list .box2 .f-left dl dd h2:after {
    content: '';
    display: none;
    width: 100%;
    bottom: 0;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 0;
}

header .header-list .box2 .f-left dl dd.on h2 {
    background-color: #047CEB;
}

header .header-list .box2 .f-left dl dd.on h2:after {
    display: block;
}

header .header-list .box2 .f-left .bottom-tip {
    position: absolute;
    bottom: 50px;
    padding: 0 8%;
    width: 100%;
    left: 0;
}

header .header-list .box2 .f-left .bottom-tip.tip2 {
    bottom: 80px;
}

header .header-list .box2 .f-left .bottom-tip a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    transition: .4s;
}

header .header-list .box2 .f-left .bottom-tip a:hover {
    color: #28C1FF;
    transition: .4s;
}

header .header-list .box2 .f-right {
    float: right;
    width: 78.125%;
    min-height: 620px;
    background: url(../image/nav_box_bg.png) no-repeat;
    background-size: 100% 100%;
}

header .header-list .box2 .f-right .menu3 {
    display: none;
}

header .header-list .box2 .f-right ul li {
    height: 310px;
    width: 25%;
    position: relative;
    overflow: hidden;
}

/* header .header-list .box2 .f-right ul li:nth-child(2n) { background-color: #f6f6f6; } */

header .header-list .box2 .f-right ul li:nth-child(2n):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    background-image: url(Http://www.znfo.cn/template/pc/web/image/banner01.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

header .header-list .box2 .f-right ul:nth-child(2) li {
    height: 310px;
}

/* header .header-list .box2 .f-right ul:nth-child(2) li:nth-child(2n+1) { background-color: #f6f6f6; } */

header .header-list .box2 .f-right ul:nth-child(2) li:nth-child(2n+1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    background-image: url(Http://www.znfo.cn/template/pc/web/image/banner01.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

header .header-list .box3 {
    height: 265px;
}

header .header-list .box3 ul li {
    height: 240px;
    width: 25%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

header .header-list .box3 ul li:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.9);
}

header .header-list .box3 ul li:nth-child(2n):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    background-image: url(Http://www.znfo.cn/template/pc/web/image/banner01.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

header .header-list .box3 ul li dl {
    padding-top: 50px;
}

header .header-search {
    display: none;
}

header.active .cont {
    background: #1f2d74;
}

@media screen and (max-width: 1440px) {
    header .cont .logo {
        height: 79px;
    }
    header .cont nav {
        margin-left: 3%;
    }
    header .cont nav>ul>li>h2 a {
        font-size: 16px;
        line-height: 79px;
    }
    header .cont nav>ul>li>h2 a:before {
        height: 4px;
    }
    header .cont .right .lang h2 {
        line-height: 79px;
        font-size: 14px;
    }
    header .cont .search {
        margin-top: 15px;
    }
    header .cont .search input[type="text"] {
        width: calc(100% - 40px);
        font-size: 14px;
    }
    header .cont .right .tmallJD a {
        margin: 20px 0 0 26px;
        width: 28px;
        height: 28px;
    }
    header .cont .right .tmallJD a img {
        width: 100%;
    }
    header .header-list .box li dl {
        padding: 25px 15px 0 20px;
    }
    header .header-list .box li dl dd .mn {
        padding: 5px 0;
    }
    header .header-list .box li dl dd a {
        font-size: 14px;
    }
    header .header-list .box2 .f-left dl dd a {
        padding: 10px 5%;
        font-size: 16px;
    }
    header .header-list .box2 .f-left .bottom-tip a {
        font-size: 14px;
    }
    header .header-list .box1 ul li dl {
        padding-top: 30px;
    }
    header .header-list .box1 ul li {
        height: 290px;
    }
    header .header-list .box1 .f-right li {
        height: 290px;
    }
    header .header-list .box1 ul {
        height: 690px;
    }
    header .header-list .box1 ul li:nth-child(4) {
        height: 400px;
    }
    header .header-list .box1 ul li:nth-child(5) {
        height: 400px;
    }
    header .header-list .box1 ul li:nth-child(6) {
        height: 400px;
    }
    header .header-list .box2 .f-left dl {
        margin-top: 60px;
    }
    header .header-list .box2 .f-left dl dd a {
        padding: 5px 5%;
    }
    header .header-list .box2 .f-left {
        height: 544px;
    }
    header .header-list .box2 .f-right {
        min-height: 544px;
    }
    header .header-list .box2 .f-right ul li {
        height: 272px;
    }
    header .header-list .box2 .f-right ul:nth-child(2) li {
        height: 272px;
    }
    header .header-list .box2 .f-left dl dd h2 {
        padding: 8px 8%;
    }
    header .header-list .box li dl {
        padding: 12px 18px 0 15px;
    }
    header .header-list .box li dl dt a {
        font-size: 14px;
    }
    header .header-list .box li dl dd .mn {
        padding: 2px 0;
    }
    header .header-list .box li dl dd a {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1200px) {
    header .cont .logo {
        width: 123px;
        height: 68px;
    }
    header .cont nav {
        margin-left: 2%;
        width: 44%;
    }
    header .cont nav>ul>li {
        margin-right: 4%;
    }
    header .cont nav>ul>li>h2 a {
        line-height: 68px;
    }
    header .cont nav>ul>li>h2 a:before {
        height: 2px;
    }
    header .cont nav>ul>li>h2:after {
        margin-left: 5px;
    }
    header .cont .right .lang h2 {
        line-height: 68px;
    }
    header .cont .search {
        margin-top: 18px;
    }
    header .cont .search .search-box {
        height: 30px;
    }
    header .cont .search .search-icon {
        padding-top: 5px;
        height: 30px;
    }
    header .cont .search .search-icon i {
        width: 12px;
        height: 12px;
    }
    header .cont .search input[type="text"] {
        width: calc(100% - 40px);
        height: 30px;
    }
    header .cont .right .tmallJD a {
        margin: 24px 0 0 15px;
        width: 22px;
        height: 22px;
    }
    header .cont .right .tmallJD a img {
        width: 100%;
    }
    header .header-list .box1 ul li dl {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1024px) {
    header .cont {
        background: #1f2d74;
    }
    header .cont .logo {
        width: 120px;
    }
    header .cont .right .lang i.icon-language {
        display: none;
    }
    header .cont .right .lang i.icon-jian {
        display: none;
    }
    header .cont .right .lang .lang-search {
        width: 100px;
    }
    header .cont nav>ul>li>h2:after {
        display: none;
    }
    header .cont nav {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        padding: 0 20px;
        margin-left: 0;
        height: calc(100% - 70px);
    }
    header .cont nav>ul {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    header .cont nav>ul::-webkit-scrollbar {
        display: none;
    }
    header .cont nav>ul>li {
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
    }
    header .cont nav>ul>li>h2 {
        position: relative;
    }
    header .cont nav>ul>li>h2 a {
        display: block;
        width: 50%;
        line-height: 60px;
        font-weight: bold;
        font-size: 14px;
        color: #666;
    }
    header .cont nav>ul>li>h2 a:before {
        display: none;
    }
    header .cont nav>ul>li>h2:before {
        content: '';
        display: block;
        width: 11px;
        height: 7px;
        background: url(../image/icon_down3.png) 0 0/cover no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all .4s;
    }
    header .cont nav>ul>li>ul {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        border-top: none;
    }
    header .cont nav>ul>li>ul li {
        border-top: 1px solid #f5f5f5;
        padding: 0 20px;
    }
    header .cont nav>ul>li>ul li a {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 44px !important;
        position: relative;
        color: #333;
    }
    header .cont nav>ul>li>ul li a:before {
        content: '';
        display: block;
        width: 11px;
        height: 7px;
        background: url(../image/icon_down3.png) 0 0/cover no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all .4s;
        transform: rotate(-90deg) translateY(-50%);
    }
    header .cont nav>ul>li>ul li dl {
        padding: 0 10px;
    }
    header .cont nav>ul>li.active h2:before {
        transform: rotate(-180deg);
    }
    header .cont .search {
        position: absolute;
        right: 100px;
        width: 24px;
        margin-top: 20px;
    }
    header .cont .search .search-box {
        background-color: transparent;
    }
    header .cont .search input[type="text"] {
        display: none;
    }
    header .header-search {
        background-color: #f0f0f0;
        padding: 10px 0;
        display: none;
        position: relative;
        z-index: 9;
    }
    header .header-search .center {
        padding: 0 20px;
        position: relative;
        width: 100%;
    }
    header .header-search .center input {
        width: 100%;
        background-color: #fff;
        border: none;
        color: #999;
        height: 50px;
        padding: 0 60px 0 10px;
        font-size: 14px;
    }
    header .header-search .center .search-icon {
        position: absolute;
        right: 20px;
        width: 60px;
        height: 100%;
        top: 0;
        background: url(../image/icon_search.png) center center no-repeat;
    }
    header .cont .right .tmallJD {
        display: none;
    }
    header .cont .right .tmallJD a {
        width: 18px;
        height: 18px;
        margin: 26px 0 0 10px;
    }
    header .cont .right .mobile-btn {
        float: left;
        display: block;
        margin-top: 15px;
    }
    header .header-list {
        display: none;
    }
    .nav-button {
        position: relative;
        width: 24px;
        height: 40px;
        text-align: center;
        z-index: 11;
        font-size: 0;
        margin-left: 10px;
        float: right;
    }
    .nav-button div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 24px;
        height: 16px;
    }
    .nav-button div span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        line-height: 2px;
        position: static;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }
    .nav-button div span.center-hr {
        margin: 5px auto;
    }
    .nav-button div span.top-hr {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .nav-button div span.bottom-hr {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .nav-button.active div span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
    }
    .nav-button.active div span.center-hr {
        display: none;
    }
    .nav-button.active div span.top-hr {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .nav-button.active div span.bottom-hr {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
}

/* =====头部 E===== */

/* =====banner S===== */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
    -moz-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
    -o-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
    transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
}

.banner .swiper-container .pagination-all {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 100;
    text-align: center;
}

.banner .swiper-container .swiper-pagination {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 0.9rem;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    color: #28C1FF;
    background-color: #fff;
    border: 1px solid #28C1FF;
    margin: 0 5px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #047CEB;
    color: #fff;
    border-color: #047CEB;
}

@media screen and (max-width: 1024px) {
    .banner .swiper-container .pagination-all {
        bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .banner {
        margin-top: 68px;
    }
}

/* =====banner E===== */

/* =====查找产品 S===== */

.Findproduct {
    background: #00114A;
    position: relative;
    padding: 115px 0 60px 0;
    overflow: hidden;
}

.Findproduct:before {
    content: '';
    display: block;
    width: 1400px;
    height: 510px;
    background-color: #047CEB;
    z-index: 1;
    position: absolute;
    top: 115px;
    left: calc(50% - 755px);
}

.Findproduct .lower {
    position: relative;
    z-index: 4;
    color: #fff;
    margin-bottom: 60px;
}

.Findproduct .lower .srh-layer {
    vertical-align: middle;
    line-height: 70px;
    margin-top: 40px;
}

.Findproduct .lower .srh-layer strong {
    float: left;
    font-size: 60px;
    font-weight: bold;
}

.Findproduct .lower .srh-layer .pro-search-box {
    float: left;
    width: 39.0625%;
    margin: 0 2.8125%;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: none;
    outline: none;
    margin-top: 10px;
    vertical-align: middle;
    position: relative;
}

.Findproduct .lower .srh-layer .pro-search-box .search-icon {
    float: left;
    margin: 0 15px 0 16px;
}

.Findproduct .lower .srh-layer .pro-search-box .search-icon i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png) no-repeat 0 0/cover;
    position: relative;
    top: 3px;
}

.Findproduct .lower .srh-layer .pro-search-box input[type="text"] {
    outline: none;
    border: none;
    font-size: 16px;
    height: 100%;
    width: calc(100% - 52px);
}

.Findproduct .lower .srh-layer .pro-search-box .btn-srh {
    position: absolute;
    right: 0;
    height: 100%;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #28C1FF;
    border: none;
    top: 0;
}

.Findproduct .lower .srh-layer .pro-search-box .btn-srh:hover {
    background-color: #047CEB;
}

.Findproduct .lower .srh-layer .pro-find-all {
    float: left;
}

.Findproduct .lower .srh-layer .pro-find-all a {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}

.Findproduct .lower .srh-layer .pro-find-all a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gowhite.png) no-repeat;
    margin-left: 6px;
    transition: all .5s;
    position: relative;
    left: 0;
}

.Findproduct .lower .srh-layer .pro-find-all a:hover {
    opacity: 1;
}

.Findproduct .lower .srh-layer .pro-find-all a:hover:after {
    left: 5px;
}

.Findproduct .upper {
    position: relative;
    z-index: 3;
}

.Findproduct .upper .dtfc-head li {
    float: left;
    margin-right: 3%;
}

.Findproduct .upper .dtfc-head li:last-child {
    margin-right: 0;
}

.Findproduct .upper .dtfc-head li a {
    display: block;
    padding: 0 15px 5px;
    font-size: 20px;
    color: #fff;
    line-height: 2.2;
    background-color: transparent;
}

.Findproduct .upper .dtfc-head li.active a {
    color: #047CEB;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* .Findproduct .upper .dtfc-body { position: relative; height: 410px; }
.Findproduct .upper .dtfc-body .scl-innernav-tab { overflow: hidden; opacity: 0; visibility: hidden; transition: all .4s; z-index: -1; position: absolute; width: 1600px; top: 0; left: 0; }
.Findproduct .upper .dtfc-body .scl-innernav-tab.on { opacity: 1; visibility: visible; z-index: 2; }
.Findproduct .upper .swiper-wrapper { background-color: #fff; background-color: #fff; }
.Findproduct .upper .swiper-wrapper .swiper-slide { float: left; width: 325px; margin: 36px 0; position: relative; border-right: 1px solid #f1f1f1; }
.Findproduct .upper .swiper-wrapper .swiper-slide a { width: 73.84615%; padding-bottom: 20px; margin: 2px auto; display: block; position: relative; z-index: 3; }
.Findproduct .upper .swiper-wrapper .swiper-slide:before { content: ''; display: block; width: 100%; height: 100%; background: url(Http://www.znfo.cn/template/pc/web/image/bg_cz.png) 0 0/100% 100% no-repeat; position: absolute; left: 0; top: 0; z-index: 1; transition: all .5s; opacity: 0; visibility: hidden; }
.Findproduct .upper .swiper-wrapper .swiper-slide .img { overflow: hidden; height: 240px;display: -webkit-box;display: flex;-webkit-box-pack: center;justify-content: center;-webkit-box-align: center;align-items: center;}
.Findproduct .upper .swiper-wrapper .swiper-slide .img img { max-width: 90%; transition: all .5s; max-height: 90%;object-fit: contain;}
.Findproduct .upper .swiper-wrapper .swiper-slide .txt { font-size: 16px; font-weight: bold; color: #041B3D; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; line-height: 24px; height: 24px; }
.Findproduct .upper .swiper-wrapper .swiper-slide span { font-size: 14px; color: #1B2126; display: inline-block; transition: all .5s; opacity: 0.5; position: relative; margin-top: 10px;} */

.Findproduct .upper .dtfc-body {
    position: relative;
    height: 410px;
}

.Findproduct .upper .dtfc-body .scl-innernav-tab {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #fff;
    padding: 30px 0 30px 20px;
}

.Findproduct .upper .dtfc-body .scl-innernav-tab.on {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.Findproduct .upper .swiper-wrapper {
    background-color: #fff;
}

.Findproduct .upper .swiper-wrapper .swiper-slide {
    width: 20%;
    position: relative;
    border-right: 1px solid #f1f1f1;
    background: #fff;
}

.Findproduct .upper .swiper-wrapper .swiper-slide a {
    width: 84%;
    padding-bottom: 20px;
    margin: 2px auto;
    display: block;
    position: relative;
    z-index: 3;
}

.Findproduct .upper .swiper-wrapper .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(Http://www.znfo.cn/template/pc/web/image/bg_cz.png) 0 0/100% 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.Findproduct .upper .swiper-wrapper .swiper-slide .img {
    overflow: hidden;
    height: 280px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.Findproduct .upper .swiper-wrapper .swiper-slide .img img {
    max-width: 90%;
    transition: all .5s;
    max-height: 90%;
    object-fit: contain;
}

.Findproduct .upper .swiper-wrapper .swiper-slide .txt {
    font-size: 16px;
    font-weight: bold;
    color: #041B3D;
    height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    ;
}

.Findproduct .upper .swiper-wrapper .swiper-slide span {
    font-size: 14px;
    color: #1B2126;
    display: inline-block;
    transition: all .5s;
    opacity: 0.5;
    position: relative;
    margin-top: 10px;
}

.Findproduct .upper .swiper-wrapper .swiper-slide span:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gogray.png) 0 0/cover no-repeat;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.Findproduct .upper .swiper-wrapper .swiper-slide span:after {
    opacity: 1;
    visibility: visible;
}

.Findproduct .upper .swiper-wrapper .swiper-slide span:hover {
    opacity: 1;
}

.Findproduct .upper .swiper-wrapper .swiper-slide span:hover:after {
    left: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

.Findproduct .upper .swiper-wrapper .swiper-slide:hover:before {
    opacity: 1;
    visibility: visible;
}

.Findproduct .upper .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
    .Findproduct {
        padding: 90px 0 40px;
    }
    .Findproduct:before {
        height: 400px;
        top: 90px;
        width: 1200px;
        left: calc(50% - 655px);
    }
    .Findproduct .lower {
        margin-bottom: 40px;
    }
    .Findproduct .lower .srh-layer {
        margin-top: 30px;
    }
    .Findproduct .lower .srh-layer strong {
        font-size: 50px;
    }
    .Findproduct .lower .srh-layer .pro-search-box {
        height: 40px;
        line-height: 40px;
        margin-top: 16px;
    }
    .Findproduct .lower .srh-layer .pro-search-box input[type="text"] {
        font-size: 14px;
    }
    .Findproduct .lower .srh-layer .pro-find-all a {
        font-size: 16px;
    }
    .Findproduct .upper .dtfc-head li a {
        font-size: 18px;
        padding: 0 10px;
    }
    .Findproduct .upper .dtfc-body {
        height: 370px;
    }
    .Findproduct .upper .swiper-wrapper .swiper-slide .img {
        height: 240px;
    }
}

@media screen and (max-width: 1200px) {
    .Findproduct {
        padding: 50px 0 30px;
    }
    .Findproduct:before {
        height: 300px;
        top: 50px;
        width: 98%;
        left: 0%;
        right: 20px;
    }
    .Findproduct .lower {
        margin-bottom: 20px;
    }
    .Findproduct .lower .srh-layer {
        margin-top: 20px;
        line-height: 50px;
    }
    .Findproduct .lower .srh-layer strong {
        font-size: 30px;
    }
    .Findproduct .lower .srh-layer .pro-search-box {
        height: 32px;
        line-height: 32px;
        margin-top: 10px;
    }
    .Findproduct .lower .srh-layer .pro-search-box input[type="text"] {
        font-size: 14px;
    }
    .Findproduct .lower .srh-layer .pro-search-box .btn-srh {
        width: 50px;
        font-size: 14px;
    }
    .Findproduct .lower .srh-layer .pro-find-all a {
        font-size: 14px;
    }
    .Findproduct .upper .dtfc-head li a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .Findproduct .lower .srh-layer strong {
        font-size: 28px;
    }
    .Findproduct .upper .dtfc-head li {
        margin-right: 1.5%;
    }
}

@media screen and (max-width: 768px) {
    .Findproduct .lower .srh-layer strong {
        font-size: 24px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .Findproduct .lower .srh-layer .pro-search-box {
        width: calc(96% - 100px);
        margin-right: 2%;
        margin-left: 0;
    }
    .Findproduct .upper .dtfc-head {
        text-align: center;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        top: 4px;
        z-index: 3;
    }
    .Findproduct .upper .dtfc-head::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .Findproduct .upper .dtfc-head::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .Findproduct .upper .dtfc-head::-webkit-scrollbar-thumb {
        background-color: #fff;
    }
    .Findproduct .upper .dtfc-head ul {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
    }
    .Findproduct .upper .dtfc-head li {
        margin-right: 1%;
    }
    .Findproduct .upper .dtfc-head li a {
        white-space: nowrap;
    }
}

@media screen and (max-width: 700px) {
    .Findproduct .upper .dtfc-head li {
        width: auto;
    }
    .Findproduct .upper .dtfc-head {
        text-align: left;
    }
    .Findproduct .lower .srh-layer .pro-search-box .search-icon {
        margin: 0 3px 0 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    .Findproduct .upper .dtfc-body {
        height: 300px;
    }
    .Findproduct .upper .dtfc-body .scl-innernav-tab {
        padding: 15px 0;
    }
    .Findproduct .upper .swiper-wrapper .swiper-slide {
        border: none;
    }
    .Findproduct .upper .swiper-wrapper .swiper-slide .img {
        height: 200px;
    }
}

/* =====查找产品 E===== */

/* =====下载中心模块 S===== */

.ThreeModules {
    padding: 55px 0;
    background: #F3F4F8;
}

.ThreeModules li {
    float: left;
    width: 31.71875%;
    margin-right: 2.42188%;
    background-color: #fff;
    transition: all .5s;
}

.ThreeModules li:last-child {
    margin-right: 0;
}

.ThreeModules li .img {
    overflow: hidden;
    position: relative;
}

.ThreeModules li .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: #28C1FF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ThreeModules li .img img {
    width: 100%;
    transition: all .5s;
}

.ThreeModules li .info {
    padding: 15px 5%;
    height: 232px;
}

.ThreeModules li .info .tt h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ThreeModules li .info .more-lk span {
    display: block;
    float: left;
    width: 50%;
    font-size: 16px;
    margin-bottom: 15px;
}

.ThreeModules li .info .more-lk a {
    color: #041B3D;
    position: relative;
}

.ThreeModules li .info .more-lk a:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack2.png) no-repeat;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.ThreeModules li .info .more-lk a:after {
    margin-top: -4px;
}

.ThreeModules li .info .more-lk a:hover {
    color: #28C1FF;
}

.ThreeModules li .info .more-lk a:hover:after {
    left: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

.ThreeModules li:hover {
    transform: translateY(-10px);
}

.ThreeModules li:hover .img img {
    transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
    .ThreeModules {
        padding: 45px 0;
    }
    .ThreeModules li .img:after {
        height: 6px;
    }
    .ThreeModules li .info {
        height: 200px;
    }
    .ThreeModules li .info .tt h3 {
        font-size: 20px;
    }
    .ThreeModules li .info .more-lk span {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .ThreeModules {
        padding: 40px 0;
    }
    .ThreeModules li .img:after {
        height: 4px;
    }
    .ThreeModules li .info {
        height: 200px;
    }
    .ThreeModules li .info .tt h3 {
        font-size: 18px;
    }
    .ThreeModules li:nth-child(20) .info .more-lk span {
        width: 100%;
    }
    .ThreeModules li:nth-child(30) .info .more-lk span {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ThreeModules {
        padding: 30px 0;
    }
    .ThreeModules li {
        width: 100%;
        margin: 0 0 20px;
    }
    .ThreeModules li .img:after {
        height: 2px;
    }
    .ThreeModules li .info {
        height: auto;
    }
    .ThreeModules li .info .tt h3 {
        font-size: 16px;
    }
}

/* =====下载中心模块 E===== */

/* =====行业解决方案 S===== */

.defualtbox {
    padding: 60px 0 70px;
}

.defualtbox .title {
    line-height: 60px;
    color: #fff;
    margin-bottom: 50px;
}

.defualtbox .title h2 {
    float: left;
    font-size: 60px;
    font-weight: bold;
}

.defualtbox .title a.more {
    color: #fff;
    font-size: 18px;
    float: right;
}

.defualtbox .title a.more:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gowhite.png) no-repeat;
    margin-left: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
    left: 0;
}

.defualtbox .title a.more:hover:after {
    left: 5px;
}

.defualtbox .title-black {
    color: #00114A;
}

.defualtbox .title-black a.more {
    color: #041B3D;
}

.defualtbox .title-black a.more:after {
    background-image: url(../image/icon_goblack.png);
}

.Idssolutions {
    background-color: #fff;
}

.Idssolutions .title {
    color: #001149;
}

.Idssolutions .title a.more {
    color: #001149;
}

.Idssolutions .title a.more:after {
    background-image: url(../image/icon_goblack.png);
}

.Idssolutions- ul li {
    float: left;
    width: 19.0625%;
    margin-right: 1.17188%;
    overflow: hidden;
}

.Idssolutions ul li {
    float: left;
    width: 19.0625%;
    margin-right: 1.17188%;
    overflow: hidden;
}

.Idssolutions ul li:last-child {
    margin-right: 0;
}

.Idssolutions ul li a {
    display: inline-block;
}

.Idssolutions ul li .img {
    overflow: hidden;
    position: relative;
}

.Idssolutions ul li .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0.9;
    transition: all .3s;
}

.Idssolutions ul li .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #28C1FF;
    z-index: 3;
    transition: all .3s;
}

.Idssolutions ul li .img span {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 30px;
    color: #041B3D;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #041B3D;
    z-index: 4;
    font-weight: bold;
    transition: all .5s;
}

.Idssolutions ul li .img img {
    width: 100%;
    transition: all .3s;
}

.Idssolutions ul li .info {
    height: 225px;
    background-color: #f3f4f8;
    transition: all .2s;
    position: relative;
}

.Idssolutions ul li .info:after {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background: url(Http://www.znfo.cn/template/pc/web/image/bg_icon_01.png) right bottom/100% auto no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
}

.Idssolutions ul li .info .txt {
    padding: 24px 0;
    height: 226px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.Idssolutions ul li .info .txt p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #041B3D;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.Idssolutions ul li .info .txt p a {
    color: #041B3D;
    position: relative;
}

.Idssolutions ul li .info .txt p a:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gowhite.png) no-repeat;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.Idssolutions ul li .info .txt p a:hover:after {
    left: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

.Idssolutions ul li .info .zl-scrollBarBox {
    background-color: transparent;
}

.Idssolutions ul li .info .zl-scrollBar {
    background-color: #fff;
}

.Idssolutions ul li .info .lk-more {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
    z-index: 5;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.Idssolutions ul li .info .lk-more a {
    color: #fff;
    display: inline-block;
    position: relative;
}

.Idssolutions ul li .info .lk-more a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gowhite.png) no-repeat;
    margin-left: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
    left: 0;
}

.Idssolutions ul li:nth-child(2) .info:after {
    background-image: url(Http://www.znfo.cn/template/pc/web/image/bg_icon_02.png);
}

.Idssolutions ul li:nth-child(3) .info:after {
    background-image: url(Http://www.znfo.cn/template/pc/web/image/bg_icon_03.png);
}

.Idssolutions ul li:nth-child(4) .info:after {
    background-image: url(Http://www.znfo.cn/template/pc/web/image/bg_icon_04.png);
}

.Idssolutions ul li:nth-child(5) .info:after {
    background-image: url(Http://www.znfo.cn/template/pc/web/image/bg_icon_05.png);
}

.Idssolutions ul li:nth-child(6) .info:after {
    background-image: url(https://www.chint.com/static/img/bg_icon_06.png);
}

.Idssolutions ul li.active {
    border: none;
}

.Idssolutions ul li.active .img img {
    transform: scale(1.05);
}

.Idssolutions ul li.active .img:after {
    background-color: #00114A;
    opacity: .5;
}

.Idssolutions ul li.active .img:before {
    background-color: #28C1FF;
}

.Idssolutions ul li.active .img span {
    color: #fff;
    text-shadow: none;
}

.Idssolutions ul li.active .info {
    background-color: #047CEB;
}

.Idssolutions ul li.active .info:after {
    opacity: 0.2;
}

.Idssolutions ul li.active .info .txt {
    height: 256px;
}

.Idssolutions ul li.active .info .txt p {
    color: #fff;
}

.Idssolutions ul li.active .info .txt p a {
    color: #fff;
}

.Idssolutions ul li.active .info .lk-more {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.Idssolutions ul li.active .info .lk-more a:hover:after {
    left: 5px;
}

@media screen and (max-width: 1440px) {
    .defualtbox {
        padding: 90px 0 50px;
    }
    .defualtbox .title {
        line-height: 50px;
        margin-bottom: 40px;
    }
    .defualtbox .title h2 {
        font-size: 50px;
    }
    .defualtbox .title a.more {
        font-size: 16px;
    }
    .Idssolutions ul li .img span {
        font-size: 24px;
    }
    .Idssolutions ul li .img:before {
        height: 4px;
    }
    .Idssolutions ul li .info {
        height: 300px;
    }
    .Idssolutions ul li .info .txt p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .Idssolutions ul li .info .lk-more {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .defualtbox {
        padding: 70px 0 40px;
    }
    .defualtbox .title {
        line-height: 40px;
        margin-bottom: 30px;
    }
    .defualtbox .title h2 {
        font-size: 40px;
    }
    .defualtbox .title a.more {
        font-size: 14px;
    }
    .Idssolutions ul li .img span {
        font-size: 20px;
    }
    .Idssolutions ul li .img:before {
        height: 3px;
    }
    .Idssolutions ul li .info {
        height: 240px;
    }
    .Idssolutions ul li.active .info .txt {
        padding: 15px 0;
        height: 200px;
    }
    .Idssolutions ul li .info .txt p {
        margin-bottom: 10px;
    }
    .Idssolutions ul li .info .lk-more {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .defualtbox {
        padding: 50px 0 40px;
    }
    .defualtbox .title {
        line-height: 34px;
        margin-bottom: 25px;
    }
    .defualtbox .title h2 {
        font-size: 34px;
    }
    .Idssolutions ul li {
        width: 48%;
        margin: 0 4% 20px 0;
    }
    .Idssolutions ul li .img img {
        transform: scale(1.05);
    }
    .Idssolutions ul li .img:after {
        background-color: #00114A;
        opacity: .5;
    }
    .Idssolutions ul li .img:before {
        background-color: #28C1FF;
    }
    .Idssolutions ul li .img span {
        color: #fff;
        text-shadow: none;
    }
    .Idssolutions ul li .info {
        background-color: #047CEB;
    }
    .Idssolutions ul li .info:after {
        opacity: 0.2;
    }
    .Idssolutions ul li .info .txt {
        height: 200px;
    }
    .Idssolutions ul li .info .txt p {
        color: #fff;
    }
    .Idssolutions ul li .info .txt p a {
        color: #fff;
    }
    .Idssolutions ul li .info .lk-more {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
    .Idssolutions ul li:nth-child(2n) {
        margin-right: 0;
    }
    .Idssolutions ul li .img span {
        font-size: 18px;
    }
    .Idssolutions ul li .img:before {
        height: 2px;
    }
    .Idssolutions ul li .info {
        height: 240px;
    }
    .Idssolutions ul li.active .info .txt {
        padding: 15px 0;
        height: 200px;
    }
    .Idssolutions ul li .info .txt p {
        margin-bottom: 10px;
    }
    .Idssolutions ul li .info .lk-more {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .Idssolutions ul li a {
        width: 100%;
    }
}

.Idssolutions ul li .img {
    height: 100px;
}

@media screen and (max-width: 450px) {
    .defualtbox .title h2 {
        font-size: 20px;
    }
    .Idssolutions ul li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .Idssolutions ul li:nth-child(2n) {
        margin-right: 0;
    }
    .Idssolutions ul li .info {
        padding-bottom: 40px;
    }
}

/* =====行业解决方案 E===== */

/* =====最新动态 S===== */

.WhatSnew {
    background-color: #F1F1F1;
    overflow: hidden;
}

.WhatSnew .cont {
    position: relative;
}

.WhatSnew .newsleft {
    width: 34.375%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.WhatSnew .newsleft ul {
    position: relative;
    height: 100%;
}

.WhatSnew .newsleft li {
    background-color: #fff;
    transition: all .5s;
    position: relative;
    height: 100%;
}

.WhatSnew .newsleft .img {
    position: relative;
    height: 100%;
    z-index: 1;
}

.WhatSnew .newsleft .info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.WhatSnew .img {
    overflow: hidden;
    height: 240px;
}

.WhatSnew .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.WhatSnew .info {
    padding: 15px 20px;
    background-color: #fff;
    transition: all .5s;
    position: relative;
}

.WhatSnew .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .5s;
}

.WhatSnew .info h2 {
    font-size: 22px;
    color: #1B2126;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
}

.WhatSnew .newsright {
    float: right;
    width: 65.625%;
}

.WhatSnew .newsright ul li {
    float: left;
    width: 47.61905%;
    margin: 0 0 20px 2.38095%;
    background-color: #fff;
    transition: all .5s;
}

.WhatSnew .newsright ul li:nth-child(3) {
    margin-bottom: 0;
}

.WhatSnew .newsright ul li:nth-child(4) {
    margin-bottom: 0;
}

.WhatSnew li:hover .img img {
    transform: scale(1.05);
}

.WhatSnew li:hover .info {
    background-color: #047CEB;
}

.WhatSnew li:hover .info:after {
    width: 100%;
    left: 0;
}

.WhatSnew li:hover .info h2 {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .WhatSnew .info h2 {
        font-size: 18px;
    }
    .WhatSnew .img {
        overflow: hidden;
        height: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .WhatSnew .info {
        padding: 10px 15px;
    }
    .WhatSnew .info h2 {
        font-size: 16px;
    }
    .WhatSnew .info:after {
        height: 2px;
    }
    .WhatSnew .img {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .WhatSnew .newsleft {
        width: 100%;
        position: static;
    }
    .WhatSnew .newsleft li {
        position: relative;
        margin-bottom: 20px;
    }
    .WhatSnew .newsleft .img {
        height: 300px;
    }
    .WhatSnew .info {
        padding: 10px;
    }
    .WhatSnew .info h2 {
        font-size: 14px;
    }
    .WhatSnew .newsright {
        width: 100%;
        float: none;
    }
    .WhatSnew .newsright ul li {
        margin-left: 0;
        margin-right: 4.76%;
    }
    .WhatSnew .newsright ul li:nth-child(2n) {
        margin-right: 0;
    }
    .WhatSnew .img {
        height: 120px;
    }
}

/* =====最新动态 E===== */

/* =====footer底部 S===== */

footer {
    background-color: #00114A;
    overflow: hidden;
}

footer .foot-top {
    padding: 40px 0;
    border-bottom: 1px solid #047CEB;
}

footer .foot-top dl {
    float: left;
    width: 13%;
    padding-left: 15px;
}

footer .foot-top dl:first-child- {
    width: 20%;
}

footer .foot-top dl dt {
    display: block;
    margin-bottom: 25px;
}

footer .foot-top dl dt a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

footer .foot-top dl dt a:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: linear-gradient(90deg, #2AC1FF 0%, #27C1FF 100%);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

footer .foot-top dl dd span {
    display: block;
}

footer .foot-top dl dd a {
    display: inline-block;
    font-size: 14px;
    color: #B3B3B3;
    margin-bottom: 20px;
    position: relative;
}

footer .foot-top dl dd a:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gowhite.png) no-repeat;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

footer .foot-top dl dd a:hover {
    color: #fff;
}

footer .foot-top dl dd a:hover:after {
    left: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

footer .foot-top .qrcode- {
    float: right;
    width: 37.5%;
}

footer .foot-top .qrcode- li {
    float: left;
    width: 33.33%;
    text-align: center;
}

footer .foot-top .qrcode {
    float: right;
    width: 21.5%;
}

footer .foot-top .qrcode li {
    float: left;
    text-align: center;
    width: 50%;
}

footer .foot-top .qrcode li span {
    display: block;
    text-align: center;
}

footer .foot-top .qrcode li span img {
    max-width: 100%;
}

footer .foot-top .qrcode li .img {
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
    background-color: #fff;
    width: 130px;
}

footer .foot-top .qrcode li .img img {
    width: 100%;
}

footer .foot-top .qrcode li .name {
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

footer .foot-bottom {
    font-size: 14px;
    color: #fff;
    padding: 20px 0;
}

footer .foot-bottom .footb-left {
    float: left;
}

footer .foot-bottom .footb-left h3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

footer .foot-bottom .footb-left h3 span {
    display: inline-block;
    vertical-align: middle;
}

footer .foot-bottom .footb-left h3 span::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/icon_sanjiao.png);
    transform: rotate(-180deg);
    width: 8px;
    height: 6px;
    margin-left: 10px;
}

footer .foot-bottom .footb-left ul {
    display: none;
    position: absolute;
    min-width: 200px;
    left: 0;
    bottom: 40px;
    background-color: #fff;
    max-height: 260px;
    overflow-y: auto;
    padding: 5px 0;
}

footer .foot-bottom .footb-left ul li {}

footer .foot-bottom .footb-left ul li a {
    display: block;
    padding: 5px 10px;
    color: #666;
    width: auto;
    height: auto;
    margin-left: 0;
    font-size: 14px;
}

footer .foot-bottom .footb-left ul li a:hover {
    color: #28C1FF;
}

footer .foot-bottom .footb-left a {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: none;
    vertical-align: middle;
    margin: 0;
    margin-left: 30px;
    padding-left: 0;
    float: none;
}

footer .foot-bottom .footb-left a.icon1 {
    background-image: url(../image/icon_foot01.png);
}

footer .foot-bottom .footb-left a.icon2 {
    background-image: url(../image/icon_foot02.png);
}

footer .foot-bottom .footb-left a.icon3 {
    background-image: url(../image/icon_foot03.png);
}

footer .foot-bottom .footb-left a.icon4 {
    background-image: url(../image/icon_foot04.png);
}

footer .foot-bottom .footb-right {
    float: right;
}

footer .foot-bottom .footb-right a {
    color: rgba(255, 255, 255, .8);
    transition: .4s;
}

footer .foot-bottom .footb-right a:hover {
    color: #28C1FF;
    transition: .4s;
}

@media screen and (max-width: 1440px) {
    footer .foot-top dl dt {
        margin-bottom: 15px;
    }
    footer .foot-top dl dd a {
        margin-bottom: 12px;
    }
    footer .foot-top .qrcode li .img {
        width: 80%;
    }
    footer .foot-bottom .footb-left a {
        margin-left: 20px;
    }
    footer .foot-bottom {
        padding: 15px 0;
    }
}

@media screen and (max-width: 1024px) {
    footer .foot-top {
        padding: 30px 0;
    }
    footer .foot-bottom .footb-left a {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    footer .foot-top dl {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        display: none;
    }
    footer .foot-top dl dt {
        position: relative;
    }
    footer .foot-top dl dt a {
        display: block;
    }
    footer .foot-top dl dt::after {
        content: '';
        display: block;
        width: 7px;
        height: 11px;
        background-image: url(../image/icon_gowhite.png);
        transition: all .5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
    }
    footer .foot-top dl.bbn {
        border-bottom: none;
    }
    footer .foot-top dl dd {
        display: none;
    }
    footer .foot-top dl.active dt:after {
        transform: rotate(-180deg);
    }
    footer .foot-top .qrcode {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    footer .foot-top .qrcode li .img {
        width: auto;
    }
    footer .foot-bottom .footb-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer .foot-bottom .footb-right {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 450px) {
    footer .foot-top .qrcode li .img {
        width: 80%;
        padding: 0;
    }
}

/* =====footer E===== */

/* =====右侧浮动 S===== */

.right-fixed {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 9;
}

.right-fixed ul li {
    margin-bottom: 1px;
}

.right-fixed ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #047CEB;
    border-radius: 6px;
    position: relative;
}

.right-fixed ul li a i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.right-fixed ul li a .icon-01 {
    background-image: url(../image/icon_fixed01.png);
}

.right-fixed ul li a .icon-02 {
    background-image: url(../image/icon_fixed02.png);
}

.right-fixed ul li a .icon-03 {
    background-image: url(../image/icon_fixed03.png);
}

.right-fixed ul li a .icon-04 {
    background-image: url(../image/icon_fixed04.png);
}

.right-fixed ul li a .icon-05 {
    background-image: url(../image/icon_fixed05.png);
}

.right-fixed ul li a:hover {
    background-color: #28C1FF;
}

.right-fixed ul li a:hover i {
    transform: translate(-50%, -50%) rotateY(180deg);
}

@media screen and (max-width: 1200px) {
    .right-fixed ul li a {
        width: 30px;
        height: 30px;
    }
    .right-fixed ul li a i {
        width: 15px;
        height: 15px;
        background-size: cover;
    }
}

/* =====右侧浮动 E===== */

/* ==========产品 S========== */

.product-search {
    background-color: #f1f1f1;
    text-align: center;
    padding: 6px 0;
    position: relative;
    z-index: 1;
}

.product-search .search-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
}

.product-search .search-inner .search-icon {
    float: left;
    margin: 17px 15px 0 16px;
}

.product-search .search-inner .search-icon i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png) no-repeat 0 0/cover;
}

.product-search .search-inner input[type="text"] {
    float: left;
    outline: none;
    width: 378px;
    margin-right: 80px;
    border: none;
    font-size: 16px;
    height: 48px;
}

.product-search .search-inner .btn-srh {
    position: absolute;
    right: 0;
    height: 100%;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #28C1FF;
    border: none;
}

.product-search .search-inner .btn-srh:hover {
    background-color: #047CEB;
}

.jiangtang-search .search-inner {
    background-color: #F3F4F8;
    max-width: 506px;
}

.jiangtang-search .search-inner input[type="text"] {
    width: calc(100% - 130px);
    background-color: transparent;
}

/* 导航切换 */

.pro-tab-nav {
    background-color: #047CEB;
    position: relative;
    border-bottom: 12px solid #28C1FF;
}

.pro-tab-nav ul li {
    float: left;
    width: 14.28571%;
    position: relative;
    padding-bottom: 10px;
    transition: all .5s;
}

.pro-tab-nav ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 5%;
}

.pro-tab-nav ul li:last-child:after {
    display: none;
}

.pro-tab-nav ul li i.icon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 15px auto 5px;
    background-size: 100%;
    background-position: center center;
}

.pro-tab-nav ul li .name {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    height: 40px;
    margin: 0 auto;
    padding: 0 15px;
}

.pro-tab-nav ul li .name i {
    font-style: normal;
    display: block;
}

.pro-tab-nav ul li.active {
    background-color: #28C1FF;
}

.pro-tab-nav ul li:hover {
    background-color: #28C1FF;
}

@media screen and (max-width: 1440px) {
    .product-search .search-inner .search-icon {
        margin: 12px 10px 0 12px;
    }
    .product-search .search-inner input[type="text"] {
        height: 40px;
        font-size: 14px;
    }
    .pro-tab-nav {
        border-bottom-width: 8px;
    }
    .pro-tab-nav ul li i.icon {
        width: 65px;
        height: 65px;
        /* margin: 30px auto 15px; */
    }
    .pro-tab-nav ul li .name {
        font-size: 14px;
        height: 36px;
    }
}

@media screen and (max-width: 1200px) {
    .product-search .search-inner {
        margin: 0 20px;
    }
    .product-search .search-inner .search-icon {
        margin: 8px 10px 0 10px;
    }
    .product-search .search-inner .btn-srh {
        font-size: 14px;
    }
    .product-search .search-inner input[type="text"] {
        height: 32px;
    }
    .jiangtang-search .search-inner {
        margin: 0 20px;
        width: calc(100% - 40px);
        padding: 0;
    }
    .product-search .search-inner .btn-srh {
        width: 50px;
    }
    .pro-tab-nav {
        border-bottom-width: 6px;
    }
    .pro-tab-nav ul li i.icon {
        width: 50px;
        height: 50px;
        /* margin: 20px auto 10px; */
    }
    .pro-tab-nav ul li .name {
        font-size: 14px;
        height: 36px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .product-search .search-inner {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .product-search .search-inner .search-icon {
        margin-left: 10px;
    }
    .product-search .search-inner input[type="text"] {
        width: calc(100% - 90px);
        margin-right: 0;
    }
    .pro-tab-nav ul li i.icon {
        width: 40px;
        height: 40px;
        /* margin: 20px auto 10px; */
    }
    .pro-tab-nav ul li .name {
        height: 36px;
    }
    .pro-tab-nav {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        top: 4px;
    }
    .pro-tab-nav ul {
        width: 900px;
    }
    .pro-tab-nav::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .pro-tab-nav::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .pro-tab-nav::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* 产品列表 */

.pro-lists {
    border-top: 15px solid #e6e6e6;
    border-bottom: 15px solid #e6e6e6;
    position: relative;
}

.pro-lists .wrap {
    position: relative;
}

.pro-lists .wrap:before {
    content: '';
    display: block;
    width: 1.17188%;
    height: 100%;
    position: absolute;
    left: 17.1875%;
    top: 0;
    background-color: #e6e6e6;
}

.pro-lists-left {
    width: 19.92188%;
    float: left;
    position: relative;
    margin-left: -2.7%;
}

.pro-lists-left h1 {
    font-weight: bold;
    font-size: 26px;
    padding: 25px 20px;
    color: #fff;
    background-color: #047CEB;
}

.pro-lists-left .lists-mune ul li {
    position: relative;
}

.pro-lists-left .lists-mune ul li:after {
    content: '';
    display: block;
    width: 92%;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.pro-lists-left .lists-mune ul li h2 {
    font-size: 18px;
    position: relative;
    padding: 15px 0 15px 20px;
    margin-right: 8%;
    cursor: pointer;
}

.pro-lists-left .lists-mune ul li h2:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../image/icon_add.png);
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}

.pro-lists-left .lists-mune ul li h2 a {
    color: #4D4D4D;
}

.pro-lists-left .lists-mune ul li h2 a:hover {
    color: #047CEB;
}

.pro-lists-left .lists-mune ul li dl {
    display: none;
    margin-left: 20px;
}

.pro-lists-left .lists-mune ul li dl dd a {
    color: #3d4876;
    font-size: 15px;
    display: block;
    padding: 10px 20px 10px 20px;
    transition: all .5s;
}

.pro-lists-left .lists-mune ul li dl dd a:hover {
    color: #fff;
    background-color: #047CEB;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pro-lists-left .lists-mune ul li dl dd a:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro-lists-left .lists-mune ul li dl dd.active a {
    color: #fff;
    background-color: #047CEB;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pro-lists-left .lists-mune ul li dl dd.active a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro-lists-left .lists-mune ul li.active h2 {
    background: linear-gradient(90deg, rgba(4, 124, 235, 0.2) 0%, rgba(4, 124, 235, 0) 100%);
}

.pro-lists-left .lists-mune ul li.active h2:after {
    background-image: url(../image/icon_reduce.png);
}

.pro-lists-left .lists-mune ul li.active h2 a {
    color: #047CEB;
}

.pro-lists-left .lists-mune ul li.active dl {
    display: block;
}

.pro-lists-left .mobile-fiexd .nav-button {
    float: left;
}

.pro-lists-left .mobile-fiexd .nav-button div span {
    background-color: #666;
}

.pro-lists-right {
    width: 81.5625%;
    float: right;
}

.price-lists-right {
    width: 95%;
    float: right;
}

.pro-lists-right .lists-product ul {
    padding: 15px 0;
}

.pro-lists-right .lists-product ul li {
    float: left;
    width: 31.35755%;
    border: 1px solid #F5F5F5;
    margin-left: 1.43403%;
    margin-bottom: 16px;
    transition: all .5s;
    position: relative;
}

.pro-lists-right .lists-product ul li .box {
    border: 1px solid transparent;
    transition: all .5s;
}

.pro-lists-right .lists-product ul li .img {
    overflow: hidden;
}

.pro-lists-right .lists-product ul li .img a {
    height: 292px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.pro-lists-right .lists-product ul li .img img {
    max-width: 90%;
    max-height: 90%;
    transition: all .5s;
}

.pro-lists-right .lists-product ul li .info {
    padding: 15px 0 5px;
    transition: all .5s;
}

.pro-lists-right .lists-product ul li .info h2 {
    font-size: 16px;
    font-weight: bold;
    height: 24;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 5% 14px;
    text-align: center;
}

.pro-lists-right .lists-product ul li .info h2 a {
    color: #041B3D;
}

.pro-lists-right .lists-product ul li .opr {
    font-size: 14px;
    padding: 0 16.46341%;
    line-height: 20px;
    height: 20px;
}

.pro-lists-right .lists-product ul li .opr a {
    color: #999;
    display: inline-block;
}

.pro-lists-right .lists-product ul li .opr .download {
    float: left;
    position: relative;
}

.pro-lists-right .lists-product ul li .opr .download .down-drop {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -60px;
    bottom: 100%;
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: .4s;
}

.pro-lists-right .lists-product ul li .opr .download .down-drop::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -6px;
}

.pro-lists-right .lists-product ul li .opr .download:hover .down-drop {
    transition: .4s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.pro-lists-right .lists-product ul li .opr .download .drop-inner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 20px;
}

.pro-lists-right .lists-product ul li .opr .download .drop-inner a {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    transition: .4s;
    white-space: nowrap;
}

.pro-lists-right .lists-product ul li .opr .download .drop-inner a:hover {
    color: #047CEB;
    transition: .4s;
}

.pro-lists-right .lists-product ul li .opr .normalqs {
    float: right;
}

.pro-lists-right .lists-product ul li:hover {
    border: 1px solid #047CEB;
}

.pro-lists-right .lists-product ul li:hover .box {
    border: 1px solid #047CEB;
}

.pro-lists-right .lists-product ul li:hover .img img {
    transform: scale(1.05);
}

.pro-lists-right .lists-product ul li:hover .info {
    background-color: #047CEB;
}

.pro-lists-right .lists-product ul li:hover .info h2 {
    color: #fff;
}

.pro-lists-right .lists-product ul li:hover .info h2 a {
    color: #fff;
}

.pro-lists-right .lists-product ul li:hover .opr a {
    color: #81E1FF;
}

.pro-lists-right .lists-product ul li.Recommended:before {
    content: '推荐';
    display: block;
    width: 60px;
    height: 30px;
    color: #fff;
    background-color: #047CEB;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-lists-right .lists-product ul li.New:before {
    content: '新品';
    display: block;
    width: 60px;
    height: 30px;
    color: #fff;
    background-color: #FF3333;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-lists-right #pages {
    padding-left: 1.33333%;
}

.pages {
    padding: 25px 0 30px;
}

.pages.pages-pl {
    padding-left: 1.33333%;
}

.pages a {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 12px;
    color: #047CEB;
    background-color: #fff;
    border: 1px solid #047CEB;
    line-height: 36px;
    margin: 0 12px 10px 0;
}

.pages a:first-child {
    width: 70px;
}

.pages a:last-child {
    width: 70px;
}

.pages a:hover {
    background-color: #047CEB;
    color: #fff;
}

.pages a.on {
    background-color: #047CEB;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .pro-lists {
        border-top-width: 10px;
        border-bottom-width: 10px;
    }
    .pro-lists .wrap:before {
        width: 10px;
    }
    .pro-lists-left h1 {
        font-size: 22px;
        padding: 20px;
    }
    .pro-lists-left .lists-mune ul li h2 {
        padding: 12px 0 12px 20px;
        font-size: 16px;
    }
    .pro-lists-left .lists-mune ul li dl dd a {
        padding: 8px 20px 8px 20px;
        font-size: 14px;
    }
    /* .pro-lists-right .lists-product ul li .img { padding: 28px 16.46341%; } */
    .pro-lists-right .lists-product ul li .img a {
        height: 240px;
    }
    .pro-lists-right .lists-product ul li .info h2 {
        font-size: 14px;
    }
    .pages {
        padding: 15px 020px;
    }
    .pages a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 1200px) {
    .pro-lists {
        border-top-width: 6px;
        border-bottom-width: 6px;
    }
    .pro-lists .wrap:before {
        width: 6px;
        left: calc(17.1875% + 12px);
    }
    .pro-lists-left {
        width: 17%;
        margin-left: 0;
    }
    .pro-lists-left h1 {
        font-size: 18px;
        padding: 10px;
    }
    .pro-lists-left .lists-mune ul li h2 {
        padding: 10px 0 10px 10px;
        font-size: 14px;
    }
    .pro-lists-left .lists-mune ul li dl dd a {
        padding: 8px 20px 8px 10px;
        font-size: 12px;
    }
    /* .pro-lists-right .lists-product ul li .img { padding: 20px 16.46341%; } */
    .pages {
        padding: 12px 0 20px;
    }
    .pages a {
        width: 24px;
        height: 24px;
        line-height: 22px;
        margin-right: 5px;
    }
    .pages a:first-child {
        width: 50px;
    }
    .pages a:last-child {
        width: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .pro-lists-left {
        width: 160px;
    }
    .pro-lists .wrap:before {
        left: 180px;
    }
    .pro-lists-right {
        width: calc(100% - 180px);
    }
    .pro-lists-right .lists-product ul li {
        width: 48%;
        margin: 0 1% 10px;
    }
}

@media screen and (max-width: 620px) {
    .pro-lists-left {
        width: 80px;
    }
    .pro-lists-left .lists-mune ul li h2 a {
        display: block;
        padding-right: 10px;
    }
    .pro-lists .wrap:before {
        left: 100px;
    }
    .pro-lists-right {
        width: calc(100% - 100px);
    }
    .pro-lists-right .lists-product ul li {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .pro-lists-right .lists-product ul li .img a {
        height: 200px;
    }
    .pages a {
        width: 20px;
        height: 20px;
        line-height: 18px;
        margin-right: 5px;
    }
    .pages a {
        margin-right: 2px;
    }
}

/* ==========产品 E========== */

/* =====项目案例 S===== */

.Projectcase {
    padding: 68px 0 29px;
}

.Projectcase .titleblue {
    color: #00114A;
    line-height: 60px;
    margin-bottom: 23px;
}

.Projectcase .titleblue h2 {
    float: left;
    font-size: 60px;
    font-weight: bold;
}

.Projectcase .titleblue a.more {
    color: #1B2126;
    font-size: 14px;
    float: right;
    opacity: 0.5;
    vertical-align: middle;
}

.Projectcase .titleblue a.more:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack.png) 0 0/cover no-repeat;
    margin-left: 5px;
    transition: all .5s;
    position: relative;
    vertical-align: middle;
    top: -2px;
    left: 0;
}

.Projectcase .titleblue a.more:hover {
    opacity: 1;
}

.Projectcase .titleblue a.more:hover:after {
    left: 5px;
}

.Projectcase .cont {
    overflow: hidden;
}

.Projectcase ul li {
    float: left;
    width: 23.82813%;
    margin-right: 1.5625%;
    position: relative;
    padding-bottom: 190px;
}

.Projectcase ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .5s;
}

.Projectcase ul li:last-child {
    margin-right: 0;
}

.Projectcase ul li .img {
    overflow: hidden;
    height: 200px;
}

.Projectcase ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.Projectcase ul li .info {
    padding: 15px 10px;
    font-size: 14px;
    color: #1B2126;
    height: 190px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.Projectcase ul li .info h2 {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Projectcase ul li .info dl {
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Projectcase ul li .info dl dt {
    display: inline;
}

.Projectcase ul li .info dl dd {
    display: inline;
}

.Projectcase ul li .info .line {
    border-top: 1px solid #F1F1F1;
    overflow: hidden;
    margin: 10px 0 0;
    padding: 10px 0 0;
    font-size: 12px;
    color: #808080;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 90px;
}

.Projectcase ul li .info .line * {
    line-height: 20px !important;
    font-size: 12px !important;
}

.Projectcase ul li .info .line .txt {
    color: #808080;
}

.Projectcase ul li .info .line p {
    font-size: 12px;
    color: #808080;
}

.Projectcase ul li:hover {
    position: relative;
    padding-bottom: 190px;
}

.Projectcase ul li:hover:after {
    width: 100%;
    left: 0;
}

.Projectcase ul li:hover .img img {
    transform: scale(1.05);
}

.Projectcase ul li:hover .info {
    background-color: #047CEB;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-top: 0;
}

.Projectcase ul li:hover .info h2 {
    color: #fff;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.Projectcase ul li:hover .info dl {
    color: #fff;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.Projectcase ul li:hover .info .line {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 250px;
    -webkit-line-clamp: 15;
}

.Projectcase ul li:hover .info .line .txt {
    height: 100%;
}

.Projectcase ul li:hover .info .line p {
    color: #fff;
}

.Projectcase ul li:hover .info .line * {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .Projectcase {
        padding: 52px 0 20px;
    }
    .Projectcase .titleblue h2 {
        font-size: 50px;
    }
    .Projectcase ul li .img {
        height: 172px;
    }
}

@media screen and (max-width: 1200px) {
    .Projectcase {
        padding: 42px 0 20px;
    }
    .Projectcase .titleblue {
        margin-bottom: 20px;
        line-height: 50px;
    }
    .Projectcase .titleblue h2 {
        font-size: 40px;
    }
    .Projectcase ul li .info {
        padding: 10px;
    }
    .Projectcase ul li:hover .info {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .Projectcase {
        padding: 40px 0 20px;
    }
    .Projectcase .titleblue {
        line-height: 30px;
    }
    .Projectcase .titleblue h2 {
        font-size: 30px;
    }
    .Projectcase ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .Projectcase ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 414px) {
    .Projectcase {
        padding: 40px 0 20px;
    }
    .Projectcase .titleblue h2 {
        font-size: 30px;
    }
    .Projectcase ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .Projectcase ul li:nth-child(2n) {
        margin-right: 0;
    }
}

/* =====项目案例 E===== */

/* ***********解决方案详情 S*********** */

.inner-head .cont {
    background-color: #001149;
}

.banner-solution {
    margin-top: 65px;
    overflow: hidden;
    background: center top /cover no-repeat;
    height: 500px;
    position: relative;
    color: #fff;
}

.banner-solution:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-solution .banner-inner {
    position: relative;
    height: 100%;
}

.banner-solution .txt {
    padding: 10% 0 5%;
    position: relative;
}

.banner-solution .txt .word {
    overflow: hidden;
}

.banner-solution .txt h1 {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 10px;
}

.banner-solution .txt p {
    font-size: 16px;
    text-shadow: 3px 5px 0px rgba(27, 32, 80, 0.07);
    font-weight: 300;
}

.banner-solution .btns button {
    display: inline-block;
    width: 160px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
    position: relative;
    border: none;
}

.banner-solution .btns span {
    display: block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

.banner-solution .btns .btn-video {
    background-color: #047CEB;
}

.banner-solution .btns .btn-video span:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(../image/icon_sanjiao_go.png);
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    top: -2px;
}

.banner-solution .btns .btn-video:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.banner-solution .btns .btn-zx {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
}

.banner-solution .btns .btn-zx:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    background-color: #28C1FF;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.banner-solution .btns .btn-video:hover:after {
    height: 100%;
}

.banner-solution .btns .btn-zx:hover {
    border-color: #28C1FF;
}

.banner-solution .btns .btn-zx:hover:after {
    height: 100%;
}

.banner-solution .word-tips {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 330px;
    min-height: 90px;
    background: rgba(0, 0, 0, 0.5);
    padding: 9px 15px;
}

.banner-solution .word-tips p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

@media screen and (max-width: 1440px) {
    .banner-solution {
        margin-top: 79px;
        height: 450px;
    }
    .banner-solution .txt h1 {
        font-size: 40px;
    }
    .banner-solution .txt p {
        font-size: 14px;
    }
    .banner-solution .btns button {
        width: 150px;
        height: 45px;
        margin-right: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-solution {
        margin-top: 68px;
        height: 400px;
    }
    .banner-solution .txt h1 {
        font-size: 36px;
    }
    .banner-solution .btns button {
        width: 130px;
        height: 40px;
        margin-right: 20px;
    }
    .banner-solution .btns .btn-video:after {
        height: 2px;
    }
    .banner-solution .btns .btn-zx {
        border-width: 1px;
    }
}

@media screen and (max-width: 767px) {
    .banner-solution {
        height: 300px;
        margin-top: 40px;
    }
    .banner-solution .txt {
        padding-top: 10%;
    }
    .banner-solution .txt h1 {
        font-size: 30px;
    }
    .banner-solution .btns button {
        width: 100px;
        height: 30px;
        margin-right: 15px;
    }
    .banner-solution .word-tips {
        display: none;
        width: calc(100% - 20px);
        height: auto;
    }
    .banner-solution .word-tips p {
        font-size: 12px;
    }
    .banner-solution .word-tips p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        opacity: 0.5;
    }
}

@media screen and (max-width: 450px) {
    .banner-solution .txt {
        padding-top: 25%;
    }
    .banner-solution .txt h1 {
        font-size: 24px;
    }
}

/* 导航 */

.inner-head {
    transition: all 1s;
}

.inner-head.fixed-head {
    top: -126px;
}

.inner-head.scrolltop {
    top: 0;
}

.page-tab-nav {
    background-color: #047CEB;
    border-bottom: 8px solid #28C1FF;
    transition: all 1s;
    position: relative;
}

.page-tab-nav .cur-menu {
    padding: 15px 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
    display: none;
}

.page-tab-nav .cur-menu:after {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../image/icon_down.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: all .4s;
}

.page-tab-nav .cur-menu.open:after {
    transform: rotate(180deg);
}

.page-tab-nav ul li {
    float: left;
    width: 14.28571%;
    position: relative;
    transition: all .5s;
}

.page-tab-nav ul li a {
    display: block;
    padding: 30px 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.page-tab-nav ul li a.active {
    background-color: #28C1FF;
}

.page-tab-nav ul li a:hover {
    background-color: #28C1FF;
}

.page-tab-nav.fixed-page {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.page-tab-nav.scrolltop {
    top: 90px;
}

.page-tab-nav-3 ul li {
    width: 33.33%;
}

.page-tab-nav-4 ul li {
    width: 25%;
}

.page-tab-nav-5 ul li {
    width: 20%;
}

.page-tab-nav-6 ul li {
    width: 16.66667%;
}

@media screen and (max-width: 1440px) {
    .page-tab-nav {
        border-bottom-width: 6px;
    }
    .page-tab-nav ul li a {
        font-size: 20px;
        padding: 25px 0;
    }
    .inner-head.fixed-head {
        top: -110px;
    }
    .inner-head.scrolltop {
        top: 0;
    }
    .page-tab-nav.scrolltop {
        top: 79px;
    }
}

@media screen and (max-width: 1200px) {
    .page-tab-nav {
        border-bottom-width: 4px;
    }
    .page-tab-nav ul li a {
        font-size: 18px;
        padding: 20px 0;
    }
    .inner-head.fixed-head {
        top: -100px;
    }
    .inner-head.scrolltop {
        top: 0;
    }
    .page-tab-nav.scrolltop {
        top: 68px;
    }
}

@media screen and (max-width: 1000px) {
    .page-tab-nav ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-tab-nav {
        z-index: 9;
    }
    .page-tab-nav .cur-menu {
        display: block;
        padding: 15px 0;
    }
    .page-tab-nav .cur-menu:after {
        right: 0;
    }
    .page-tab-nav .w1400 .cur-menu {
        padding: 15px 20px;
    }
    .page-tab-nav .w1400 .cur-menu:after {
        right: 20px;
    }
    .page-tab-nav ul {
        display: none;
        position: absolute;
        top: 57px;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
    .page-tab-nav ul li a {
        font-size: 16px;
        padding: 15px 0;
        color: #333;
        text-align: left;
        padding-left: 20px;
    }
    .page-tab-nav ul li {
        float: none;
        width: 100%;
    }
    .page-tab-nav ul li a.active {
        color: #fff;
    }
    .page-tab-nav ul li a:hover {
        color: #fff;
    }
}

/* 主要内容 */

.page-item {
    overflow: hidden;
    padding: 60px 0;
}

.page-item .title h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #00114A;
    transition: all .5s;
}

.page-item p {
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

.page-item-hydc {
    background-color: #00114A;
}

.page-item-hydc .title {
    float: left;
    width: 33.20313%;
}

.page-item-hydc .title h2 {
    color: #fff;
}

.page-item-hydc .cont {
    float: right;
    width: 65.625%;
}

.page-item-hydc .cont p {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
}

.page-item-jjfa {
    position: relative;
    padding: 0;
    background-color: #fff;
}

/* .page-item-jjfa:before { content: ''; display: block; width: 100%; height: 82.41379%; background-color: #00114A; position: absolute; left: 0; top: 0; z-index: 1; } */

.page-item-jjfa .jjfa-inner {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 60px 0;
}

/* .page-item-jjfa .jjfa-inner:before { content: ''; display: block; width: 100%; height: 100%; background-color: #047CEB; position: absolute; right: 100%; top: 0; z-index: 1; } */

.page-item-jjfa .title {
    float: left;
    width: 33.20313%;
}

.page-item-jjfa .title h2 {
    color: #001149;
}

.page-item-jjfa .swiper-more {
    overflow: hidden;
    position: relative;
}

.page-item-jjfa .cont {
    float: right;
    width: 65.625%;
}

.page-item-jjfa .cont p {
    color: #666;
    opacity: 0.9;
}

.page-item-jjfa ul {
    margin-top: 40px;
}

.page-item-jjfa ul li {
    float: left;
    width: 21.875%;
    margin: 0 2.34375% 10px 0;
}

.page-item-jjfa ul li .img {
    overflow: hidden;
    border: 2px solid #fff;
    height: 160px;
}

.page-item-jjfa ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.page-item-jjfa ul li .name {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.page-item-jjfa ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-jjfa ul li:hover .name {
    background-color: #28C1FF;
    color: #fff;
}

.page-item-fajg {
    background-color: #f3f4f8;
}

.page-item-fajg .wrap {
    position: relative;
}

.page-item-fajg .title {
    padding-bottom: 10px;
}

.page-item-fajg .lf {
    width: 39.0625%;
    min-height: 457px;
}

.page-item-fajg .lf p {
    margin-top: 25px;
    color: #808080;
}

.page-item-fajg .lf p strong {
    color: #000;
}

.page-item-fajg .rt {
    position: absolute;
    right: -10%;
    top: -20px;
    width: 74.6875%;
}

.page-item-fajg .rt img {
    width: 100%;
}

.page-item-fajg .rt .img {
    width: 68.09623%;
    height: 67.05298%;
    position: absolute;
    left: 15.79498%;
    top: 7.94702%;
}

.page-item-fajg .rt .img span img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-item-wmys {
    position: relative;
    padding-bottom: 0;
    color: #fff;
}

.page-item-wmys:before {
    content: '';
    display: block;
    width: 100%;
    height: 85%;
    background-color: #00114A;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page-item-wmys .title {
    float: left;
    width: 33.20313%;
}

.page-item-wmys .title h2 {
    color: #fff;
}

.page-item-wmys .wrap {
    position: relative;
    z-index: 2;
}

.page-item-wmys .cont {
    float: right;
    width: 65.625%;
    position: relative;
    background-color: #047CEB;
    color: rgba(255, 255, 255, 0.8);
}

.page-item-wmys .cont:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #047CEB;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}

.page-item-wmys .cont ul {
    padding: 60px 0 30px 50px;
}

.page-item-wmys .cont ul li {
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
    text-align: justify;
}

.page-item-wmys .cont ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 11px;
}

.page-item-xgcp .scl-innernav-tab {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper {
    padding: 15px 0;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide {
    border: 1px solid #F5F5F5;
    transition: all .5s;
    position: relative;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .img a {
    height: 300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .img img {
    max-width: 90%;
    transition: all .5s;
    max-height: 90%;
    object-fit: contain;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .info {
    padding: 15px 0 25px;
    transition: all .5s;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .info h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 24px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    margin: 0 5%;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .info h2 a {
    color: #041B3D;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr {
    font-size: 14px;
    padding: 0 16.46341%;
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr a {
    color: #999;
    display: inline-block;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download {
    float: left;
    position: relative;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download .down-drop {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -60px;
    bottom: 100%;
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: .4s;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download .down-drop::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -6px;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download:hover .down-drop {
    transition: .4s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download .drop-inner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 20px;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download .drop-inner a {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    transition: .4s;
    white-space: nowrap;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .download .drop-inner a:hover {
    color: #047CEB;
    transition: .4s;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .opr .normalqs {
    float: right;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide:hover {
    border: 1px solid #047CEB;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide:hover .info {
    background-color: #047CEB;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide:hover .info h2 {
    color: #fff;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide:hover .info h2 a {
    color: #fff;
}

.page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide:hover .opr a {
    color: #81E1FF;
}

.page-item-khcg {
    border-top: 15px solid #e6e6e6;
    border-bottom: 15px solid #e6e6e6;
}

.page-item-khcg .title {
    margin-bottom: 40px;
    line-height: 60px;
}

.page-item-khcg .title h2 {
    float: left;
    line-height: 1;
}

.page-item-khcg .title a.more {
    color: #1B2126;
    font-size: 14px;
    float: right;
    opacity: 0.5;
    vertical-align: middle;
}

.page-item-khcg .title a.more:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack.png) 0 0/cover no-repeat;
    margin-left: 5px;
    transition: all .5s;
    position: relative;
    vertical-align: middle;
    top: -2px;
    left: 0;
}

.page-item-khcg .title a.more:hover {
    opacity: 1;
}

.page-item-khcg .title a.more:hover:after {
    left: 5px;
}

.page-item-khcg .swiper-more2 {
    overflow: hidden;
}

.page-item-khcg ul li .info {
    padding: 15px 20px;
}

.page-item-khcg ul li:hover .info {
    padding-bottom: 100px;
}

.page-item-khcg ul li:hover .info .line {
    border-top: none;
}

.page-item-khcg ul li .info p {
    line-height: 20px;
}

.page-item-khcg ul li .info p * {
    font-size: 12px !important;
    line-height: 20px !important;
    ;
}

.page-item-khcg ul li:hover .info p {
    -webkit-line-clamp: 10;
}

.page-item-wjxz .cont {
    margin-top: 40px;
}

.page-item-wjxz ul li {
    padding: 20px 0;
}

.page-item-wjxz ul li h3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.page-item-wjxz ul li h3 a {
    color: #000;
}

.page-item-wjxz ul li .opr {
    float: right;
}

.page-item-wjxz ul li .opr a {
    display: inline-block;
    margin-left: 50px;
    font-size: 12px;
    vertical-align: middle;
    color: #999;
}

.page-item-wjxz ul li .opr a i {
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.page-item-wjxz ul li .opr a .icon-download {
    background-image: url(../image/icon_download.png);
}

.page-item-wjxz ul li .opr a .icon-fsemal {
    background-image: url(../image/icon_email.png);
}

.page-item-wjxz ul li .opr a:hover {
    color: #000;
}

.page-item-wjxz ul li .opr a:hover .icon-download {
    background-image: url(../image/icon_download_on.png);
}

.page-item-wjxz ul li .opr a:hover .icon-fsemal {
    background-image: url(../image/icon_email_on.png);
}

@media screen and (max-width: 1440px) {
    .page-item {
        padding: 50px 0;
    }
    .page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .img a {
        height: 240px;
    }
    .page-item .title {
        line-height: 50px;
    }
    .page-item .title h2 {
        font-size: 50px;
    }
    .page-item p {
        font-size: 14px;
    }
    .page-item-jjfa {
        padding: 0;
    }
    .page-item-jjfa ul li .name {
        font-size: 16px;
    }
    .page-item-jjfa ul {
        margin-top: 30px;
    }
    .page-item-fajg .lf p {
        margin-top: 20px;
    }
    .page-item-wmys {
        padding-bottom: 0;
    }
    .page-item-wmys .cont ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .page-item-wmys .cont ul {
        padding: 50px 0 20px 40px;
    }
    .page-item-xgcp .scl-innernav-tab {
        margin-top: 20px;
    }
    .page-item-xgcp .scl-innernav-tab .swiper-wrapper .swiper-slide .info h2 {
        font-size: 14px;
    }
    .page-item-khcg .title {
        margin-bottom: 30px;
    }
    .page-item-wjxz .cont {
        margin-top: 30px;
    }
    .page-item-wjxz ul li {
        padding: 15px 0;
    }
    .page-item-wjxz ul li h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item {
        padding: 45px 0;
    }
    .page-item .title {
        line-height: 40px;
    }
    .page-item .title h2 {
        font-size: 40px;
    }
    .page-item-jjfa {
        padding: 0;
    }
    .page-item-jjfa ul li .name {
        font-size: 14px;
    }
    .page-item-jjfa ul {
        margin-top: 25px;
    }
    .page-item-fajg .lf {
        min-height: 400px;
    }
    .page-item-fajg .lf p {
        margin-top: 15px;
    }
    .page-item-fajg .rt {
        width: 60%;
        right: 10px;
        top: 25%;
    }
    .page-item-wmys {
        padding-bottom: 0;
    }
    .page-item-wmys .cont ul {
        padding: 40px 0 15px 30px;
    }
    .page-item-xgcp .scl-innernav-tab {
        margin-top: 15px;
    }
    .page-item-khcg .title {
        margin-bottom: 25px;
    }
    .page-item-wjxz .cont {
        margin-top: 25px;
    }
    .page-item-wjxz ul li {
        padding: 10px 0;
    }
    .page-item-wjxz ul li .opr a {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .page-item .title h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .page-item {
        padding: 30px 0;
    }
    .page-item .title {
        line-height: 34px;
    }
    .page-item .title h2 {
        font-size: 34px;
    }
    .page-item-khcg .title a.more {
        line-height: 34px;
    }
    .page-item-hydc .title {
        float: none;
        width: 100%;
    }
    .page-item-hydc .cont {
        float: none;
        width: 100%;
    }
    .page-item-jjfa .title {
        float: none;
        width: 100%;
    }
    .page-item-jjfa .cont {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .page-item-jjfa {
        padding: 0;
    }
    .page-item-jjfa ul li {
        width: 48%;
        margin-right: 4%;
    }
    .page-item-jjfa ul li .name {
        font-size: 14px;
    }
    .page-item-jjfa ul {
        margin-top: 25px;
    }
    .page-item-fajg .lf {
        width: 100%;
        min-height: 200px;
    }
    .page-item-fajg .lf p {
        margin-top: 15px;
    }
    .page-item-fajg .rt {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .mic {
        position: relative;
    }
    .page-item-wmys {
        padding-bottom: 0;
    }
    .page-item-wmys .title {
        width: 100%;
        float: none;
    }
    .page-item-wmys .cont ul {
        padding: 30px 0 15px 20px;
    }
    .page-item-wmys .cont {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .page-item-xgcp .scl-innernav-tab {
        margin-top: 10px;
    }
    .page-item-khcg .title {
        margin-bottom: 20px;
    }
    .page-item-khcg ul li:last-child {
        margin-right: 4%;
    }
    .page-item-wjxz .cont {
        margin-top: 20px;
    }
    .page-item-wjxz ul li {
        padding: 10px 0;
    }
    .page-item-wjxz ul li h3 {
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page-item-wjxz ul li .opr a .icon-download {
        margin-right: 0px;
    }
    .page-item-wjxz ul li .opr a i {
        margin-right: 0;
    }
    .page-item-wjxz ul li .opr a {
        margin-left: 6px;
    }
}

@media screen and (max-width: 450px) {
    .page-item .title {
        line-height: 20px;
    }
    .page-item .title h2 {
        font-size: 20px;
    }
    .page-item-khcg .title a.more {
        line-height: 20px;
    }
}

/* ***********解决方案详情 E*********** */

/* =====视频弹窗 S===== */

#videoPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup .video-box {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#videoPopup .video-box video {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#videoPopup .video-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
}

#videoPopup .video-box .close span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup .video-box .close .close:hover {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
    #videoPopup .video-box {
        width: auto;
        left: 20px;
        right: 20px;
    }
    #videoPopup .video-box .close {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 10px;
    }
    #videoPopup .video-box .close span {
        line-height: 20px;
        font-size: 12px;
        position: relative;
        top: -2px;
    }
}

@media screen and (max-width: 768px) {
    #videoPopup .video-box .close {
        width: 20px;
        height: 20px;
        top: -50px;
        right: 0px;
    }
    #videoPopup .video-box .close span {
        line-height: 20px;
        font-size: 12px;
        position: relative;
        top: -2px;
    }
}

/* =====视频弹窗 E===== */

/* ***********联系我们 S*********** */

.banner-contact .txt {
    padding-bottom: 2%;
}

.banner-contact .contact-block li {
    float: left;
    width: 23.82813%;
    margin-right: 1.5625%;
    background-color: rgba(5, 196, 255, 0.25);
    text-align: center;
    padding: 20px 0;
    height: 180px;
}

.banner-contact .contact-block li:last-child {
    margin-right: 0;
}

.banner-contact .contact-block li .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
    transition: all .5s;
    margin: 0 auto;
}

.banner-contact .contact-block li .icon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-contact .contact-block li .icon i img {
    width: 100%;
}

.banner-contact .contact-block li .name {
    margin: 5px 0;
    word-wrap: break-word;
    color: #28C1FF;
    font-size: 24px;
}

.banner-contact .contact-block li .name.tell {
    font-family: 'DINAlternate-Bold';
}

.banner-contact .contact-block li .name a {
    color: #28C1FF;
}

.banner-contact .contact-block li .name a.wap {
    display: none;
}

.banner-contact .contact-block li .tit {
    font-size: 16px;
}

.banner-contact .contact-block li .p {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
}

.banner-contact .contact-block li:hover .icon {
    transform: rotateY(180deg);
}

.banner-contact .contact-block .qrcode li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: transparent;
    padding: 0;
    height: auto;
    margin: 10px 5%;
}

.banner-contact .contact-block .qrcode li .img {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.banner-contact .contact-block .qrcode li .img img {
    width: 100%;
}

.banner-contact .contact-block .qrcode li .nm {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .banner-contact .contact-block li .icon {
        width: 40px;
        height: 40px;
    }
    .banner-contact .contact-block li .icon i {
        width: 20px;
        height: 20px;
    }
    .banner-contact .contact-block li .name {
        font-size: 20px;
    }
    .banner-contact .contact-block li .tit {
        font-size: 14px;
    }
    .banner-contact .contact-block li {
        height: 160px;
    }
    .banner-contact .contact-block .qrcode li .img {
        width: 90px;
    }
    .banner-contact .contact-block .qrcode li {
        margin: 0 5%;
    }
}

@media screen and (max-width: 1200px) {
    .banner-contact .contact-block li .icon {
        width: 35px;
        height: 35px;
    }
    .banner-contact .contact-block li .icon i {
        width: 16px;
        height: 16px;
    }
    .banner-contact .contact-block li .name {
        margin: 0;
        font-size: 18px;
    }
    .banner-contact .contact-block li {
        height: 130px;
        padding: 12px 0;
    }
    .banner-contact .contact-block .qrcode li .img {
        width: 80px;
    }
    .banner-contact .contact-block .qrcode li {
        margin: 0 2%;
    }
}

@media screen and (max-width: 1000px) {
    .banner-contact {
        background-position: 80% center;
        height: 450px;
    }
    .banner-contact .txt {
        padding-top: 5%;
    }
    .banner-contact .contact-block {
        position: relative;
    }
    .banner-contact .contact-block li {
        width: 100%;
        padding: 6px 10px;
        height: auto;
        vertical-align: middle;
        text-align: left;
        margin-bottom: 5px;
    }
    .banner-contact .contact-block li .icon {
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        margin-right: 6px;
    }
    .banner-contact .contact-block li .icon i {
        width: 10px;
        height: 10px;
    }
    .banner-contact .contact-block li .name {
        line-height: 1.5;
        display: inline-block;
        font-size: 16px;
    }
    .banner-contact .contact-block li .name a.pc {
        display: none;
    }
    .banner-contact .contact-block li .name a.wap {
        display: block;
    }
    .banner-contact .contact-block li .tit {
        display: none;
    }
    .banner-contact .contact-block li .p {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .banner-contact {
        height: 400px;
    }
    .banner-contact .txt {
        padding-top: 10%;
    }
}

.page-item-cjwt .title {
    line-height: 60px;
}

.page-item-cjwt .title h2 {
    float: left;
}

.page-item-cjwt .title a.tmore {
    float: right;
    font-size: 18px;
    color: #041B3D;
    vertical-align: middle;
    opacity: 0.5;
}

.page-item-cjwt .title a.tmore:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack.png);
    margin-left: 6px;
    transition: all .5s;
    position: relative;
    left: 0;
}

.page-item-cjwt .title a.tmore:hover {
    opacity: 1;
}

.page-item-cjwt .title a.tmore:hover:after {
    left: 10px;
}

.cjwt-item {
    margin-top: 40px;
}

.cjwt-item dl {
    margin-bottom: 15px;
    color: #4D4D4D;
}

.cjwt-item dl dt {
    display: block;
    border: 1px solid #E7E6EA;
    padding: 15px 16px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.cjwt-item dl dt h3 {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cjwt-item dl dt:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../image/icon_add.png);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

.cjwt-item dl dd {
    display: none;
    background-color: #FAFAFA;
    padding: 20px 0;
}

.cjwt-item dl dd p {
    padding: 0 37px 0;
    margin-bottom: 5px;
    font-size: 14px;
}

.cjwt-item dl.active dt {
    color: #047CEB;
    border-color: transparent;
    border-bottom: 1px solid #F1F1F1;
}

.cjwt-item dl.active dt h3 {
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
}

.cjwt-item dl.active dt:after {
    background-image: url(../image/icon_reduce.png);
}

.cjwt-item dl:hover dt {
    color: #047CEB;
}

@media screen and (max-width: 1440px) {
    .page-item-cjwt .title {
        line-height: 50px;
    }
    .page-item-cjwt .title a.tmore {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-cjwt .cjwt-item {
        margin-top: 20px;
    }
    .page-item-cjwt .title {
        line-height: 40px;
    }
    .page-item-cjwt .title a.tmore {
        font-size: 14px;
    }
    .cjwt-item dl dt {
        padding: 10px;
        font-size: 16px;
    }
    .cjwt-item dl dd p {
        padding: 10px 30px 5px;
    }
}

/* 意见反馈 */

.page-item-yjfk {
    background-color: #00114A;
    padding-bottom: 0;
}

.page-item-yjfk .title {
    float: left;
    width: 23.4375%;
}

.page-item-yjfk .title h2 {
    color: #fff;
}

.page-item-yjfk .cont {
    float: right;
    width: 76.5625%;
    position: relative;
    background-color: #047CEB;
    color: #fff;
}

.page-item-yjfk .cont:after {
    content: '';
    display: block;
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #047CEB;
}

.page-item-yjfk .FeedbackForm {
    padding: 50px 12% 90px 5%;
}

.page-item-yjfk .FeedbackForm .tips {
    color: #80BFFF;
    font-size: 14px;
    margin-bottom: 25px;
}

.page-item-yjfk .FeedbackForm .ipt-item {
    margin-bottom: 10px;
}

.page-item-yjfk .FeedbackForm .inner-ipt .name {
    padding: 20px 0 15px;
    font-size: 16px;
}

.page-item-yjfk .FeedbackForm .inner-ipt .inpt {
    background-color: #fff;
    position: relative;
}

.page-item-yjfk .FeedbackForm .inner-ipt label {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    color: red;
}

.page-item-yjfk .FeedbackForm .inner-ipt input {
    outline: none;
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 12px 20px 13px;
}

.page-item-yjfk .FeedbackForm .inner-ipt textarea {
    outline: none;
    border: none;
    width: 100%;
    height: 170px;
    font-size: 18px;
    padding: 12px 20px 13px;
}

.page-item-yjfk .FeedbackForm .inpt-sex {
    position: relative;
}

.page-item-yjfk .FeedbackForm .inpt-sex input {
    width: calc(100% - 140px);
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex span {
    display: inline-block;
    margin-right: 25px;
    color: #047CEB;
    opacity: 0.4;
    vertical-align: middle;
    cursor: pointer;
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex span:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex .male:before {
    background-image: url(../image/icon_male.png);
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex .famale:before {
    background-image: url(../image/icon_famale.png);
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex span.active {
    opacity: 1;
}

.page-item-yjfk .FeedbackForm .inpt-sex .select-sex span:hover {
    opacity: 1;
}

.page-item-yjfk .FeedbackForm .slt-box {
    color: #333;
    font-size: 18px;
    position: relative;
    z-index: 99;
}

.page-item-yjfk .FeedbackForm .slt-box h3 {
    opacity: 0.5;
    padding: 12px 20px 13px;
    position: relative;
    cursor: pointer;
}

.page-item-yjfk .FeedbackForm .slt-box h3:after {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../image/icon_down3.png);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: all .5s;
}

.page-item-yjfk .FeedbackForm .slt-box ul {
    position: absolute;
    top: 90%;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}

.page-item-yjfk .FeedbackForm .slt-box ul li {
    padding: 5px 20px;
    cursor: pointer;
}

.page-item-yjfk .FeedbackForm .slt-box ul li:hover {
    background-color: #28C1FF;
    color: #fff;
}

.page-item-yjfk .FeedbackForm .slt-box.active h3 {
    opacity: 1;
}

.page-item-yjfk .FeedbackForm .slt-box.active h3:after {
    transform: rotate(180deg);
}

.page-item-yjfk .FeedbackForm .slt-box.active ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.page-item-yjfk .FeedbackForm .code .inpt {
    float: left;
    width: 82.5%;
}

.page-item-yjfk .FeedbackForm .code .vtCode {
    float: right;
    display: block;
    width: 16.25%;
    cursor: pointer;
    overflow: hidden;
}

.page-item-yjfk .FeedbackForm .code .vtCode img {
    width: 100%;
}

.page-item-yjfk .ipt-item-z10 {
    position: relative;
    z-index: 3;
}

.page-item-yjfk .ipt-item-z9 {
    position: relative;
    z-index: 2;
}

.page-item-yjfk .btns {
    margin-top: 30px;
}

.page-item-yjfk .btns .btn-submit {
    width: 170px;
    border: none;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: #28C1FF;
}

.page-item-yjfk .btns .btn-submit:hover {
    background-color: #00114A;
}

@media screen and (max-width: 1440px) {
    .page-item-yjfk .FeedbackForm .tips {
        margin-bottom: 20px;
    }
    .page-item-yjfk .FeedbackForm .ipt-item {
        margin-bottom: 8px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt .name {
        font-size: 14px;
        padding: 15px 0 10px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt input {
        padding: 10px 15px 11px;
        font-size: 16px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt textarea {
        padding: 10px 15px 11px;
        font-size: 16px;
    }
    .page-item-yjfk .FeedbackForm .slt-box h3 {
        padding: 10px 15px 11px;
    }
    .page-item-yjfk .FeedbackForm .slt-box {
        font-size: 16px;
    }
    .page-item-yjfk .FeedbackForm .slt-box ul li {
        padding: 5px 15px;
    }
    .page-item-yjfk .btns .btn-submit {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-yjfk .FeedbackForm .tips {
        margin-bottom: 15px;
    }
    .page-item-yjfk .FeedbackForm .ipt-item {
        margin-bottom: 8px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt .name {
        padding: 8px 0 6px;
    }
    .page-item-yjfk .FeedbackForm .inpt-sex .select-sex span {
        margin-right: 15px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt input {
        padding: 8px 10px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt textarea {
        padding: 8px 10px;
    }
    .page-item-yjfk .FeedbackForm .slt-box h3 {
        padding: 8px 10px;
    }
    .page-item-yjfk .FeedbackForm .slt-box ul li {
        padding: 5px 10px;
    }
    .page-item-yjfk .FeedbackForm .code .inpt {
        width: calc(100% - 100px);
    }
    .page-item-yjfk .FeedbackForm .code .vtCode {
        width: 90px;
        height: 38px;
    }
    .page-item-yjfk .FeedbackForm .code .vtCode img {
        width: 100%;
        height: 100%;
    }
    .page-item-yjfk .btns .btn-submit {
        width: 120px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-yjfk .title {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page-item-yjfk .cont {
        float: none;
        width: 100%;
    }
    .page-item-yjfk .FeedbackForm {
        padding: 30px 20px 50px;
    }
    .page-item-yjfk .FeedbackForm .inpt-sex .select-sex span {
        margin-right: 6px;
    }
    .page-item-yjfk .FeedbackForm .inpt-sex input {
        width: calc(100% - 110px);
    }
    .page-item-yjfk .FeedbackForm .inner-ipt input {
        font-size: 14px;
    }
    .page-item-yjfk .FeedbackForm .slt-box {
        font-size: 14px;
    }
    .page-item-yjfk .FeedbackForm .inner-ipt textarea {
        font-size: 14px;
    }
    .page-item-yjfk .btns .btn-submit {
        font-size: 14px;
    }
}

/* 经销商加盟 */

.jxjm-item {
    margin-top: 40px;
}

.jxjm-item .tab-nav li {
    float: left;
    background-color: #047CEB;
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.jxjm-item .tab-nav li a {
    color: #fff;
    display: block;
    padding: 18px 0;
}

.jxjm-item .tab-nav li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .5s;
}

.jxjm-item .tab-nav li.active:after {
    display: block;
    left: 0;
    width: 100%;
}

.jxjm-item .tabcont .item {
    border: 1px solid #047CEB;
    display: none;
}

.jxjm-item .tabcont .item table td:first-child {
    width: 150px;
}

.jxjm-item .tabcont .item table th {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.jxjm-item .tabcont .item table th:last-child {
    border-right: none;
}

.jxjm-item .tabcont .item table td {
    font-size: 14px;
    padding: 20px 30px;
    border-right: 1px solid #e7f3fe;
    border-bottom: 1px solid #e7f3fe;
}

.jxjm-item .tabcont .item table td:last-child {
    border-right: none;
}

.jxjm-item .tabcont .item .txt {
    padding: 20px;
}

.jxjm-item .tabcont .item p {
    font-size: 14px;
}

.jxjm-item .btns {
    margin-top: 30px;
}

.jxjm-item .btns .btn {
    width: 170px;
    border: none;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: #28C1FF;
}

.jxjm-item .btns .btn:hover {
    background-color: #00114A;
}

@media screen and (max-width: 1440px) {
    .jxjm-item .tab-nav li {
        font-size: 16px;
    }
    .jxjm-item .tab-nav li a {
        padding: 15px 0;
    }
    .jxjm-item .tabcont .item table th {
        padding: 15px 20px;
    }
    .jxjm-item .tabcont .item table td {
        padding: 15px 20px;
    }
    .jxjm-item .btns .btn {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .jxjm-item .tab-nav li {
        font-size: 16px;
    }
    .jxjm-item .tab-nav li a {
        padding: 15px 0;
    }
    .jxjm-item .tabcont .item table th {
        padding: 15px 20px;
        font-size: 16px;
    }
    .jxjm-item .tabcont .item table td {
        padding: 15px 20px;
    }
    .jxjm-item .btns .btn {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .jxjm-item {
        margin-top: 20px;
    }
    .jxjm-item .tab-nav li {
        font-size: 14px;
    }
    .jxjm-item .tab-nav li a {
        padding: 12px 5%;
    }
    .jxjm-item .tabcont .item table th {
        padding: 12px 15px;
        font-size: 14px;
    }
    .jxjm-item .tabcont .item table td {
        padding: 12px 15px;
    }
    .jxjm-item .btns .btn {
        width: 120px;
        height: 40px;
    }
    .jxjm-item .tabcont .item table td:first-child {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .jxjm-item .tab-nav li a {
        padding: 10px 5%;
    }
    .jxjm-item .tabcont .item table th {
        padding: 10px;
    }
    .jxjm-item .tabcont .item table td {
        padding: 10px;
    }
    .jxjm-item .btns .btn {
        font-size: 14px;
    }
    .jxjm-item .tabcont .item table td:first-child {
        width: 80px;
    }
}

/* 问卷调查 */

.page-item-wjdc {
    background-color: #047CEB;
}

.page-item-wjdc .title h2 {
    color: #fff;
}

.page-item-wjdc .swiper-tiaocha {
    overflow: hidden;
}

.page-item-wjdc ul {
    margin-top: 40px;
}

.page-item-wjdc ul li {
    float: left;
    width: 32.03125%;
    margin-right: 1.95313%;
    background-color: rgba(5, 196, 255, 0.4);
    transition: all .5s;
    position: relative;
    top: 0;
}

.page-item-wjdc ul li:last-child {
    margin-right: 0;
}

.page-item-wjdc ul li h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 30px 0;
    background-color: #28C1FF;
}

.page-item-wjdc ul li .ct {
    padding: 30px 10% 25px;
}

.page-item-wjdc ul li .ct p {
    height: 100px;
    font-size: 12px;
    color: #fff;
}

.page-item-wjdc ul li .ct .jieshou {
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.page-item-wjdc ul li .ct .jieshou a {
    color: #fff;
}

.page-item-wjdc ul li .ct .jieshou:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    background-image: url(../image/icon_gowhite.png);
    left: 0;
    transition: all .5s;
}

.page-item-wjdc ul li .ct .jieshou:hover:after {
    left: 10px;
}

.page-item-wjdc ul li:hover {
    top: -10px;
}

@media screen and (max-width: 1440px) {
    .page-item-wjdc ul li h3 {
        padding: 25px 0;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-wjdc ul {
        margin-top: 20px;
    }
    .page-item-wjdc ul li h3 {
        padding: 20px 0;
    }
    .page-item-wjdc ul li .ct {
        padding: 20px 5% 15px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-wjdc ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
    }
    .page-item-wjdc ul li h3 {
        padding: 15px 0;
    }
    .page-item-wjdc ul li .ct {
        padding: 15px 5% 10px;
    }
    .page-item-wjdc ul li .ct p {
        height: auto;
        margin-bottom: 20px;
    }
}

/* ***********联系我们 E*********** */

/* ***********数字化工具 E*********** */

.page-item-dypd {
    background-color: #00114A;
    padding-bottom: 100px;
}

.page-item-dypd .title {
    width: 34.375%;
    float: left;
}

.page-item-dypd .title h2 {
    color: #fff;
}

.page-item-dypd .cont {
    float: right;
    width: 65.625%;
}

.page-item-dypd .cont .txt {
    float: left;
    width: 72.61905%;
    font-size: 16px;
}

.page-item-dypd .cont .txt p {
    height: 90px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.9;
}

.page-item-dypd .cont .txt .go {
    color: #fff;
    vertical-align: middle;
}

.page-item-dypd .cont .txt .go a {
    color: #fff;
}

.page-item-dypd .cont .txt .go a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url(../image/icon_gowhite.png);
    margin-left: 10px;
    transition: all .5s;
    position: relative;
    vertical-align: middle;
    z-index: -1px;
    left: 0;
}

.page-item-dypd .cont .txt .go a:hover:after {
    left: 5px;
}

.page-item-dypd .cont .qrcode {
    float: right;
    width: 16.66667%;
}

.page-item-dypd .cont .qrcode .img {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 4px;
}

.page-item-dypd .cont .qrcode .img img {
    width: 100%;
}

.page-item-dypd .cont .qrcode .name {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {
    .page-item-dypd .cont .qrcode .img {
        padding: 2px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-dypd .cont .qrcode .img {
        padding: 0px;
    }
    .page-item-dypd .cont .txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-dypd .title {
        float: none;
        width: 100%;
    }
    .page-item-dypd .cont {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .page-item-dypd .cont .txt p {
        height: auto;
        margin-bottom: 20px;
    }
}

/* 订单进度可视化 */

.page-item-ddjd {
    padding: 0;
    position: relative;
    margin-top: -76px;
}

.digital-box-l {
    background-color: #047CEB;
    position: relative;
    padding: 50px 0 90px;
}

.digital-box-l:before {
    content: '';
    display: block;
    width: 1600px;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #047CEB;
}

.digital-box-l:after {
    content: '';
    display: block;
    width: 10.9375%;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #047CEB;
}

.digital-box-l .title h2 {
    color: #fff;
}

.digital-box-l .title p {
    color: rgba(255, 255, 255, 0.8);
}

.digital-box-l .title ul li {
    color: #fff;
}

.digital-box-r {
    background-color: #047CEB;
    position: relative;
    padding: 50px 0 90px;
}

.digital-box-r:before {
    content: '';
    display: block;
    width: 10.9375%;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #047CEB;
}

.digital-box-r:after {
    content: '';
    display: block;
    width: 1600px;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #047CEB;
}

.digital-box-r .title h2 {
    color: #fff;
}

.digital-box-r .title p {
    color: rgba(255, 255, 255, 0.8);
}

.digital-box-r .title ul li {
    color: #fff;
}

.digital-box .title {
    width: 45.70313%;
}

.digital-box .title h2 {
    margin-top: 32px;
}

.digital-box .title p {
    font-size: 16px;
    margin: 30px 0 90px;
}

.digital-box .title ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    min-width: 64px;
    margin-right: 110px;
}

.digital-box .title ul li:last-child {
    margin-right: 0;
}

.digital-box .title ul li .icon {
    display: block;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    border: 2px solid #fff;
    vertical-align: middle;
    text-align: center;
}

.digital-box .title ul li .icon img {
    width: 66%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.digital-box .title ul li span {
    display: block;
    margin-top: 10px;
}

.digital-box .title ul li:hover .icon {
    animation-name: headShake;
    animation-duration: 1s;
}

.digital-box .title.fr {
    text-align: right;
}

.digital-box .title.fr p {
    text-align: right;
    color: #999;
}

.digital-box .title.fr ul li {
    margin-left: 90px;
    margin-right: 0;
}

.digital-box .title.fr ul li:first-child {
    margin-left: 0;
}

.digital-box .title.fr ul li .icon {
    border-color: #047CEB;
}

.digital-box .cont {
    width: 54.21875%;
}

.digital-box .cont img {
    max-width: 100%;
}

.digital-box-last .title {
    width: 56.25%;
    margin-top: 100px;
}

.digital-box-last .cont {
    width: 20.15625%;
    margin-left: 10.15625%;
}

.page-item-p0 {
    padding: 0;
    background-color: #f3f4f8;
}

.page-item-p0 .digital-box-r {
    background-color: transparent;
}

.page-item-p0 .digital-box-r:before {
    background-color: transparent;
}

.page-item-p0 .digital-box-r:after {
    background-color: transparent;
}

.page-item-p0 .digital-box .title h2 {
    color: #00104b;
}

.page-item-p0 .digital-box-r .title p {
    color: #999;
}

.page-item-p0 .digital-box-r .title ul li {
    color: #666;
}

.page-item-p0 .digital-box .title ul li .icon {
    border-color: #047CEB;
}

@media screen and (max-width: 1440px) {
    .digital-box-l:after {
        width: 5%;
    }
    .digital-box-r:before {
        width: 5%;
    }
    .digital-box .title ul li {
        margin-right: 80px;
    }
    .digital-box .title.fr ul li {
        margin-left: 70px;
    }
    .digital-box-last .title {
        margin-top: 60px;
    }
    .digital-box-l {
        padding: 40px 0 70px;
    }
    .digital-box-r {
        padding: 40px 0 70px;
    }
    .digital-box .title p {
        font-size: 14px;
        margin: 20px 0 70px;
    }
    .digital-box .title ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .digital-box-l:after {
        width: 10px;
    }
    .digital-box-r:before {
        width: 10px;
    }
    .digital-box .title ul li {
        margin-right: 50px;
    }
    .digital-box .title.fr ul li {
        margin-left: 40px;
    }
    .digital-box .title ul li .icon {
        width: 48px;
        height: 48px;
    }
    .digital-box-last .title {
        margin-top: 60px;
    }
    .digital-box-l {
        padding: 30px 0 50px 20px;
        margin-right: 20px;
        width: auto;
    }
    .digital-box-r {
        padding: 30px 20px 50px 0;
        margin-left: 20px;
        width: auto;
    }
    .digital-box .title p {
        margin: 20px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .digital-box .title {
        width: 100%;
        float: none;
    }
    .digital-box .cont {
        width: 100%;
        float: none;
        margin: 30px auto 0;
        display: block;
        text-align: center;
    }
    .digital-box .title p {
        margin: 10px 0;
    }
    .digital-box .title ul li {
        margin-right: 5%;
    }
    .digital-box .title ul li span {
        margin-top: 5px;
    }
    .digital-box .title ul li .icon {
        width: 38px;
        height: 38px;
    }
    .digital-box .title.fr ul li {
        margin-left: 5%;
    }
}

.jianyicz {
    background-color: #F3F4F8;
    padding: 50px 0 40px;
}

.jianyicz ul li {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    background-color: #fff;
    transition: all .5s;
    position: relative;
    top: 0;
}

.jianyicz ul li:last-child {
    margin-right: 0;
}

.jianyicz ul li i {
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid #047CEB;
    margin: 57px auto 20px;
    text-align: center;
}

.jianyicz ul li i img {
    width: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.jianyicz ul li h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #041B3D;
    text-shadow: 3px 4px 2px rgba(14, 78, 31, 0.16);
}

.jianyicz ul li dl {
    padding: 25px 5% 20px 30%;
}

.jianyicz ul li dl dd {
    vertical-align: top;
    margin-bottom: 30px;
    font-size: 16px;
}

.jianyicz ul li dl dd b {
    display: inline-block;
    color: #28C1FF;
    vertical-align: top;
}

.jianyicz ul li dl dd h4 {
    display: inline-block;
    width: calc(100% - 28px);
    position: relative;
    color: #808080;
    vertical-align: top;
}

.jianyicz ul li dl dd h4 p {
    line-height: 1.2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #B3B3B3;
}

.jianyicz ul li dl dd:last-child {
    margin-bottom: 0;
}

.jianyicz ul li:hover {
    top: -10px;
}

@media screen and (max-width: 1440px) {
    .jianyicz ul li i {
        width: 90px;
        height: 90px;
        margin: 50px auto 20px;
    }
    .jianyicz ul li h3 {
        font-size: 26px;
    }
    .jianyicz ul li dl {
        padding-left: 20%;
    }
    .jianyicz ul li dl dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .jianyicz ul li i {
        width: 80px;
        height: 80px;
        margin: 40px auto 15px;
    }
    .jianyicz ul li h3 {
        font-size: 20px;
    }
    .jianyicz ul li dl {
        padding-left: 10%;
    }
    .jianyicz ul li dl dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .jianyicz ul li {
        height: 310px;
    }
    .jianyicz ul li i {
        width: 60px;
        height: 60px;
        margin: 26px auto 10px;
    }
    .jianyicz ul li h3 {
        font-size: 18px;
    }
    .jianyicz ul li dl {
        padding: 15px 20px 10px;
    }
    .jianyicz ul li dl dd {
        margin-bottom: 10px;
    }
    .jianyicz ul li dl dd h4 p {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .jianyicz ul li {
        height: auto;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .jianyicz ul li i {
        margin-top: 0;
    }
}

/* ***********数字化工具 E*********** */

/* ***********董事长介绍 S*********** */

.Characterintro {
    margin-top: 30px;
    padding-top: 36px;
}

.Characterintro .cont {
    margin-top: 60px;
}

.Characterintro .crc-left {
    float: left;
    width: 34.21875%;
}

.Characterintro .crc-left .img {
    overflow: hidden;
    text-align: center;
}

.Characterintro .crc-left .img img {
    max-width: 100%;
}

.Characterintro .crc-left .info {
    background-color: #047CEB;
    padding: 30px 10%;
    color: #fff;
}

.Characterintro .crc-left .info .man {
    vertical-align: middle;
    font-size: 20px;
}

.Characterintro .crc-left .info .man h2 {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 16px;
}

.Characterintro .crc-left .info .txt {
    margin-top: 30px;
    font-size: 16px;
    opacity: 0.9;
}

.Characterintro .crc-right {
    float: right;
    width: 57.03125%;
}

.Characterintro .crc-right h3 {
    font-size: 40px;
    margin-bottom: 40px;
}

.Characterintro .crc-right p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
    color: #000;
}

.Characterintro .crc-right .brief {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 38px;
}

.Characterintro .crc-right .brief h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.Characterintro .crc-right .brief p {
    color: #7F807F;
}

@media screen and (max-width: 1440px) {
    .Characterintro {
        padding-top: 70px;
        margin-top: 79px;
    }
    .Characterintro .cont {
        margin-top: 40px;
    }
    .Characterintro .crc-left .info {
        padding: 20px 8%;
    }
    .Characterintro .crc-left .info .man {
        font-size: 18px;
    }
    .Characterintro .crc-right {
        width: 60%;
    }
    .Characterintro .crc-right h3 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .Characterintro .crc-right p {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .Characterintro .crc-right .brief {
        padding-top: 30px;
    }
    .Characterintro .crc-right .brief h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .Characterintro {
        padding-top: 60px;
        margin-top: 68px;
    }
    .Characterintro .cont {
        margin-top: 30px;
    }
    .Characterintro .crc-left .info {
        padding: 20px 5%;
    }
    .Characterintro .crc-left .info .man {
        font-size: 16px;
    }
    .Characterintro .crc-left .info .man h2 {
        font-size: 14px;
    }
    .Characterintro .crc-right {
        width: 60%;
    }
    .Characterintro .crc-right h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .Characterintro .crc-right p {
        margin-bottom: 20px;
    }
    .Characterintro .crc-right .brief {
        padding-top: 20px;
    }
    .Characterintro .crc-right .brief h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .Characterintro {
        padding-top: 60px;
        margin-top: 68px;
    }
    .Characterintro .crc-left {
        width: 60%;
        float: none;
        margin: 0 auto;
    }
    .Characterintro .crc-right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .Characterintro .crc-right h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 450px) {
    .Characterintro .crc-left {
        width: 100%;
    }
}

/* 人物经历 */

.page-item-rwjl {
    background-color: #00114A;
    padding-top: 90px;
    background: url(Http://www.znfo.cn/template/pc/web/image/bg_rw.png) center bottom/cover no-repeat;
}

.page-item-rwjl .title h2 {
    color: #fff;
}

.page-item-rwjl .experience {
    position: relative;
    color: #fff;
    margin-top: 160px;
}

.page-item-rwjl .experience:before {
    content: '';
    display: block;
    width: 87.57813%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 98px;
    left: 50%;
    margin-left: -44.14063%;
}

.page-item-rwjl .experience .experience-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    transition: all .5s;
    border-radius: 100%;
    top: 80px;
    background: url(Http://www.znfo.cn/template/pc/web/image/arrow1.png) 0 0/cover no-repeat;
}

.page-item-rwjl .experience .experience-btn.no {
    opacity: 0.5;
    cursor: default;
}

.page-item-rwjl .experience .experience-prev {
    left: 0;
    transform: rotate(-180deg);
}

.page-item-rwjl .experience .experience-next {
    right: 0;
}

.page-item-rwjl .experience-year {
    width: 64.84375%;
}

.page-item-rwjl .experience-year .swiper-slide {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.page-item-rwjl .experience-year .swiper-slide h3 {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 56px;
}

.page-item-rwjl .experience-year .swiper-slide span {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    transition: all .5s;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -6px;
    cursor: pointer;
}

.page-item-rwjl .experience-year .swiper-slide span:before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -1px;
}

.page-item-rwjl .experience-year .swiper-slide.on h3 {
    font-size: 40px;
    color: #047CEB;
    position: relative;
    top: -5px;
}

.page-item-rwjl .experience-year .swiper-slide.on span {
    border: 6px solid #047CEB;
    width: 16px;
    height: 16px;
    bottom: 0;
}

.page-item-rwjl .experience-year .swiper-slide.on span:before {
    bottom: 10px;
}

.page-item-rwjl .experience-swiper {
    width: 64.84375%;
    margin-top: 70px;
}

.page-item-rwjl .experience-swiper .text p {
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    .page-item-rwjl .experience {
        margin-top: 120px;
    }
    .page-item-rwjl .experience-swiper {
        margin-top: 50px;
    }
    .page-item-rwjl .experience-year .swiper-slide h3 {
        font-size: 18px;
    }
    .page-item-rwjl .experience-year .swiper-slide.on h3 {
        font-size: 32px;
    }
    .page-item-rwjl .experience-swiper .text p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-rwjl {
        padding-top: 70px;
    }
    .page-item-rwjl .experience {
        margin-top: 100px;
    }
    .page-item-rwjl .experience-year {
        width: 80%;
    }
    .page-item-rwjl .experience-swiper {
        margin-top: 40px;
        width: 80%;
    }
    .page-item-rwjl .experience-year .swiper-slide h3 {
        font-size: 16px;
    }
    .page-item-rwjl .experience-year .swiper-slide.on h3 {
        font-size: 30px;
    }
    .page-item-rwjl .experience-swiper .text p {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-rwjl {
        padding-top: 50px;
    }
    .page-item-rwjl .experience {
        margin-top: 60px;
    }
    .page-item-rwjl .experience-year {
        width: 80%;
    }
    .page-item-rwjl .experience-swiper {
        margin-top: 40px;
        width: 80%;
    }
    .page-item-rwjl .experience-year .swiper-slide h3 {
        font-size: 16px;
    }
    .page-item-rwjl .experience-year .swiper-slide.on h3 {
        font-size: 24px;
    }
    .page-item-rwjl .experience-swiper .text p {
        margin-bottom: 20px;
    }
    .page-item-rwjl .experience .experience-btn {
        width: 20px;
        height: 20px;
        top: 90px;
    }
}

/* 主要荣誉 */

.page-item-zyry {
    background-color: #E8F4FF;
    padding: 110px 0;
}

.page-item-zyry .Majorhonors {
    margin-top: 60px;
}

.page-item-zyry .Majorhonors .swiper-honors .img {
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
}

.page-item-zyry .Majorhonors .swiper-honors .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #131415;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

.page-item-zyry .Majorhonors .swiper-honors .img img {
    width: 100%;
}

.page-item-zyry .Majorhonors .swiper-honors .name {
    text-align: center;
    background-color: #28C1FF;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
}

.page-item-zyry .Majorhonors .swiper-honors .swiper-slide-active .img:after {
    opacity: 0;
}

.page-item-zyry .Majorhonors .swiper-honors .swiper-slide-active .name {
    opacity: 1;
    visibility: visible;
}

.page-item-zyry .Majorhonors .swiper-honors .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 13px 22px;
    color: #fff;
    right: 29.16667%;
    margin-top: -50px;
}

.page-item-zyry .Majorhonors .swiper-honors .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 13px 22px;
    color: #fff;
    left: 29.16667%;
    margin-top: -50px;
}

.page-item-zyry .word-tips {
    margin-top: 45px;
}

@media screen and (max-width: 1440px) {
    .page-item-zyry .Majorhonors .swiper-honors .name {
        font-size: 16px;
    }
    .page-item-zyry {
        padding: 90px 0;
    }
    .page-item-zyry .Majorhonors {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-zyry .Majorhonors .swiper-honors .name {
        font-size: 14px;
        padding: 10px 10px;
    }
    .page-item-zyry {
        padding: 80px 0;
    }
    .page-item-zyry .Majorhonors {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-zyry {
        padding: 60px 0;
    }
    .page-item-zyry .Majorhonors {
        margin-top: 30px;
    }
    .page-item-zyry .Majorhonors .swiper-honors .swiper-button-next {
        right: 5%;
    }
    .page-item-zyry .Majorhonors .swiper-honors .swiper-button-prev {
        left: 5%;
    }
}

/* 人物评价 */

.page-item-rwpl {
    background-color: #fff;
    padding: 110px 0;
}

.page-item-rwpl .title h2 {
    color: #0a1b51;
}

.Charevaluation {
    margin-top: 60px;
}

.Charevaluation .eval-left {
    width: 54.84375%;
    float: left;
    color: #666;
}

.Charevaluation .evalCont {
    height: 594px;
    overflow: hidden;
}

.Charevaluation .evalCont li {
    float: left;
    width: 100%;
}

.Charevaluation .evalCont .txt {
    margin-bottom: 40px;
}

.Charevaluation .evalCont p span {
    display: block;
    text-align: right;
}

.Charevaluation .zl-scrollBarBox {
    background-color: #5e688c;
    width: 4px;
}

.Charevaluation .zl-scrollBar {
    background-color: #5e688c;
    opacity: 0.6;
}

.Charevaluation .eval-right {
    width: 41.40625%;
    float: right;
}

.Charevaluation .eval-right img {
    width: 100%;
}

.evalCont .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #5e688c !important;
}

@media screen and (max-width: 1440px) {
    .page-item-rwpl {
        padding: 90px 0;
        border-bottom-width: 10px;
    }
    .Charevaluation .evalCont {
        height: 500px;
    }
    .Charevaluation {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-rwpl {
        padding: 80px 0;
        border-bottom-width: 8px;
    }
    .Charevaluation .evalCont {
        height: 436px;
    }
    .Charevaluation {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-rwpl {
        padding: 60px 0;
        border-bottom-width: 5px;
    }
    .Charevaluation .evalCont {
        height: 300px;
    }
    .Charevaluation {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .Charevaluation .eval-left {
        width: 100%;
        float: none;
    }
    .Charevaluation .eval-right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

.page-item-blzt {
    background-color: #f3f3f3;
    padding: 50px 0px 0px 0px;
    text-align: center;
}

.page-item-blzt .cont {
    margin-top: 60px;
}

.page-item-blzt .swiper-book {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.page-item-blzt .txt {
    width-: 340px;
    margin: 0 auto;
}

.page-item-blzt .img {
    margin: 40px auto;
    position: relative;
}

.page-item-blzt .img:before {
    content: '';
    display: block;
    width: 485px;
    height: 485px;
    background-color: #ededed;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -242px;
    top: -20px;
    z-index: 0;
    opacity: 0.5;
}

.page-item-blzt .img img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.page-item-blzt .btns a {
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #047CEB;
    position: relative;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
}

.page-item-blzt .btns a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
    z-index: 0;
}

.page-item-blzt .btns a i.icon-download {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    background: url(../image/icon_download_white.png);
    margin-left: 7px;
    position: relative;
    top: -2px;
}

.page-item-blzt .btns a span {
    position: relative;
    z-index: 2;
}

.page-item-blzt .btns a:hover:after {
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .page-item-blzt {
        padding: 90px 0;
    }
    .page-item-blzt .cont {
        margin-top: 50px;
    }
    .page-item-blzt .btns a {
        width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-blzt {
        padding: 80px 0;
    }
    .page-item-blzt .cont {
        margin-top: 40px;
    }
    .page-item-blzt .btns a {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-blzt {
        padding: 60px 0;
    }
    .page-item-blzt .cont {
        margin-top: 30px;
    }
    .page-item-blzt .txt {
        width: 300px;
    }
    .page-item-blzt .img:before {
        width: 220px;
        height: 220px;
        margin-left: -110px;
    }
}

/* ***********董事长介绍 E*********** */

/* ***********成功案例 S*********** */

.banner-cases {
    margin-top: 90px;
    overflow: hidden;
    background: center top /cover no-repeat;
    position: relative;
    color: #fff;
}

.banner-cases .banner-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 6;
}

.banner-cases .banner-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-cases .txt {
    padding: 10% 0 5%;
    position: relative;
}

.banner-cases .txt .word {
    overflow: hidden;
}

.banner-cases .txt h1 {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 10px;
}

.banner-cases .txt p {
    font-size: 16px;
    text-shadow: 3px 5px 0px rgba(27, 32, 80, 0.07);
    font-weight: 300;
}

@media screen and (max-width: 1440px) {
    .banner-cases {
        margin-top: 79px;
    }
    .banner-cases .txt h1 {
        font-size: 40px;
    }
    .banner-cases .txt p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-cases {
        margin-top: 68px;
    }
    .banner-cases .txt h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .banner-cases .txt {
        padding-top: 10%;
    }
    .banner-cases .txt h1 {
        font-size: 30px;
    }
    .banner .swiper-container .swiper-wrapper .swiper-slide {
        height: 300px;
    }
    .banner .swiper-container .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .banner .swiper-container .swiper-wrapper .swiper-slide img {
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width: 450px) {
    .banner-cases .txt {
        padding-top: 20%;
    }
    .banner-cases .txt h1 {
        font-size: 24px;
    }
}

.cases-lists {
    border-bottom: none;
}

.cases-lists .pro-lists-left {
    margin-top: 50px;
}

.cases-lists .pro-lists-left .menu-head {
    padding: 20px;
    cursor: pointer;
}

.cases-lists .pro-lists-left .menu-head h3 {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    font-weight: bold;
}

.cases-lists .pro-lists-left .menu-head h3 a {
    color: #4D4D4D;
    font-size: 24px;
}

.cases-lists .pro-lists-left .menu-head h3:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.cases-lists .pro-lists-left .menu-body {
    display: none;
}

.cases-lists .pro-lists-left .menu-box.active .menu-head {
    background-color: #047CEB;
}

.cases-lists .pro-lists-left .menu-box.active .menu-head h3 a {
    color: #fff;
}

.cases-lists .pro-lists-left .menu-box.active .menu-head h3:after {
    background-image: url(../image/icon_down.png);
    width: 11px;
    height: 7px;
    margin-top: -3px;
}

.cases-lists .pro-lists-left .menu-box.active .menu-body {
    display: block;
}

.cases-lists .lists-cases {
    margin-top: 59px;
}

.cases-lists .lists-cases li {
    float: left;
    width: 31.36%;
    margin-left: 1.43%;
    margin-bottom: 16px;
    transition: all .5s;
    background-color: #FCFBFF;
}

.cases-lists .lists-cases li a {
    cursor: default;
}

.cases-lists .lists-cases li .info {
    height: 165px;
    padding: 15px 20px;
    position: relative;
}

.cases-lists .lists-cases li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.cases-lists .lists-cases li .info h2 {
    font-size: 14px;
    color: #1B2126;
}

.cases-lists .lists-cases li .info .line {
    margin-top: 15px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.cases-lists .lists-cases li .info .line p {
    color: #666;
    font-size: 12px !important;
    line-height: 20px !important;
}

.cases-lists .lists-cases li .info .line * {
    font-size: 12px !important;
    line-height: 20px !important;
}

.cases-lists .lists-cases li .img {
    overflow: hidden;
    height: 200px;
}

.cases-lists .lists-cases li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.cases-lists .lists-cases li:hover {
    background-color: #047CEB;
}

.cases-lists .lists-cases li:hover .img img {
    transform: scale(1.05);
}

.cases-lists .lists-cases li:hover h2 {
    color: #fff;
    font-weight: bold;
}

.cases-lists .lists-cases li:hover .info:after {
    left: 0;
    width: 100%;
}

.cases-lists .lists-cases li:hover .info .line p {
    color: rgba(255, 255, 255, 0.6);
}

.cases-lists .pages {
    margin: 80px 0;
}

@media screen and (max-width: 1440px) {
    .cases-lists .pro-lists-left .menu-head h3 a {
        font-size: 20px;
    }
    .cases-lists .pages {
        margin: 50px 0;
    }
}

@media screen and (max-width: 1200px) {
    .cases-lists .pro-lists-left {
        margin-top: 30px;
    }
    .cases-lists .pro-lists-left .menu-head {
        padding: 10px;
    }
    .cases-lists .pro-lists-left .menu-head h3 a {
        font-size: 18px;
    }
    .cases-lists .lists-cases li .info {
        padding: 10px 15px;
    }
    .cases-lists .lists-cases {
        margin-top: 40px;
    }
    .cases-lists .pages {
        margin: 20px 0;
    }
}

@media screen and (max-width: 1000px) {
    .cases-lists .pro-lists-left {
        margin-top: 20px;
    }
    .cases-lists .lists-cases li {
        width: 48%;
    }
    .cases-lists .lists-cases li .info {
        padding: 10px 10px;
    }
    .cases-lists .lists-cases {
        margin-top: 30px;
    }
    .cases-lists .pages {
        margin: 20px 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 620px) {
    .cases-lists .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .cases-lists .pro-lists-left {
        padding-left: 10px;
        width: 100px;
    }
    .cases-lists .pro-lists-left .menu-head h3 {
        text-overflow: inherit;
    }
    .cases-lists .pro-lists-left .menu-head h3 a {
        display: inline-block;
        font-size: 16px;
        width: 80%;
        white-space: pre-wrap;
    }
    .cases-lists .lists-cases li .info h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .cases-lists .lists-cases li .info .line {
        margin-top: 5px;
    }
    .cases-lists .lists-cases {
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .cases-lists .pro-lists-left .menu-head h3 a {
        display: inline-block;
    }
    .cases-lists .lists-cases li {
        width: 100%;
    }
    .cases-lists .lists-cases li .info {
        height: auto;
    }
}

/* ***********成功案例 E*********** */

/* ***********常见问题 S*********** */

.comproblem {
    margin: 30px 0 0 30px;
}

@media screen and (max-width: 1200px) {
    .comproblem {
        margin: 0px 20px 0 20px;
    }
    .cjwt-item {
        margin-top: 20px;
    }
}

/* ***********常见问题 E*********** */

/* ***********业务讲堂 S*********** */

.page-item-video {
    background-color: #F3F4F8;
}

.page-item-video .video-tab-nav h2 {
    display: inline-block;
    color: #69728C;
    cursor: pointer;
    font-size: 50px;
    font-weight: normal;
}

.page-item-video .video-tab-nav h2:first-child {
    padding-right: 50px;
    position: relative;
}

.page-item-video .video-tab-nav h2:first-child:after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-item-video .video-tab-nav h2:last-child {
    padding-left: 50px;
}

.page-item-video .video-tab-nav h2.active {
    font-weight: bold;
    color: #00114A;
    font-size: 60px;
}

.video-tab-cont {
    margin-top: 40px;
}

.video-tab-item {
    display: none;
    position: relative;
}

.video-tab-item.on {
    display: block;
}

.video-tab-item .img {
    overflow: hidden;
    position: relative;
}

.video-tab-item .img a {
    display: block;
    position: relative;
    height: 100%;
}

.video-tab-item .img img {
    width: 100%;
    transition: all .5s;
}

.video-tab-item .img a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.video-tab-item .img label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #28C1FF;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.video-tab-item .img .icon-play {
    display: block;
    width: 16px;
    height: 28px;
    background: url(../image/icon_videoplay.png) 0 0/100% 100% no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-tab-item .info {
    background-color: #fff;
    padding: 6px 15px;
    position: relative;
    z-index: 5;
}

.video-tab-item .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.video-tab-item .info h2 {
    color: #1B2126;
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.video-tab-item .info span a {
    color: #28C1FF;
    font-size: 12px;
}

.video-tab-item .video-left {
    width: 56.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 10px);
    overflow: hidden;
}

.video-tab-item .video-left .img {
    height: calc(100% - 66px);
}

.video-tab-item .video-left .img img {
    height: 100%;
    object-fit: cover;
}

.video-tab-item .video-left .info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.video-tab-item .video-left:hover img {
    transform: scale(1.05);
}

.video-tab-item .video-left:hover .info {
    background-color: #047CEB;
}

.video-tab-item .video-left:hover .info h2 {
    color: #fff;
}

.video-tab-item .video-left:hover .info span a {
    color: #fff;
}

.video-tab-item .video-left:hover .info:after {
    left: 0;
    width: 100%;
}

.video-tab-item .video-right {
    width: 43.75%;
    float: right;
}

.video-tab-item .video-right ul li {
    float: left;
    width: 48.21429%;
    margin-left: 1.78571%;
    margin-bottom: 10px;
}

.video-tab-item .video-right ul li:hover img {
    transform: scale(1.05);
}

.video-tab-item .video-right ul li:hover .info {
    background-color: #047CEB;
}

.video-tab-item .video-right ul li:hover .info h2 {
    color: #fff;
}

.video-tab-item .video-right ul li:hover .info span a {
    color: #fff;
}

.video-tab-item .video-right ul li:hover .info:after {
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .page-item-video .video-tab-nav h2 {
        font-size: 40px;
    }
    .page-item-video .video-tab-nav h2.active {
        font-size: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-video .video-tab-nav h2 {
        font-size: 30px;
    }
    .page-item-video .video-tab-nav h2.active {
        font-size: 40px;
    }
    .video-tab-cont {
        margin-top: 20px;
    }
    .video-tab-item .info {
        padding: 6px 10px;
    }
    .video-tab-item .info h2 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .video-tab-item .video-left .img {
        height: calc(100% - 57px);
    }
}

@media screen and (max-width: 767px) {
    .page-item-video .video-tab-nav h2 {
        font-size: 20px;
    }
    .page-item-video .video-tab-nav h2.active {
        font-size: 30px;
    }
    .video-tab-item .video-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        position: static;
    }
    .video-tab-item .video-right {
        float: none;
        width: 100%;
    }
    .video-tab-item .video-right ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-left: 0;
    }
    .video-tab-item .video-right ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-item-video .video-tab-nav h2:first-child {
        padding-right: 15px;
    }
    .page-item-video .video-tab-nav h2:last-child {
        padding-left: 15px;
    }
    .video-tab-item .video-left .img {
        height: 100%;
    }
    .video-tab-item .video-left .info {
        position: static;
    }
}

.page-item-video2 ul {
    margin-top: 40px;
}

.page-item-video2 ul li {
    float: left;
    width: 23.82813%;
    margin: 0 1.5625% 20px 0;
}

.page-item-video2 ul li:nth-child(4n) {
    margin-right: 0;
}

.page-item-video2 ul li .img {
    overflow: hidden;
    position: relative;
    height: 190px;
}

.page-item-video2 ul li .img a {
    display: block;
    position: relative;
    height: 100%;
}

.page-item-video2 ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.page-item-video2 ul li .img a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.page-item-video2 ul li .img label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #28C1FF;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.page-item-video2 ul li .img .icon-play {
    display: block;
    width: 16px;
    height: 28px;
    background: url(../image/icon_videoplay.png) 0 0/100% 100% no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.page-item-video2 ul li .info {
    background-color: #FCFBFF;
    padding: 15px 20px 20px;
    position: relative;
    z-index: 5;
}

.page-item-video2 ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.page-item-video2 ul li .info .tit {
    line-height: 24px;
}

.page-item-video2 ul li .info .tit h2 {
    float: left;
    color: #1B2126;
    font-size: 18px;
    margin-bottom: 6px;
    width: calc(100% - 80px);
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-item-video2 ul li .info .tit span {
    float: right;
    color: #999;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 0;
    width: 80px;
    text-align: right;
}

.page-item-video2 ul li .info .tit span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../image/icon_upload.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.page-item-video2 ul li .info span {
    margin-top: 10px;
}

.page-item-video2 ul li .info span a {
    color: #047CEB;
    font-size: 12px;
}

.page-item-video2 ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-video2 ul li:hover .info {
    background-color: #047CEB;
}

.page-item-video2 ul li:hover .info .tit h2 {
    color: #fff;
}

.page-item-video2 ul li:hover .info .tit span {
    color: #fff;
}

.page-item-video2 ul li:hover .info .tit span:before {
    background-image: url(../image/icon_upload_white.png);
}

.page-item-video2 ul li:hover .info span a {
    color: #fff;
}

.page-item-video2 ul li:hover .info:after {
    left: 0;
    width: 100%;
}

.page-item-video3 {
    background-color: #FCFBFF;
}

.page-item-video3 ul li .info {
    background-color: #fff;
}

@media screen and (max-width: 1440px) {
    .page-item-video2 ul li .img {
        height: 160px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-video2 ul {
        margin-top: 20px;
    }
    .page-item-video2 ul li .info {
        padding: 6px 10px;
    }
    .page-item-video2 ul li .info .tit h2 {
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .page-item-video2 ul li {
        width: 32%;
        margin-right: 2%;
    }
    .page-item-video2 ul li:nth-child(4n) {
        margin-right: 2%;
    }
    .page-item-video2 ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-item-video2 ul li {
        width: 49%;
        margin-right: 2%;
    }
    .page-item-video2 ul li:nth-child(4n) {
        margin-right: 2%;
    }
    .page-item-video2 ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .page-item-video2 ul li:nth-child(2n) {
        margin-right: 0%;
    }
}

@media screen and (max-width: 500px) {
    .page-item-video2 ul li {
        width: 100%;
        margin-right: 0%;
    }
    .page-item-video2 ul li:nth-child(4n) {
        margin-right: 0%;
    }
    .page-item-video2 ul li:nth-child(3n) {
        margin-right: 0%;
    }
    .page-item-video2 ul li:nth-child(2n) {
        margin-right: 0%;
    }
}

/* ***********业务讲堂 E*********** */

/* ***********正泰工业互联网平台 S*********** */

.banner-cloud .word p {
    width: 56.25%;
    line-height: 2;
    font-size: 20px;
}

.page-item-cloud1 {
    background-color: #051b3c;
    position: relative;
    height: 900px;
    z-index: 1;
}

.page-item-cloud1 .bg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.page-item-cloud1 .title h2 {
    color: #fff;
}

.page-item-cloud1 .cont p {
    color: rgba(255, 255, 255, 0.6);
    margin: 20px 0 40px;
    width: 40%;
}

.page-item-cloud1 .cont .txt {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.page-item-cloud1 .cont .txt ul li {
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.page-item-cloud1 .cont .txt span {
    display: inline-block;
    width: 84px;
    color: white;
}

@media screen and (max-width: 1440px) {
    .page-item-cloud1 {
        height: 760px;
    }
    .banner-cloud .word p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-cloud1 {
        height: 560px;
    }
    .banner-cloud .word p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .banner-cloud .txt {
        padding-top: 10%;
    }
    .banner-cloud .word p {
        font-size: 14px;
        width: 100%;
    }
    .page-item-cloud1 {
        height: auto;
        box-sizing: inherit;
        padding-bottom: 400px;
    }
    .page-item-cloud1 .cont p {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-item-cloud1 .cont .txt ul li {
        position: relative;
        padding-left: 84px;
        line-height: 1.8;
        margin-bottom: 5px;
    }
    .page-item-cloud1 .cont .txt span {
        position: absolute;
        left: 0;
        top: 0;
        width: 84px;
    }
    .page-item-cloud1 .bg-video video {
        width: auto;
        height: 70%;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .banner-cloud .txt {
        padding-top: 20%;
    }
    .page-item-cloud1 {
        height: auto;
        padding-bottom: 360px;
    }
    .page-item-cloud1 .bg-video video {
        width: auto;
        height: 420px;
        left: auto;
        right: -10%;
        top: auto;
        bottom: -5%;
    }
}

@media screen and (max-width: 375px) {
    .page-item-cloud1 .bg-video video {
        width: auto;
        height: 380px;
        left: auto;
        right: -10%;
        top: auto;
        bottom: -5%;
    }
}

.page-item-passd {
    position: relative;
    padding: 0;
    background-color: #f3f4f8;
}

.page-item-passd .pass-inner {
    position: relative;
    z-index: 3;
    background-color: #f3f4f8;
    padding: 60px 0;
}

.page-item-passd .pass-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f3f4f8;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
}

.page-item-passd .title h2 {
    color: #001149;
}

.page-item-passd .cont p {
    color: rgba(0, 0, 0, 0.6);
    width: 40.625%;
    margin: 20px 0;
}

.page-item-passd .passDiv img {
    max-width: 100%;
}

.page-item-passd .passDiv .pass-top {
    width: 100px;
    height: 100px;
    border: 2px solid #047cec;
    margin: 0 auto;
    position: relative;
}

.page-item-passd .passDiv .pass-top:after {
    content: '';
    display: block;
    width: 2px;
    height: 52px;
    background-color: #047cec;
    position: absolute;
    top: 100%;
    left: calc(50% - 1px);
}

.page-item-passd .passDiv .pass-bot {
    margin-top: 50px;
}

.page-item-passd .passDiv .pass-bot ul {
    position: relative;
}

.page-item-passd .passDiv .pass-bot ul:before {
    content: '';
    display: block;
    width: 68.90625%;
    height: 2px;
    background-color: #047cec;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-item-passd .passDiv .pass-bot ul li {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    background-color: #047cec;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    margin-top: 50px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.page-item-passd .passDiv .pass-bot ul li:before {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background-color: #047cec;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 1px);
}

.page-item-passd .passDiv .pass-bot ul li:last-child {
    margin-right: 0;
}

.page-item-passd .passDiv .pass-bot ul li i.icon {
    display: block;
    margin: 0 auto;
    width: 90px;
}

.page-item-passd .passDiv .pass-bot ul li .name {
    font-size: 18px;
    display: block;
    margin: 30px 0 10px;
}

.page-item-passd .passDiv .pass-bot ul li .tip {
    display: block;
}

@media screen and (max-width: 1440px) {
    .page-item-passd .passDiv .pass-top:after {
        height: 32px;
    }
    .page-item-passd .passDiv .pass-bot {
        margin-top: 30px;
    }
    .page-item-passd .passDiv .pass-bot ul li {
        padding: 20px 0;
        margin-top: 30px;
    }
    .page-item-passd .passDiv .pass-bot ul li:before {
        height: 30px;
    }
    .page-item-passd .passDiv .pass-bot ul li .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-passd .passDiv .pass-top {
        width: 60px;
        height: 60px;
    }
    .page-item-passd .passDiv .pass-bot ul li {
        padding: 15px 10px;
    }
    .page-item-passd .passDiv .pass-bot ul li i.icon {
        width: 50px;
    }
    .page-item-passd .passDiv .pass-bot ul li .name {
        margin: 10px 0 5px;
    }
}

@media screen and (max-width: 500px) {
    .page-item-passd .cont p {
        width: 100%;
    }
    .page-item-passd .passDiv .pass-top {
        border-width: 1px;
    }
    .page-item-passd .passDiv .pass-bot ul li .name {
        width: 50px;
        text-align: center;
        margin: 10px auto;
    }
    .page-item-passd .passDiv .pass-bot ul li .tip {
        height: 120px;
    }
    .page-item-passd .passDiv .pass-top:after {
        width: 1px;
    }
    .page-item-passd .passDiv .pass-bot ul li:before {
        width: 1px;
    }
    .page-item-passd .passDiv .pass-bot ul:before {
        height: 1px;
    }
}

.page-item-fftx .lf {
    width: 50%;
    float: left;
}

.page-item-fftx .lf .cont {
    margin-top: 20px;
    width: 80%;
}

.page-item-fftx .lf .cont p {
    color: #808080;
}

.page-item-fftx .rt {
    width: 39.0625%;
    float: right;
}

.page-item-fftx .rt img {
    max-width: 100%;
}

@media screen and (max-width: 500px) {
    .page-item-fftx .lf {
        width: 100%;
        float: none;
    }
    .page-item-fftx .lf .cont {
        width: 100%;
    }
    .page-item-fftx .rt {
        width: 100%;
        float: none;
        margin-top: 20px;
        text-align: center;
    }
}

.page-item-ytz {
    position: relative;
    padding-bottom: 0;
}

.page-item-ytz:before {
    content: '';
    display: block;
    width: 100%;
    height: 65%;
    background-color: #00114A;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page-item-ytz .title h2 {
    color: #fff;
}

.page-item-ytz .cont p {
    color: rgba(255, 255, 255, 0.6);
    margin: 20px 0;
}

.page-item-ytz .wrap {
    position: relative;
    z-index: 2;
}

.page-item-ytz .ytz-inner {
    position: relative;
    background-color: #047CEB;
    z-index: 3;
}

.page-item-ytz .ytz-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #047CEB;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}

.page-item-ytz .ytz-inner ul {
    padding: 45px 0 45px 0;
}

.page-item-ytz .ytz-inner ul li {
    float: left;
    width: 23.4375%;
    margin-right: 2.03125%;
    background-color: rgba(255, 255, 255, 0.1);
    height: 380px;
    color: #fff;
    text-align: center;
    transition: all .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.page-item-ytz .ytz-inner ul li:last-child {
    margin-right: 0;
}

.page-item-ytz .ytz-inner ul li i.icon {
    display: block;
    width: 100px;
    border: 2px solid #fff;
    margin: 50px auto 20px;
}

.page-item-ytz .ytz-inner ul li i.icon img {
    max-width: 100%;
}

.page-item-ytz .ytz-inner ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.page-item-ytz .ytz-inner ul li p {
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.7);
}

.page-item-ytz .ytz-inner ul li:hover {
    background-color: #28C1FF;
}

@media screen and (max-width: 1440px) {
    .page-item-ytz .ytz-inner ul li i.icon {
        width: 80px;
    }
    .page-item-ytz .ytz-inner ul li h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-ytz .ytz-inner ul li i.icon {
        width: 60px;
    }
    .page-item-ytz .ytz-inner ul {
        padding: 25px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-item-ytz .ytz-inner ul li {
        width: 48%;
        margin: 0 4% 10px 0;
        height: 240px;
    }
    .page-item-ytz .ytz-inner ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-item-ytz .ytz-inner ul li i.icon {
        margin-top: 20px;
    }
    .page-item-ytz .ytz-inner ul li p {
        line-height: 1.5;
    }
    .page-item-ytz .ytz-inner ul li:last-child {
        padding: 0 20px;
    }
}

.page-item-bsfs .cont {
    margin-top: 20px;
}

.page-item-bsfs .lt {
    float: left;
    width: 55.46875%;
}

.page-item-bsfs .lt p {
    color: #808080;
    opacity: 0.6;
}

.page-item-bsfs .rt {
    float: right;
    width: 33.90625%;
    text-align: center;
}

.page-item-bsfs .rt img {
    width: 100%;
}

.page-item-bsfs .bsfs-tab-nav {
    margin-top: 60px;
    width: 71.83099%;
}

.page-item-bsfs .bsfs-tab-nav li {
    border-bottom: 1px solid #F1F1F1;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.page-item-bsfs .bsfs-tab-nav li:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .3s;
}

.page-item-bsfs .bsfs-tab-nav li h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.page-item-bsfs .bsfs-tab-nav li p {
    font-size: 14px;
    color: #666;
    opacity: .6;
}

.page-item-bsfs .bsfs-tab-nav li.active {
    background-color: #047CEB;
}

.page-item-bsfs .bsfs-tab-nav li.active h3 {
    color: #fff;
}

.page-item-bsfs .bsfs-tab-nav li.active p {
    color: rgba(255, 255, 255, 0.7);
}

.page-item-bsfs .bsfs-tab-nav li.active:after {
    width: 100%;
    left: 0;
}

.page-item-bsfs .swiper-bsfs {
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .page-item-bsfs .bsfs-tab-nav li h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-bsfs .bsfs-tab-nav {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-bsfs .bsfs-tab-nav li:after {
        height: 2px;
    }
    .page-item-bsfs .lt {
        float: none;
        width: 100%;
    }
    .page-item-bsfs .bsfs-tab-nav li h3 {
        margin-bottom: 10px;
    }
    .page-item-bsfs .bsfs-tab-nav li {
        padding: 10px;
    }
    .page-item-bsfs .rt {
        float: none;
        width: 70%;
        margin: 30px auto 0;
    }
}

.page-item-kfst {
    padding: 0;
    position: relative;
    z-index: 3;
    background-color: #f3f4f8;
}

.page-item-kfst .w1480 {
    background-color: #f3f4f8;
    position: relative;
    padding: 60px 0;
}

.page-item-kfst .w1480:before {
    content: '';
    display: block;
    width: 1600px;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #f3f4f8;
}

.page-item-kfst .lt {
    float: left;
    width: 53.125%;
}

.page-item-kfst .lt .cont p {
    color: rgba(0, 0, 0, 0.6);
}

.page-item-kfst .rt {
    float: right;
    width: 43.51563%;
}

.page-item-kfst .rt img {
    width: 100%;
}

.page-item-kfst .title h2 {
    color: #666;
}

.page-item-kfst .cont {
    margin-top: 20px;
}

.page-item-kfst .cont p {
    width: 76.47059%;
    color: #666;
}

@media screen and (max-width: 1440px) {
    .page-item-kfst .w1480 {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-kfst .w1480 {
        padding: 45px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-item-kfst .w1480 {
        padding: 30px 0;
    }
    .page-item-kfst .cont p {
        width: 100%;
    }
    .page-item-kfst .lt {
        float: none;
        width: 100%;
    }
    .page-item-kfst .rt {
        float: none;
        width: 80%;
        margin: 30px auto 0;
    }
}

.page-item-yycj {
    padding: 0;
    margin-top: -100px;
    background-color: #051b38;
    border-bottom: 4px solid #06c4ff;
}

.page-item-yycj .title {
    position: relative;
    z-index: 2;
}

.page-item-yycj .title h2 {
    color: #fff;
}

.page-item-yycj .w1480 {
    position: relative;
    padding: 160px 0 0;
    height: 980px;
}

.page-item-yycj .w1480 video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .page-item-yycj .w1480 {
        height: 760px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-yycj .w1480 {
        height: 500px;
    }
}

@media screen and (max-width: 900px) {
    .page-item-yycj .w1480 {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-yycj {
        margin-top: 0;
    }
    .page-item-yycj .w1480 {
        padding-top: 30px;
        height: 300px;
    }
    .page-item-yycj .w1480 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ***********正泰工业互联网平台 E*********** */

/* ***********正泰新闻 S*********** */

.banner-news:before {
    height: 170px;
    bottom: 0;
    top: auto;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.banner-news .news-txt {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-news .news-txt a {
    color: rgba(255, 255, 255, .8);
}

.banner-news .news-txt h1 {
    font-size: 30px;
}

.banner-news .news-txt p {
    font-size: 15px;
    padding: 20px 0;
    opacity: 0.8;
}

.banner-news .news-txt a:hover h1 {
    color: #fff;
    transition: .4s;
}

.banner-news .btns a {
    color: #fff;
    vertical-align: middle;
}

.banner-news .btns a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_gowhite.png) no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    transition: all .5s;
    position: relative;
    left: 0;
}

.banner-news .btns a:hover:after {
    left: 10px;
}

@media screen and (max-width: 1440px) {
    .banner-news .news-txt h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-news .news-txt h1 {
        font-size: 20px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 1.5em;
    }
    .banner-news .news-txt {
        padding: 0 20px;
    }
    .banner-news .news-txt p {
        padding-top: 10px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 3em;
        padding: 0;
        margin-bottom: 20px;
    }
}

.page-item-news {
    background-color: #FCFBFF;
}

.news-lists {
    margin-top: 40px;
}

.news-lists ul li {
    float: left;
    width: 32.8125%;
    margin: 0 0.78125% 10px 0;
}

.news-lists ul li:nth-child(3n) {
    margin-right: 0;
}

.news-lists ul li .img {
    overflow: hidden;
    height: 232px;
}

.news-lists ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.news-lists ul li .info {
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    transition: all .5s;
}

.news-lists ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.news-lists ul li .info h3 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    font-size: 22px;
    color: #1B2126;
}

.news-lists ul li .info span {
    display: block;
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
}

.news-lists ul li:hover .img img {
    transform: scale(1.05);
}

.news-lists ul li:hover .info {
    background-color: #047CEB;
}

.news-lists ul li:hover .info:after {
    left: 0;
    width: 100%;
}

.news-lists ul li:hover .info h3 {
    color: #fff;
}

.news-lists ul li:hover .info span {
    color: #fff;
}

.news-lists .pages {
    margin-top: 55px;
}

@media screen and (max-width: 1440px) {
    .news-lists ul li .info h3 {
        font-size: 20px;
    }
    .news-lists .pages {
        margin-top: 50px;
    }
    .news-lists ul li .img {
        height: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .news-lists {
        margin-top: 20px;
    }
    .news-lists ul li .info {
        padding: 10px 15px;
    }
    .news-lists ul li .info h3 {
        font-size: 18px;
    }
    .news-lists .pages {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .news-lists ul li {
        width: 49%;
        margin-right: 2%;
    }
    .news-lists ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .news-lists ul li:nth-child(2n) {
        margin-right: 0;
    }
    .news-lists .pages {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .news-lists ul li {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .news-lists ul li:nth-child(3n) {
        margin-right: 0%;
    }
    .news-lists ul li:nth-child(2n) {
        margin-right: 0;
    }
}

/* ***********正泰新闻 E*********** */

/* ***********正泰报 S*********** */

.banner-new-bao .paper {
    width: 36.25%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-new-bao .paper img {
    width: 100%;
}

.page-item-news2 {
    background-color: #F3F4F8;
}

.page-item-news2 .title {
    position: relative;
    z-index: 4;
}

.page-item-news2 .title h2 {
    float: left;
}

.page-item-news2 .title .rt {
    float: right;
    line-height: 40px;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 10px;
}

.page-item-news2 .title .name {
    display: inline-block;
    vertical-align: middle;
}

.page-item-news2 .title .select-news {
    display: inline-block;
    position: relative;
    margin-right: 17px;
    z-index: 5;
    vertical-align: middle;
    width: 100px;
}

.page-item-news2 .title .select-news span {
    display: block;
    width: 100px;
    background-color: #fff;
    position: relative;
    padding: 0 18px;
}

.page-item-news2 .title .select-news ul {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
}

.page-item-news2 .title .select-news ul li {
    padding: 0 18px;
    cursor: pointer;
}

.page-item-news2 .title .select-news ul li:hover {
    background-color: #047CEB;
    color: #fff;
}

.page-item-news2 .title .srh {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    width: 305px;
    position: relative;
}

.page-item-news2 .title .srh .icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png);
    vertical-align: middle;
    margin: 0 10px 0 16px;
}

.page-item-news2 .title .srh input[type="text"] {
    width: calc(100% - 50px);
    height: 40px;
    font-size: 16px;
    border: none;
}

.page-item-news2 .title .srh .btn-srh {
    position: absolute;
    right: 0;
    height: 40px;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #28C1FF;
    border: none;
}

.page-item-news2 .title .srh .btn-srh:hover {
    background-color: #047CEB;
}

.page-item-news2 .news-lists2 {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.page-item-news2 .news-lists2 ul li {
    float: left;
    width: 23.04688%;
    margin: 0 2.57813% 33px 0;
    background-color: #fff;
}

.page-item-news2 .news-lists2 ul li:nth-child(4n) {
    margin-right: 0;
}

.page-item-news2 .news-lists2 ul li .img {
    overflow: hidden;
}

.page-item-news2 .news-lists2 ul li .img img {
    width: 100%;
    transition: all .5s;
}

.page-item-news2 .news-lists2 ul li .info {
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    transition: all .5s;
}

.page-item-news2 .news-lists2 ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.page-item-news2 .news-lists2 ul li .info h3 {
    font-size: 22px;
    color: #1B2126;
}

.page-item-news2 .news-lists2 ul li .info span {
    display: block;
    font-size: 12px;
    color: #808080;
}

.page-item-news2 .news-lists2 ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-news2 .news-lists2 ul li:hover .info {
    background-color: #047CEB;
}

.page-item-news2 .news-lists2 ul li:hover .info:after {
    left: 0;
    width: 100%;
}

.page-item-news2 .news-lists2 ul li:hover .info h3 {
    color: #fff;
}

.page-item-news2 .news-lists2 ul li:hover .info span {
    color: #fff;
}

.page-item-news2 .pages {
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
    .page-item-news2 .news-lists2 ul li .info h3 {
        font-size: 20px;
    }
    .page-item-news2 .pages {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-news2 .title .srh {
        width: 240px;
    }
    .page-item-news2 .title .srh .icon {
        margin: 0 2px 0 10px;
    }
    .page-item-news2 .title .srh input[type="text"] {
        font-size: 14px;
    }
    .page-item-news2 .title .srh .btn-srh {
        font-size: 14px;
        width: 50px;
    }
    .page-item-news2 .news-lists2 ul li {
        margin-bottom: 20px;
    }
    .page-item-news2 .news-lists2 ul li .info h3 {
        font-size: 18px;
    }
    .page-item-news2 .title .rt {
        margin-top: 10px;
    }
    .page-item-news2 .news-lists2 {
        margin-top: 20px;
    }
    .page-item-news2 .news-lists2 ul li .info {
        padding: 10px 15px;
    }
    .page-item-news2 .pages {
        margin-top: 10px;
    }
    .banner-new-bao .paper {
        right: 20px;
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .page-item-news2 .title .srh {
        width: 100%;
    }
    .page-item-news2 .title h2 {
        float: none;
    }
    .page-item-news2 .title .rt {
        margin-top: 0;
        float: none;
        text-align: center;
    }
    .page-item-news2 .title .name {
        display: block;
        text-align: left;
    }
    .page-item-news2 .title .select-news {
        margin-right: 0;
        width: 48%;
        margin-bottom: 10px;
    }
    .page-item-news2 .title .select_year {
        float: left;
    }
    .page-item-news2 .title .select_month {
        float: right;
    }
    .page-item-news2 .title .srh {
        margin-bottom: 10px;
    }
    .page-item-news2 .news-lists2 ul li {
        width: 48%;
        margin-right: 4%;
    }
    .page-item-news2 .news-lists2 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-item-news2 .news-lists2 ul li:nth-child(4n) {
        margin-right: 0;
    }
    .page-item-news2 .news-lists2 ul li .info h3 {
        font-size: 18px;
    }
    .page-item-news2 .news-lists2 {
        margin-top: 20px;
    }
    .page-item-news2 .news-lists2 ul li .info {
        padding: 10px 15px;
    }
    .banner-new-bao .paper {
        right: 20px;
        width: 50%;
    }
}

/* ***********正泰报 E*********** */

/* ***********视频库 S*********** */

.page-item-videoKU {
    background-color: #F3F4F8;
}

.page-item-videoKU .video-tab-nav {
    line-height: 60px;
}

.page-item-videoKU .video-tab-nav h2 {
    float: left;
    color: #69728C;
    cursor: pointer;
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
    font-size: 36px;
    font-weight: normal;
}

.page-item-videoKU .video-tab-nav h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-item-videoKU .video-tab-nav h2:first-child {
    padding-left: 0;
}

.page-item-videoKU .video-tab-nav h2:last-child {
    padding-right: 0;
}

.page-item-videoKU .video-tab-nav h2:last-child:after {
    display: none;
}

.page-item-videoKU .video-tab-nav h2.active {
    font-family: "PingFangSC";
    font-weight: bold;
    color: #00114A;
    font-size: 60px;
}

.page-item-videoKU .video-tab-cont {
    margin-top: 0px;
}

.page-item-videoKU .pages {
    margin-top: 25px;
}

@media screen and (max-width: 1440px) {
    .page-item-videoKU .video-tab-nav h2 {
        padding: 0 30px;
        font-size: 30px;
        line-height: 50px;
    }
    .page-item-videoKU .video-tab-nav h2.active {
        font-size: 50px;
    }
    .page-item-videoKU .pages {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-videoKU .video-tab-nav h2 {
        padding: 0 20px;
        font-size: 24px;
        line-height: 40px;
    }
    .page-item-videoKU .video-tab-nav h2.active {
        font-size: 40px;
    }
    .page-item-videoKU .pages {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-videoKU .video-tab-nav h2 {
        padding: 0 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .page-item-videoKU .video-tab-nav h2:after {
        height: 16px;
    }
    .page-item-videoKU .video-tab-nav h2.active {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .page-item-videoKU .video-tab-nav h2 {
        display: block;
        float: none;
        padding: 0 5px;
        font-size: 20px;
        line-height: 30px;
    }
    .page-item-videoKU .video-tab-nav h2:after {
        display: none;
    }
    .page-item-videoKU .video-tab-nav h2.active {
        font-size: 30px;
        margin: 10px 0;
    }
}

/* ***********视频库 E*********** */

/* ***********企业文化 S*********** */

.page-item-qywh {
    background-color: #00114A;
}

.page-item-qywh .title h2 {
    color: #fff;
}

.page-item-qywh ul {
    margin-top: 40px;
}

.page-item-qywh ul li {
    float: left;
    width: 23.75%;
    margin: 0 1.5625% 20px 0;
    background-color: #047CEB;
    position: relative;
    height: 180px;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    transition: all .5s;
    top: 0;
}

.page-item-qywh ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #28C1FF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-item-qywh ul li:last-child {
    margin-right: 0;
}

.page-item-qywh ul li h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.page-item-qywh ul li p {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.page-item-qywh ul li:hover {
    top: -10px;
}

@media screen and (max-width: 1440px) {
    .page-item-qywh ul li h3 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-qywh ul {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-qywh ul li {
        width: 31.33%;
        margin-right: 3%;
    }
    .page-item-qywh ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .page-item-qywh ul li {
        width: 48%;
        margin-right: 4%;
    }
    .page-item-qywh ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .page-item-qywh ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.full-lt {
    background: #047CEB;
    position: relative;
    color: #fff;
    padding: 60px 0;
}

.full-lt:before {
    content: '';
    display: block;
    width: 1600px;
    height: 100%;
    background-color: #047CEB;
    position: absolute;
    right: 100%;
    top: 0;
}

.full-rt {
    background: #047CEB;
    position: relative;
    color: #fff;
    padding: 60px 0;
}

.full-rt:before {
    content: '';
    display: block;
    width: 1600px;
    height: 100%;
    background-color: #047CEB;
    position: absolute;
    left: 100%;
    top: 0;
}

.page-item-ppjd {
    padding: 0;
    background-color: #fcfbff;
}

.page-item-ppjd .full-lt {
    background-color: transparent;
}

.page-item-ppjd .full-lt:before {
    background-color: transparent;
}

.page-item-ppjd .title h2 {
    color: #00114a;
}

.page-item-ppjd .cont {
    position: relative;
}

.page-item-ppjd .cont:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f3f4f8;
    left: 52.5%;
}

.page-item-ppjd .lt {
    float: left;
    width: 47.65625%;
}

.page-item-ppjd .lt .txt {
    margin-top: 50px;
}

.page-item-ppjd .lt p {
    font-size: 12px;
    line-height: 2;
    color: #999;
}

.page-item-ppjd .lt p img {
    height: 12px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.page-item-ppjd .lt .logoname {
    margin-bottom: 10px;
}

.page-item-ppjd .rt {
    float: right;
    width: 47.65625%;
    padding: 50px 0;
    padding-left: 6.88525%;
}

.page-item-ppjd .rt h3 {
    margin-bottom: 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.page-item-ppjd .rt .mascot {
    position: relative;
}

.page-item-ppjd .rt .mascot ul {
    padding-left: 40px;
    position: absolute;
    left: 207px;
    top: 55px;
}

.page-item-ppjd .rt .mascot ul li {
    position: relative;
    font-size: 12px;
    margin-bottom: 30px;
    color: #999;
}

.page-item-ppjd .rt .mascot ul li:before {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -40px;
    top: 10px;
}

@media screen and (max-width: 1440px) {
    .page-item-ppjd .rt h3 {
        font-size: 16px;
    }
    .page-item-ppjd .rt .img {
        width: 170px;
    }
    .page-item-ppjd .rt .img img {
        width: 100%;
    }
    .page-item-ppjd .rt .mascot ul {
        left: 180px;
    }
    .page-item-ppjd .lt .txt {
        margin-top: 40px;
    }
    .full-lt {
        padding: 50px 0;
    }
    .full-rt {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-ppjd .rt {
        padding-left: 3%;
    }
    .page-item-ppjd .rt .img {
        width: 140px;
    }
    .page-item-ppjd .rt .mascot ul {
        left: 150px;
    }
    .page-item-ppjd .lt .txt {
        margin-top: 30px;
    }
    .full-lt {
        padding: 45px 0;
    }
    .full-rt {
        padding: 45px 0;
    }
}

@media screen and (max-width: 1000px) {
    .page-item-ppjd .rt {
        padding: 30px 0;
        padding-left: 3%;
    }
    .page-item-ppjd .rt .img {
        width: 120px;
    }
    .page-item-ppjd .rt .mascot ul {
        left: 130px;
        top: 20px;
    }
    .page-item-ppjd .rt .mascot ul li {
        margin-bottom: 10px;
    }
    .page-item-ppjd .lt .txt {
        margin-top: 20px;
    }
    .page-item-ppjd .cont:before {
        width: 2px;
    }
}

@media screen and (max-width: 767px) {
    .page-item-ppjd .lt {
        width: 100%;
        float: none;
    }
    .page-item-ppjd .rt {
        width: 100%;
        float: none;
        padding: 30px 0 0;
        margin-top: 30px;
        border-top: 2px solid #28C1FF;
    }
    .page-item-ppjd .cont:before {
        display: none;
    }
    .full-lt {
        padding: 30px 0;
    }
    .full-rt {
        padding: 30px 0;
    }
    .page-item-ppjd .rt .mascot ul {
        padding-left: 20px;
        top: 0;
    }
    .page-item-ppjd .rt .mascot ul li:before {
        width: 15px;
        left: -20px;
    }
}

.page-item-whgs {
    background-color: #F3F4F8;
}

.page-item-whgs .title h2 {
    float: left;
}

.page-item-whgs .title .rt {
    float: right;
}

.page-item-whgs .title .rt .srh {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    width: 305px;
}

.page-item-whgs .title .rt .srh .icon {
    display: inline-block;
    float: left;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png);
    vertical-align: middle;
    margin: 13px 10px 0 16px;
}

.page-item-whgs .title .rt .srh input[type="text"] {
    float: left;
    width: calc(100% - 50px);
    height: 40px;
    font-size: 16px;
    border: none;
}

.page-item-whgs .title .rt .srh .btn-srh {
    position: absolute;
    right: 0;
    height: 40px;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #28C1FF;
    border: none;
}

.page-item-whgs .title .rt .srh .btn-srh:hover {
    background-color: #047CEB;
}

.page-item-whgs .cont {
    margin-top: 10px;
}

.page-item-whgs .cont p {
    font-family: "PingFangSC";
}

.page-item-whgs ul {
    margin-top: 30px;
}

.page-item-whgs ul li {
    float: left;
    width: 23.82813%;
    margin-right: 1.5625%;
    margin-bottom: 20px;
}

.page-item-whgs ul li:nth-child(4n) {
    margin-right: 0;
}

.page-item-whgs ul li .img {
    overflow: hidden;
    height: 180px;
}

.page-item-whgs ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-item-whgs ul li .info {
    background-color: #fff;
    padding: 10px 20px;
    transition: all .5s;
    position: relative;
}

.page-item-whgs ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.page-item-whgs ul li .info h3 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    color: #1B2126;
}

.page-item-whgs ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-whgs ul li:hover .info {
    background-color: #047CEB;
}

.page-item-whgs ul li:hover .info:after {
    left: 0;
    width: 100%;
}

.page-item-whgs ul li:hover .info h3 {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .page-item-whgs ul li .info h3 {
        font-size: 14px;
    }
    .page-item-whgs ul li .img {
        height: 160px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-whgs .title .rt .srh {
        width: 240px;
    }
    .page-item-whgs .title .rt .srh .icon {
        margin: 13px 2px 0 10px;
    }
    .page-item-whgs .title .rt .srh input[type="text"] {
        font-size: 14px;
    }
    .page-item-whgs .title .rt .srh .btn-srh {
        font-size: 14px;
        width: 50px;
    }
    .page-item-whgs ul {
        margin-top: 20px;
    }
    .page-item-whgs ul li .info {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-whgs .title .rt {
        width: 100%;
    }
    .page-item-whgs .title .rt .srh {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .page-item-whgs ul li {
        width: 48%;
        margin-right: 4%;
    }
    .page-item-whgs ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-item-whgs .title .rt .name {
        display: none;
    }
    .page-item-whgs ul li .img {
        height: 120px;
    }
}

.page-item-whdt ul {
    margin-top: 40px;
}

.page-item-whdt ul li {
    float: left;
    width: 24.375%;
    margin-right: 0.78125%;
    margin-bottom: 10px;
    position: relative;
}

.page-item-whdt ul li:nth-child(4n) {
    margin-right: 0;
}

.page-item-whdt ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}

.page-item-whdt ul li .img {
    overflow: hidden;
    height: 200px;
}

.page-item-whdt ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.page-item-whdt ul li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    z-index: 2;
    text-align: center;
    transition: all .4s;
    line-height: 24px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-item-whdt ul li .name h2 {
    font-weight: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
}

.page-item-whdt ul li:hover:after {
    opacity: 0;
    visibility: hidden;
}

.page-item-whdt ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-whdt ul li:hover .name {
    background-color: #28C1FF;
}

@media screen and (max-width: 1440px) {
    .page-item-whdt .cont {
        margin-top: 20px;
    }
    .page-item-whdt .cont h1 {
        font-size: 24px;
        margin-top: 40px;
    }
    .page-item-whdt ul {
        margin-top: 30px;
    }
    .page-item-whdt ul li .name {
        line-height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-whdt .cont h1 {
        font-size: 20px;
        margin-top: 30px;
    }
    .page-item-whdt ul {
        margin-top: 20px;
    }
    .page-item-whdt ul li .name {
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-whdt .cont h1 {
        font-size: 18px;
        margin-top: 20px;
    }
    .page-item-whdt ul li {
        width: 49%;
        margin-right: 2%;
    }
    .page-item-whdt ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .page-item-whdt ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

/* ***********企业文化 E*********** */

/* ***********科技创新 S*********** */

.banner-cx .data-list {
    width: 100%;
    overflow: hidden;
}

.banner-cx .data-item {
    width: 15%;
    margin-right: 1.5625%;
    text-align: center;
    height: 130px;
    background: rgba(5, 196, 255, 0.25);
    padding: 0;
    color: #ffffff;
    transition: all 0.4s;
}

.banner-cx .data-item:hover {
    background: rgba(5, 196, 255, 0.6);
    transition: all 0.4s;
}

.banner-cx .data-item:last-child {
    margin-right: 0;
}

.banner-cx .data-item .txt {
    letter-spacing: 2px;
}

.banner-cx .data-item .item-num {
    position: relative;
    display: inline-block;
}

.banner-cx .data-item .item-num .num {
    font-size: 60px;
    font-family: 'DINAlternate-Bold';
}

.banner-cx .data-item .item-num .num1 {
    position: absolute;
    top: 10px;
    right: -20px;
    font-size: 22px;
}

.banner-cx .data-item .item-num .num2 {
    position: absolute;
    bottom: 22px;
    right: -24px;
    opacity: 0.7;
    display: inline-block;
    width: 18px;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

@media screen and (max-width: 1440px) {
    .banner-cx .data-item .item-num .num {
        font-size: 50px;
        line-height: 80px;
    }
    .banner-cx .data-item {
        height: 120px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-cx .data-item {
        padding-top: 15px;
    }
    .banner-cx .data-item .item-num .num {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-cx .data-item {
        height: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-cx .data-item .item-num .num {
        font-size: 34px;
        line-height: 46px;
    }
    .banner-cx .data-item {
        padding: 15px;
    }
    .banner-cx .data-item .item-num .num1 {
        top: -2px;
        line-height: 22px;
    }
    .banner-cx .data-item .item-num .num2 {
        bottom: 5px;
    }
    .banner-cx .data-item p {
        letter-spacing: 0px;
        font-size: 12px;
        font-family: 'PingFangLight';
    }
}

@media screen and (max-width: 768px) {
    .banner-cx {
        height: 500px;
    }
    .banner-cx .data-item .item-num .num {
        font-size: 24px;
        line-height: 46px;
    }
    .banner-cx .data-item {
        width: 48%;
        height: auto;
        margin-right: 4%;
        margin-bottom: 10px;
        padding: 15px 0;
    }
    .banner-cx .data-item:nth-child(2n) {
        margin-right: 0;
    }
}

.page-item-kjcx .lt {
    float: left;
    width: 54.6875%;
}

.page-item-kjcx .rt {
    float: right;
    width: 41.5625%;
}

.page-item-kjcx .cont .txt {
    padding-right: 30px;
    height: 330px;
}

.page-item-kjcx .cont .img img {
    width: 100%;
}

.page-item-kjcx .cont .txt .zl-scrollBar {
    background: #00114A;
    opacity: 0.6;
    border-radius: 2px;
}

.page-item-kjcx .cont .txt .zl-scrollBarBox {
    background: rgba(0, 17, 74, 0.07);
}

@media screen and (max-width: 1440px) {
    .page-item-kjcx .cont .txt {
        height: 270px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-kjcx .cont .txt {
        height: 180px;
    }
}

@media screen and (max-width: 500px) {
    .page-item-kjcx .lt {
        float: left;
        width: 100%;
    }
    .page-item-kjcx .rt {
        float: right;
        width: 100%;
        margin-top: 20px;
    }
    .page-item-kjcx .cont .txt {
        height: 180px;
    }
}

.page-item-kfxt {
    background-color: #00114A;
    padding: 115px 0;
}

.page-item-kfxt .title h2 {
    color: #fff;
}

.page-item-kfxt .cont {
    margin-top: 30px;
}

.page-item-kfxt .img-logo {
    margin-top: 60px;
    width: 84.0625%;
    margin-left: 4.92188%;
}

.page-item-kfxt .img-logo img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .page-item-kfxt {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-kfxt .cont {
        margin-top: 20px;
    }
    .page-item-kfxt .img-logo {
        margin-top: 40px;
    }
    .page-item-kfxt {
        padding: 80px 0;
    }
}

@media screen and (max-width: 768px) {
    .page-item-kfxt {
        padding: 60px 0;
    }
    .page-item-kfxt .img-logo {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
}

.page-item-bbqq {
    background-color: #F3F4F8;
}

.page-item-bbqq .cont {
    margin-top: 30px;
}

.page-item-bbqq .cont h1 {
    color: #4C5576;
    font-size: 30px;
    margin-top: 50px;
}

.page-item-bbqq ul {
    margin-top: 40px;
}

.page-item-bbqq ul li {
    float: left;
    width: 24.375%;
    margin-right: 0.78125%;
    margin-bottom: 10px;
    position: relative;
}

.page-item-bbqq ul li:nth-child(4n) {
    margin-right: 0;
}

.page-item-bbqq ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}

.page-item-bbqq ul li .img {
    overflow: hidden;
}

.page-item-bbqq ul li .img img {
    width: 100%;
    transition: all .5s;
}

.page-item-bbqq ul li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 46px;
    background-color: transparent;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    z-index: 2;
    text-align: center;
    transition: all .4s;
}

.page-item-bbqq ul li:hover:after {
    opacity: 0;
    visibility: hidden;
}

.page-item-bbqq ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-bbqq ul li:hover .info {
    background-color: #28C1FF;
}

@media screen and (max-width: 1440px) {
    .page-item-bbqq .cont {
        margin-top: 20px;
    }
    .page-item-bbqq .cont h1 {
        font-size: 24px;
        margin-top: 40px;
    }
    .page-item-bbqq ul {
        margin-top: 30px;
    }
    .page-item-bbqq ul li .info {
        line-height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-bbqq .cont h1 {
        font-size: 20px;
        margin-top: 30px;
    }
    .page-item-bbqq ul {
        margin-top: 20px;
    }
    .page-item-bbqq ul li .info {
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-bbqq .cont h1 {
        font-size: 18px;
        margin-top: 20px;
    }
    .page-item-bbqq ul li {
        width: 49%;
        margin-right: 2%;
    }
    .page-item-bbqq ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-item-bbqq ul li .info {
        line-height: 30px;
    }
}

.page-item-jscxry .cont {
    margin-top: 30px;
}

.page-item-jscxry ul {
    margin-top: 40px;
    overflow: hidden;
}

.page-item-jscxry ul li {
    float: left;
    width: 18.75%;
    margin-right: 1.5625%;
    margin-bottom: 20px;
    position: relative;
}

.page-item-jscxry ul li:last-child {
    margin-right: 0;
}

.page-item-jscxry ul li a {
    cursor: default;
}

.page-item-jscxry ul li .img {
    overflow: hidden;
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.3);
}

.page-item-jscxry ul li .img img {
    width: 100%;
    transition: all .5s;
}

.page-item-jscxry ul li .name {
    text-align: center;
    font-size: 16px;
    color: #808080;
    margin-top: 5px;
}

.page-item-jscxry ul li:hover:after {
    opacity: 0;
    visibility: hidden;
}

.page-item-jscxry ul li:hover .img img {
    transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
    .page-item-jscxry .cont {
        margin-top: 20px;
    }
    .page-item-jscxry ul {
        margin-top: 30px;
    }
    .page-item-jscxry ul li .name {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-jscxry ul {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-jscxry ul li {
        width: 49%;
        margin-right: 2%;
    }
    .page-item-jscxry ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 400px) {
    .page-item-jscxry ul li {
        width: 100%;
        margin-right: 0;
    }
    .page-item-jscxry ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.page-item-gsry {
    background: url(Http://www.znfo.cn/template/pc/web/image/bg_qy.jpg) center center/cover no-repeat;
    padding-bottom: 320px;
}

.page-item-gsry .title h2 {
    color: #fff;
}

.page-item-gsry .cont {
    overflow: hidden;
}

.page-item-gsry .cont .txt {
    margin: 50px 0 0;
}

.page-item-gsry .cont .txt ul {
    float: left;
    margin-right: 70px;
}

.page-item-gsry .cont .txt li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
}

.page-item-gsry .cont .txt li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: .5;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.page-item-gsry .swiperhoner {
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    padding-bottom: 50px;
}

.page-item-gsry .swiperhoner .img {
    height: 220px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.page-item-gsry .swiperhoner .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-item-gsry .swiperhoner .name {
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-item-gsry .swiperhoner .swiper-pagination {
    color: #fff;
    font-size: 0.9rem;
}

.page-item-gsry .swiperhoner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: #28C1FF;
    background-color: #fff;
    border: 1px solid #28C1FF;
    margin: 0 5px;
}

.page-item-gsry .swiperhoner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #047CEB;
    color: #fff;
    border-color: #047CEB;
}

@media screen and (max-width: 1440px) {
    .page-item-gsry .cont .txt {
        margin-top: 40px;
    }
    .page-item-gsry .swiperhoner {
        padding-top: 30px;
    }
    .page-item-gsry .swiperhoner .name {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-gsry .cont .txt {
        margin-top: 30px;
    }
    .page-item-gsry .swiperhoner {
        padding-top: 20px;
    }
    .page-item-gsry .swiperhoner .name {
        margin-bottom: 0px;
    }
}

.page-item-shzr {
    padding: 0;
    margin-top: -260px;
    background-color: #fcfbff;
}

.page-item-shzr .title h2 {
    color: #00114a;
}

.page-item-shzr .full-lt {
    background-color: transparent;
}

.page-item-shzr .full-lt:before {
    background-color: transparent;
}

.page-item-shzr .full-lt:after {
    background-color: transparent;
}

.page-item-shzr .cont {
    margin-top: 20px;
}

.page-item-shzr .cont p {
    font-size: 12px;
    color: #666;
}

.page-item-shzr .shzrTop {
    margin-top: 60px;
}

.page-item-shzr .shzrTop li {
    float: left;
    width: 49.21875%;
    margin: 0 1.5625% 20px 0;
    background-color: #047ceb;
    height: 290px;
    padding: 25px 30px;
}

.page-item-shzr .shzrTop li:nth-child(2n) {
    margin-right: 0;
}

.page-item-shzr .shzrTop li h3 {
    font-size: 18px;
}

.page-item-shzr .shzrTop li dl {
    margin: 20px 0 0;
}

.page-item-shzr .shzrTop li dl dt {
    font-size: 14px;
    display: block;
}

.page-item-shzr .shzrTop li dl dd {
    color: #B1DFFF;
    font-size: 12px;
    line-height: 2;
}

.page-item-shzr .shzrTop li .bold {
    margin-top: 20px;
    font-size: 14px;
}

.page-item-shzr .shzrTop li .bold b {
    margin-right: 30px;
}

.page-item-shzr .shzrTop li .bold b:last-child {
    margin-right: 0;
}

.page-item-shzr .shzrBot li {
    float: left;
    width: 23.82813%;
    margin: 0 1.5625% 20px 0;
}

.page-item-shzr .shzrBot li:nth-child(4n) {
    margin-right: 0;
}

.page-item-shzr .shzrBot li .img {
    border: 2px solid #fff;
    overflow: hidden;
}

.page-item-shzr .shzrBot li .img img {
    width: 100%;
    transition: all .5s;
}

.page-item-shzr .shzrBot li .name {
    color: #1B2126;
    font-size: 16px;
    padding: 12px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    transition: all .5s;
}

.page-item-shzr .shzrBot li:hover .img {
    border-color: #28C1FF;
}

.page-item-shzr .shzrBot li:hover .img img {
    transform: scale(1.05);
}

.page-item-shzr .shzrBot li:hover .name {
    background-color: #28C1FF;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .page-item-shzr .shzrBot li .name {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .page-item-shzr .shzrTop li {
        height: 380px;
    }
    .page-item-shzr .shzrBot li .name {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-shzr .shzrTop li {
        height: auto;
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .page-item-shzr .shzrBot li {
        width: 48%;
        margin-right: 4%;
    }
    .page-item-shzr .shzrBot li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .page-item-shzr .shzrBot li {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
}

/* ***********科技创新 E*********** */

/* ***********专题报道 S*********** */

.baodao-search {
    padding-top: 42px;
    background-color: #E6E6E6;
}

.baodao-search .search-inner {
    background-color: #fff;
}

.page-item-ztbd {
    background-color: #E6E6E6;
    padding-top: 30px;
}

.page-item-ztbd .bd-lists ul li {
    float: left;
    width: 23.82813%;
    margin: 0 1.5625% 20px 0;
}

.page-item-ztbd .bd-lists ul li:nth-child(4n) {
    margin-right: 0;
}

.page-item-ztbd .bd-lists ul li .img {
    overflow: hidden;
    position: relative;
    height: 190px;
}

.page-item-ztbd .bd-lists ul li .img span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    width: 40px;
    line-height: 20px;
    background-color: #047CEB;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.page-item-ztbd .bd-lists ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.page-item-ztbd .bd-lists ul li .info {
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    transition: all .5s;
}

.page-item-ztbd .bd-lists ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.page-item-ztbd .bd-lists ul li .info h3 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    color: #1B2126;
}

.page-item-ztbd .bd-lists ul li .info span.datetime {
    display: block;
    color: #808080;
    font-size: 12px;
    margin-top: 5px;
}

.page-item-ztbd .bd-lists ul li .info .other .adr {
    float: left;
    color: #808080;
    margin-top: 5px;
    font-size: 12px;
}

.page-item-ztbd .bd-lists ul li .info .other .datetime {
    float: left;
    width: 100%;
}

.page-item-ztbd .bd-lists ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-ztbd .bd-lists ul li:hover .info {
    background-color: #047CEB;
}

.page-item-ztbd .bd-lists ul li:hover .info:after {
    left: 0;
    width: 100%;
}

.page-item-ztbd .bd-lists ul li:hover .info h3 {
    color: #fff;
}

.page-item-ztbd .bd-lists ul li:hover .info span.datetime {
    color: #fff;
}

.page-item-ztbd .bd-lists ul li:hover .info .other .adr {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .baodao-search {
        padding-top: 30px;
    }
    .page-item-ztbd .bd-lists ul li .info h3 {
        font-size: 14px;
    }
    .page-item-ztbd .bd-lists ul li .img {
        height: 172px;
    }
}

@media screen and (max-width: 1200px) {
    .baodao-search {
        padding-top: 0;
    }
    .page-item-ztbd {
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-ztbd .bd-lists ul li {
        width: 48%;
        margin-right: 2%;
    }
    .page-item-ztbd .bd-lists ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-item-ztbd .bd-lists ul li .info {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 500px) {
    .page-item-ztbd .bd-lists ul li {
        width: 100%;
        margin-right: 0;
    }
}

.page-item-ztbd-dtl {
    padding-top: 60px;
}

.page-item-ztbd-dtl .title .lt {
    float: left;
}

.page-item-ztbd-dtl .title .rt {
    float: right;
}

.page-item-ztbd-dtl .title .rt .srh {
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    width: 305px;
    height: 40px;
    position: relative;
}

.page-item-ztbd-dtl .title .rt .srh .icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png);
    vertical-align: top;
    margin: 12px 10px 0 16px;
}

.page-item-ztbd-dtl .title .rt .srh input[type="text"] {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    height: 40px;
    font-size: 16px;
    border: none;
    vertical-align: top;
}

.page-item-ztbd-dtl .title .rt .srh .btn-srh {
    position: absolute;
    right: 0;
    height: 100%;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #28C1FF;
    border: none;
}

.page-item-ztbd-dtl .title .rt .srh .btn-srh:hover {
    background-color: #047CEB;
}

.page-item-ztbd-dtl .cont {
    margin-top: 40px;
}

.page-item-ztbd-video {
    background-color: #FCFBFF;
}

.ztbd-dtl ul li {
    float: left;
    width: 23.82813%;
    margin: 0 1.5625% 20px 0;
}

.ztbd-dtl ul li:nth-child(4n) {
    margin-right: 0;
}

.ztbd-dtl ul li .img {
    overflow: hidden;
    position: relative;
}

.ztbd-dtl ul li .img a {
    display: block;
    position: relative;
    height: 100%;
}

.ztbd-dtl ul li .img img {
    width: 100%;
    transition: all .5s;
}

.ztbd-dtl ul li .img a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.ztbd-dtl ul li .img label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #28C1FF;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.ztbd-dtl ul li .img .icon-play {
    display: block;
    width: 16px;
    height: 28px;
    background: url(../image/icon_videoplay.png) 0 0/100% 100% no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.ztbd-dtl ul li .info {
    background-color: #fff;
    padding: 6px 15px;
    position: relative;
    z-index: 5;
}

.ztbd-dtl ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.ztbd-dtl ul li .info h2 {
    color: #1B2126;
    font-size: 18px;
    margin-bottom: 6px;
}

.ztbd-dtl ul li .info span a {
    color: #28C1FF;
    font-size: 12px;
}

.ztbd-dtl ul li .info span a:hover {
    text-decoration: underline;
}

.ztbd-dtl ul li:hover .info {
    background-color: #047CEB;
}

.ztbd-dtl ul li:hover .info h2 {
    color: #fff;
}

.ztbd-dtl ul li:hover .info:after {
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .page-item-ztbd-dtl .title .rt .srh {
        width: 280px;
    }
    .page-item-ztbd-dtl {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-ztbd-dtl .title .rt .srh {
        width: 240px;
    }
    .page-item-ztbd-dtl .title .rt .srh input[type="text"] {
        font-size: 14px;
    }
    .page-item-ztbd-dtl .title .rt .srh .btn-srh {
        width: 50px;
        font-size: 14px;
    }
    .page-item-ztbd-dtl {
        padding-top: 45px;
    }
    .page-item-ztbd-dtl .cont {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-ztbd-dtl {
        padding-top: 30px;
    }
    .page-item-ztbd-dtl .title .rt {
        width: 100%;
    }
    .page-item-ztbd-dtl .title .rt .srh {
        width: 100%;
        margin-top: 10px;
    }
    .page-item-ztbd-dtl .title .rt .srh .icon {
        margin: 12px 0px 0 5px;
    }
    .ztbd-dtl ul li {
        width: 49%;
        margin-right: 2%;
    }
    .ztbd-dtl ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .ztbd-dtl ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}

/* ***********专题报道 E*********** */

/* ***********展会活动 S*********** */

.page-item-zh {
    background-color: #FCFBFF;
}

.page-item-zh .bd-lists ul li .info {
    background-color: #fff;
}

.btnsOrder a.btn-order {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 160px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
    position: relative;
}

.btnsOrder a.btn-order span {
    position: relative;
    z-index: 2;
}

.btnsOrder a.btn-order:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #047CEB;
}

.btnsOrder a.btn-order:hover {
    border-color: #047CEB;
}

.btnsOrder a.btn-order:hover:before {
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .btnsOrder a.btn-order {
        width: 150px;
        line-height: 45px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .btnsOrder a.btn-order {
        width: 120px;
        line-height: 35px;
    }
}

.page-item-zhinfo {
    background-color: #00114A;
}

.page-item-zhinfo .title {
    float: left;
    width: 33.20313%;
}

.page-item-zhinfo .title h2 {
    color: #fff;
}

.page-item-zhinfo .cont {
    float: right;
    width: 65.625%;
}

.page-item-zhinfo .cont p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.page-item-zhinfo2 {
    padding-top: 0;
    padding-bottom: 72px;
}

.page-item-zhinfo2 .cont {
    margin-top: 20px;
}

@media screen and (max-width: 1440px) {
    .page-item-zhinfo2 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-zhinfo .title {
        width: 100%;
        float: none;
    }
    .page-item-zhinfo .cont {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .page-item-zhinfo2 {
        padding-bottom: 30px;
    }
}

.page-item-xgt {
    background-color: #f1f1f1;
}

.page-item-xgt .title h2 {
    color: #00114a;
}

.page-item-xgt .designSketch {
    margin-top: 40px;
    overflow: hidden;
}

.page-item-xgt .designSketch li {
    float: left;
    width: 19.375%;
    margin-right: 0.78125%;
    margin-bottom: 10px;
    position: relative;
}

.page-item-xgt .designSketch li:last-child {
    margin-right: 0;
}

.page-item-xgt .designSketch li .img {
    overflow: hidden;
}

.page-item-xgt .designSketch li .img img {
    width: 100%;
    transition: all .5s;
}

.page-item-xgt .designSketch li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 55px;
    height: 50px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 3;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.page-item-xgt .designSketch li:hover .img img {
    transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
    .page-item-xgt .designSketch {
        margin-top: 20px;
    }
    .page-item-xgt .designSketch li .name {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .page-item-xgt .designSketch li {
        width: 32.8125%;
        margin-right: 0.78125%;
    }
    .page-item-xgt .designSketch li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .page-item-xgt .designSketch li {
        width: 49%;
        margin-right: 2%;
    }
    .page-item-xgt .designSketch li:nth-child(3n) {
        margin-right: 2%;
    }
    .page-item-xgt .designSketch li:nth-child(2n) {
        margin-right: 0;
    }
}

.page-item-xchd {
    background-color: #f1f1f1;
    padding-top: 40px;
}

.page-item-xchd .title h2 {
    color: #00114a;
}

.page-item-xchd .cont {
    margin-top: 40px;
}

.page-item-xchd .table h3 {
    padding: 20px 0;
    background-color: #28C1FF;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.page-item-xchd .table table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #28C1FF;
    font-size: 14px;
}

.page-item-xchd .table table th {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #28C1FF;
    border-left: 1px solid #28C1FF;
}

.page-item-xchd .table table td {
    padding: 15px 20px;
    font-size: 16px;
    border-bottom: 1px solid #28C1FF;
    border-left: 1px solid #28C1FF;
}

@media screen and (max-width: 1440px) {
    .page-item-xchd {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-xchd {
        padding-top: 20px;
    }
    .page-item-xchd .table h3 {
        padding: 15px 0;
        font-size: 18px;
    }
    .page-item-xchd .table table th {
        padding: 12px 15px;
        font-size: 16px;
    }
    .page-item-xchd .table table td {
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-xchd .table h3 {
        padding: 12px 0;
    }
    .page-item-xchd .table table th {
        padding: 10px;
    }
    .page-item-xchd .table table td {
        padding: 10px;
    }
    .page-item-xchd .table table th:first-child {
        text-align: center;
    }
    .page-item-xchd .table table td:first-child {
        text-align: center;
    }
}

.page-item-zhxw {
    background-color: #FCFBFF;
}

.page-item-zhxw .title h2 {
    float: left;
}

.page-item-zhxw .title a.more {
    color: #1B2126;
    font-size: 14px;
    float: right;
    opacity: 0.5;
    vertical-align: middle;
    line-height: 60px;
}

.page-item-zhxw .title a.more:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../image/icon_goblack.png) 0 0/cover no-repeat;
    margin-left: 5px;
    transition: all .5s;
    position: relative;
    vertical-align: middle;
    top: -2px;
    left: 0;
}

.page-item-zhxw .title a.more:hover {
    opacity: 1;
}

.page-item-zhxw .title a.more:hover:after {
    left: 5px;
}

.page-item-zhxw .bd-lists {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.page-item-zhxw .bd-lists ul li {
    float: left;
    width: 23.82813%;
    margin: 0 1.5625% 20px 0;
}

.page-item-zhxw .bd-lists ul li .img {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.page-item-zhxw .bd-lists ul li .img span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    width: 40px;
    line-height: 20px;
    background-color: #047CEB;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.page-item-zhxw .bd-lists ul li .img img {
    width: 100%;
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.page-item-zhxw .bd-lists ul li .info {
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    transition: all .5s;
}

.page-item-zhxw .bd-lists ul li .info:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.page-item-zhxw .bd-lists ul li .info h3 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    color: #1B2126;
}

.page-item-zhxw .bd-lists ul li .info span.datetime {
    display: block;
    color: #808080;
    font-size: 12px;
    margin-top: 5px;
}

.page-item-zhxw .bd-lists ul li .info .other .adr {
    float: left;
    color: #808080;
    margin-top: 5px;
    font-size: 12px;
}

.page-item-zhxw .bd-lists ul li .info .other .datetime {
    float: right;
}

.page-item-zhxw .bd-lists ul li:hover .img img {
    transform: scale(1.05);
}

.page-item-zhxw .bd-lists ul li:hover .info {
    background-color: #047CEB;
}

.page-item-zhxw .bd-lists ul li:hover .info:after {
    left: 0;
    width: 100%;
}

.page-item-zhxw .bd-lists ul li:hover .info h3 {
    color: #fff;
}

.page-item-zhxw .bd-lists ul li:hover .info span.datetime {
    color: #fff;
}

.page-item-zhxw .bd-lists ul li:hover .info .other .adr {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .page-item-zhxw .bd-lists ul li .img {
        height: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-zhxw .bd-lists {
        margin-top: 20px;
    }
    .page-item-zhxw .bd-lists ul li .info {
        padding: 10px;
    }
    .page-item-zhxw .bd-lists ul li .info h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-zhxw .bd-lists ul li .img {
        height: 160px;
    }
}

/* ***********展会活动 E*********** */

/* ***********人才招聘 S*********** */

.page-item-zxns {
    background-color: #00114A;
}

.page-item-zxns .title h2 {
    float: left;
    color: #fff;
}

.page-item-zxns .title .tab-nav {
    float: left;
    margin-left: 5%;
    margin-top: 6px;
}

.page-item-zxns .title .tab-nav li {
    float: left;
}

.page-item-zxns .title .tab-nav li a {
    color: #fff;
    display: block;
    width: 120px;
    line-height: 48px;
    border: 2px solid #047CEB;
    text-align: center;
    font-size: 16px;
}

.page-item-zxns .title .tab-nav li.active a {
    background-color: #047CEB;
}

.page-item-zxns .title .rt {
    float: right;
    width: 42.89063%;
    margin-top: 12px;
}

.page-item-zxns .title .rt .srh {
    background-color: #fff;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.page-item-zxns .title .rt .srh .icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png);
    vertical-align: middle;
    margin: -2px 10px 0 16px;
}

.page-item-zxns .title .rt .srh input[type="text"] {
    width: calc(100% - 50px);
    height: 40px;
    font-size: 16px;
    border: none;
}

.page-item-zxns .title .rt .srh .btn-srh {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #28C1FF;
    border: none;
}

.page-item-zxns .title .rt .srh .btn-srh:hover {
    background-color: #047CEB;
}

.page-item-zxns .cont {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.page-item-zxns .tab-item {
    border: 1px solid #047CEB;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: 1;
}

.page-item-zxns .tab-item.on {
    visibility: visible;
    position: relative;
    z-index: 3;
}

.page-item-zxns .scrollBoxs {
    height: 540px;
}

.page-item-zxns table {
    width: 100%;
}

.page-item-zxns table th {
    width: 20%;
    color: #fff;
    font-size: 16px;
    background-color: #047CEB;
    padding: 15px 10px;
    text-align: center;
}

.page-item-zxns table td {
    width: 20%;
    color: #fff;
    font-size: 14px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(4, 124, 235, 0.2);
    text-align: center;
}

.page-item-zxns table td a {
    color: #fff;
}

.page-item-zxns .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.page-item-zxns .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    opacity: 0.2;
}

.page-item-zxns .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #047CEB;
}

.page-item-zxns .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.page-item-zxns .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #047CEB;
}

.page-item-zxns .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #047CEB;
}

@media screen and (max-width: 1440px) {
    .page-item-zxns .scrollBoxs {
        height: 400px;
    }
    .page-item-zxns .title .tab-nav {
        margin-top: 0;
    }
    .page-item-zxns table th {
        padding: 12px 10px;
    }
    .page-item-zxns table td {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-zxns .scrollBoxs {
        height: 300px;
    }
    .page-item-zxns .title .tab-nav {
        margin-top: 0;
    }
    .page-item-zxns .title .tab-nav li a {
        width: 100px;
        line-height: 40px;
        font-size: 14px;
    }
    .page-item-zxns .title .rt {
        margin-top: 2px;
    }
    .page-item-zxns .title .rt .srh input[type="text"] {
        font-size: 14px;
    }
    .page-item-zxns .title .rt .srh .btn-srh {
        width: 50px;
        font-size: 14px;
    }
    .page-item-zxns .cont {
        margin-top: 20px;
    }
    .page-item-zxns table th {
        padding: 10px 10px;
    }
    .page-item-zxns table td {
        padding: 12px 10px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-zxns .title .tab-nav {
        float: right;
    }
    .page-item-zxns .title .tab-nav li a {
        width: 80px;
        line-height: 30px;
    }
    .page-item-zxns .title .rt {
        width: 100%;
        margin-top: 20px;
    }
}

.page-item-rcfz {
    background-color: #F3F4F8;
}

.page-item-rcfz .cont {
    margin-top: 40px;
}

.page-item-rcfz .tab-nav2 {
    background-color: #047CEB;
}

.page-item-rcfz .tab-nav2 li {
    float: left;
    width: 33.33%;
    padding: 16px 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.page-item-rcfz .tab-nav2 li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #28C1FF;
    transition: all .5s;
}

.page-item-rcfz .tab-nav2 li.active:after {
    left: 0;
    width: 100%;
}

.page-item-rcfz .tab-item {
    display: none;
    border: 1px solid #047CEB;
    padding: 40px;
    min-height: 300px;
}

.page-item-rcfz .tab-item p {
    font-size: 14px;
    color: #6F767C;
}

.page-item-rcfz .tab-item.on {
    display: block;
}

.page-item-rcfz .iconblock li {
    float: left;
    margin-right: 7.8125%;
    text-align: center;
    margin-top: 40px;
}

.page-item-rcfz .iconblock li i {
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid #047CEB;
}

.page-item-rcfz .iconblock li i img {
    width: 40%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.page-item-rcfz .iconblock li span {
    display: block;
    color: #808080;
    font-size: 16px;
    margin-top: 12px;
}

@media screen and (max-width: 1440px) {
    .page-item-rcfz .tab-nav2 li {
        font-size: 16px;
    }
    .page-item-rcfz .iconblock li i {
        width: 90px;
        height: 90px;
    }
    .page-item-rcfz .iconblock li span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-rcfz .tab-item {
        padding: 20px;
    }
    .page-item-rcfz .cont {
        margin-top: 20px;
    }
    .page-item-rcfz .iconblock li i {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .page-item-rcfz .iconblock li {
        margin-right: 10px;
        min-width: 90px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-rcfz .tab-item {
        padding: 10px;
    }
    .page-item-rcfz .tab-nav2 {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .page-item-rcfz .tab-nav2 ul {
        width: 560px;
    }
    .page-item-rcfz .tab-nav2 li {
        font-size: 14px;
    }
    .page-item-rcfz .tab-nav2 li:nth-child(2) {
        padding: 16px 20px;
    }
    .page-item-rcfz .iconblock li i {
        width: 50px;
        height: 50px;
    }
}

.page-item-yggh {
    background-color: #fff;
}

.page-item-yggh .swiperhoner {
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    padding-bottom: 50px;
}

.page-item-yggh .swiperhoner .swiper-slide {
    position: relative;
}

.page-item-yggh .swiperhoner .swiper-slide a {
    cursor: default;
}

.page-item-yggh .swiperhoner .img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 272px;
}

.page-item-yggh .swiperhoner .img img {
    width: 100%;
    transition: all .5s;
    position: relative;
    z-index: 2;
    height: 100%;
    object-fit: cover;
}

.page-item-yggh .swiperhoner .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 73px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition: all .5s;
}

.page-item-yggh .swiperhoner .name {
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 46px;
    transition: all .5s;
    z-index: 3;
}

.page-item-yggh .swiperhoner .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.page-item-yggh .swiperhoner .swiper-slide:hover .img:after {
    opacity: 0;
}

.page-item-yggh .swiperhoner .swiper-slide:hover .name {
    background-color: #047CEB;
}

.page-item-yggh .swiperhoner .swiper-pagination {
    color: #fff;
    font-size: 0.9rem;
}

.page-item-yggh .swiperhoner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: #28C1FF;
    background-color: #fff;
    border: 1px solid #28C1FF;
    margin: 0 5px;
}

.page-item-yggh .swiperhoner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #047CEB;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .page-item-yggh .swiperhoner .img {
        height: 236px;
    }
}

@media screen and (max-width: 1200px) {
    .page-item-yggh .swiperhoner {
        padding-top: 20px;
    }
    .page-item-yggh .swiperhoner .name {
        font-size: 14px;
    }
}

/* ***********人才招聘 E*********** */

/* ***********新闻详情页 S*********** */

.newsdetcon {
    padding: 50px 0 25px;
    background-color: #f5f5f5;
}

.newsdetcon .newsinner {
    background-color: #fff;
}

.newsdetcon .newsinner-boxp {
    width: 96%;
    margin: 0 auto;
    padding: 0px 0 30px;
}

.newsdetcon .newsinner-box {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.newsdetcon .top .data {
    padding-bottom: 12px;
    border-bottom: 1px solid #d6d6d6;
}

.newsdetcon .top .num {
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin-top: 3px;
    margin-right: 20px;
}

.newsdetcon .top .num b {
    font-weight: normal;
}

.newsdetcon .top .time {
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin-top: 3px;
    margin-right: 20px;
}

.newsdetcon .bshare-custom {
    margin-top: 5px;
}

.newsdetcon .bdshare-button-style0-16 {
    margin-top: 3px;
}

.newsdetcon span i {
    margin-right: 5px;
}

.newsdetcon a {
    margin: 0 7px 0 0;
}

.newsdetcon .top .data .det_back {
    font-size: 15px;
    color: #333;
    line-height: 2;
    margin-right: 10px;
}

.newsdetcon .top .data .det_back:hover {
    color: #237ae4;
}

.newsdetcon .top .data .det_back i.back {
    width: 16px;
    height: 13px;
    display: block;
    margin-top: 9px;
    margin-left: 10px;
    background: url(Http://www.znfo.cn/template/pc/web/image/back1.png) no-repeat;
}

.newsdetcon .con {
    color: #333;
    line-height: 1.857;
    text-align: justify;
    padding: 40px 0px 32px 0px;
}

.newsdetcon .con p {
    margin-bottom: 20px;
    line-height: 30px;
    color: #333;
    font-size: 17px;
}

.newsdetcon .con img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.newsdetcon .newsDet_page a {
    font-size: 17px;
    color: #333;
    display: block;
    line-height: 48px;
}

.newsdetcon .newsDet_page a:hover {
    color: #38C6FF;
}

.newsdetcon .top h1 {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

@media screen and (max-width: 1440px) {
    .newsdetcon {
        padding: 30px 0 25px;
    }
    .newsdetcon .newsinner-box {
        width: 75%;
    }
    .newsdetcon .top h1 {
        font-size: 30px;
    }
    .newsdetcon .con {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .newsdetcon {
        padding-top: 20px;
    }
    .newsdetcon .newsinner-box {
        padding-top: 40px;
    }
    .newsdetcon .top h1 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .newsdetcon .newsinner-box {
        width: 88%;
    }
}

@media screen and (max-width: 768px) {
    .newsdetcon .newsinner-box {
        width: 100%;
    }
    .newsdetcon .top h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

/* ***********新闻详情页 E*********** */

/* ***********banner 带搜索*********** */

.banner-download .searchbox {
    overflow: hidden;
    margin-top: 30px;
}

.banner-download .searchbox .srh-left {
    float: left;
    width: 31.25%;
    background-color: #fff;
    vertical-align: middle;
}

.banner-download .searchbox .srh-left:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../image/icon_search.png);
    margin: 15px 0 0 24px;
    vertical-align: top;
}

.banner-download .searchbox .srh-left input {
    padding: 20px;
    height: 48px;
    box-sizing: border-box;
    width: calc(100% - 48px);
    border: none;
    font-size: 16px;
    vertical-align: top;
}

.banner-download .searchbox .btn-srh {
    float: left;
    height: 48px;
    background-color: #28C1FF;
    width: 80px;
    outline: none;
    font-size: 18px;
    color: #fff;
    border: none;
    transition: all .5s;
}

.banner-download .searchbox .btn-srh:hover {
    background-color: #047CEB;
}

@media screen and (max-width: 1440px) {
    .banner-download .searchbox {
        margin-top: 10px;
    }
    .banner-download .searchbox .btn-srh {
        height: 42px;
    }
    .banner-download .searchbox .srh-left input {
        padding: 10px;
        height: 42px;
    }
    .banner-download .searchbox .srh-left:before {
        margin: 12px 0 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-download .searchbox .srh-left {
        height: 40px;
        width: 300px;
    }
    .banner-download .searchbox .btn-srh {
        height: 40px;
        width: 50px;
        font-size: 14px;
    }
    .banner-download .searchbox .srh-left input {
        padding: 10px;
        height: 40px;
        font-size: 14px;
    }
    .banner-download .searchbox .srh-left:before {
        margin: 11px 0 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-download .searchbox .srh-left {
        width: calc(100% - 50px);
    }
}

/* 左侧移动端菜单 */

.product-search .close-menu {
    opacity: 0;
    display: none;
}

.product-search-no {
    display: none;
}

@media screen and (max-width: 768px) {
    .product-search-no {
        display: block;
    }
    .product-search {
        transition: all .5s;
    }
    .product-search .toggle-button {
        position: relative;
        width: 40px;
        height: 40px;
        text-align: center;
        z-index: 11;
        font-size: 0;
        margin-left: 10px;
        float: left;
    }
    .product-search .toggle-button div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 24px;
        height: 16px;
    }
    .product-search .toggle-button div span {
        width: 100%;
        height: 2px;
        background-color: #7c7f82;
        display: block;
        margin: 0 auto;
        line-height: 2px;
        position: static;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }
    .product-search .toggle-button div span.top-hr {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .product-search .toggle-button div span.center-hr {
        margin: 5px auto;
    }
    .product-search .toggle-button div span.bottom-hr {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .product-search .toggle-button.on div span.top-hr {
        transform: rotate(-45deg);
        width: 9px;
        margin: 0;
        position: relative;
        top: 3px;
    }
    .product-search .toggle-button.on div span.bottom-hr {
        transform: rotate(45deg);
        width: 9px;
        margin: 0;
        position: relative;
        top: -3px;
    }
    .product-search .search-inner {
        float: right;
        width: calc(100% - 80px);
        margin: 5px 20px 0 0;
    }
    .pro-lists .pro-lists-left {
        margin: 0;
        position: fixed;
        top: 52px;
        left: 0;
        transition: all 0.5s;
        background: #ffffff;
        width: 80vw;
        height: calc(100% - 52px);
        overflow-y: auto;
        transform: translateX(-100%);
        opacity: 0;
        padding: 30px 15px 10px 10px;
        z-index: 9;
        box-shadow: 0 0 3px 1px #e6e4e4;
    }
    .pro-lists .pro-lists-left.pt {
        top: 352px;
    }
    .pro-lists .pro-lists-left.open {
        transition: all 0.5s;
        transform: translateX(0);
        opacity: 1;
        z-index: 99;
    }
    .pro-lists .wrap:before {
        display: none;
    }
    .pro-lists-right {
        width: 100%;
    }
    .product-search.fixed-page {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 99;
    }
    .product-search.scrolltop {
        top: 68px;
    }
    .pro-lists .pro-lists-left.scrolltop {
        height: calc(100% - 120px);
        top: 120px;
    }
    .product-search .close-menu {
        display: block;
        position: fixed;
        left: 80vw;
        top: 68px;
        width: 50px;
        height: 50px;
        background: #28C1FF;
        cursor: pointer;
        text-align: center;
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        transform: translateX(-100%);
        opacity: 0;
        transition: all .3s;
        z-index: 9;
    }
    .product-search .close-menu.show {
        display: block;
        transform: translateX(0);
        opacity: 1;
    }
    .product-search .close-menu:hover {
        background: #047CEB;
    }
    .product-search.scrolltop .close-menu {
        top: 140px;
    }
}

.tab-cont .col-24 {
    width: 24%;
}

.tab-cont .col-16 {
    width: 16%;
}

.tab-cont .col-14 {
    width: 14%;
}

.tab-cont .col-8 {
    width: 8%;
}

.t-item {
    border-bottom: 1px solid rgba(4, 124, 235, 0.5);
}

.t-item .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    cursor: pointer;
    transition: .4s;
}

.t-item .col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 10px;
    line-height: 20px;
    color: #fff;
}

.t-item .col .arrow {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../image/icon_down4.png) no-repeat center center;
    transition: .4s;
    background-size: 16px 16px;
}

.t-item .t-drop {
    display: none;
}

.t-item .t-drop .text {
    padding: 20px 5%;
    color: rgba(255, 255, 255, .8);
    border-top: 1px solid rgba(4, 124, 235, 0.5);
}

.t-item .t-drop a {
    color: rgba(255, 255, 255, .8);
    transition: .4s;
}

.t-item .t-drop a:hover {
    color: rgba(255, 255, 255, 1);
    transition: .4s;
}

.t-item.on .row {
    background: #28C1FF;
    transition: .4s;
}

.t-item.on .col .arrow {
    transition: .4s;
    transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
    .t-item .col {
        padding: 15px 8px;
    }
}

@media screen and (max-width: 768px) {
    .t-item .col {
        padding: 10px 5px;
    }
}

.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.banner-news .banner-inner {
    z-index: 3;
}

.right-fixed ul li {
    position: relative;
}

.right-fixed .bar-drop {
    position: absolute;
    right: 100%;
    top: 50%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.right-fixed .bar-drop::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -6px;
}

.right-fixed .bar-drop .drop-inner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    border-radius: 4px;
}

.right-fixed ul li:hover .bar-drop {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.right-fixed .bar-text {
    white-space: nowrap;
    padding: 12px 28px;
}

.right-fixed .bar-text h3 {
    font-size: 20px;
    color: #047CEB;
}

.right-fixed .bar-text h4 {
    color: #808080;
}

.right-fixed .erweima {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 10px;
}

.right-fixed .erweima .img {
    margin: 0 10px;
    text-align: center;
}

.layui-laypage .layui-laypage-skip {
    background: none;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.layui-laypage button {
    transition: .4s;
    line-height: 26px;
}

.layui-laypage button:hover {
    background: #047CEB;
    transition: .4s;
    border-color: #047CEB;
    color: #fff;
}

.header-list .box li .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
}

.header-list .box li .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .2);
}

.page-tab-nav ul li {
    display: table;
    height: 101px;
}

.page-tab-nav ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

@media screen and (max-width: 1440px) {
    .page-tab-nav ul li {
        height: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .page-tab-nav ul li {
        height: 67px;
    }
}

@media screen and (max-width: 767px) {
    .page-tab-nav ul li {
        height: auto;
    }
    .page-tab-nav ul li a {
        padding: 15px 20px;
    }
}

/* 搜索展开 */

.search-box {
    position: relative;
}

.opensrh {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    text-align: left;
}

.opensrh ul {
    padding: 10px 0;
}

.opensrh ul li a {
    display: block;
    padding: 5px 20px;
    color: #666;
    line-height: 1.8;
}

.opensrh ul li a:hover {
    color: #047CEB;
}

.pro-search-box .opensrh {
    width: calc(100% - 80px);
}

.search-inner .opensrh {
    width: calc(100% - 80px);
}

@media screen and (max-width: 1200px) {
    .pro-search-box .opensrh {
        width: calc(100% - 50px);
    }
    .search-inner .opensrh {
        width: calc(100% - 50px);
    }
}

.swiper-topnav {
    overflow: hidden;
}

/* 20210725支持联合国全球契约十项原则的承诺 */

.page-item-cnuo {
    background-color: #F3F4F8;
}

.page-item-cnuo .cont {
    margin-top: 20px;
}

.page-item-cnuo .sm {
    font-size: 12px;
    line-height: 1.83333;
}

.page-item-cnuo .img {
    margin-top: 40px;
}

.page-item-cnuo .img img {
    max-width: 100%;
}

.page-item-cnuo ul li {
    float: left;
    width: 50%;
    margin-top: 70px;
}

.page-item-cnuo ul li .hd {
    margin-bottom: 13px;
}

.page-item-cnuo ul li .hd i {
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin-right: 10px;
}

.page-item-cnuo ul li .hd i img {
    width: 100%;
}

.page-item-cnuo ul li .hd span {
    font-size: 30px;
    color: #4C5576;
    vertical-align: middle;
}

.page-item-cnuo ul li .bd {
    min-height: 88px;
}

.page-item-cnuo ul li .bd p {
    font-size: 12px;
    line-height: 1.83333;
}

@media screen and (max-width: 1024px) {
    .page-item-cnuo .img {
        margin-top: 30px;
    }
    .page-item-cnuo ul li {
        margin-top: 40px;
    }
    .page-item-cnuo ul li .hd i {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }
    .page-item-cnuo ul li .hd span {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .page-item-cnuo ul li {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .page-item-cnuo ul li .bd {
        min-height: auto;
    }
}