/* .banner {
    margin-top: 18px;
} */

.banner li {
    /* float: left; */
    display: inline-block;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}


/* box1 */

.box1 .nav_small ul {
    padding: 22px 0;
    margin-top: 39px;
}

.box1 .nav_small ul li {
    display: inline-block;
    font-size: 17px;
    border-right: 2px solid #eee;
    padding-right: 21px;
    transition: all 0.3s;
}

.box1 .nav_small ul li:hover {
    transform: translateY(-5px);
}

.box1 .nav_small ul li img {
    max-width: 58px;
    margin-right: 18px;
    margin-left: 21px;
}

.box1 .nav_small ul li:nth-child(1) img {
    margin-left: 0;
}

.box1 .nav_small ul li:last-child {
    border-right: none;
    padding-right: 0;
}


/* .box2 */

.box2 .box2_tit {
    text-align: center;
}

.box2 .box2_tit h2 {
    font-size: 38px;
    color: #00A6CA;
    padding: 30px 0;
}

.box2 .box2_tit h2 span {
    width: 41px;
    height: 50%;
    display: inline-block;
    border-top: 3px solid #00A6CA;
    margin: 0 1px;
}

.box2 .box2_tit p {
    font-size: 18px;
    color: #404040;
}

.box2 .box2_c ul {
    margin-top: 54px;
}

.box2 .box2_c ul li {
    display: inline-block;
    width: 24%;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-right: 11px;
    margin-top: 20px;
    transition: all 0.3s;
}

.box2 .box2_c ul li:hover {
    transform: translateY(-5px);
}

.box2 .box2_c ul li:nth-child(4n) {
    margin-right: 0;
}

.box2 .box2_c ul li .box2_c_t {
    padding: 22px 30px 0 19px;
}

.box2 .box2_c ul li .box2_c_t .box2_c_t_l {
    width: 70%;
}

.box2 .box2_c ul li .box2_c_t .box2_c_t_l h4 {
    font-size: 18px;
    color: #333333;
    height: 55px;
}

.box2 .box2_c ul li .box2_c_t .box2_c_t_l .box2_c_t_l_c span {
    display: block;
    /* width: 50%; */
    float: left;
    margin-right: 5px;
}

.box2 .box2_c ul li .box2_c_t .box2_c_t_l .box2_c_t_l_c span p {
    font-size: 12px;
    color: #808080;
}

.box2 .box2_c ul li .box2_c_t .box2_c_t_l .box2_c_t_l_c span .num em {
    color: #C9151E;
    font-size: 26px;
}

.box2 .box2_c ul li .box2_c_t .box2_c_t_r img {
    max-width: 65px;
}

.box2 .box2_c ul li .box2_c_b {
    background-color: #00A6CA;
    padding: 10px 0;
    margin-top: 20px;
    background: url(/static/skin/img/bg-icon.png) no-repeat center center #00A6CA;
}

.box2 .box2_c ul li .box2_c_b span {}

.box2 .box2_c ul li .box2_c_b span a {
    display: inline-block;
    color: #fff;
    width: 49%;
    text-align: center;
}

.box2 .box2_b a {
    display: block;
    width: 405px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #F3402E;
    padding: 11px 0;
    border-radius: 30px;
    margin: 30px auto 10px auto;
}


/* box3 */

.box3 .box3_tit {
    text-align: center;
    border-top: 1px solid #eee;
}

.box3 .box3_tit h2 {
    font-size: 38px;
    color: #333333;
    padding: 34px 0 19px 0;
}

.box3 .box3_tit h2 span {
    width: 41px;
    height: 50%;
    display: inline-block;
    border-top: 3px solid #333333;
    margin: 0 1px;
}

.box3 .box3_tit p {
    font-size: 18px;
    color: #808080;
}

.box3 .box3_c ul li {
    display: inline-block;
    width: 24%;
    margin-top: 20px;
    margin-right: 11px;
    transition: all 0.3s;
}

.box3 .box3_c ul li:hover {
    transform: translateY(-5px);
}

.box3 .box3_c ul li:nth-child(4n) {
    margin-right: 0;
}

.box3 .box3_c ul li .box3_c_img {
    width: 100%;
    height: 162px;
}

.box3 .box3_c ul li .box3_c_img img {
    width: 100%;
    height: 100%;
}

.box3 .box3_c ul li .box3_c_txt {
    padding: 15px 13px;
    line-height: 30px;
    border: 1px solid #eee;
    border-top: none;
}

.box3 .box3_c ul li .box3_c_txt h4 {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.box3 .box3_c ul li .box3_c_txt p {
    font-size: 14px;
    color: #808080;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.box3 .box3_c ul li .box3_c_txt .cost {
    line-height: 30px;
}

.box3 .box3_c ul li .box3_c_txt .cost span {
    font-size: 16px;
    color: #C9151E;
    font-weight: 700;
}

.box3 .box3_c ul li .box3_c_txt .cost span:last-child {
    float: right;
    color: #858585;
    font-size: 14px;
}

.box3 .box3_c ul li .box3_c_txt .cost span:last-child i {
    font-size: 14px;
    cursor: pointer;
}


/* box4 */

.box4 {
    margin: 38px 0 15px 0;
}

.box4 h4 {
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 5px;
}

.box4 h4 span {
    font-size: 20px;
    border-bottom: 2px solid #00A6CA;
    padding-bottom: 5px;
}

.box4 .ht-tabs {
    margin-top: 20px;
}

.box4 .ht-tabs span.ht-tab {
    border: 1px solid #E2E2E2;
    font-size: 14px;
    margin-right: 15px;
    padding: 5px 15px;
    cursor: pointer;
    color: #5E5C5A;
}

.box4 .ht-tabs span.ht-tab.cur {
    border: 1px solid #00A6CA;
}

.box4 .ht-items .ht-item {
    display: none;
}

.box4 .ht-items .ht-item.show {
    display: block;
}

.box4 ul {
    padding: 22px;
}

.box4 ul li {
    width: 31%;
    display: inline-block;
    margin-right: 35px;
    line-height: 27px;
}

.box4 ul li:nth-child(3n) {
    margin-right: 0;
}

.box4 ul li a {
    display: inline-block;
    font-size: 16px;
    column-rule: #534F4F;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box4 ul li a:hover {
    color: #33ADDB;
}

.box4 ul li span {
    float: right;
    color: #808080;
    font-size: 14px;
}