.nav-down {
    display: none
}

.nav {
    border-bottom: #eeeeee 1px solid;
}

.container {
    min-width: 1240px;
    width: 100%;
    padding: 15px 0;
}

.container>* {
    margin: 20px auto;
    max-width: 1200px;
}

/* 页面位置、导航 */

.site_location {
    width: 1200px;
}

.site_location a {
    color: rgb(153, 153, 153);
}

.service-head {
    overflow: hidden;
}

.service-head .right {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.service-head .introImg {
    width: 468px;
    max-height: 312px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.service-head .introImg img {
    width: 100%;
}

.service-head .title {
    /*display: inline;*/
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}

.service-head .introduce {
    font-size: 16px;
    line-height: 1.5;
    color: gray;
}

.article {
    display: inline-block;
    width: 955px;
    background-color: white;
    border: 1px #eeeeee solid;
}

.article .title-bar {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 55px;
    vertical-align: middle;
    font-weight: normal;
    background-color: #463b3b;
    color: #fefefe;
    /* text-align: center; */
}

.article .content {
    line-height: 1.5;
    padding: 15px 55px;
}

.article .content h1 {
    font-size: 2em
}

.article .content h2 {
    font-size: 1.5em
}

.article .content h3 {
    font-size: 1.17em
}

.article .content h5 {
    font-size: .83em;
}

.article .content h6 {
    font-size: .75em;
}

.article .detailImg {
    font-size: 0;
    padding: 0 15px;
}

.article .detailImg li {
    display: inline-block;
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.article .detailImg li a {
    color: #463b3b;
}

.article .detailImg li .img-box {
    display: flex;
    align-items: center;
	width:285px;
    height: 260px;
    border: #463b3b solid 2px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.article .detailImg li img {
    margin: auto 0;
    width:265px;
    height: 180px;
}

.article .detailImg li:hover img {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}#articeBottom{margin:20px;overflow:hidden;}