.bjs {

    display: flex;
    margin: 15px auto;
    font-family: "宋体";
}

.bjs img {

    width: 22px;
    float: left;
    margin-right: 10px;
}

.bjs p {

    margin-top: 5px;
    color: #999;
}

.bjs a {


    color: #999;
}

.bjs a:last-child {
    color: #dd2726;
    font-weight: 700;
}


.cases-list {

    margin-top: 40px;
}

.cases-list-item {
    width: 380px;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;

    /*-webkit-transform: translate3d(0, -3px, 0);*/
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    transition: 0.5s ease;
}

.cases-list-item:nth-child(3n) {

    margin-right: 0;
}

.cases-list-item .img {

    width: 100%;
    height: 255px;
    text-align: center;
    line-height: 255px;
    overflow: hidden;
}

.cases-list-item img {
    width: 100%;
}

.cases-list-item .txt {
    height: 100px;
    text-align: center;
    padding-top: 25px;
    background-color: #fff;
}

.cases-list-item .txt .tis {

    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
}

.cases-list-item .txt p {

    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;


    color: #999999;
}

.cases-list-item:hover .txt .tis {

    color: #dd2726;
}

.cases-list-item:hover {
    transform: translate3d(0, -10px, 0);
}


#pages {
    /* 
    float: right; */
    display: table;
    margin: 30px auto;

}

#pages li {
    list-style: none;
    float: left;
    width: 32px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

#pages li:hover {
    background-color: #dd2726;
    border: 1px solid #dd2726;
}

#pages li a {
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

#pages li a:hover {
    background-color: #dd2726;
    color: #fff;
    border: 1px solid #dd2726;
}

#pages li.active {
    background-color: #dd2726;
    color: #fff;
    border: 1px solid #dd2726;
}

#pages li.active a {
    color: #fff;
}

#pages li span {
    font-size: 16px;
}

#pages li.disabled {
    color: #ccc;
}

.news-main {

    /* height: 1450px; */
    margin-top: 35px;
    /* overflow: hidden; */
}

.news-main .news-list-item {
    width: 1200px;
    display: block;
    margin: 0 auto;
    height: 230px;
    /* margin-bottom: 20px; */

    transition: 0.5s ease;
    position: relative;
    border-bottom: 1px dashed #000;

}

.news-main .news-list-item .bjs-a {
    position: absolute;
    width: 1260px;
    height: 230px;
    left: -30px;
    top: 0;
    display: none;

    background-color: #dd2726;
}

.news-main .news-list-item .img {

    width: 300px;
    margin-right: 30px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    z-index: 3;
    position: relative;
}

.news-main .news-list-item .img img {

    width: 100%;
    height: 100%;

    transition: 0.5s ease;
}

.news-main .news-list-item .titlea {

    width: 720px;
    padding-top: 10px;
    float: left;
    margin-top: 30px;
    z-index: 3;
    position: relative;
    /* margin-top: ; */
}

.news-main .news-list-item .titlea .tti {

    font-size: 16px;
    margin-bottom: 30px;

}

.news-main .news-list-item .titlea p {

    color: #999999;
    overflow: hidden;
    /** 闅愯棌瓒呭嚭鐨勫唴瀹� **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 澶氳 **/
    display: -webkit-box;
    /** 瀵硅薄浣滀负浼哥缉鐩掑瓙妯″瀷鏄剧ず **/
    -webkit-box-orient: vertical;
    /** 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� **/
    -webkit-line-clamp: 2;
    /** 鏄剧ず鐨勮鏁� **/
    margin-bottom: 15px;
}

.news-main .news-list-item .titlea .tips {

    display: flex;
    margin-top: 30px;
}

.news-main .news-list-item .titlea .tips p {

    margin-right: 20px;
}

.news-main .news-list-item .date {

    float: right;
    border-left: 1px solid #999;
    padding-left: 40px;
    margin-top: 85px;

    z-index: 3;
    position: relative;
}

.news-main .news-list-item .date .date_year {

    font-size: 24px;
}

.news-main .news-list-item .date .date_month {
    margin-left: 6px;
    margin-top: 2px;
}

.news-main .news-list-item:hover {



    /* transform: translateY(-20px); */
    border-bottom: 0;
    color: #fff;
}

.news-main .news-list-item:hover p {

    color: #fff;
}



.news-main .news-list-item:hover .date {
    border-left: 1px solid #fff;
}

.news-main .news-list-item:hover img {

    transform: scale(1.1);
}



.contact-main-item {
    width: 380px;
    height: 180px;
    background: rgb(245, 245, 245);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-main-item:nth-child(3) {

    margin-right: 0;
}

.contact-main-item img {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding-top: 30px;
    color: #13345b;
    display: block;
}

.contact-main-item .ts {

    margin-top: 15px;
    font-size: 17px;
}

.contact-main-item .tts {

    margin-top: 15px;
    font-size: 18px;
}


.about-mains {
    margin-bottom: 30px;
}

.about-mains .about-right-item {

    width: 380px;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    margin-bottom: 37px;
    border-left: 7px solid #dd2726;
    transition: 0.5s ease;
    cursor: pointer;
    margin-right: 14px;

}

.about-mains .about-right-item:nth-child(3) {
    margin-right: 0;
}

.about-mains .about-right-item .tt {
    padding: 25px;
    padding-top: 17px;
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    transition: 0.5s ease;
    justify-content: space-between;
}

.about-mains .about-right-item .cn {

    font-size: 26px;
    transition: 0.5s ease;
}

.about-mains .about-right-item .en {

    font-size: 12px;
    color: #d2d2d2;
    transition: 0.5s ease;
}

.about-mains .about-right-item .desc {

    /* font-size: 12px; */

    padding: 25px;
    display: flex;
    transition: 0.5s ease;
    padding-top: 0px;
    align-items: center;
    justify-content: space-between;
}

.about-mains .about-right-item .desc p {

    width: 70%;
    line-height: 1.8em;
    font-size: 14px;
    transition: 0.5s ease;
    color: #666;
}

.about-mains .about-right-item .desc span {
    font-size: 30px;
    transition: 0.5s ease;
    color: #d2d2d2;
}

.about-mains .about-right-item:hover {

    background-color: #dd2726;
}

.about-mains .about-right-item:hover .cn {

    color: #fff;
}

.about-mains .about-right-item:hover .en {

    color: #fff;
}

.about-mains .about-right-item:hover .desc p {

    color: #fff;
}

.about-mains .about-right-item:hover .desc span {

    color: #fff;
}

.trial-box {
    margin: 30px auto;
    padding: 36px 24px;
    width: 710px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #cfd1d1;
    border-top: 6px solid #dd2726;
    font-size: 16px;
    color: #36393A;
}

.required {
    color: #EC0303;
}

.trial-box input {
    margin-top: 8px;
    width: 652px;
    height: 53px;
    padding-left: 10px;
    background: #ffffff;
    border: 1px solid #cfd1d1;
}

label {
    display: block;
    margin-bottom: 40px;
}

.submit-btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    background: #dd2726;
    font-size: 20px;
    border: none;
    outline: none;
    color: white;
}

.submit-textarea {
    border: 1px solid #cfd1d1;
    margin-top: 20px;
    width: 662px;
    height: 240px;
}