﻿.color-red {
    color: red
}

.cc-header-top {
    background-color: #f0f2f6
}

.cc-header-top li,
.cc-header-top ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cc-header-top ul {
    padding: 0 15px
}

.cc-header-top li {
    padding: 10px
}

.cc-header-top .web-site-name {
    font-size: 14px;
    color: #313131
}

.cc-header-top .web-site-name h1 {
    font-size: 14px;
    color: #313131;
    padding: 0 5px;
    margin: 0;
    display: inline-block
}

.cc-header-top .web-site-tel {
    text-align: right
}

.cc-header-top .web-site-tel span {
    color: #313131;
    padding: 0 7px
}

.cc-header-top .web-site-tel span i {
    padding-right: 5px
}

.cc-header-top .web-site-tel span a {
    color: #313131;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300
}

.cc-header-top .web-site-tel span a.tel {
    color: red
}

.cc-header-top .web-site-tel span a:hover {
    color: #146195
}

.cc-nav {
    background-color: #fff;
    border-width: 0;
    border-bottom: 1px solid #146195;
    margin-bottom: 0;
    min-height: initial
}

.cc-nav li,
.cc-nav ul {
    border-radius: 0
}

.cc-nav .cc-mobile-logo {
    padding-right: 30px
}

.cc-nav .cc-mobile-logo span {
    display: none
}

.cc-nav .cc-mobile-logo img {
    height: 80px
}

.cc-nav .cc_nav_list>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    outline: 0;
    text-transform: capitalize;
    border-radius: 0;
    background-color: #fff;
    color: #313131;
    font-weight: 900
}

.cc-nav .cc_nav_list>li>a.on {
    background-color: #146195;
    color: #fff
}

.cc-nav .cc_nav_list>li>a:hover {
    background-color: #146195;
    color: #fff
}

.cc-nav .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.cc-nav .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px
}

.cc-nav .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #146195
}

.navbar .nav>li .dropdown-menu {
    margin: 0;
    width: 100%
}

.navbar .nav>li:hover .dropdown-menu {
    display: block
}

.cc-advantage {
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: 'Microsoft YaHei'
}

.cc-advantage .adv-item i {
    font-size: 60px;
    width: 100px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #146195
}

.cc-advantage .adv-item:hover i {
    color: #fff;
    border: 1px solid transparent;
    background: #146195;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.cc-advantage .adv-item h3 {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.cc-advantage .adv-item p {
    font-size: 13px;
    color: #696969;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    text-align: left
}

.cc-solution {
    background-image: linear-gradient(135deg, #8ebfe3, #1d5e9f);
    padding: 60px 0 40px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    min-height: 300px
}

.cc-solution .sol-img>img {
    max-width: 100%
}

.cc-solution .sol-item {
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 4px
}

.cc-solution .sol-item:last-child {
    margin-bottom: 0
}

.cc-solution .sol-item a {
    text-decoration: none
}

.cc-solution .sol-item .sol-pic,
.cc-solution .sol-item i {
    font-size: 20px;
    width: 65px;
    line-height: 65px;
    height: 65px;
    text-align: center;
    float: left;
    margin-right: 25px;
    background: #1f60a0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #fff
}

.cc-solution .sol-item .sol-pic>img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

.cc-solution .sol-item .sol-pic:hover>img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.cc-solution .sol-item h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.cc-solution .sol-item p {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin: 0;
    line-height: 24px
}

.cc-solution .sol-item a:hover h4 {
    font-weight: 900;
    color: #fff
}

.cc-solution .sol-item a:hover p {
    color: #f4f4f4
}

.cc-solution .sol-item:hover i {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.pro-title {
    text-align: center;
    margin: 40px 0
}

.pro-title h3 {
    padding: 15px 30px;
    margin: 0
}

.pro-title h3 span {
    font-size: 32px;
    padding: 10px 30px;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc
}

.cc-product .pro-itme {
    margin-bottom: 30px
}

.cc-product .pro-itme .pro-itmes a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #313131;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center
}

.cc-product .pro-itme .pro-itmes img {
    max-width: 100%;
    height: 260px
}

.cc-product .pro-itme .pro-itmes p {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cc-product .pro-itme .pro-itme-body a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #313131;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.cc-product .pro-itme .pro-itme-body a img {
    width: 100%;
    height: 175px
}

.cc-product .pro-itme .pro-itme-body a .pro-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 49, .8);
    display: none;
    vertical-align: middle
}

