@charset "utf-8";
* {
    font-family: "Microsoft YaHei";
    font-weight: 100 !important;
    margin: 0;
    padding: 0;
}

body {
    background: #34495e;
    overflow: scroll;
    /*overflow-x: hidden;*/
    /*min-width:1200px !important;*/

}

.c3 {
    color: #333;

}

.c6 {
    color: #666;
}

.c-tit {
    color: #333333;
}

.c-p {
    color: #555;

}

.font-light {
    font-weight: 400;
}

.navbar-default {
    background: rgba(0, 0, 0, 0);
}

.add-navbar {
    z-index: 999;
    width: 100%;
    position: absolute;
    border: 0px;
}

.add-navbar-nav > li > a {
    line-height: 50px;
}

.navbar-toggle {
    /*margin-top: 21px;*/
    font-size: 25px;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .display {
        display: none;
    }

}

@media screen and (max-width: 991px) {
    .max-display-991 {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .max-display {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    /*大尺寸隐藏的列表*/
    .navbar-default .navbar-toggle {
        border-color: #000000;
    }

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

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #000000;
        background: #000000;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #616060;

    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
    }

    .add-navbar-nav li {
        border-bottom: 1px solid #ccc;

    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 1px;
    }

    /*大尺寸隐藏的列表*/
}

.banner {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: 30% center;
    height: 600px;
    background-color: #ccc;
    color: #ffffff;

}

.banner-word {

    top: 25%;
    text-align: center;
}

.banner-word h1 {
    font-size: 40px;
}

.p1 {
    font-size: 30px;
    padding-top: 5px;
}

.p2 {
    font-size: 25px;
    padding-top: 5px;;
}

.begin {
    padding-top: 50px;
    letter-spacing: 1px;
    font-size: 20px;
}

.add-icon {
    padding-top: 20px;
    background: rgba(0, 0, 0, 0);
}

.thumbnail {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    position: relative;

}

.caption h3 {
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 1px;
}

.icon-geli {
    width: 2px;
    height: 80px;

    float: right;
    position: absolute;
    top: 15%;
    right: 0;
    background: #ccc;
}

.banner-icon-top {
    background: #0a738c;
    width: 50px;
    margin: 0 auto;
    transition: all 1s;
}

.banner-icon:hover .banner-icon-top {
    width: 70px;
    background: #34495e;

}

.banner-icon-top img {
    width: 48px;
    transition: all 1s;
    transform: rotate(0deg);
}

.banner-icon:hover .banner-icon-top img {
    width: 72px;
    transform: rotate(360deg);

}

/*slide1 开始*/
.slide1 {
    text-align: center;
    background-color: #F5F5F5;
}

.slide-h {
    margin: 30px auto 40px;
    width: 250px;
    font-size: 24px;
    line-height: 50px;
    border: 2px solid #4acaff;
    border-radius: 5px;
    letter-spacing: 3px;
    text-align: center;
}

.qiyeanli {
    color: #4acaff;

}

.slide-thumbnail-father {
    text-align: -webkit-center;
}

.slide-thumbnail {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;

}

.slide-img {
    margin-left: 0;
    margin-right: 0;
}

.slide-more {
    line-height: 40px;
    background-color: #7fbfce;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;

}

.slide-more a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;

}

.slide1-p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.slide-more span {
    float: right;
    margin: 7px 6px 0 4px;
    width: 26px;
    height: 26px;
    background: url("../images/slide1-icon.png") no-repeat;
}

@media screen and (min-width: 1440px) {
    /*1440px以上使用的样式*/
    .slide-thumbnail {
        width: 202px;

    }

    .slide-thumbnail img {
        width: 200px;

    }

}

