
.index .part3{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 20px;
  	background-color: white;
}

.index .part3 .content{/*修改1*/
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    max-width: 800px;
    min-width: 800px;
    padding-top: 60px;
}
.index {
    padding-top: 90px;
  	background-color: #f9f9f9;
}
.index .toggle {
    margin: 0 0 30px 0;
    max-width: 230px;
    min-width: 230px;
}
.index .part3 .content a div:nth-child(3){
    border-bottom: 1px #7e7f80 solid;
}
.index .part3 .content a h4{
    font-size: 14px;
}
footer{
    min-width: 1100px;
}
.index .part3 .content a p{
    margin: 1.6rem 0;
}
.index .toggle{
    text-align: left;
}
.index .toggle a {
    display: block;
    height: 60px;
    color: #fff;
    line-height: 60px;
    background: #32569c;
    border-bottom: 1px solid #4767a6;
    padding-left: 30px;
}
.index .toggle a:nth-child(1) {
    background: url(../../images/PC/bac.png) no-repeat;
    background-size: 100% 100%;
}
.index .titles{
  	margin: 30px 30px 0 313px;
    position: absolute;
    max-width: 800px;
    min-width: 800px;
    text-align: left;
    border-bottom: 1px solid #e3e4e6;
}
#title{
    max-width: 1140px;
    margin: 1.6rem auto;
}
#title span a{
    color: #000;
}
@media screen and (min-width: 960px) and (max-width: 1120px) {
    .index .titles{
        position: absolute;
        margin-left: 250px;
        max-width: 800px;
        min-width: 800px;
        text-align: left;
        border-bottom: 1px solid #e3e4e6;
    }

}

.QYtitle {
    font-size: 18px;
    font-weight: 600;
    color: #323333;
}
#sec {
    font-size: 14px;
    color: #949595;
}
#three {
    font-size: 14px;
    color: #949595;
}
.QYWH {
    display: inline-block;
}
ul {
    list-style-type: none;
    width: 790px;
    margin-top: 0px;
    padding-left: 0px;
}
ul li .lefts {
    width: 71%;
    line-height: 35px;
    font-size: 14px;
    color: #949595;
}
ul li .rights {
    width: 16%;
    line-height: 35px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #323333;
}
.index .part3 .content a {
    text-align: left;
    width: auto;
    display: inline-block;
}
.index .part3 #three {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    min-width: 800px;
    margin: 0 auto 20px;
}
.DSJ P {
    font-size: 14px;
    color: #949595;
  	margin-top:50px;
}
.DSJ P span {
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.Tname{
    color: #142a66;
}

nav{
    display: none;
    padding-top: 90px;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.Ntitles{
    display: none;
}
@media only screen and (max-width: 960px), only screen and (max-device-width:960px) {
    html,body {
        font-size:30px;
    }
    .nav .text{
        display: none;
    }
    .Ntitles{
        display:  inline-block;
        float: right;
        margin: 1.5rem;
        width: 1.5rem;
        height:1.3rem;
    }
    .Blie a{
        padding-top: 2rem;
        color: #333333;
        font-size: 1.4rem;
    }
    .Slie a{
        padding-top: 1.5rem;
        color: #999999;
        font-size: 1.1rem;
    }
    .index .part1 .content {
        display: flex;
        justify-content: space-between;
        max-width: 30.5rem;
        margin: 0 auto 150px;
    }
    #twoss span{
        display: block;
        font-size: 0.8rem;
        text-align: center;
    }
    footer p{
        font-size: 0.7rem;
    }
    .nav{
        height:3.75rem;
    }
    .nav .logo{
        width: 11rem;
        height: 1.8rem;
        margin: 1.3rem 0 1rem 1.5rem;
    }
    .index .part3 .toggle span{
        font-size: 1.1rem;
    }
    .title{
        display: none;
    }
    .part3{
        padding-top: 90px;
    }
}