.cc-product .pro-itme .pro-itme-body a p {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px;
    line-height: 25px
}

.cc-product .pro-itme .pro-itme-body a .pro_top_left_1 {
    margin: -60px 0 0 -115px
}

.cc-product .pro-itme .pro-itme-body a .pro_top_left_2 {
    margin: -60px 0 0 -70px
}

.cc-product .pro-itme .pro-itme-body a:hover {
    color: #fff
}

.cc-product .pro-itme .pro-itme-body a:hover .pro-info {
    display: inline-block
}

.cc-advantageContact {
    text-align: center;
    padding: 80px 0;
    background: #fff url(../image/parallax.jpg) top center fixed
}

.cc-advantageContact h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 25px
}

.cc-advantageContact p {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px;
    text-align: center
}

.cc-advantageContact a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 18px 0;
    width: 190px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #146195;
    display: inline-block
}

.cc-advantageContact a:hover {
    background: #d43d44;
    color: #fff
}

.cc-advantageVoice {
    padding-top: 40px;
    padding-bottom: 40px
}

.cc-advantageVoice h2 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaf1
}

.cc-advantageVoice .av-border {
    width: 30px;
    border-bottom: 2px solid #146195;
    margin-bottom: 30px;
    margin-top: -2px
}

.cc-advantageVoice .av-about p {
    color: #696969;
    font-size: 14px;
    margin: 0 0 30px;
    line-height: 24px
}

.cc-advantageVoice .av-about p:first-letter {
    font-size: 30px;
    background: #146195;
    color: #fff;
    font-weight: 300;
    padding: 4px 10px;
    border-radius: 3px;
    float: left;
    display: block;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px
}

.cc-advantageVoice .av-features {
    list-style: none;
    margin: 0;
    padding: 0
}

.cc-advantageVoice .av-features li {
    color: #696969;
    font-size: 14px;
    /* margin-bottom: 20px */
}

.cc-advantageVoice .av-features li i {
    font-size: 14px;
    color: #146195;
    margin-right: 10px
}

.cc-advantageVoice .av-voice {
    list-style: none;
    margin: 0;
    padding: 0
}

.cc-advantageVoice .av-voice li p {
    color: #696969;
    font-size: 14px;
    margin: 0 0 30px;
    line-height: 26px
}

.cc-advantageVoice .av-voice li p:first-letter {
    font-size: 30px;
    background: #146195;
    color: #fff;
    font-weight: 300;
    padding: 4px 10px;
    border-radius: 3px;
    float: left;
    display: block;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px
}

.cc-contact {
    background: #f0f2f6;
    padding: 40px 0
}

.cc-contact h3 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    display: inline-block
}

.cc-contact a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 18px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #146195;
    display: inline-block
}

.cc-contact a:hover {
    background: #d43d44;
    color: #fff
}

.cc-footer {
    background-color: #01131d;
    padding: 30px 0 15px 0
}

.cc-footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px
}

.cc-footer .main-border {
    width: 25px;
    border-bottom: 2px solid #016fc6;
    margin-bottom: 15px;
    margin-top: -2px
}

.cc-footer .footer-about p {
    text-indent: 2em;
    color: #c4c4c4;
    font-size: 14px;
    line-height: 24px
}

.cc-footer .footer-pro ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cc-footer .footer-pro ul li {
    border-bottom: 1px solid #151a1e;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.cc-footer .footer-pro ul li a {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: inline-block;
    text-decoration: none
}

.cc-footer .footer-pro ul li a img {
    float: left;
    border-radius: 4px;
    margin-right: 10px
}

.cc-footer .footer-pro ul li a .post-text h5 {
    margin: 0;
    color: #c4c4c4;
    font-size: 13px;
    line-height: 16px
}

.cc-footer .footer-pro ul li a .post-text h5:hover {
    color: #016fc6
}

.cc-footer .footer-pro ul li a .post-text span {
    color: #2c3542;
    font-size: 14px;
    line-height: 24px
}

.cc-footer .footer-pro ul li:last-child {
    border: 0
}

.cc-footer .footer-news ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cc-footer .footer-news ul li a {
    color: #c4c4c4;
    font-size: 13px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #151a1e;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cc-footer .footer-news ul li a:hover {
    color: #016fc6
}

.cc-footer .footer-news ul li:last-child a {
    border: 0
}

.cc-footer .footer-contact p {
    color: #c4c4c4;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
    display: block
}

