﻿*{
    padding:0;
    margin:0;
    font-family: '微软雅黑';
}
body{
    max-width: 2000px;
    margin:0 auto;
}
ul{
    list-style: none;
}
a,a:hover{
    color: #8a97a7;
    text-decoration: none;
}
p{
    color: #9198a8;
}
html, body { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;}
ul, ol { padding: 0;}
.banner { position: relative; overflow: auto; text-align: center;}
.banner li { list-style: none; }
.banner ul li { float: left; }
#b06,#b05,#b04,#b03 { width: 640px;height: auto !important;}
#b06 .dots,#b05 .dots,#b04 .dots,#b03 .dots { position: absolute; left: 0; right: 0; bottom: 20px;}
#b06 .dots li,#b05 .dots li,#b04 .dots li,#b03 .dots li
{
    display: inline-block;
    width:40px;
    height:8px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#b06 .dots li.active, #b05 .dots li.active,#b04 .dots li.active,#b03 .dots li.active
{
    background: #fff !important;
    opacity: 1;
}
#b06 .arrow,#b05 .arrow,#b04 .arrow,#b03 .arrow { position: absolute; top: 200px;}
#b06 #al,#b05 #al,#b04 #al,#b03 #al { left:35px;}
#b06 #ar,#b05 #ar,#b04 #ar,#b03 #ar { right:35px;}
#b03{
    width:100% !important;
    position: relative;
}
#b03 ul li ul li{
    border:1px solid #eaeaea;
    width:100%;
    border-right:none;
}
#b03 ul li ul:nth-child(1) li{
    border-bottom: none;
}
#b03 ul li img{
    max-width: 100%;
}
#b03 .dots{
    display:none;
}
.text-show{
    float: left;
    text-align: left;
    width:70%;
    margin: 0 auto;
    padding-left:60px;
    margin-top: 120px;
}
.text-show p{
    max-height: 234px;
    overflow: hidden;
    line-height:26px;
    color: #9198a8;
    font-size: 14px;
}
.text-show h2{
    color: #3487EF;
    font-size: 38px;
    margin-bottom:30px;
}
.carousel-control.left{
    background:url("../img/left.png") no-repeat;
    width: 24px;
    height: 43px;
    top:50%;
    transform: translateY(-50%);
    left:-150px;
}
.carousel-control.right{
    background:url("../img/right.png") no-repeat;
    width: 24px;
    height: 43px;
    top:50%;
    transform: translateY(-50%);
    right:-150px;
}
.container .unslider-arrow03 #al{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
}
.container .unslider-arrow03 #ar{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:-150px;
}
header{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
section{
    margin-top:85px;
}
section ul{
    overflow: hidden;
    margin:0;
}
.navbar-default {
    border:none;
    background: none;
    margin:0;
    height: 85px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    height: 85px;
    display: inline-block;
    line-height:85px;
    padding-top: 0;
    padding-bottom: 0;
}
.orderTitle,.partnerTitle{
    text-align: center;
    margin:90px 0;
}
.orderTitle h2,.partnerTitle h2{
    color:#3487EF;
    font-size: 38px;
    margin:0;
}
.orderTitle p,.partnerTitle p{
    display: inline-block;
    margin: 20px auto 0;
    color: #9198a8;
    font-size:14px;
    padding:0 0 20px;
    border-bottom: 1px solid #E9E9EC;
}
.orderNav{
    margin-bottom: 90px;
}
.orderNav ul li{
    text-align: center;
    float: left;
    width:25.0%;
    font-size:18px;
    margin-bottom: 20px;
}
.order .row{
    margin:0;
}
.order .col-md-6{
    padding-left: 0;
}
.item h2{
    font-size: 46px;
    color:#3487ef;
}
.item p{
    font-size: 18px;
    line-height: 30px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.active01{
    color: #3487ef !important;
    text-decoration: none !important;
}
#b03 .row{
    margin:0;
}
#b03>ul li {
    float: left;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
.partner{
    padding-bottom: 40px;
}
footer{
    background: #101010;
    height: 75px;
}
.footer-nav li{
    float: left;
    line-height: 75px;
    margin-left:20px;
}.footer-nav li:first-child{
     margin:0;
 }
.footer-nav li a{
    color: #777;
    font-size: 14px;
}
.footer-nav li a:hover{
    color: #aaa;
}
.active{
    background: #3487ef !important;
    color: #fff !important;
}
.order{
    position: relative;
}
.carousel-inner .item{
    background: transparent !important;
}
.tab .row{
    display:none;
}
.tab .row:first-child{
    display: block;
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
    #b03 ul li ul li{
        width:25% !important;
    }
    .item p {
        margin: 10px 0;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
    .text-show{
        margin-top:0;
        width: 100%;
    }
    .item p {
        margin: 44px 0 100px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
        padding:0;
    }
    .text-show{
        margin-top: 120px;
        width:70%;
    }
}
@media (max-width: 1520px){
    .carousel-control.right {
        right: -50px;
    }
    .carousel-control.left {
        left: -50px;
    }
    .container .unslider-arrow03 #ar {
        right: -50px;
    }
    .container .unslider-arrow03 #al {
        left: -50px;
    }
    .text-show {
        margin-top:0;
        padding-left: 15px;
    }
}
@media (max-width: 1320px){
    .carousel-control.right {
        right:0;
    }
    .carousel-control.left {
        left:0;
    }
    .container .unslider-arrow03 #ar {
        right:0;
    }
    .container .unslider-arrow03 #al {
        left:0;
    }
    .text-show h2 {
        font-size: 28px;
    }
    .item h2 {
        font-size: 28px;
    }
    .xiazai{
        width:150px;
    }
    .text-show {
        width:100%;
    }
}
@media (max-width: 768px){
    .carousel-control.right,.carousel-control.left,.container .unslider-arrow03 #ar ,.container .unslider-arrow03 #al {
        display: none;
    }
    #b06 .dots{
        display: none;
    }
    /*#b06 img{*/
        /*min-height:150px;*/
    /*}*/
    #soft{
        padding: 50px 0 !important;
    }
    .orderTitle,.partnerTitle{
        margin:40px 0;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 36px;
        height: 36px;
        display: block;
        text-align: center;
    }
    #bs-example-navbar-collapse-1{
        background: rgba(225,225,225,.8);
    }
    .footer-nav{
        display: none;
    }
    footer .container p{
        font-size: 12px;
        text-align: center;
        width:100%;
    }
    .navbar-default {
        height: 65px;
    }
    .navbar-brand>img {
        width:100px;
    }
    section {
        margin-top: 65px;
    }
    .navbar-toggle{
        margin-top: 13px;
    }
    .suo{
        text-align: center;
    }
    .suo img{
        width:80%;
    }
}



