/* CSS Document */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
     color:#39bbd7;
    font-weight:600;
}


.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

/* .tp-main-header { height:775px; padding-top: 90px; background:url(../img/bg.jpg) left top no-repeat; background-size:cover; font-size:18px;font-family:微软雅黑;} */

.tp-main-header {
    height: 775px;
    padding-top: 90px;
    font-size: 18px;
    font-family: 微软雅黑;
}

.navbar {
    position: relative;
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 0px
}

.navbar-default {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    border-width: 0 0 1px
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-default .navbar-brand {
    margin-right: 25px;
}

.navbar-nav {
    margin: 10px -15px;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 70px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #60C6EC;
    background-color: none
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #60C6EC;
    background: none
}

.navbar-text {
    margin: 0px;
}

.navbar-default .navbar-link {
    color: #FFF;
    line-height: 70px;
    font-size: 14px;
    font-family: 微软雅黑;
}

.navbar-default .navbar-link:hover {
    color: #60C6EC;
    text-decoration: none;
}

/*滚动导航效果*/

.navbar-default.active {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.navbar-default.active .navbar-nav>li>a {
    color: #333
}

.navbar-default.active .navbar-nav>li>a:hover, .navbar-default.active .navbar-nav>li>a:focus {
    color: #60C6EC;
}

.navbar-default.active .navbar-link {
    color: #333
}

.navbar-default.active .navbar-link:hover {
    color: #60C6EC;
    text-decoration: none;
}

.navbar-toggle {
    margin-top: 19px;
    margin-bottom: 19px;
}

/* banner */

.jumbotron {
    padding: 160px 15px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background: none;
    z-index: 999;
}

.jumbotron div {
    display: none
}

.jumbotron.active {
    color: rgba(255, 255, 255, .5);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.jumbotron p {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 24px;
}

.jumbotron .btn {
    padding: 8px 45px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
}

.jumbotron .btn:hover {
    background: #FFF;
    color: #60C6EC
}

/*IPAD*/

@media (max-width:768px) {
    .tp-main-header {
        height: 715px;
        background-size: auto 100%;
    }
    .jumbotron h1 {
        font-size: 40px;
    }
    .jumbotron p {
        font-size: 18px;
    }
    .jumbotron .btn {
        padding: 15px 70px;
        font-size: 18px;
    }
}

/*IPHONE*/

@media (max-width:414px) {
    .tp-main-header {
        height: 460px;
        background-size: auto 100%
    }
    .navbar {
        position: relative;
        min-height: 62px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-radius: 0px;
    }
    .navbar-fixed-top {
        position: fixed;
        top: 0;
    }
    .navbar-brand {
        float: left;
        height: 40px;
        padding: 5px 15px 5px 0;
    }
    .navbar-brand img {
        width: 80%;
    }
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 18px;
        margin-right: 0px;
    }
    .jumbotron {
        padding: 60px 15px;
    }
    .jumbotron h1 {
        font-size: 24px;
    }
    .jumbotron h2 {
        font-size: 22px;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .jumbotron .btn {
        padding: 10px 50px;
        font-size: 16px;
    }
    .navbar-nav>li>a {
        line-height: 42px;
    }
    .navbar-default .navbar-link {
        line-height: 42px;
    }
    .navbar-default {
        padding-bottom: 0;
    }
    .navbar-default .navbar-collapse {
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        overflow-x: hidden;
        min-height: 304px;
        background: #FFF;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 0;
        padding-right: 0
    }
    .navbar-default .navbar-collapse .navbar-nav {
        margin-top: 5px;
    }
    .navbar-default .navbar-collapse .navbar-nav li {
        text-align: center;
    }
    .navbar-default .navbar-collapse a {
        font-weight: bold;
        font-size: 15px;
    }
    .navbar-default .navbar-collapse .navbar-text {
        text-align: center;
        line-height: 42px;
    }
}

/*主体内容*/

h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-family: 微软雅黑;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-family: 微软雅黑;
}

h3, h4 {
    font-family: 微软雅黑;
    font-size: 10px;
}

h5 {
    font-family: Arial;
    font-size: 24px;
}

.tp-main {
    background: #FFF;
}

.tp-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 微软雅黑;
}

.tp-main-content h2 {
    font-size: 28px;
}
.tp-main-index h2 {
    font-size: 28px;
    margin-top: -80px
}

.tp-main-content h3 {
    font-size: 26px;
    color: #858585;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tp-main-content .p2 {
    text-align: center;
    margin-bottom: 0;
}

.tp-main-content .btn-primary {
    border: none;
    background: #4FC2DB;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
    color: #fff;
}

.tp-main-content .btn-primary:hover, .tp-main-content .btn-primary:focus, .tp-main-content .btn-primary:active {
    color: #fff;
    background-color: #39BBD7;
    border-color: #39BBD7
}

@media (max-width: 768px){
    .tp-main-index h2 {
        margin-top: -50px;
    }
}

@media (max-width:414px) {
    .tp-main-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tp-main-content h2 {
        font-size: 24px;
    }
    .tp-main-index h2 {
        font-size: 24px;
        margin-top: -30px;
    }
    .tp-main-content h3 {
        font-size: 18px;
    }
    .tp-main-content p.text-center {
        text-align: left;
    }
    .tp-main-content .btn-primary {
        width: 100%;
    }
}

.webImg {
    margin-top: -180px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.webImg.active {
    margin-top: 0px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

@media (max-width:414px) {
    .webImg {
        margin-top: -80px;
    }
}

@media (max-width:375px) {
    .webImg {
        margin-top: -70px;
    }
}

@media (max-width:320px) {
    .webImg {
        margin-top: -60px;
    }
}

.tp-main-content2 {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #4FC2DB;
    color: #FFF;
    font-family: 微软雅黑;
}

.tp-main-content2 p {
    line-height: 28px;
}

.tp-main-content2 h2 {
    font-size: 28px;
}

.tp-main-content2 h3 {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tp-main-content2 h4 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tp-main-content2 .row {
    padding-top: 20px;
}

.tp-main-content2 .btn-default {
    border: none;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
}

@media (max-width:768px) {
    .tp-main-content2 h4 {
        margin-top: 0px;
    }
    .tp-main-content2 .btn-default {
        margin-top: 15px;
    }
}

@media (max-width:414px) {
    .tp-main-content2 {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .tp-main-content2 h2 {
        font-size: 24px;
    }
    .tp-main-content2 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tp-main-content2 h4 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .tp-main-content2 .btn-default {
        width: 100%;
    }
}

.tp-main-content3 {
    padding-top: 30px;
    background: #F6F6F6;
    font-family: 微软雅黑;
}
.tp-main-content3 p {
    line-height: 28px;
}


.tp-main-content3 .p2 {
    text-align: center;
    margin-bottom: 30px;
}

.tp-main-content3 .btn-primary {
    border: none;
    background: #4FC2DB;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
}

.tp-main-content3 .btn-primary:hover, .tp-main-content3 .btn-primary:focus, .tp-main-content3 .btn-primary:active {
    color: #fff;
    background-color: #39BBD7;
    border-color: #39BBD7
}

.tp-main-content3 h2 {
    font-size: 28px;
}

.tp-main-content3 h3 {
    font-size: 26px;
    color: #858585;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tp-main-content3 h4 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tp-main-content3 .row {
    padding-top: 20px;
    font-weight: 500;
}

.biP {
    display: block;
}

.smP {
    display: none;
}

@media (max-width:414px) {
    .tp-main-content3 {
        padding-top: 10px;
    }
    .tp-main-content3 h2 {
        font-size: 24px;
    }
    .tp-main-content3 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tp-main-content3 h4 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .tp-main-content3 .row {
        padding-top: 0;
        border-top: 1px solid #DDD;
        margin-top: 30px;
    }
    .biP {
        display: none;
    }
    .smP {
        display: block;
    }
    .tp-main-content3 .btn-primary {
        width: 100%;
    }
}

.tp-main-content4 {
    padding-top: 30px;
    padding-bottom: 100px;
    background: url(../img/email_bg.png) bottom center no-repeat #fff;
    font-family: 微软雅黑;
}

.tp-main-content4 h2 {
    font-size: 28px;
}

.tp-main-content4 h3 {
    font-size: 26px;
    color: #858585;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tp-main-content4 p {
    text-align: center;
}

.tp-main-content4 .p1 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.tp-main-content4 .p2 {
    margin-top: 30px;
}

.tp-main-content4 .btn-default {
    border: none;
    background: #f6f6f6;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
}

.tp-main-content4 .btn-default:hover, .tp-main-content4 .btn-default:focus, .tp-main-content4 .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.tp-main-content4 .btn-primary {
    border: none;
    background: #4FC2DB;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
    color: #fff;
}

.tp-main-content4 .btn-primary:hover, .tp-main-content4 .btn-primary:focus, .tp-main-content4 .btn-primary:active {
    color: #fff;
    background-color: #39BBD7;
    border-color: #39BBD7
}

@media (max-width:414px) {
    .tp-main-content4 {
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .tp-main-content4 h2 {
        font-size: 24px;
    }
    .tp-main-content4 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tp-main-content4 .p1 {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: left
    }
    .tp-main-content4 .p2 {
        margin-top: 20px;
    }
}

.tp-main-content5 {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #fff;
    font-family: 微软雅黑;
}

.tp-main-content5 h2 {
    font-size: 28px;
}

.tp-main-content5 h3 {
    font-size: 26px;
    color: #858585;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tp-main-content5 h4 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tp-main-content5 p {
    line-height: 28px;
}

.tp-main-content5 .row {
    padding-top: 20px;
}

.tp-main-content5 .btn-default {
    border: none;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
}

.tp-main-content5 .btn-primary {
    border: none;
    background: #4FC2DB;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
    color: #fff;
}

.tp-main-content5 .btn-primary:hover, .tp-main-content5 .btn-primary:focus, .tp-main-content5 .btn-primary:active {
    color: #fff;
    background-color: #39BBD7;
    border-color: #39BBD7
}

@media (max-width:768px) {
    .tp-main-content5 h4 {
        margin-top: 0px;
    }
    .tp-main-content5 .btn-default, .tp-main-content5 .btn-primary {
        margin-top: 15px;
    }
}

@media (max-width:414px) {
    .tp-main-content5 {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .tp-main-content5 h2 {
        font-size: 24px;
    }
    .tp-main-content5 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tp-main-content5 h4 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .tp-main-content5 .btn-default, .tp-main-content5 .btn-primary {
        width: 100%;
    }
}

blockquote {
    padding: 20px;
    margin: 0;
    font-size: 14px;
    border: none;
    text-align: center;
    background: #4FC2DB;
    color: #FFF;
    font-family: 微软雅黑;
}

/*页脚*/

.tp-main-footer {
    background: #F6F6F6;
}

.tp-main-footer h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 微软雅黑;
}

.tp-main-footer ul {
    list-style: none;
    padding-left: 0;
}

.tp-main-footer ul li {
    margin: 10px auto;
    font-size: 12px;
    font-family: 微软雅黑;
}

.tp-main-footer ul li a {
    color: #666;
}

.tp-main-footer .imgCode {
    margin-top: 10px;
}

.copyBox {
    border-top: 1px solid #DEDEDE;
    color: #666;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 微软雅黑;
    font-size: 12px;
}

.pctel {
    width: 21%
}

.pctel ul li span {
    color: orangered
}

.wx_txt {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width:414px) {
    .col-xs-5 {
        padding-top: 10px;
    }
    .copyBox {
        text-align: center
    }
    .pctel {
        width: auto
    }
}

/*内页样式*/

.tp-ny-header {
    height: 600px;
    padding-top: 90px;
    background: url(../img/ny_bg.jpg) left top no-repeat;
    background-size: auto 100%;
}

.tp-ny-header .jumbotron {
    padding: 0px 15px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-top: 130px
}



.tp-ny-header .jumbotron h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.tp-ny-header2 {
    height: 600px;
    padding-top: 90px;
    background: url(../img/ny_bg2.jpg) center top no-repeat;
    background-size: auto 100%;
}

.tp-ny-header2 .jumbotron {
    padding: 0px 15px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-top: 130px
}

.tp-ny-header2 .jumbotron h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.tp-ny-header3 {
    height: 600px;
    padding-top: 90px;
    background: url(../img/ny_bg3.jpg) center top no-repeat;
    background-size: auto 100%;
}

.tp-ny-header3 .jumbotron {
    padding: 0px 15px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-top: 130px
}

.tp-ny-header3 .jumbotron h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.tp-ny-header4 {
    height: 600px;
    padding-top: 90px;
    background: url(../img/ny_bg6.jpg) center top no-repeat;
    background-size: auto 100%;
}

.tp-ny-header4 .jumbotron {
    padding: 0px 15px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-top: 130px
}

.tp-ny-header4 .jumbotron h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.tp-ny-header5 {
    height: 600px;
    padding-top: 90px;
    background: url(../img/ny_bg3.jpg) center top no-repeat;
    background-size: auto 100%;
}

.tp-ny-header5 .jumbotron {
    padding: 0px 15px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-top: 130px
}

.tp-ny-header5 .jumbotron h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.aboutxx {
    margin: 40px auto;
    text-align: center
}

.tp-about-content {
    padding-top: 30px;
}

.aboutBox {}

.aboutBox h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 200%;
}

.aboutBox h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.aboutBox p {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 180%;
    text-indent: 2em;
}

.aboutBox .features-item {
    padding: 0;
    margin-top: 10px;
}

.aboutBox .features-item .features {
    margin-bottom: 34px;
}

.aboutBox .features-item .features .icon {
    float: left;
}

.aboutBox .features-item .features .icon i {
    z-index: 99;
    font-size: 26px;
    margin: 2px 8px 0 0;
    color: #FFF;
    background: #60C6EC;
    padding: 16px;
    height: 58px;
    display: inline-block;
    border: 1px solid #60C6EC;
}

.aboutBox .features-item .features-content {
    margin-left: 80px;
    padding-right: 18px;
}

.aboutBox .features-item .features-content h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.aboutBox .features-item .features-content p {
    line-height: 120%;
    text-indent: 0
}

.features .features-item .features:hover .icon-radius:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.aboutBox img {
    margin: 10px 0 0 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

.panel {
    margin-bottom: 18px;
    background-color: #F4F4F4;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.progress.pb-sm {
    height: 6px!important;
}

.progress {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .progress-bar.progress-bar-red {
    background: #ed5441;
}

.progress .progress-bar.progress-bar-green {
    background: #51d466;
}

.progress .progress-bar.progress-bar-lblue {
    background: #32c8de;
}

.service-v1 {
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #EEE;
}

.service-v1 .col-md-4 {
    margin-bottom: 20px;
}

.service-v1 h3 {
    margin-top: 20px;
}

.service-v1 p {
    color: #666;
}

.info-blocks {
    margin-top: 40px;
}

.info-blocks i.icon-info-blocks {
    float: left;
    color: #055999;
    font-size: 30px;
    min-width: 50px;
    margin-top: 6px;
    text-align: center;
    background: #FFFFFF;
    height: 64px;
    padding: 18px;
    border: 0px solid #055999;
}

.info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
    color: #555;
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
}

.info-blocks .info-blocks-in p {
    font-size: 14px;
    color: #666;
}

/*IPAD*/

@media (max-width:768px) {
    .tp-ny-header, .tp-ny-header2, .tp-ny-header3, .tp-ny-header4, .tp-ny-header5 {
        height: 370px;
        background-size: auto 100%;
    }
    .tp-ny-header .jumbotron, .tp-ny-header2 .jumbotron, .tp-ny-header3 .jumbotron, .tp-ny-header4 .jumbotron, .tp-ny-header5 .jumbotron {
        padding-top: 50px
    }
    .tp-ny-header .jumbotron h1, .tp-ny-header2 .jumbotron h1, .tp-ny-header3 .jumbotron h1, .tp-ny-header4 .jumbotron h1, .tp-ny-header5 .jumbotron h1 {
        font-size: 26px;
        margin-bottom: -10px;
    }
    .tp-ny-header .jumbotron p, .tp-ny-header2 .jumbotron p, .tp-ny-header3 .jumbotron p, .tp-ny-header4 .jumbotron p, .tp-ny-header5 .jumbotron p {
        font-size: 16px;
    }
    .tp-about-content {
        padding-top: 0
    }
}

@media (max-width:414px) {
    .tp-ny-header, .tp-ny-header2, .tp-ny-header3, .tp-ny-header4, .tp-ny-header5 {
        height: 260px;
        background-size: auto 100%;
    }
    .tp-ny-header .jumbotron, .tp-ny-header2 .jumbotron, .tp-ny-header3 .jumbotron, .tp-ny-header4 .jumbotron, .tp-ny-header5 .jumbotron {
        padding-top: 0px
    }
    .tp-ny-header .jumbotron h1, .tp-ny-header2 .jumbotron h1, .tp-ny-header3 .jumbotron h1, .tp-ny-header4 .jumbotron h1, .tp-ny-header5 .jumbotron h1 {
        font-size: 18px;
        margin-bottom: -10px;
    }
    .tp-ny-header .jumbotron p, .tp-ny-header2 .jumbotron p, .tp-ny-header3 .jumbotron p, .tp-ny-header4 .jumbotron p, .tp-ny-header5 .jumbotron p {
        font-size: 14px;
    }
    .tp-about-content {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .tp-about-content .row {
        margin-top: -15px;
    }
    .aboutBox .features-item .features-content {
        margin-left: 0px;
        padding-right: 0px;
    }
}

.tp-main .col-sm-2 {
    margin-bottom: 0px;
}

.tp-main .col-sm-3 {
    margin-top: 15px;
}

.LXxx1 {
    background: #f5f5f5;
    padding: 30px;
    text-align: left;
    line-height: 1.5em;
    min-height: 200px;
}

.LXxx1 .gsdzICO {
    background: url(../img/contactusPic.png) no-repeat left;
    padding-left: 36px;
    line-height: 30px;
    font-weight: bold
}

.LXxx1 .dhICO {
    background: url(../img/contactusPic2.png) no-repeat left;
    padding-left: 36px;
    line-height: 30px;
    font-weight: bold
}

.LXxx1 .yxICO {
    background: url(../img/contactusPic3.png) no-repeat left;
    padding-left: 36px;
    line-height: 30px;
    font-weight: bold
}

.LXxx1 p {
    margin-bottom: 30px;
}

.lyInput {
    height: 43px;
    margin-bottom: 15px;
}

.LXxx2 {
    background: #DDF2F4;
    padding: 30px;
    text-align: center;
    line-height: 1.5em;
    min-height: 200px;
}

.LXxx3 {
    background: #EAF2DA;
    padding: 30px;
    text-align: center;
    line-height: 1.5em;
    min-height: 200px;
}

.LXxx4 {
    background: #D5ECF9;
    padding: 30px;
    text-align: center;
    line-height: 1.5em;
    min-height: 200px;
}

.tp-main .col-sm-1, .tp-main .col-sm-11, .tp-main .col-sm-5 {
    margin-bottom: 30px;
}

@media (max-width:414px) {
    .tp-main .col-sm-1, .tp-main .col-sm-11, .tp-main .col-sm-5 {
        margin-bottom: 15px;
    }
}

.newsView {
    line-height: 1.5;
    margin-top: 15PX;
}

.shareBox {
    margin-top: 25px;
}

@media (max-width:414px) {
    .shareBox img {
        width: 38px;
    }
    .tp-about-content .col-sm-6 {
        /* margin-top: 30px; */
    }
}

#solid {
    width: 100%;
    height: 775px;
    clear: both;
    position: absolute;
    top: 0;
    z-index: -1;
}

#solid .solid0, #solid .solid1, #solid .solid2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 775px;
    display: none;
}

#solid .solid0 {
    background: #78c4db;
}

#solid .solid1 {
    background: #c5c9db;
}

#solid .solid2 {
    background: #e7dfd1;
}

#solid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#solid ul li {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 775px;
    margin-left: -50%;
    display: none;
    cursor: pointer;
}

@media (max-width:768px) {
    #solid {
        height: 715px;
    }
    #solid .solid0, #solid .solid1, #solid .solid2 {
        height: 715px;
    }
    #solid ul li {
        height: 715px;
    }
}