.cc-footer .footer-contact p a {
    color: #c4c4c4
}

.cc-footer .footer-contact p a:hover {
    color: #d43d44
}

.cc-footers {
    background-color: #01080c
}

.cc-footers .last-div {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden
}

.cc-footers .last-div .copyright {
    color: #ccc;
    font-size: 13px;
    float: left;
    display: flex;
    align-items: center;
    gap: 5px
}

.cc-footers .last-div .copyright img {
    width: 16px
}

.cc-footers .last-div .copyright a {
    color: #ccc
}

.cc-footers .last-div .copyright a:hover {
    text-decoration: underline
}

.cc-footers .last-div .foot-nav {
    float: right;
    margin-right: 30px
}

.cc-footers .last-div .foot-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cc-footers .last-div .foot-nav ul li {
    display: inline
}

.cc-footers .last-div .foot-nav ul li a {
    color: #ccc;
    font-size: 14px
}

.cc-footers .last-div .foot-nav ul li a:hover {
    color: #f5f5f5
}

.cc-footers .last-div .foot-nav ul li:after {
    content: '|';
    color: #ccc;
    font-size: 12px;
    padding-left: 5px;
    margin-right: 5px
}

.cc-footers .last-div .foot-nav ul li:last-child:after {
    display: none
}

.back-to-top {
    position: fixed;
    right: 5px;
    z-index: 1;
    bottom: 100px;
    display: none
}

.back-to-top a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .7)
}

.back-to-top a i {
    font-size: 30px;
    padding: 10px;
    color: #fff;
    transform: rotate(-45deg)
}

.back-to-top a:hover {
    background-color: rgba(20, 97, 149, .5)
}

.back-to-top a:hover i {
    color: red
}

.cc-crumbs {
    padding: 55px 0;
    margin-bottom: 40px;
    background: url(../image/parallax.jpg) repeat;
    height: 180px
}

.cc-crumbs h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-align: center
}

.cc-crumbs .crumbs-more {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-family: 'Microsoft YaHei'
}

.cc-crumbs .crumbs-more li {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    display: inline-block
}

.cc-crumbs .crumbs-more li a {
    font-size: 14px;
    color: #fff
}

.cc-crumbs .crumbs-more li:after {
    font-size: 14px;
    padding: 0 5px;
    color: #ccc;
    content: '>'
}

.cc-crumbs .crumbs-more li:first-child:after,
.cc-crumbs .crumbs-more li:last-child:after {
    content: ''
}

.m-b-20 {
    margin-bottom: 20px
}

.cc-article {
    font-family: 'Microsoft YaHei'
}

.cc-article h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px
}

.cc-article .art-body {
    font-size: 14px;
    padding: 0;
    line-height: 25px;
    color: #444;
    overflow-x: hidden;
    border: 0
}

.cc-solutions .sol-item ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cc-solutions .sol-item ul li {
    font-family: 'Microsoft YaHei'
}

.cc-solutions .sol-item ul li strong {
    font-size: 16px
}

.cc-solutions .sol-item ul li p {
    margin-top: 10px;
    text-indent: 2em
}

.cc-solutions .sol-item ul li p.right {
    text-align: right
}

.dum-items {
    width: 100%
}

.cc-news a.news-item,
.cc-news div.news-item {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.cc-news a.news-item h2,
.cc-news div.news-item h2 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 15px
}

.cc-news a.news-item span,
.cc-news div.news-item span {
    color: #838993;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
    display: inline-block
}

.cc-news a.news-item span:first-child,
.cc-news div.news-item span:first-child {
    padding-left: 0
}

.cc-news a.news-item p,
.cc-news div.news-item p {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.cc-news a.news-item {
    margin-bottom: 15px;
    overflow: hidden
}

.cc-news a.news-item:hover h2 {
    color: #146195 !important
}

.cc-news a.news-item:first-child,
.cc-news div.news-item:first-child {
    border: 0;
    padding-top: 0
}

.cc-news div.news-item .download,
.cc-news div.news-item .fog_download {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff
}

.cc-news div.news-item .download:hover,
.cc-news div.news-item .fog_download:hover {
    background-color: #146195;
    color: #fff
}

.cc-recruit .panel-group .panel+.panel {
    margin-top: -1px
}

.cc-recruit .panel-group .panel {
    border-radius: 0
}

.cc-recruit .panel-default>.panel-heading {
    background-color: #f0f2f6
}

.cc-recruit .panel-title>a {
    color: #146195;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    font-weight: 900
}

.cc-recruit .panel-title>a.collapsed {
    color: #313131
}

.cc-recruit .panel-title>a:hover {
    color: #146195
}

.cc-recruit .panel-body pre {
    background-color: inherit;
    border: none;
    border-radius: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 28px
}

.fog-badge {
    display: inline-block;
    position: absolute;
    right: 100px;
    overflow: hidden;
    line-height: 28px;
    border-radius: 50px
}

.sidebar {
    background: #f7f9fc;
    padding: 0 20px 20px
}

.sidebar .main-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaf1
}

