.banner{
    margin-top: 71px !important;
}

/*中部*/
.center{
    min-width: 1200px;
}
.price-list>ul{
    width: 1200px;
    /*border: 1px solid red;*/
    margin: auto;
    
    
}
.li_height{
    height: 450px !important;
}

.price-list>ul>li{
    width: 270px;
    border: 1px solid #aaa;
    height: 380px;
    float: left;
    margin:20px 0 0 28px;
}   
.price-list>ul>li>.p1{
    
    background-color: #472fab;
    height: 60px;
    color: white;
    text-align: center;
    line-height: 60px;
}
.price-list>ul>li>.p1>span:nth-child(2){
    font-size: 35px;
}
.price-list>ul>li>.p2{
    width: 200px;
    margin:30px 30px 30px 65px;
    text-align: center;
    font-size: 18px;
}
.price-list>ul>li>.p2>p{
    text-align: left;
    color: #666;
    margin-top:10px; 
}
.price-list>ul>li>.p2>p:nth-child(6)>span{
    color: green;
    font-size: 20px;
}
.price-list>ul>li>.p2>p:nth-child(5)>span{
    display: inline-block;
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid orange;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}
.price-list>ul>li>.p2>p:nth-child(5)>span>img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
}
.price-list>ul>li>.p2>p:nth-child(5)>span:nth-child(1)>img{
    display: inline-block;
}

.price-list>ul>li>.p3{
    color: #999;
    font-size: 15px;
    margin:10px 0 0 30px ;
}
.price-list>ul>li>.p3>div{
    margin:-25px 0 0 70px;
}
.price-list>ul>li>.p3>div>p{
    margin-top: 5px;
}
.price-list>ul>li>.p4{
    width: 100%;
    margin: 35px 0 0 0px;
}
.price-list>ul>li>.p4>button{
    display: block;
    width: 100px;
    height: 36px;
    margin:auto;
}
.price-list>ul>li>.p4>button{
    color: white;
    background-color: orange;
    border: none;
    outline: none;
    cursor: pointer;
}

.well{
    width: 100%;
    height: 500px;
    margin-top: 50px;
    /*border: 1px solid red;*/
}
.well-top{
    width:1150px;
    height: 43px;
    margin:30px auto ;
    border-bottom: 4px solid #f5f5f5;
    
    
}
.well-top>h2{
    width: 150px;
    border-bottom: 8px solid #472fab;
    padding-bottom: 10px;
}

.well-bottom{
    background-color: #F5F5F5;
    padding:30px 0;
}

.well-bottom>ul{
    width: 1200px;
    margin: auto;
}
.well-bottom>ul>li{
    width: 23%;
    height:130px;
    color:#9999CC;
    background-color: white;
    float: left;
    margin:20px 0 0 20px;
    position: relative;
}
.well-bottom>ul>li>p{
    position: absolute;
}
.well-bottom>ul>li>p:nth-child(1){
    font-size: 45px;
    color:#9999CC;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
 
    
}
.well-bottom>ul>li>p:nth-child(2){
    top: 20px;
    left: 100px;    
    
}
.well-bottom>ul>li>p:nth-child(3){
    width: 150px;
    font-size: 12px;
    top: 48px;
    left: 100px;    
    
}
.well-bottom>ul>li:hover{
    background-color: #3463e7;
    box-shadow: 1px 2px 2px 2px #aaa;
    color: white;
}
.well-bottom>ul>li:hover>p:nth-child(1){
    color: white;
}

.t-service{
    width: 100%;
    height: 805px;
    margin-top: -20px;
    /*border: 1px solid red;*/
}
.t-top{
    width:1150px;
    height: 43px;
    margin:30px auto ;
    border-bottom: 4px solid #f5f5f5;
    
    
}
.t-top>h2{
    width: 200px;
    border-bottom: 8px solid #472fab;
    padding-bottom: 10px;
}

.t-service>.t1{
    width: 1060px;
    margin: auto;
}
.t-service>.t1>div>p{
    margin-top: 10px;
    color: #666;
}
.t-service>.t1>div:nth-child(1){
    float: left;
    
}
.t-service>.t1>div:nth-child(2){
    float: left;
    width: 590px;
    margin: 50px;   
}
.t-service>.t1>div:nth-child(2)>p:nth-child(1){
    font-size: 25px;
    color: #333;
    
}
.t-service>.t2{
    width: 1000px;
    margin:auto;
}

.t-service>.t2>div:nth-child(1){
    float: left;
    width: 590px;
    margin: 50px;   
}
.t-service>.t2>div:nth-child(2){
    float: left;

}
.t-service>.t2>div:nth-child(1)>p:nth-child(1){
    font-size: 25px;
    color: #333;
    
}
.t-service>.t2>div>p{
    margin-top: 10px;
    color: #666;
}
