
.links{
    width: 1200px;
    height: 350px;
    border-bottom: #E9E9E9 solid 1px;
    margin: auto;
}
.link_tite{
    height: 100px;
}

.link_nav{
    display: inline-block;
    text-align: center;
    width: 24%;
    border-right: #CCC solid 1px;
    height: 50px;
    margin: 25px 0;
}
.link_nav:last-of-type{
    border-right:none;
}

.link_shell{
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #D03322;
}

.link_shell i{
    font-size:42px;
}

.link_p{
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: -5px;
}

.link_cont{
    width: 1200px;
    height: 250px;
    border-top: #EEE solid 1px;
    margin: 0 auto;
}
.link_center{
    height: 100%;
}
.cont_left{
    float: left;
    width: 1000px;
    height: 220px;
}
.cont_left p,.cont_right p{
    font-size: 14px;
}
.cont_tab{
    float: left;
    width: 25%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.cont_tab p{
    margin-bottom: 15px;
}
.cont_tab>ul>li{
    margin-bottom: 8px;
}
.cont_tab>ul>li>a{
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;

}
.cont_tab>ul>li>a:hover{
    color: #D03322;
    text-decoration:none;
}
.cont_right{
    float: right;
    width: 200px;
    height: 220px;
    padding: 15px;
}
.cont_right span{
    display: inline-block;
    margin: 5px 0;
    font-size: 24px;
    color: #ff2e21;
}

.cont_but{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.cont_but p{
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.cont_but a{
    font-size: 14px;
    padding: 0px 10px;
    border-right: #CCC solid 1px;
 }
.cont_but a:hover{
    color: #D03322;
    text-decoration:none;
}
.cont_but a:last-of-type{
      border-right: none;
}

.cont_remarks{
    color: #AAA;
}

.footer_bottom{
    width: 1200px;
    margin: auto;
    text-align: center;
    line-height:30px;
    margin-bottom: 20px;
}



/*.tpshop-service {*/
    /*margin-top: 40px;*/
    /*border-top: 1px solid #e7e7e7;*/
    /*border-bottom: 1px solid #e7e7e7;*/
    /*padding: 27px 0;*/
    /*background-color: #fff;*/
/*}*/
/*.w1224 {*/
    /*width: 1224px;*/
    /*margin: 0 auto;*/
/*}*/
/*.tpshop-service li {*/
    /*float: left;*/
    /*width: 305px;*/
    /*height: 56px;*/
    /*text-align: center;*/
/*}*/
/*.tpshop-service .ico {*/
    /*display: inline-block;*/
    /*width: 49px;*/
    /*height: 56px;*/
    /*margin-right: 16px;*/
    /*background-image: url(../images/ico-tphsop-index.png);*/
    /*background-repeat: no-repeat;*/
/*}*/
/*.tpshop-service .service {*/
    /*display: inline-block;*/
    /*line-height: 56px;*/
    /*font-size: 20px;*/
    /*color: #333;*/
    /*vertical-align: top;*/
/*}*/