@media (max-width:414px) {
    #solid {
        height: 460px;
    }
    #solid .solid0, #solid .solid1, #solid .solid2 {
        height: 460px;
    }
    #solid ul li {
        height: 460px;
    }
}

/* 针对客户页面 */

.img-thumbnail {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    border: none
}

.img-thumbnail:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

.doNum {
    margin-top: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.doNum p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.doNum p.num {
    border-bottom: 1px solid #fff;
    font-size: 70px;
}

.aboutBox .doNum {
    margin-top: 10px;
    margin-bottom: 20px;
}

.aboutBox .doNum p {
    color: #666;
    text-indent: 0px;
}

.aboutBox .doNum p.num {
    border-bottom: 1px solid #666;
}

@media (max-width:768px) {
    .doNum {
        margin-top: 50px;
    }
    .doNum p {
        font-size: 14px
    }
    .doNum p.num {
        font-size: 50px
    }
}

@media (max-width:414px) {
    .doNum {
        margin-top: 20px;
    }
    .doNum p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
    .doNum p.num {
        font-size: 30px
    }
}

.footWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.footWrap div {
    flex: 1
}

.footLogo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0
}

.footLogo img {
    display: inline-block
}

.footFont {
    font-size: 12px;
    font-family: 微软雅黑;
    text-align: center;
    font-weight:700;
    color: #999;
   
}