.sidebar .main-border {
    width: 30px;
    border-bottom: 2px solid #146195;
    margin-top: -2px
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar ul li {
    border-bottom: 1px solid #e7eaf1;
    padding: 13px 0
}

.sidebar ul li a {
    text-decoration: none
}

.sidebar ul li a p {
    font-size: 14px;
    color: #696969;
    margin: 0
}

.sidebar ul li a span {
    font-size: 12px;
    color: #838993;
    display: block
}

.sidebar ul li a:hover p {
    color: #146195
}

.sidebar ul li:last-child {
    border-bottom: 1px dashed #146195
}

.sidebar .sidebar-tags .main-border {
    margin-bottom: 20px
}

.sidebar .sidebar-tags ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .sidebar-tags ul li {
    border: 1px solid #e7eaf1;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff
}

.sidebar .sidebar-tags ul li a {
    color: #313131
}

.sidebar .sidebar-tags ul li:hover {
    background-color: #016fc6;
    border-bottom: 1px solid transparent
}

.sidebar .sidebar-tags ul li:hover a {
    color: #fff
}

.sidebar-posts,
.sidebar-tags {
    padding-top: 30px
}

.first_str {
    font-size: 18px;
    background: #146195;
    color: #fff;
    font-weight: 300;
    padding: 6px 7px;
    border-radius: 3px;
    float: left;
    display: block;
    line-height: 14px;
    margin-right: 10px
}

.map_baidu {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0 auto
}

.iw_poi_title {
    color: #c52;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    color: #000;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.jx_zixun {
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    width: 60px;
    right: 5px;
    bottom: 15%;
    z-index: 100020;
    height: auto;
    min-height: 50px;
    opacity: 1
}

.jx_zixun .iocn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .6);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer
}

.jx_zixun .iocn>img {
    max-width: 80%;
    max-height: 80%
}

.jx_zixun .jx_fd {
    position: absolute;
    right: 65px;
    border: 1px solid #ccc;
    bottom: 0;
    display: none;
    padding-bottom: 10px;
    width: 170px;
    height: auto;
    min-height: 200px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    text-align: center
}

.jx_zixun hr {
    margin: 0;
    padding: 0
}

.jx_zixun .jx_top {
    background-image: url(../image/icon_top.png)
}

.jx_zixun .jx_code {
    background-image: url(../image/icon_weixin.png)
}

.jx_zixun .jx_gw {
    background-image: url(../image/icon_code.png)
}

.jx_zixun .jx_weibo {
    background-image: url(../image/icon_weibo.png)
}

.jx_zixun .jx_qq {
    background-image: url(../image/icon_qq.png)
}

.jx_zixun .jx_sq {
    background-image: url(../image/icon_bdsq.png)
}

.jx_zixun .jx_app {
    background-image: url(../image/jx-app.png)
}

.jx_zixun .code_app span,
.jx_zixun .code_div span,
.jx_zixun .gw_div span,
.jx_zixun .weibo_div span {
    display: inline-block;
    margin: 10px
}

.jx_zixun .qq_div {
    width: auto;
    min-width: 180px
}

.jx_zixun .qq_div span {
    display: inline-block;
    padding: 5px;
    width: 90%
}

.jx_zixun .qq_div span a {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 25px;
    border-bottom: 1px dashed #ccc;
    background: url(../image/icon_qq.png) left center no-repeat;
    text-decoration: none;
    line-height: 30px
}

.jx_zixun .qq_div .qq_esc {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    right: 5px;
    font-style: inherit;
    cursor: pointer
}

.jx-partner ul {
    padding: 0
}

.jx-partner ul li {
    width: 12.13%;
    display: inline-block;
    margin: 0;
    padding: 5px
}

.jx-partner ul li a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px
}

.jx-partner ul li a img {
    width: 100%
}