@media screen and (max-width: 991px) {
    .qiyeanli-767 {

    }

    .qiyeanli-767 img {
        width: 20%;
        float: left;

    }

    .slide-h {
        margin-bottom: 10px;
    }

    .anli-icon-top {
        border: 1px solid #000;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .anli-icon-bottom {
        margin-bottom: 25px;
    }

    .anli-icon {
        padding: 5px 0px 5px 60px;
        background-repeat: no-repeat;
        background-position: 8px center;
        background-size: 40px;

        text-align: left;
        font-size: 15px;

    }

    .anli-icon-1 {
        background-image: url(../images/qiye-icon-1.png);
    }

    .anli-icon-2 {
        background-image: url(../images/qiye-icon-2.png);
    }

    .anli-icon-3 {
        background-image: url(../images/qiye-icon-3.png);
    }

    .anli-icon-4 {
        background-image: url(../images/qiye-icon-4.png);
    }

    .anli-icon-5 {
        background-image: url(../images/qiye-icon-5.png);
    }

    .anli-icon p {
        margin: 0;
    }

    .slide1 {
        background: url("../images/anli-icon-ba.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*开展业务添加内容*/
    .slide4-but a {
        font-size: 18px;
    }

    /*开展业务添加内容*/

}

.slide-thumbnail {
    transition: all 1s;
}

.slide-thumbnail:hover {

    transform: scale(1.1, 1.1);

}

/*slide2开始*/
.slide2 {
    background-color: #34495e;
    color: #ffffff;
    padding-bottom: 15px;
}

/*slide3开始*/
.slide3 {
    background-image: url("../images/youshi.jpg");

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 22px;
    text-align: center;

}

.slide-thumbnail3 img {
    width: 25%;
    height: 25%;

}

.thumbnail-aback-top {
    overflow: hidden;
}

.thumbnail-aback {
    position: relative;
    padding: 0px;

}

.thumbnail-aback-son {
    position: absolute;
    transition: all 0.5s;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
}

.thumbnail-aback:hover .thumbnail-aback-son {
    top: 0%;
    display: block;
}

.hezuo-body .thumbnail {
    margin-bottom: 10px;
}

.hezuo-body div {
    padding-right: 10px;
    padding-left: 10px;
}

.hezuo-aback {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.slide-p1 {
    font-size: 16px;
    color: #ffffff;
}

.carousel-control.right, .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 40%;
}

@media screen and (min-width: 1602px) {
    /*1440px以上使用的样式*/
    .hezuo-body {
        text-align: center;
        margin: 0 auto;
    }

    .hezuo-body div {
        /*width: 320px;*/
        margin: 0 auto;

    }

    .hezuo-body img {
        width: 330px;

    }

}

/*slide4开始*/
.slide4 {
    background-color: #85d6de;
    color: #ffffff;
}

.slide4-zb {
    letter-spacing: 2px;
    font-size: 30px;
    padding-top: 20px;

}

.slide4-but {
    font-size: 22px;
    margin: 60px 0;
    background: #ccc;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 50px;
}

.slide4-but a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

.slide4-but1 {
    padding: 20px 5px;
    background-color: #fed37f;
}

.slide4-but2 {
    padding: 20px 10px;
    background-color: #fe8f8c;
}

.slide4-tel {
    margin-top: 60px;
    font-size: 24px;
    letter-spacing: 2px;
    /*text-align: center;*/
}

@media screen and (max-width: 991px) {
    .slide4-zb {
        padding-top: 5px;
        text-align: center;
    }

    .slide4-but {
        margin: 20px 0;
    }

    .slide4-tel {
        margin-top: 0px;
        font-size: 24px;
        letter-spacing: 2px;
        text-align: center;
    }
}

/*footer开始*/
.slide5 {
    background: #34495e;
    color: #7e7f84;
    padding-bottom: 20px;
}

.slide5-top {
    padding: 30px 0 0 0;
}

.slide5-tit {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;

}

.slide5-tit-2 {
    color: #ffffff;

}

.cpfw-tit {
    padding: 0;
}

.cpfw {
    margin-bottom: 5px;
}

.cpfw-a a {
    color: #7e7f84;
    text-decoration: none;

    cursor: pointer;

}

.btn-footer {
    background: #f45a40;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 30px 8px 40px;
    letter-spacing: 10px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .slide5-767 {
        text-align: center;
    }
}

@media screen and (min-width: 991px) {
    .display-991 {
        display: none !important;
    }

}

.footer-foot-top {
    background:#34495e url("../images/ footer-bg.png") no-repeat;


}

.footer-foot-body {
    text-align: center;
}

.footer-foot-body a, .footer-foot-body p {
    text-decoration: none;
    cursor: pointer;
    color: #7e7f84;

}

.foot-body-1 {
    padding-top: 20px;
}

.foot-body-2 {
    padding-bottom: 20px;
}

#nav-list-1 {

}

@media screen and (max-width: 992px) {
    .clear-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .slide-thumbnail3 h4 {
        color: #ffffff !important;
    }

}

@media screen and (max-width: 992px) and (min-width: 768px) {

    .slide-thumbnail3 img {
        width: 20%;
        height: 20%;
    }

}

@media screen and (min-width: 768px)  and (max-width: 1200px) {
    .addhover {
        padding-left: 0;
        padding-right: 0;
    }
    .addhover a{
        font-size: 16px;
    }
    .nav-banner{
        line-height: 56px !important;

    }
}

/*添加的右侧浮动导航样式开始*/

.side-bar a,.chat-tips i {
    background-image: url(../images/gdt-img.png);
    background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
    width: 66px;
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}
.side-bar a {
    width: 66px;
    height: 66px;
    display: inline-block;
    background-color: #34b1f5;
    margin-bottom: 2px;
}
.side-bar a:hover {
    background-color: #669fdd;
}
.side-bar .icon-qq {
    background-position: 0 -62px;
}
.side-bar .icon-chat {
    background-position: 0 -130px;
    position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
    display: block;
}
.side-bar .icon-blog {
    background-position: 0 -198px;
}
.side-bar .icon-mail {
    background-position: 0 -266px;
}
.side-bar .icon-totop {
    background-position: 0 -334px;
}
.chat-tips {
    padding: 20px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}
.chat-tips i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 80px;
    background-position:-88px -350px;
}
.chat-tips img {
    width: 138px;
    height: 138px;
}
/*添加的右侧浮动导航样式结束*/