/* 右侧浮动 */

#side-bar {
    position: fixed;
    width: 50px;
    bottom: 200px;
    right: 20px;
    z-index: 1000;
}

#side-bar a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    text-align: center;
    line-height: 48px;
}

#side-bar a:hover {
    background: #055999
}

#side-bar a img {
    display: inline-block;
    width: 70%;
}

.hide_con {
    display: none;
    position: absolute;
    background: url('./../img/tc_bg.png') no-repeat;
    width: 157px;
    height: 130px;
    right: 55px;
    top: -35px;
    box-sizing: border-box;
    padding: 15px 30px 15px 25px;
}

.hide_con p {
    text-align: left;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.hide_con2 {
    display: none;
    position: absolute;
    background: url('./../img/tc_bg.png') no-repeat;
    width: 157px;
    height: 130px;
    right: 55px;
    top: -35px;
    box-sizing: border-box;
    padding: 10px 15px 10px 10px;
}

#side-bar a .hide_con2 img {
    width: 110px;
    height: 110px;
}

/* 友情链接 */

a.flink {
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}

a.flink:hover {
    color: #428bca
}

/* 服务-合作流程 */

.cooperate_pic {
    display: inline-block;
}

/* 首页新闻 */

.picScroll-left {
    width: 100%;
    position: relative;
    float: left;
}

