.td_title_1 {
     padding:4px;
     background-color: cadetblue;
     color: white;
     font-size:16px;
     margin: 6px;
 }

.td_title_2 {
    text-align: right;
    font-weight: bold;
    color: #369;
    padding: 3px 0 0 2px;
}

.td_title_3 {
    text-align: right;
    font-weight: bold;
    color: #369;
    padding: 3px 0;
    width:30%;
}

.td_title_4 {
    padding:4px;
    background-color: #3884BE;
    color: white;
    font-size:16px;
    margin: 6px;
}

td {
    padding: 1px 3px;
}

tr > td:first-child {
    min-width: 115px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid;
    border-color: #EAEAEA;
    #min-width:780px;
    /* menu underlin */
    #box-shadow: 0 2px 5px
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.emptyContent {
    width: 100%;
    margin-top: 0px;
    height: 105px;
}

.emptyContent2 {
    width: 100%;
    margin-top: 0px;
    height: 156px;
}

.logo {
    padding-top:5px;
    padding-left:5px;
    float:left;
}

.user-btn{
    color: #00367a;
}
.user-btn:hover{
    color: #3884be;
}


dl dd {
    list-style-type: none;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    background-color: #9196a0;
    border-radius: 20px;
    border: 1px solid #fff;
}

.bg {
    background: #5bc0de;
    width: 14px;
    height: 14px;
    border: none;
}


.services .fa {
    color: #f44336;
    font-size: 38px;
    padding-left: 15px;
    float: right;
    /* background: #fff; */
    /* padding: 20px; */
    padding: 30px 20px 0px 0;
}

.section-header{
    text-align: center;
    /*padding: 30px 0 0;*/
    margin-top: 50px;
    margin-bottom: 15px;

}
.section-header h2{
    font-weight: 600;
}

.services-content {
    padding: 20px 30px 20px;
    /* margin-top: 30px; */
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid;
    padding:14px;
    border-radius: 2px;
    border-color: #f46e72;
    margin-top:20px;
}

.services-content:hover {
    box-shadow: 5px 5px 10px #ccc;
}

.pc-footer {
    width: 100%;
    background-color: #2d3e50;
    padding-top: 15px;
    padding-bottom: 15px;
}

.foot-block{
    display: inline-block;
    vertical-align:text-top;
    margin-left: 20px;
    margin-top: 10px;
}
.index-ul{
    list-style-type: none;
    color: #dce1e5;
}

.index-ul li {
    font-size: 16px;
}

.index-ul li a{
    text-decoration: none;
    color: #dce4e5;
    font-size: 13px;
}

.index-ul li a:hover{
    text-decoration: underline;
}

.index-ul2{
    list-style-type: none;
}

.index-ul2 li a{
    text-decoration: none;
    color: #2d3e50;
    font-size: 13px;
}

.index-ul2 li a:hover{
    text-decoration: underline;
}

.has-error{
    color: red;
}