.header {
    height: 80px;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
}
.subMenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    height: 220px;
    background: black;
    opacity: 0.8;
    border-top:4px solid #0574be;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
.logo a img {
    margin-top:17px;
}
.navs li {
    float: left;
    width: auto;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    margin-left:5px;
}
.navs li a {
    display:block;
    padding: 0 15px;
    font-size:14px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.navs li a:hover, .navs li a.active {
    color: #0079c2;
    background: #fff;
}
.subList {
    float: left;
    width: 180px;
    margin-right: 15px;
    margin-top: 15px;
}
.subList li {
    float: left;
    width: 120px;
    text-align: left;
    height:30px;
    line-height: 30px;
    margin:0;
}
.subList li.firstLi {
    font-size: 16px;
}
.subList li a {
    color: #fff;
    padding: 0;
}
.subList li a:hover {
    background: transparent;
    color:#00fbf2;
}
.subList li.firstLi a {
    color:#00fbf2;
}
.loginBtn {
    background: #fff;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    color: #0574be;
    border: 1px solid #0574be;
    border-radius: 4px;
}
.loginBtn:hover {
    color: #0079c2;
    border: 1px solid #0079c2;
}
.mainTop {
    height: 650px;
    background-image: url("../img/b1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mainBottom {
    height: 650px;
    background-image: url("../img/b2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mainBottom h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    padding-top: 100px;
    text-align: center;
}
.partners {
    width: 20%;
    height: auto;
    padding:0 10px;
    float: left;
    margin-top: 100px;
}
.footer {
    height: 200px;
    background: #07263b;
    position: relative;
}
.footInfo {
    padding-top: 20px;
}
.footInfo li {
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.footInfo li:first-child {
    color: #0afdf4;
}
.qrcode {
    padding-top: 30px;
}
.copyright {
    position: relative;
    top: 155px;
    margin:0;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #3a7094;
    color: #fff;
}

.banner,.bannerPro {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner {
    background-image: url("../img/product/banner.jpg");
}
.bannerPro {
    background-image: url("../img/cosu/banner.png");
}
.proContent,.consultList {
    padding: 50px 0;
}
.paths {
    color: #999;
    line-height: 30px;
    margin-bottom: 20px;
}
.paths span {
    color: #0574be;
}
.description {
    color: #333;
    line-height: 30px;
}
.productImg {
    margin-top:20px;
}
.productImg img {
    padding:0;
}
.imgBox {
    position: relative;
}
.download {
    display: inline-block;
    position:absolute;
    right: 15px;
    bottom: 15px;
}
.case p {
    margin: 0 5px ;
}
.case .title {
    color: #0079c2;
    padding: 10px 0;
    border-bottom: 1px solid #999;
}
.case .title span {
    color: #999;
    float: right;
}
.case .detail {
    padding-top: 10px;
    color: #333;
    line-height: 24px;
}
.productImg img {
   -webkit-box-shadow: 0 0 6px #d4d4d4;
   -moz-box-shadow: 0 0 6px #d4d4d4;
   box-shadow: 0 0 6px #d4d4d4;
}