.picScroll-left .hd {
    height: 36px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -50%;
    z-index: 2;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 18px;
    height: 36px;
    float: left;
    margin-left: -48px;
    cursor: pointer;
    background: url(images/btn3.png) no-repeat left top;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.picScroll-left .hd .next {
    background-position: right top;
    margin-left: 0;
    margin-right: -48px;
    float: right;
}

.picScroll-left .hd .prev:hover, .picScroll-left .hd .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.picScroll-left .bd {
    width: 100%;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    list-style-type: none;
}

.picScroll-left .bd ul li {
    list-style-type: none;
    margin-right: 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    /* width: 22%; */
}

.picScroll-left .bd ul li .time {
    font-size: 10px;
    line-height: 24px;
}

.picScroll-left .bd ul li .title {
    width: 100%;
    font-size: 20px;
    float: left;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.picScroll-left .bd ul li .seemore {

    font-size: 10px;
    line-height: 24px;
    width:50%;
    text-align: right;
 
}

.card_content:hover {
    background-color:#4FC2DB;
    color: #fff;
}

.card_content a{
    color: #333;
}

.picScroll-left .bd ul li .title a.lj {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.picScroll-left .bd ul li .title a:hover {
    color: #333;
}

.picScroll-left .bd ul li .p {
    width: 100%;
    margin-top: 19px;
    font-size: 12px;
    line-height: 24px;
    height: 60px;
    overflow: hidden;
}

.picScroll-left .bd ul li .p a {
    color: #333;
    font-size: 12px;
}

.picScroll-left .bd ul li .ico3 {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.picScroll-left .bd ul li .ico3 a {
    display: block;
    width: 33px;
    height: 33px;
    background: url(images/btn2.png) no-repeat center;
}

.picScroll-left .bd ul li:hover .title a {
    color: #333;
}

.picScroll-left .bd ul li:hover .ico3 a {
    background: url(images/btn2_1.png) no-repeat center;
}

.picScroll-left {
    overflow: hidden;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    margin-right: 0;
    margin-left: 0;
}

.scrollBox .hd {
    width: 100%;
    margin-left: -50%;
}

.pc_pad_show {
    display: block;
}

.phone_show ul {
    width: 100%;
    padding: 0;
}

.phone_show ul li {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.phone_show ul li .time {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #888;
    line-height: 24px;
}

.phone_show ul li .title {
    width: 100%;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 28px;
}

.phone_show ul li .title a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
}

.phone_show ul li .p {
    width: 100%;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}

.phone_show ul li .p a {
    color: #333;
}

.phone_show ul li:hover .title a {
    color: #333;
}

.phone_show ul li.last {
    border-bottom: none;
}

.phone_show .more {
    width: 100%;
    float: left;
}

.phone_show .more a {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 44px;
    height: 46px;
    color: #333;
    border: solid 1px #333;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.phone_show .more a:hover {
    background: #333;
    color: white;
}

.btn6 {
    font-size: 13px;
    line-height: 20px;
}

.phone_show {
    display: none
}

@media (max-width: 768px) {
    .picScroll-left {
        display: none
    }
    .phone_show {
        display: block
    }
}

/*20190921*/

.copy_other {
    text-align: center;
    padding-bottom: 60px
}

.copy_other a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-header h1 {
    margin-top: 10px;
    margin-bottom: 0
}

.navbar-nav {
    margin: 0
}

@media (max-width: 768px) {
    .navbar-brand {
        padding: 0px 15px 5px 0;
    }
}

.filterss ul {
    list-style-type: none;
    text-align: center;
    font-size: 13px;
    margin: 10px 0px 15px 300px;
}

.filterss li {
    float: left;
    width: 120px;
    list-style: none;
    margin-bottom: 10px;
}

.filterss a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #777777;
}

/* 2019-11-06新增新闻列表样式 */

.news-class-wrap {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.news-class-wrap li {
    display: block;
    padding: 6px 20px;
    background: #ddd;
    border-radius: 3px;
    margin: 0 10px;
}

.news-class-wrap li a {
    font-weight: bold;
    color: #333;
}

.news-class-wrap li.active {
    background: #428bca;
}

.news-class-wrap li.active a {
    color: #fff;
}

.news-list-wrap {
    clear: both;
}

.news-list-wrap .isotope-item {
    margin-bottom: 20px;
}

@media (max-width:414px) {
    .news-list-wrap .isotope-item {
        margin-bottom: 0;
    }
}

.news-page-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
}

.news-page-wrap a {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    background: #ddd;
    color: #333;
    border-radius: 3px;
}

p.current-at {
    font-size: 14px;
    text-indent: 0;
    color: #777;
    margin-bottom: 0;
    font-weight: bold;
}

p.current-at a {
    font-size: 14px;
    color: #777;
    font-weight: bold;
}

p.current-at a:hover {
    color: #002e5b;
    text-decoration: none
}

/* 2019-11-23 问答 */

.wenda-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wenda-list li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px
}

.wenda-list li p {
    text-indent: 0
}

.wenda-list li p.bt a {
    font-weight: bold;
    color: #333;
}

.wenda-list li p.bt a:hover {
    color: #428bca;
}

.wenda-list li p.tag {
    font-size: 14px;
    color: #898989;
}

.wenda-list li p.tag a {
    color: #898989;
    margin-right: 15px;
}

.wenda-list li p.tag a:hover {
    color: #428bca
}

.wenda-list li p span {
    margin-left: 20px;
}

.wenda-list li p.desc {}

.wenda_class {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.wenda_class a {
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    color: #898989;
    margin-right: 10px;
}

.wenda_class a:hover, .wenda_class a.active {
    font-weight: bold;
    color: #428bca;
    border: 1px solid #428bca;
}

h4.tag {color: #898989}

h4.tag a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #428bca;
    border: 1px solid #e5e5e5;
}
h4.tag a:hover {
    color: #428bca
}


/* 2019-12-12 */
.news_foot_b {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    margin-top: 20px;
    margin-bottom: 6px
}
.news_foot_b2 {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    margin-top: 40px;
    margin-bottom: 20px
}
.news_foot {
    padding: 0 10px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    margin-bottom:6px;
    margin-top:10px;
}
.news_foot  p {
    margin-bottom: 0
}
.news_foot2 {
    padding: 0 10px;
    font-size: 14px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    margin-bottom:6px;
}


/* 2020-03-14 底部承诺图标 */
.icon_wrap {
    padding-bottom: 20px;
    padding-top: 40px;
    margin-top: 20px
}

.icon_wrap .icon_box {
    margin-top: 0;
}

.icon_wrap .icon_box:nth-child(1) {
    background: url('./../img/cn_icon01.png') 40px top no-repeat;
    height: 60px;
    padding-left: 110px;
}
.icon_wrap .icon_box:nth-child(1):hover {
    background: url('./../img/cn_icon01_h.png') 40px top no-repeat;
}

.icon_wrap .icon_box:nth-child(2) {
    background: url('./../img/cn_icon02.png') 40px top no-repeat;
    height: 60px;
    padding-left: 110px;
}
.icon_wrap .icon_box:nth-child(2):hover {
    background: url('./../img/cn_icon02_h.png') 40px top no-repeat;
    height: 60px;
}
.icon_wrap .icon_box:nth-child(3) {
    background: url('./../img/cn_icon03.png') 40px top no-repeat;
    height: 60px;
    padding-left: 110px;
}
.icon_wrap .icon_box:nth-child(3):hover {
    background: url('./../img/cn_icon03_h.png') 40px top no-repeat;
    height: 60px;
}
.icon_wrap .icon_box:nth-child(4) {
    background: url('./../img/cn_icon04.png') 40px top no-repeat;
    height: 60px;
    padding-left: 120px;
}
.icon_wrap .icon_box:nth-child(4):hover {
    background: url('./../img/cn_icon04_h.png') 40px top no-repeat;
    height: 60px;
}

.icon_wrap .icon_box p:nth-child(1) {
    font-size: 16px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 5px;
}
.icon_wrap .icon_box p:nth-child(2) {
    font-size: 12px;
    color: #7e7e7e;
    margin-bottom: 0;
}

.icon_wrap .icon_box:hover p {
    color: #4FC2DB;
}

.tips {
    
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   text-decoration: none;
    
}


