/*in-title*/
.in-title {
    padding: 47px 0 27px 0
}

.in-title h3 {
    font-size: 36px;
    font-family: "SimSun"
}

.in-title a.more {
    font-size: 18px;
    line-height: 30px;
    width: 86px;
}

.a_more {
    text-align: center
}

.a_more a {
    font-size: 16px;
    color: #004198;
    border: 1px solid #004198;
    padding: 10px 20px;
}

.flex-control-nav {
    display: none;
}


/*产品展示*/
.content-products {
    padding-bottom: 25px;
    /*  background: #f2f2f2;*/
}

.product-ul-list li {
    /* width: 72px; */
    height: 30px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;

}

.product-ul-list li a {
    width: 100%;
    text-align: center;
    float: left;
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-ul-list li:hover a {
    border-bottom: 2px solid #004198;
}

.item-content {
    width: 100%;
}

.item-box {
    display: none;
}

.item-ul li {
    background: #fff;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.item-ul li:nth-child(3n+0) {
    margin-right: 0;
}

/*fix under IE8*/
.item-ul li:first-child+li+li,
.item-ul li:first-child+li+li+li+li+li,
.item-ul li:first-child+li+li+li+li+li+li+li+li {
    margin-right: 0;
}

/*fix under IE8*/
.item-ul li img {
    display: block;
    width: 285px;
    height: 280px;
}

.item-ul li p {
    width: 100%;
    line-height: 57px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.pro .bottom ul {
    overflow: hidden;
    margin-right: -24px;
}

.pro .bottom ul li {
    margin-bottom: 20px;
    width: 292px;
    float: left;
    margin-right: 12px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.pro .bottom ul li p {
    line-height: 48px;
    border: 1px solid #959595;
    color: 18px;
}

.pro .bottom ul li img {
    width: 292px;
    height: 240px;
}

.zhezhao {
    display: none
}

.pro li:hover .zhezhao {
    color: #fff;
    display: block;
    width: 292px;
    height: 240px;
    background: url("../images/pro_hover.png");
    position: absolute;
    top: 0;
    left: 0
}

.pro li:hover .zhezhao div {
    width: 200px;
    text-align: center;
    margin: 68px auto 22px auto;
    font-size: 18px;
    line-height: 54px;
}

.pro li:hover .zhezhao span {
    margin: 0 40px;
    width: 120px;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
}

.pro li:hover .zhezhao img {
    display: block;
    margin: 0 auto
}


/*news*/

.news {
    width: 100%;
    padding-bottom: 40px;
    background: #f2f2f2;
}

.news .news-content {
    margin-top: 20px;
}

.news-content .about {
    width: 577px
}

.about .about-content {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px
}

.about .about-content img {
    padding-bottom: 15px
}

.about .about-content p {
    font-size: 16px;
    line-height: 35px
}

.news-content .news-left {
    width: 577px;
}

.news-content .news-left ul.news-list li {
    font-size: 16px;
    padding: 0 17px;
    line-height: 55px;
    background: #fff;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.news-content .news-left li span.fr {
    color: #004198
}