/* 头部 */

.xc_headerBox {
    /* background: url(../images/headerBg.png) no-repeat center top; */
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    min-width: 1280px;
}

.xc_header {
    height: 60px;
    line-height: 60px;
}


/* logo */

.xc_logo img {
    max-height: 60px;
    max-width: 150px;
}


/* logoname */

.xc_logoName {
    color: #0f46a3;
    font-weight: bold;
    font-size: 22px;
    padding-left: 20px;
}


/* 旧版入口 */

.oldLogin {
    color: #ff6600;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.applyTry {
    color: #0f46a3;
    font-weight: bold;
}


/* banner */

.bannerBox {
    background: url(../images/banner.png) no-repeat center center;
    height: 300px;
    padding-top: 40px;
    box-sizing: border-box;
}

.banner {
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
}

.slider_content {
    width: 100%;
    height: 222px;
    overflow: hidden;
    position: relative;
}

.sliderBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 25px;
    height: 40px;
    background: url(../images/btnRight.png) no-repeat center center;
    cursor: pointer;
}

.sliderBtn:hover {
    opacity: 0.5;
}

.sliderBtn.btnLeft {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

.banner ul {
    width: 100000px;
    position: absolute;
    left: 0;
}

.banner li {
    float: left;
    width: 284px;
    margin-right: 20px;
}

.swiper-slide a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.swiper-slide .img,
.swiper-slide img {
    width: 284px;
    height: 173px;
}

.swiper-slide p {
    height: 44px;
    margin-top: 5px;
    text-align: left;
    padding-right: 20px;
}


/* tit */

.tit {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    background: url(../images/titBg.png) repeat-x center center;
}

.tit .img {
    width: 40px;
    height: 30px;
    background-color: #fff;
}

.tit span {
    padding-right: 20px;
    background-color: #fff;
}


/* main */

.main {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 50px;
}


/* x */

.pingtaiList li {
    float: left;
    width: 196px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    margin: 0 20px 20px 0;
}

.pingtaiList li:nth-child(6n) {
    margin-right: 0;
}

.pingtaiList li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #0f46a3;
    font-size: 18px;
    line-height: 24px;
    /* padding: 0 24px; */
    text-align: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ebf3ff;
}

.pingtaiList li a span {
    position: relative;
    z-index: 999;
    display: block;
    height: 100%;
    line-height: 70px;
}

.pingtaiList li:hover a {
    background-color: #0f46a3;
    color: #fff;
}

.pingtaiList a:hover img {
    display: none;
}

.pingtaiList a:hover p {
    color: #fff;
}

.pingtaiList li a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


/*  */


/* 列表 */

.chanpinLists li {
    float: left;
    width: 240px;
    height: 240px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.in_jxul.chanpinLists li {
    float: left;
    width: 200px;
    height: 240px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-right: 16px;
    border: 1px solid transparent;
}

.in_jxul.chanpinLists li a .img img {
    height: 124px;
    width: 100%;
}

.chanpinLists li:last-child {
    margin-right: 0;
}

.chanpinLists li:hover {
    border: 1px solid #0f46a3;
}

.chanpinLists li a {
    display: block;
    text-decoration: none;
}

.chanpinLists li a .img {
    width: 100%;
}

.chanpinLists li a .img img {
    height: 100%;
    width: 100%;
}

.chanpinLists li a p {
    padding: 10px 15px 0;
    line-height: 18px;
    color: #999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}