/*背景大图*/
.slogan {
    margin-top: 65px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#Slogan{
    position: absolute;
    left: 7.61%;
    top: 24.122%;
    width:630px;
    height:120px;

}

.slogan>img {
    width: 100%;
    height: 100%;
}

.slogan p {
    font-size: 50px;
    color: white;
    letter-spacing: 2px;

}

.slogan input{
    width:150px;
    height:40px;
    background: #1a17ab;
    border:1px solid white;
    outline: none;
    border-radius:5px;
    font-size:18px;
    color: white;
    cursor: pointer;
    display: block;
    margin: 15px auto 0;
}

@media(min-width:760px){
.Sound_center{
    width:1000px;
    height:2300px;
    margin: 60px auto 0;
}
.whole>div,.whole>img{
    display: block;
    float: left;
    width:50%;
    height: auto;
}
.whole{
    margin-top: 95px;
    overflow: hidden;
}
}

@media(max-width:760px){
.Sound_center{
    width:95%;
    margin: 60px auto 0;
}
.whole>div,.whole>img{
    display: block;
    float: left;
    width:100%;
    height: auto;
}
.whole{
    overflow: hidden;
}
}

/*主体内容部分*/

.Tit_h2 {
    color: #595757;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
}

.channe_bottom {
    width: 112px;
    height: 3px;
    background: #0067b3;
    margin: 0 auto;
    margin-top: 40px;
}

.sound_t{
    font-size:18px;
    color:#727171;
    text-indent: 36px;
    line-height:35px;
    letter-spacing:-1px;
    margin-top:28px;

}

.whole>div>p:first-child{
    color: #727171;
    font-size:30px;
    text-align: center;
    margin:65px 0 25px 0;
}

.whole>div>p:first-child span{
    color: #ff6600;

}


.whole>div>p:last-child{
    font-size:18px;
    color:#727171;
    text-indent: 36px;
    line-height:35px;
    width:90%;
    margin: 0 auto;

}



.call_more{
    margin-top:70px;
    width:100%;
    height: auto;
}


.call_more>ul>li>a{
    width:16.666%;
    color: #0067b3;
    font-size:20px;
    float: left;
    text-align: center;
    margin-top:80px;
    text-decoration: none;

}


