/* info style */

#banner-info {
    width: 100%;
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
}

.bread_nav div {
    height: 25px;
    line-height: 25px;
    background-image: url("../images/ico_4.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin: 10px 0;
}

.contact_div {
    min-height: 400px;
}

.contact_div .n_left_title {
    width: 90%;
    height: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #509fea;
}

.contact_div .n_left_title div {
    padding: 30px 0 0 45px;
}

.contact_div .n_nav {
    width: 90%;
    padding: 20px 15px;
    background-color: #2f88da;
}

.contact_div .n_nav .n_nav_bottom {
    border-bottom: 1px solid #49a1e9;
}

.contact_div .n_nav ul {
    margin: 0px -15px 50px -15px;
}

.contact_div .n_nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 45px;
}

.contact_div .n_nav ul li a.active,
.contact_div .n_nav ul li a:hover,
.contact_div .n_nav.active a {
    color: #000;
    background-color: #fff;
    border-left: 3px solid #97be0b;
    padding-left: 42px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

.content_title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-image: url("../images/content_bg.jpg");
    background-position: right top;
    background-repeat: repeat-x;
}

.content_title h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2f88da;
    float: left;
    background-color: #fff;
    padding-right: 10px;
}

.content_div {
    padding-top: 20px;
    min-height: 406px;
    font-size: 14px;
}


/* news */

ul.list {
    width: 100%;
}

ul.list li {
    margin-bottom: 15px;
}

ul.list .li_data {
    width: 78px;
    height: 82px;
    background-image: url("../images/news_data_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

ul.list .li_data i {
    display: block;
    width: 100%;
    height: 53px;
    line-height: 62px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

ul.list .li_data e {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 28px;
    font-size: 14px;
    color: #bbb;
    text-align: center;
}

ul.list .li_title {
    display: block;
    width: 749px;
    margin-left: 20px;
}

ul.list .li_title a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list .li_title p {
    color: #aaa;
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}

.page_nav {
    margin-top: 10px;
    text-align: center;
}


/* page_nav分页按钮样式 */

.page_nav {
    margin: 0 4rem 3rem;
    font-size: 1.4rem;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 0.8rem 1.2rem;
    margin-left: -1px;
    line-height: 1.4rem;
    color: #2f88da !important;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-num-current {
    z-index: 1;
    color: #fff !important;
    background-color: #2f88da;
    border-color: #2f88da;
}


/* news info */

.h1_title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.content_txt {
    text-align: center;
    color: #aaa;
    height: 30px;
    line-height: 28px;
    margin: 15px auto;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.content_txt span {
    margin: 0 15px;
}

.content_word {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    min-height: 200px;
}


/* pic */

ul.list_pic {
    width: 100%;
}

ul.list_pic li {
    float: left;
    width: 25%;
    height: 250px;
    text-align: center;
}

ul.list_pic li img {
    width: 180px;
    height: 190px;
}

ul.list_pic li h5 {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list_pic li h5 a {
    color: #333;
}


/* image */

ul.list_image {
    width: 100%;
}

ul.list_image li {
    float: left;
    width: 32%;
    height: 290px;
    background-color: #eee;
    margin-right: 1.33%;
    margin-bottom: 20px;
}

ul.list_image li img {
    width: 100%;
    height: 160px;
}

ul.list_image li i {
    display: block;
    color: #999;
    margin-top: 2px;
    padding: 0 5px;
}

ul.list_image li p {
    color: #666;
    line-height: 23px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
    border-top: 1px solid #fff;
    padding: 10px 5px;
}

ul.list_image li h5 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

ul.list_image li h5 a {
    color: #333;
}


/* product */

ul.list_pic li img.product_img {
    width: 180px;
    height: 180px;
}


/* form */

ul.form_ul li {
    height: 40px;
    line-height: 40px;
}

ul.form_ul li input {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

ul.form_ul li input[type="radio"],
ul.form_ul li input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
}

ul.form_ul li label {
    display: inline-block;
    width: 140px;
    text-align: right;
    padding-right: 15px;
}

ul.form_ul li.jyfw_li {
    height: auto;
    margin-bottom: 10px;
}

ul.form_ul li.jyfw_li label {
    float: left;
}

ul.form_ul li.jyfw_li textarea {
    width: 66%;
    line-height: 30px;
    float: left;
    margin-left: 4px;
    margin-top: 7px;
    padding: 5px;
}

.but {
    border: 1px solid #49a1e9;
    background-color: #2f88da;
    color: #fff;
    font-size: 14px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}

@media screen and (max-width: 1199px) {
    /* news css */
    ul.list .li_title {
        width: 599px;
    }
    /* album css */
    ul.list_pic li {
        height: 235px;
    }
    ul.list_pic li img {
        width: 160px;
        height: 169px;
    }
}

@media screen and (max-width: 991px) {
    /**/
    .contact_div .n_left_title,
    .contact_div .n_nav {
        width: 100%;
    }
    .contact_div .n_nav ul {
        margin: 0px -15px;
    }
    .contact_div .n_nav ul li {
        width: 50%;
        float: left;
    }
    .n_nav_bottom {
        display: none;
    }
    .content_title {
        margin-top: 20px;
    }
    /* news css */
    ul.list .li_title {
        width: 622px;
    }
}

@media screen and (max-width: 767px) {
    /* banner css */
    #banner-info {
        width: 100%;
        height: 100px;
        background-size: auto 100px;
    }
    /* news css */
    /*ul.list .li_data {
        display: none;
    }*/
    ul.list .li_title {
        width: 70%;
        margin-left: 10px;
    }
    /* album css */
    ul.list_pic li {
        width: 50%;
        height: 230px;
    }
    .content_word .fl:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .content_word .fl:nth-child(2) {
        width: 100%;
        margin-left: 0px;
    }
    .content_word img {
        width: 100% !important;
        height: auto !important;
    }
    /* image css */
    ul.list_image li {
        float: left;
        width: 100%;
        height: 340px;
        background-color: #eee;
        margin-bottom: 20px;
    }
    ul.list_image li img {
        width: 100%;
        height: 200px;
    }
    /* from css */
    ul.form_ul li.jyfw_li textarea {
        width: 47%;
    }
    #sqs {
        width: 100%;
    }
    .content_txt #xwly {
        display: none;
    }
    /* content_div */
    .content_div img {
        width: 100% !important;
        height: 200px !important;
    }
}