.section .btn{
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    padding: 0 35px;
    margin: 20px 10px 0;
    transition: all .2s;
    font-weight: bold;
    border: 1px solid #666;
    color: #666;
}
.section .btn.border_btn{
    background: transparent;
    border: none;
    text-decoration: underline;
    color: #333;
    line-height: 35px;
}
.section .btn.border_btn:hover{
    color: #c00;
    background: transparent;
}
.section .btn:hover{
    color: #fff;
    background: #c00;
    border-color: #c00;
}
.section .section_content{
    margin-bottom: 40px;
}
.section ul{
    overflow: hidden;
    margin-top: 60px;
}
.section ul li{
    float: left;
    margin: 0 10px;
}
.section .two_item{
    width: 580px;
}
.section .three_item{
    width: 380px;
}
.section .four_item{
    width: 280px;
}
.section form{
    display: inline-block;
}
.section li .newIcon{
    font-size: 100px;
}
.section li h3{
    font-size: 22px;
    margin: 10px 0 30px;
}
.section li p{
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    padding: 0 30px;
}
.section ol{
    display: inline-block;
    margin-top: 60px;
}
.section ol li{
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.section.func_box .two_item{
    padding-left: 50px;
}
.section.func_box h4,.section.func_box p{
    text-align: left;
}
.section.func_box h4{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.section.func_box p{
    padding: 0;
    margin-bottom: 10px;
}
.section .info h3{
    margin: 10px 0 30px;
}
.tab_box{
    padding: 20px 0;
}
.tab_box a{
    display: inline-block;
    border-bottom: 3px solid transparent;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0 20px;
    transition: all .2s;
}
.tab_box a.hot,.tab_box a:hover{
    border-bottom-color: #c00;
}
@media screen and (max-width:767px){
    .agentContact{margin-top: 20px !important;}
    .agentContact div{ text-align: center !important; margin-bottom: 10px;}
    .agentContact div ul li a{
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px !important;
    }
    .section{
        padding: 20px;
    }
    .section .section_content{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .section ul{
        margin-top: 20px;
    }
    .section ul li{
        width: 100% !important;
        float: none;
        margin: 0 0 20px 0;
    }
    .section ol li{
        font-size: 12px;
    }
    .section .newIcon{
        font-size: 64px;
    }
    .section li h3{
        font-size: 14px;
        margin: 5px 0 10px;
    }
    .section li p{
        font-size: 12px;
    }
    .section .btn{
        font-size: 12px;
        height: 30px;
        line-height: 28px;
        margin: 10px 5px 0;
        padding: 0 20px;
    }
    .section .btn.border_btn{
        line-height: 30px;
    }
    .section.func_box .two_item{
        padding-left: 0;
    }
    .section.func_box h4{
        font-size: 14px;
    }
    .section .info h3{
        margin: 10px 0 15px;
    }
    .tab_box{
        padding: 10px 0;
    }
    .tab_box a{
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        border-bottom-width: 2px;
        margin: 0 10px;
    }
}