/* BASIC css start */
.cs_info {
    display: block;
    clear: both;
    *zoom:1;margin: 10px 0 20px;
    background: #f8f8f8;
    border-top: 2px solid #333;
    border-bottom: 1px solid #aaa;
}

.cs_info:after {
    content: "";
    display: block;
    clear: both;
    *zoom:1;}

.cs_info .section {
    float: left;
    width: 270px;
    height: 130px;
    padding: 15px 15px 15px 130px;
    border-left: 1px solid #ddd;
    font-size: 11px;
    line-height: 17px;
}

.cs_info .section h4 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: #555;
}

.cs_info .section .phone {
    margin: 0 0 10px;
    font-family: 'tahoma';
    font-size: 21px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
}

.cs_info .section p {
    margin: 0 0 10px;
}

.cs_info .section .btn_11_f2 {
    margin: 10px 0 0;
}

.cs_info .section.s01 {
    background: url('/design/taera2025/image/cs_ico_01.gif') no-repeat 20px 35px;
    border: none;
}

.cs_info .section.s02 {
    background: url('/design/taera2025/image/cs_ico_02.gif') no-repeat 20px 35px;
}

.cs_info .section.s03 {
    background: url('/design/taera2025/image/cs_ico_03.gif') no-repeat 20px 35px;
}

.cs_info .section.s01 .oper_time li {
    min-height: 0;
}

.cs_info .section.s01 .oper_time .phone {
    min-height: 0;
    line-height: 25px;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}

.cs_info .section.s01 .oper_time .phone img {
    position: relative;
    top: 3px;
}

.cs_info .section.s01 .oper_time strong {
    min-height: 0;
    line-height: 17px;
    padding-right: 10px;
    color: #333;
}

.cs_info .section.s01 .oper_time span {
    min-height: 0;
    line-height: 17px;
}

.cs_info .section.s03 .btn_11_f2 {
    margin: 10px 0 0;
}

@media all and (max-width: 1285px) {
    .cs_info .section {
        width:180px;
    }
}

.cs_btn {
    display: block;
    clear: both;
    *zoom:1;width: 100%;
    margin: 0 0 10px;
    text-align: center;
}

.cs_btn ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.cs_btn li {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 33%;
    margin: 0 0 10px 0;
    letter-spacing: 0.1em;
}

.cs_btn li a {
    display: block;
    width: 97%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #333;
    border: 1px solid #111;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

.cs_btn li a:hover {
    background: #555;
    border: 1px solid #444;
    text-decoration: none;
}

/* BASIC css end */

