@charset "utf-8";

header {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    ;
}

.contain {
    padding: 30px 0;
}

.list-group-item {
    padding: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: #0068b7;
}

.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
    color: #fff;
}

.list-group-item a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
}

.list-group-item.active a:hover {
    color: #fff;
}

.ctact .list-group-item {
    padding: 10px 15px;
    font-size: 18px;
}

.ctact .list-group-item p {
    font-size: 14px;
}

.ctact .list-group-item img {
    display: block;
    width: 100%;
}

.tit {
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

/*product start*/
.product ul {
    overflow: hidden;
}

.product ul li a {
    display: block;
    background: #eee;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.product ul li a:hover {
    background: #0068b7;
    border-color: #0068b7;
}

.product ul li a img {
    display: block;
    width: 100%;
}

.product ul li a span {
    display: block;
    font-size: 16px;
    padding: 0 5px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product ul li a:hover span {
    color: #fff;
}

/*product end*/

/*news start*/
.news ul li {
    overflow: hidden;
    margin-bottom: 30px;
}

.news ul li img {
    display: block;
}

.news ul li .new-con {
    font-size: 14px;
}

.news ul li .img a{
    display: block;
    overflow: hidden;
}
.news ul li .img a img{
    width: 100%;
    transition: all 0.3s;
}
.news ul li .img a:hover img{
    transform: scale(1.1);
}




.news ul li .new-con h4 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.news ul li .new-con span {
    color: #999;
    margin: 5px 0;
    display: block;
}

.news ul li .new-con p {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.new-con a.more {
    display: block;
    border: 1px solid #ddd;
    width: 80px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 10px;
}

.new-con a.more:hover {
    background: #2253a4;
    color: #fff;
    border-color: #2253a4;
}

.title {
    text-align: center;
    margin-bottom: 10px;
}

.title h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.title .info {
    color: #999;
    font-size: 14px;
}

.con p{
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.con img{
    max-width: 100%;
    margin: 5px 0;
}

/*news end*/

/*message start*/
.message .col-lg-10 {
    float: none;
    margin: 0 auto;
}

.message form div {
    overflow: hidden;
    margin-bottom: 10px;
}

.message form label {
    display: block;
    line-height: 32px;
    text-align: right;
    font-size: 14px;
}

.message form div input {
    display: block;
    outline: none;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 0;
    text-indent: 5px;
}

.message form i {
    display: block;
    line-height: 32px;
    color: #f00;
}

.message form textarea {
    display: block;
    float: left;
    outline: none;
    height: 96px;
    line-height: 32px;
    border: 1px solid #ddd;
    padding: 0;
    text-indent: 5px;
}

.message form .sumb {
    display: block;
    margin: 10px auto 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    background: #0068b7;
    outline: none;
    font-size: 16px;
}

.message form .sumb:hover {
    background: #00589b;
}

/*message end*/

.map h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.map p {
    font-size: 14px;
    color: #666;
}

.map iframe {
    border: 1px solid #eee;
    margin-top: 20px;
}


@media(max-width: 768px) {
    header {
        height: 120px;
        background-size: 768px 120px;
    }

    .message form.col-sm-10 {
        padding: 0;
    }

    .message form div {
        margin-bottom: 5px;
    }

    .message form label.col-xs-4 {
        padding: 0;
    }

    .title p {
        margin-bottom: 5px;
    }

    .news ul li {
        margin-bottom: 15px;
    }

    .news ul li .col-lg-4,
    .col-lg-8 {
        padding: 0;
    }

    .news ul li img {
        width: 100%;
    }

    .news ul li .new-con {
        margin-top: 10px;
    }

    .new-con a {
        margin: 10px auto 0;
    }

    .product ul li.col-md-4 {
        padding: 0 5px;
    }

    .product ul li a {
        margin-bottom: 15px;
    }

    .contain {
        padding: 15px 0;
    }

    .tit {
        margin-bottom: 15px;
    }

    .con img {
        display: block;
        width: 100%;
    }

    .pages {
        padding-top: 10px;
        line-height: 40px;
        text-align: center;
        width: 700px;
    }

    .pages A {
        padding: 2px 5px;
        border: 1px solid #ccc;
        margin-right: 3px;
        margin-left: 3px;
    }
}