/** banner start **/
.banner .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 180px;
}
.home .banner .content .title {
    color: #3B426B;
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
}
.home .banner .content .text {
    color: #3B426B;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
/** banner end **/

/** menu start **/
.menus {
    line-height: 60px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #1C2745
}
.menus ul {
    overflow: auto;
    width: 1200px;
    margin: 0 auto;
}
.menus ul li {
    float: left;
    margin-right: 56px;
}
.menus ul li a:hover, .menus ul li.active {
    color: #3370FF;
    font-weight: 500;
}
/** menu end **/

/** main start **/
.main-list {
    background: #F7F8FC;
    padding: 80px 0 0;
}
.main-list .title {
    text-align: center;
    color: #3C485C;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.main-list .list {
    width: 1240px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 20px 100px;
}
.main-list .list .item {
    background: #ffffff;
    width: 380px;
    height: 155px;
    margin-top: 32px;
    margin-right: 30px;
    float: left;
    padding: 23px 15px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4B5B76;
    border-radius: 4px;
}
.main-list .list .item:nth-child(3n) {
    margin-right: 0;
}
.main-list .list .item:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.main-list .list .item .name {
    color: #1C2745;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.main-list .list .item .men {
    margin-top: 14px;
    display: inline-block;
}
.main-list .list .item .phone {
    margin-top: 14px;
    display: inline-block;
    float: right;
}
.main-list .list .item .address {
    margin-top: 8px;
}
.main-list .list .item .address.address1 {
    line-height: 40px;
}
/** main end **/

/** 海外机构列表 start **/
.main-list .list2 .item {
    width: 160px;
    height: 40px;
    margin-top: 46px;
    margin-right: 13px;
    padding: 0;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.main-list .list2 .item:nth-child(3n) {
    margin-right: 13px;
}
.main-list .list2 .item:nth-child(7n) {
    margin-right: 0;
}
.main-list .list2 .item .name {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
/** 海外机构列表 end **/

/** tabs start **/
.main-list .tabs {
    text-align: center;
    margin: -20px 0 30px;
    height: 30px;
}
.main-list .tabs .tab {
    display: inline-block;
    width: 56px;
    height: 30px;
    border-bottom: 3px solid transparent;
    padding-bottom: 2px;
    line-height: 25px;
    font-size: 18px;
    color: #3C485C;
    cursor: pointer;
}
.main-list .tabs .tab:hover, .main-list .tabs .tab.active {
    color: #3370FF;
    font-weight: bold;
    border-bottom: 3px solid #3370FF;
}
/** tabs end **/