.jx-partner .p-tit {
    padding: 5px 15px;
    color: #777;
    font-size: 12px;
    background-color: #eee
}

.jx-pros-item {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: inherit;
    bottom: 0;
    display: inline-block
}

.jx-pros-item>li,
.jx-pros-item>li.active {
    width: 47px;
    height: 47px;
    text-indent: 0;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
    margin: 1px
}

.jx-pros-item>li.active {
    border: 1px solid #51c332
}

.jx-pros-item li.active>img,
.jx-pros-item li>img {
    width: 100%;
    display: inline-block
}

.jx-pros-control {
    bottom: 60px
}

.jx-gszl {
    padding-top: 0
}

.jx-para,
.jx-titile {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.jx-titile {
    font-size: 28px
}

.jx-para {
    border: 1px dashed #ccc;
    padding: 5px 0;
    color: #999
}

.jx-para .glyphicon {
    padding-left: 10px
}

.jx-tag {
    background: #f8f8f8;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #f0f0f0;
    margin: 20px 0;
    color: #999
}

.jx-para-body {
    padding: 15px;
    display: inline-block;
    width: 100%
}

.jx-para-body>.row {
    padding: 0 15px
}

.jx-para-body>.row>div {
    padding: 7px 0
}

.jx-body {
    font-size: 16px;
    padding: 0;
    line-height: 2;
    color: #777;
    overflow-x: hidden;
    border: 0
}

.jx-body pre {
    border-left-width: 4px
}

.jx-body img {
    max-width: 100%;
    border: 0;
    padding: 0;
    border-radius: 0
}

.jx-body blockquote {
    font-size: inherit
}

.jx-body img.jx_clar {
    width: auto;
    border: 0;
    padding: 0;
    border-radius: 0
}

.jx-body img.jx_w100 {
    width: 100%
}

.jx-body img.jx_wrb {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.jx-body h3 {
    color: #a94442;
    line-height: 30px;
    text-indent: 2em;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    background: url(../image/artcontenth2.jpg) 3px center no-repeat #f5f5f5
}

.pagination>li>a.in {
    background-color: #69a0bb;
    color: #fff
}

.jx-pros-rec .jx-rec-pros-body {
    list-style: none
}

.jx-pros-rec .jx-rec-pros-body li {
    padding-bottom: 30px;
    height: 230px
}

.jx-pros-rec .jx-rec-pros-body li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 2px solid #ccc;
    text-align: center;
    overflow: hidden
}

.jx-pros-rec .jx-rec-pros-body li a img {
    width: 100%
}

.jx-pros-rec .jx-rec-pros-body li a p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    color: #313131
}

.jx-pros-rec .jx-rec-pros-body li a:hover,
.jx-pros-rec .jx-rec-pros-body li a:hover p {
    border-color: #77aa63;
    color: #77aa63
}

.jx-hr {
    width: 100%;
    height: 2px;
    margin: 30px 0 15px 0;
    background-color: #ccc
}

.jx-rec-head {
    width: 100%;
    display: inline-block;
    margin: 15px auto
}

.jx-rec-head .title {
    float: left;
    font-size: 24px
}

.jx-rec-head .rec-cate {
    width: 100%;
    text-align: right;
    padding: 5px 0
}

.jx-rec-head .rec-cate li {
    display: inline-block
}

.jx-rec-head .rec-cate li a {
    margin: 0 15px;
    color: #858586
}

.jx-rec-head .rec-cate li a:hover {
    color: #f2545d
}

.jx-rec-head .more {
    font-family: 'Microsoft YaHei';
    display: inline-block;
    float: right;
    color: #f4797f;
    line-height: 34px;
    font-style: 14px;
    text-decoration: none
}

.jx-rec-head .more li {
    display: inline-block
}

.jx-rec-head .more li a {
    color: #313131
}

.jx-rec-head .more li a:hover {
    color: #77aa63
}

.jx-rec-head .more li:after {
    padding: 0 5px;
    color: #ccc;
    content: '>'
}

.jx-rec-head .more li:first-child:after,
.jx-rec-head .more li:last-child:not(:first-child):after {
    content: ''
}

.jx-rec-head a.more:hover {
    color: #77aa63
}

.ccic-links {
    padding-bottom: 15px;
    border-bottom: 1px dashed #888;
    margin-bottom: 30px
}

.ccic-links ul {
    padding: 0;
    margin: 0
}

.ccic-links li {
    display: inline-block
}

.ccic-links li strong {
    color: #d43d44
}

