
.index .part3{
  	background-color: white;
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 20px;
}
.index .part3 #one{
  	margin:30px 30px 0 30px;
    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{
    display: inline;
}
.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: 321px) 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;
    }
}
.Tname {
    color: #142a66;
}
.chanpin1{
    border: 1px #ebebeb solid;
    margin: 10px 7px;
}
.chanpin2{
    border-bottom: 1px #ebebeb solid;
    border-top: 1px #ebebeb solid;
}
.chanpin3{
    font-size: 18px;
    color: #4e6cbf;
    margin-top: 1.6rem;
}
.chanpin4 button:nth-child(1){
    width: 90px;
    font-size: 14px;
    height: 27px;
    border: 1px #c9c9c9 solid;
    margin: 20px 16px 20px 16px;
    color: #4d4d4d;
    background-color: #fff;
}
.chanpin4 a button{
    font-size: 14px;
    height: 27px;
    border: 1px #c9c9c9 solid;
    margin: 20px 24px;
    color: #4d4d4d;
    background-color: #fff;
}
.titlesss {
    display: inline-block;
    height: 34px;
    background: red;
    width: 220px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 32px;
    padding: 4px;
    border-radius: 25px;
}