/* 首页 */
.topic-idx {
    min-width: 1400px;
}

.topic-idx .header {
    position: relative;
    width: 100%;
    height: 600px;
    background: url(../images/banner/01.jpg) center no-repeat;
    z-index: 0;
}

.topic-idx .header .topbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    color: #fff;
    line-height: 36px;
    z-index: 1;
}

.topic-idx .header .topbar .logo {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.41);
}

.topic-idx .header .topbar .menu ul {
    display: flex;
}
.topic-idx .header .topbar .menu ul li a {
    padding: 0 20px 0 25px;
    color: #fff;
}

.topic-idx .header .topbar .menu ul li a.home {
    background: url(../images/icons/home@1x.png) left no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2) {
    .topic-idx .header .topbar .menu ul li a.home {
        background-image: url(../images/icons/home@2x.png);
        background-size: 18px;
    }
}

.topic-idx .header .topbar .menu ul li a.help {
    background: url(../images/icons/help@1x.png) left no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2) {
    .topic-idx .header .topbar .menu ul li a.help {
        background-image: url(../images/icons/help@2x.png);
        background-size: 18px;
    }
}

.topic-idx .header .topbar .menu ul li a:hover {
    opacity: 0.85;
}

.topic-idx .header .intro {
    padding-top: 85px;
    text-align: center;
    color: #fff;
}

.topic-idx .header .intro h2 {
    font-size: 42px;
    font-weight: bold;
}

.topic-idx .header .intro p {
    margin: 30px auto;
    line-height: 28px;
}

.topic-idx .header .intro .link {
    text-align: center;
}

.topic-idx .header .intro .link li {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}
.topic-idx .header .intro .link li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
}

.topic-idx .header .intro .link li:last-child a {
    padding: 8px 28px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: none;
}

.topic-idx .header .intro .link li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.topic-idx .body {
    position: relative;
    width: 100%;
}

.topic-idx .body .section {
    position: relative;
    width: 100%;
}

.topic-idx .body .feature {
    width: 100%;
    height: 504px;
    background: url(../images/feature.jpg) center no-repeat;
}

.topic-idx .body .title {
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.topic-idx .body .feature ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1400px;
}

.topic-idx .body .feature ul li {
    box-sizing: border-box;
    padding-top: 10px;
    width: 700px;
    height: 70px;
}

.topic-idx .body .feature ul li.a {
    padding-right: 160px;
    text-align: right;
    background: url(../images/icons/ydfwbz.png) 560px no-repeat;
}
.topic-idx .body .feature ul li.c {
    padding-left: 170px;
    text-align: left;
    background: url(../images/icons/ssxhjk.png) 110px no-repeat;
}

.topic-idx .body .feature ul li.b {
    margin-top: 35px;
    padding-right: 360px;
    /* padding-right: 60px; */
    text-align: right;
    background: url(../images/icons/gxktyx.png) 350px no-repeat;
}

.topic-idx .body .feature ul li.d {
    margin-top: 35px;
    padding-left: 360px;
    text-align: left;
    background: url(../images/icons/xxzdhz.png) 300px no-repeat;
}

.topic-idx .body .feature ul li h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.topic-idx .body .feature ul li p {
    color: #555;
    line-height: 32px;
}

.topic-idx .body .app {
    margin: 20px auto 40px auto;
    width: 1400px;
}

.topic-idx .body .app .contaner {
    margin-bottom: 50px;
}

.topic-idx .body .app .item {
    float: left;
    margin-bottom: 30px;
    width: 33.33333%;
    text-align: center;
    color: #666;
}
.topic-idx .body .app .item h2 {
    font-size: 16px;
    font-weight: bold;
    color: #4075cd;
    line-height: 32px;
}

.topic-idx .body .app .item p {
    margin: 0 auto;
    max-width: 300px;
}

.topic-idx .body .web {
    padding: 20px 0;
    background-color: #f3f7fa;
}

.topic-idx .body .web .container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1400px;
}

.topic-idx .body .container .itab {
    position: absolute;
    top: 10px;
    right: 0;
    width: 800px;
}

.topic-idx .body .container .itab ul {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 49px;
    box-sizing: border-box;
}

.topic-idx .body .container .itab ul li {
    float: left;
}

.topic-idx .body .container .itab ul li a {
    display: block;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 3px 3px 0 0;
}

.topic-idx .body .container .itab ul li a:hover{
    background-color: rgba(255, 255, 255, 1);
}

.topic-idx .body .container .itab ul li a.selected {
    margin-bottom: -2px;
    font-weight: bold;
    color: #4075cd;
    border-bottom: 2px solid #4075cd;
    /* background-color: #fff; */
}

.topic-idx .body .container .info {
    display: flex;
    justify-content: space-between;
    width: 1400px;
}

.topic-idx .body .container .info .pic {
    position: relative;
    width: 565px;
    height: 419px;
    text-align: center;
    background: url(../images/server-computer.png) center no-repeat;
}

.topic-idx .body .container .info .pic img {
    padding-top: 20px;
}

.topic-idx .body .container .info .desc {
    padding-top: 100px;
    width: 750px;
    line-height: 28px;
}

.topic-idx .footer {
    position: relative;
    padding-top: 40px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #272727;
}

.topic-idx .footer .container {
    margin: 0 auto;
    width: 1400px;
}

.topic-idx .footer .container h2 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: bold;
}

.topic-idx .footer .container .info {
    padding: 15px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.topic-idx .footer .container .info p {
    padding-left: 25px;
    background: url(../images/icons/qq@1x.png) left no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2) {
    .topic-idx .footer .container .info p {
        background-image: url(../images/icons/qq@2x.png);
        background-size: 17px 17px;
    }
}

.topic-idx .footer .container .info p:first-child {
    background: url(../images/icons/tel@1x.png) left no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2) {
    .topic-idx .footer .container .info p:first-child {
        background-image: url(../images/icons/tel@2x.png);
        background-size: 17px 17px;
    }
}

.topic-idx .footer .container .info p:last-child {
    background: url(../images/icons/mail@1x.png) left no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2) {
    .topic-idx .footer .container .info p:last-child {
        background-image: url(../images/icons/mail@2x.png);
        background-size: 17px 17px;
    }
}

.topic-idx .footer .container .cp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    text-align: center;
}
