/*main*/
.picbox {
    width: 100%;
    height: 470px;
    padding-top: 74px;
    position: relative;
}

.picbox .title1 {
    width: 394px;
    height: 62px;
    margin: 0 auto
}

.picbox .title1-list {
    position: relative;
    float: left;
}

.picbox .title1-list li {
    width: 178px;
    height: 60px;
    text-align: center;
    margin: 0 8px;
    line-height: 60px;
    color: #fff;
    border: 1px #fff solid;
    font-size: 22px;
    float: left;
}

.picbox .title1-list li.on {
    background: #eeeeee;
    color: #1858ba;
}

.picbox .title1-list p {
    position: absolute;
    top: 27px;
    left: 0px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background: #2e3192;
    text-align: center;
}

.pic {
    height: 400px;
    position: relative;
    display: none;
}

.pic-wrap {
    width: 100%;
    height: 400px;
    padding-top: 20px;
    margin: 0 auto;
}

.pic-wrap .show {
    display: block;
}

.tejia_cc3 {
    position: relative;
    width: 1200px;
    height: 350px;
    padding-top: 29px;
    margin: 0 auto
}

.tejia_con3 {
    position: relative;
    width: 1200px;
    height: 350px;
    overflow: hidden;
}

.tejia_con3 ul {
    width: 9999px;
    position: absolute;
}

.tejia_con3 ul li {
    width: 284px;
    height: 350px;
    line-height: 22px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.tejia_con3 ul li a {
    line-height: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.57);
}

.tejia_con3 ul li span {
    font-size: 15px;
    color: #fff;
    line-height: 43px;
    padding-top: 10px;
    display: block;
    transition: 0.4s all
}
.tejia_con3 ul li:hover span{color: #fedb1f;margin-left: 8px}
.tejia_con3 img {
    width: 264px;
    height: 200px;
    padding: 10px;
    background: #fff;
    display: block;
    transition: 0.4s all
}
.tejia_con3 li:hover img{transform: scale(1.05);}