/*重新的新增导航条样式开始*/

.navbar {
    background: rgba(0, 0, 0, 0);
}

.navbar a {
    color: #FFFFFF;
    font-size: 20px;
}

.navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 20px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: rgba(0, 0, 0, 0.5);

}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.5);

}

.dropdown-menu > li > a {
    padding: 10px 10px;
    color: #FFFFFF;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
}
.navbar-collapse.in{
    overflow-y: inherit;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 800px;
}
@media screen and (min-width: 768px)and (max-width: 992px) {
    .navbar a {
        color: #FFFFFF;
        font-size: 15px;
    }
    .nav>li>a{
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav {
        float: right;
    }
}
@media screen and (min-width: 992px)and (max-width: 1100px) {
    .navbar a {
        color: #FFFFFF;
        font-size: 18px;
    }
    .nav>li>a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-nav {
        float: right;
    }
}
@media screen and (min-width: 992px) {

    .navbar-nav {
        float: right;
    }

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav{
        padding-right: 50px;

    }



}
@media screen and (max-width: 768) {
 .navbar {
    background-color: rgba(43, 87, 98, 0.8) !important;
}

}


.anli-icon a{
    text-decoration: none;
    color: #333333;


}

/*重新的新增导航条样式结束*/

@media screen and (min-width: 992px) {
    .navbar-nav {
        float: left;
    }

    .navbar {
        min-width: 1280px;
        max-width: 1280px;
        margin: 0 auto;
    }

    .navbar-nav {
        width: 84%;

    }

    .navbar a {
        font-size: 16px;
    }

    .index2-flr {
        float: right;
    }
}

body {
    overflow: auto;
    background: #000000 !important;
}


.min-width {
    min-width: 1280px;
}

.clear-padding {
    padding-left: 0;
    padding-right: 0;

}

.header {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.index2-banner {
    background-image: url("../images2/index2-banner.jpg");
    background-size: cover;
    background-position: center center;
    height: 600px;
    background-color: #ccc;
    color: #ffffff;

}

.index2-banner-icon {
    position: absolute;
    bottom: 10px;
}

.index2-banner-icon p {
    display: inline-block;

}

.index2-banner-icon-left {
    text-align: right;

}

.index2-banner-icon-right {
    padding-left: 5px;
}

.index2-slide2 {
    background: #ffffff;
    padding-top: 40px;

}

.index2-slide2-bg {
    width: 52%;
    height: 440px;
    overflow: hidden;
    position: absolute;

}

.index2-slide2-bg .index2-slide2-bg-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1200px;
    /*height: 552px;*/

}

.index2-slide2-bg-icon1 {
    position: absolute;
    right: 269px;
    top: 66px;

}

.index2-slide2-bg-icon2 {
    position: absolute;
    right: 600px;
    top: 77px;

}

.index2-slide2-right {
    padding-bottom: 30px;

}

.index2-slide2-right-tit {
    background: #000000;
    max-width: 600px;
}

.index2-slide2-right-tit p {
    color: #ffffff;
    padding: 10px 10px;
}

.index2-slide2-right-tit-p {
    max-width: 600px;
    line-height: 1.8em;
}

.index2-run {
    animation-play-state: running;
}

/*slide3样式开始*/
.index2-slide3 {
    background: url("../images2/index2-slide3-bg1.png") no-repeat;
    background-size: cover;
    background-position-y: 0px;
    transition: all 1s;

}

.index2-slide3-main {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
}

.index2-slide3-left {
    width: 240px;
    text-align: left;
    float: left;

}

.index2-slide3-left ul {
    list-style: none;
}

.index2-slide3-left ul li {
    list-style: none;
    height: 92px;
    padding-left: 20px;
    transition: all 0.5s;
    border-bottom: 1px solid #333;
    background: #000;

}

.index2-slide3-left ul li:hover {
    background-image: linear-gradient(270deg, #0B61FF 0, #00A1FF 97%);
    padding-left: 43px;
}

.index2-slide3-left ul li:hover p {
    color: #ffffff;
}

.index2-slide3-left ul li a {
    /*padding-top: 20px;*/
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
}

.index2-slide3-left h4 {
    padding-top: 20px;
    margin-top: 0px;
}

.index2-slide3-left p {
    color: #c0c0c0;
    margin-right: 20px;

}

.index2-slide3-right {
    width: 1000px;
    float: left;
}

.index2-slide3-right-main {
    padding-left: 200px;
    padding-top: 50px;
    /*padding-right: 100px;*/
    color: #ffffff;
}

.index2-slide3-right-main p {
    line-height: 2em;
    padding: 10px 0;
}

.index2-slide3-right-main-a {
    border: 1px solid #ffffff;
    display: inline-block;
    width: 157px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.index2-slide3-right-main-a a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
}

.index2-slide3-right-anli {
    padding-top: 180px;
    letter-spacing: 1px;
}

.index2-slide3-img {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    padding-right: 10px;
}

.index2-slide3-img a {
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
}

.index2-slide4 {
    padding: 30px 0 50px;
    background: #f3f3f3;
}

.index2-slide4-main {
    margin: 0 auto;
    width: 1280px;
    text-align: center;

}

.index2-slide4-list {
    padding-top: 20px;
}

.index2-slide4-list ul li {
    list-style: none;
    float: left;
    width: 320px;
    text-align: left;

    line-height: 1.8em;
    background: #ffffff;

}

.index2-slide4-list-yl {
    padding: 0px 20px;
    margin-top: 84px;

    position: relative;
    top: 0px;
    /*transition: width 1s;*/
}

.index2-slide4-list-active {
    width: 630px !important;
    padding: 0px 0px;
    margin-top: 0px;
    position: relative;
    top: 10px;
    transition: top 0.8s;

}

.index2-slide4-list-active .index2-slide4-list-tit {
    background: #000;
    color: #ffffff;
    padding: 10px 20px !important;

}

.tj {
    display: none;
    width: 70px;
}

.index2-slide4-list-active {
    box-shadow: 0 0 20px #b7b7b7;
    z-index: 3;
    position: relative;
}

.index2-slide4-list-active .tj {
    display: block;
}

.index2-slide4-list-active .index2-slide4-list-active-p {
    padding: 0px 20px;
    text-align: left;
}

.index2-slide4-list-active .index2-slide4-list-active-p p {
    width: 460px;
    margin: 0 auto;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #0f0f0f;
}

.index2-slide4-list-active .index2-slide4-list-active-p span {
    padding-right: 10px;
    float: left;
}

.nbor {
    border-color: rgba(0, 0, 0, 0) !important;
}

.index2-slide5 {
    width: 1280px;
    margin: 0 auto;
}

.index2-slide6 {
    padding: 40px 0;
}

.index2-slide6 h4 {
    color: #666666 !important;
}

.index2-slide6 h2 {
    text-align: center;
    padding-bottom: 20px;
}

.index2-slide6 h2 span {
    padding-bottom: 5px;
    border-bottom: 2px solid #00a5ff;
}

.index2-slide6-tit {
    background: #000;
    padding: 20px 0;
}

.index2-slide6-tit ul {
    margin: 0 auto;

    text-align: center;

    width: 1280px;
}

.index2-slide6-main {
    width: 1280px;
    margin: 20px auto;
}

.index2-slide6-tit ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px;

}

.index2-slide6-tit ul li a {
    color: #999999;
    text-decoration: none;
    font-size: 1.3em;
    letter-spacing: 2px;
    padding: 8px 0px;

}

.index2-slide6-tit ul li a:hover {
    color: #00a5ff;
    background: url("../images2/index2-slide6-tit-bg.png") no-repeat;
    background-position: center bottom;
}

.index2-slide6-main-more {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.index2-slide6-main-more a {
    padding: 10px 30px;
    color: #0f0f0f;
    letter-spacing: 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.4s;
}

.index2-slide6-main-more a:hover {
    font-size: 1.2em;
}

/*需要隔离出来的底部样式*/
.index2-footer {

    background-size: cover;
    background: url("../images2/index2-footer-bg.png") no-repeat center center;

}

@media screen and (min-width: 992px ) {
    .slide4-but {

        max-width: 180px;
    }
}

.slide4-but {
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    border: 1px solid #71c3ff;
    padding: 15px !important;

}

/*mobile 样式开始*/
.mobile-slide2 {
    background: #000 url("../images2/index2-banner.png") no-repeat;
    background-size: cover;
    background-position-x: 51%;
    background-position-y: 40px;
    height: 350px;

    color: #ffffff;
}

.mobile-index2-banner-icon-left {
    text-align: center !important;
}

.mobile-index2-banner-icon-right {
    text-align: center;
}

.mobile-index2-banner-icon-right p {
    margin-bottom: 0px;
}

.mobile-slide3 {
    background: #ffffff
}

.mobile-slide3 h5 {
    font-size: 16px;
    color: #666;
    padding-left: .25rem;
}

.mobile-slide3 h5:before {
    content: '';
    width: .1rem;
    height: .8rem;
    display: block;
    margin: .2em .25rem 0 0;
    background: #108cee;
    float: left;

}

.mobile-slide3-icon1 {
    background: url('../images2/mobile-index3-iocn1.png') 0 0 no-repeat;
    background-size: 38px;
    background-position: 0px 0px;
    margin-top: 5px;
}
.mobile-slide3-icon2 {
    background: url('../images2/mobile-index3-iocn1.png') 0 0 no-repeat;
    background-size: 38px;
    background-position: 0px -42px;
    margin-top: 5px;
}
.mobile-slide3-icon3 {
    background: url('../images2/mobile-index3-iocn1.png') 0 0 no-repeat;
    background-size: 38px;
    background-position: 0px -84px;
    margin-top: 5px;
}
.mobile-slide3-icon4 {
    background: url('../images2/mobile-index3-iocn1.png') 0 0 no-repeat;
    background-size: 38px;
    background-position: 0px -126px;
    margin-top: 5px;
}
.mobile-slide3-icon5 {
    background: url('../images2/mobile-index3-iocn1.png') 0 0 no-repeat;
    background-size: 38px;
    background-position: 0px -168px;
    margin-top: 5px;
}
.mobile-slide3-icon6 {
    background: url('../images2/mobile-index3-iocn1.png') 0 0 no-repeat;
    background-size: 38px;
    background-position: 0px -210px;
    margin-top: 5px;
}
.mobile-slide3-main {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.mobile-slide3-main h3 {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;

}

.mobile-slide3-main p {
    display: inline-block;

}

.mobile-slide3-main-a a {
    position: absolute;
    width: 40px;
    height: 23px;
    line-height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    border: 1px solid #108cee;
    text-align: center;
    font-size: .7rem;
    color: #108cee;
    top: 50px;
    bottom: 0;
    margin: auto;
    text-decoration: none;
}

.mobile-slide3-main-img {
    padding-left: 5px;
}

.mobile-slide4-img1 {

    /*background-position:0px 0px;*/
    /*margin-top: 5px;*/
    background: url('../images2/mobile-slide4.png') 0 -119px no-repeat;
    background-size: 318.75px 692.75px;


}
.mobile-slide4-img2 {


    background: url('../images2/mobile-slide4.png') 0 -178px no-repeat;
    background-size: 318.75px 692.75px;


}
.mobile-slide4-img3 {

    background: url('../images2/mobile-slide4.png') 0 -238px no-repeat;
    background-size: 318.75px 692.75px;


}
.qddl-slide3-top-p{
    font-size: 16px !important;
}
.qddl-slide3-top-p .fs16{
    font-size: 22px;
}
.qddl-slide3-body-icon .body-icon-p1 {
    font-size: 20px;
    padding-bottom: 0px !important;
}
.qddl-slide3-button {
    padding-left: 0px !important;
    text-align: center;
    margin: 10px auto;

}
.qddl-slide3-body-icon .body-icon-p1 {
    font-size: 16px !important;
    padding-bottom: 10px;
}
.qddl-slide3-body-icon {
    background-size: 50px 50px !important;
    background-position-x: 8px !important;
}
.mobile-slide5 img{
    padding-top: 10px;
}
.mobile-slide5 h5{
    font-size: 14px;

}
.mobile-slide5 h3{

    margin-top: 5px;
    margin-bottom: 0px;
}
.mobile-slide5-main{
    background-color:#f5fbff ;
    padding: 10px;
    border: 5px solid #ffffff;
}
.mobile-slide5-main .col-xs-10{
    padding-left: 5px;
    padding-right: 0px;
}

.mobile-jianjie{
    background: #ffffff;
}
.mobile-jianjie h3{
    text-align: center;
}
.mobile-jianjie p{
    padding: 0px 15px;
    font-size: 13px;
    line-height: 1.5em;
}
.mobile-slide4-pat{
    padding-top: 37px;
}
@media screen and (min-width: 992px){

    .qddl-slide3-body-icon {
        margin: 10px auto ;
    }
}
.index2-banner-icon-right a{
    color: #ffffff;
    text-decoration: none;
}
.index2-banner-icon-right p a{
    text-decoration: none;
    color: #ffffff;
}

/*品牌案例增加的css*/
.case-slide1{
    padding: 40px 0;
    background: #fff;
}
.case-title-left span {
    background-color: #3c3b4d;
    color: #ffffff;
    padding: 10px 20px;
    float: right;
}
.vi-main{
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.case-title-main{
    padding-bottom: 20px;
}
.case-title-right{
    overflow: hidden;
    padding-left: 0px;
}
.case-title-right span{
    padding: 10px 20px;
    float: left;
    cursor: pointer;
}
.case-title-right span:hover{
    color: #00A1FF;
}
.vi_hidee{
    position: relative;
    left: -300px;
    z-index: 1;
    transition: all .5s;
    display: none;
}
.vi-main-vi:hover .vi_hidee{
    left: 0px;
    display: block;
}
.case-demo{
    position: relative;
    padding: 10px 0;
}
.case-title a{
    text-decoration: none;
    color: #333;
}
.case-title a:hover{
    text-decoration: none;
    color: #00A1FF;
}
@media screen and (max-width: 992px){

    .case-demo-text{
        text-align: center;

    }
}

@media screen and (min-width: 992px){

    .case-demo-text{
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        bottom: 30px;
        width: 300px;
    }
}

