
/* carousel */
#carousel{
    height: 350px;
    overflow: hidden;
}
.carousel-inner .item img{
    width: 100%;
    height: 350px;
}
/* ourServer */
.ourServer{
    background: url(../img/00/lybj02.png) no-repeat left top,url(../img/00/lybj03.png) no-repeat right bottom,url(../img/00/lybj01.jpg);
}
.ourServer .title{
    font-size: 32px;
    color: #000;
    padding: 25px 0px 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ourServer .subTitle{
    font-size: 18px;
    color: #365ca1;
    text-align: center;
    margin-bottom: 20px;
}
.ourServer .subTitle span{
    padding-bottom: 8px;
    border-bottom: 1px solid #365ca1;
}
.ourServer .list li{
    text-align: center;
    float: left;
    color: #fff;
}
.ourServer .list li>div{
    height: 240px;
    margin:15px 0;
}
.ourServer .list img{
    margin-top: 40px;
    margin-bottom: 20px;
}
.ourServer .list p{
    font-size: 18px;
}
.ourServer .list li:hover{
    opacity:0.9; 
}
.ourServer .list li:hover img{
    transform: rotate(360deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* appDemo */
.appDemo{
    background: #3b4350;
    color: #fff;
    padding: 70px 0px 40px;
}
.appDemo .title,
.webDemo .title{
    text-align: center;
    font-size: 18px;
}
.appDemo .title span,
.webDemo .title span{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.appDemo .subTitle,
.webDemo .subTitle{
    font: 40px/88px arial;
    color: #2e3540;
    text-align: center;
}
.appDemo .appList img{
    width: 100%;
    box-shadow: 20px 20px 10px 2px #252c36;
}
.appDemo .more{
    display: block;
    text-align: center;
    margin-top: 50px;
}
.appDemo .more img{
    opacity: 0.5;
}
.appDemo .more img:hover{
    opacity: 1;
}

/* webDemo */
.webDemo{
    padding: 70px 0px 60px;
    background:#a8d1e7;
}
.webDemo .subTitle{
    color: #fff;
}
.webDemo > .container{
    background: #fff;
    position: relative;
    padding: 35px 7px 7px;
}
.webDemo .dian{
    color: #dde1e3;
    font-size: 100px;
    position: absolute;
    top: -88px;
    left: 4px;
}
.webDemo .webContent{
    background:#eff2f4;
    padding-bottom: 10px;
}
.webDemo .webList{
    margin: 0;
}
.webDemo .title{
    padding-top: 30px;
    color: #365ca1;
}
.webDemo .title span{
    border-bottom: 1px solid #365ca1;
}
.webDemo .webList img{
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.webDemo .webList .leftList{
    width: 47%;
    float: left;
    margin-left: 3%;
}
.webDemo .webList .rightList{
    width: 45%;
    float: left;
    margin-right: 3%;
    margin-left: 2%;
}
.webDemo .webList .leftList li{
    width: 47%;
    float: left;
    margin:0 3% 3% 0;
}

.webDemo .webList .leftList li,
.webDemo .webList .rightList{
    overflow: hidden;
}
.webDemo .webList .leftList img:hover,
.webDemo .webList .rightList img:hover{
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
} 
.webDemo .webMore{
    padding: 30px 0px 27px;
}
.webDemo .webMore a{
    color: #97989a;
    font: 16px/44px arial;
    width: 150px;
    height: 44px;
    display: block;
    margin: auto;
    border: 1px solid #bfc2c3;
    text-align: center;
    text-decoration: none;
}
.webDemo .webMore a:hover {
    color: #333;
    border: 1px solid #c0cdd6;
    background: #dee5ea;
}

/* cooperate */
.cooperate{
    background: url(../img/00/customer.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0px;
}
.cooperate .container{
    background: rgba(255,255,255,0.6);
    height: 100%;
    padding-bottom: 40px;
}
.cooperate h2{
    text-align: center;
    padding: 40px 0px;
}
.cooperate h2 span{
    font-size: 18px;
    color: #365ca1;
    padding-bottom: 8px;
    border-bottom: 1px solid #365ca1;
}
.cooperate li{
    text-align: center;
    margin-bottom: 20px;
}
.cooperate img{
    opacity: 0.7;
    cursor: pointer;
    width: 80%;
}
.cooperate img:hover{
    opacity: 1;
}