.ccic-links li a {
    padding: 2px 5px;
    color: #888;
    text-decoration: none
}

.ccic-links li a .fog-img {
    width: 100px
}

.ccic-links li a:hover {
    color: #146195
}

.jx-rec-head-hr {
    margin-top: -10px;
    border-top: 2px solid #eee;
    margin-bottom: 30px
}

.cc-article .about-body {
    font-size: 18px;
    line-height: 30px
}

.pro_Cloum {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 28px;
    overflow: hidden
}

.pro_Cloum .fog_dowm {
    position: absolute;
    right: 15px;
    padding: 5px;
    cursor: pointer
}

.pro_Cloum li {
    display: inline-block;
    margin-bottom: 5px
}

.pro_Cloum li a {
    padding: 5px 10px
}

.cy-product {
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    width: 100%;
    gap: 10px;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px
}

.cy-product .product-nav {
    position: relative;
    width: 20%;
    box-sizing: border-box
}

.cy-product .product-nav .nav-sticky {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0
}

.cy-product .product-body {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.cy-product .tabs,
.cy-product .tabsContent {
    width: 100%
}

.tabs-list {
    width: 24%;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 6px
}

.tabs-list img {
    padding: 2px;
    box-sizing: border-box;
    border-radius: 6px
}

.tabs-list P {
    padding: 2px;
    box-sizing: border-box
}

.tabs-list:hover {
    background-color: #016fc6;
    color: #f5f5f5
}

@media (max-width:992px) {
    .cc-nav .cc-mobile-logo img {
        float: left;
        padding: 0;
        margin: 0;
        height: 50px
    }

    .tabs-list {
        width: 32%
    }
}

@media (max-width:720px) {
    .cy-product .product-nav {
        width: 130px
    }

    .tabs-list {
        width: 45%
    }

    .hidde_min {
        display: none !important
    }

    .cc-solution {
        min-height: auto
    }

    .cc-header-top .web-site-name {
        display: none
    }

    .navbar-header {
        padding-top: 8px
    }

    .navbar-toggle {
        margin-top: 0
    }

    .cc-nav .cc-mobile-logo span {
        color: #313131;
        line-height: 40px;
        font-size: 15px;
        font-weight: 900;
        padding-left: 15px;
        font-family: 'Microsoft YaHei';
        display: inline-block
    }

    .cc-nav .cc-mobile-logo img {
        float: left;
        padding: 0;
        margin: 0;
        height: 34px;
        padding-left: 15px
    }

    .xs-top30 {
        margin-top: 30px
    }

    .cc-solution .sol-img>img {
        margin-bottom: 20px
    }

    .cc-advantageContact {
        padding: 40px 0
    }

    .cc-advantageContact h1 {
        font-size: 16px
    }

    .cc-advantageContact p {
        font-size: 14px
    }

    .cc-advantageVoice .av-about p {
        margin: 0 0 10px
    }

    .cc-advantageVoice .av-features li {
        margin-bottom: 5px
    }

    .cc-advantageVoice h2 {
        margin-top: 20px
    }

    .cc-footer {
        padding: 20px 0
    }

    .cc-advantageVoice .av-border {
        margin-bottom: 15px
    }

    .cc-footers .last-div .foot-nav ul {
        margin-bottom: 20px
    }

    .cc-footers .last-div .foot-nav ul li {
        display: inline-block
    }

    .cc-footers .last-div .foot-nav ul li a {
        width: 100%;
        height: 100%;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: center;
        padding: 5px 10px
    }

    .cc-footers .last-div .foot-nav ul li:after {
        content: '';
        padding: 0;
        margin: 0
    }

    .cc-contact h3 {
        font-size: 17px;
        line-height: 25px
    }

    .cc-article .about-body {
        font-size: inherit;
        line-height: inherit
    }

    .cc-nav .cc_nav_list>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .fog-badge {
        right: 30px
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding: 0
    }
}

.banner_img {
    width: 100% !important
}

.swiper-container {
    position: relative;
    width: 100%;
    min-height: 50px;
    overflow: hidden
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden
}

.swiper-slide>a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.swiper-slide>a img {
    border: 0;
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, .35);
    background-image: initial !important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgba(255, 255, 255, .9)
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff
}

.swiper-slide-thumb-active {
    padding: 1px;
    background-color: #28a745 !important
}

.bg-image {
    background-image: linear-gradient(135deg, #8ebfe3, #1d5e9f);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%
}