/**
* author: WU
* 2015.7.13
**/
#content-div {
    font-size: 14px;
    margin-bottom: 30px;
}
.title-bar {
    width: 1000px;
    height: 45px;
    line-height: 35px;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #efefef;
}
.title-bar span:first-child {
    font-size: 24px;
    color: #109c92;
}
.title-bar .last-span {
    font-size: 14px;
    float: right;
    line-height: 35px;
}
.title-bar2 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: #109c92;
    text-align: center;
}
.title-bar2 span {
    position: relative;
}
.title-bar2 i {
    position: absolute;
    width: 60px;
    height: 45px;
    background: url("../images/icon.png") no-repeat -5px -660px;
    top: -7px;
    left: -65px;
}
.company-info {
    margin: 0 auto 20px auto;
    background: #f5f5f5;
}
.company-info .info-content {
    padding-bottom: 30px;
}
.company-info .api-div {
    position: relative;
    width: 560px;
    margin: 10px auto 50px auto;
}
.api-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100px;
    height: 110px;
    margin: 0 17px 0 18px;
    background: url("../images/icon.png") no-repeat;
    color: #666;
    text-align: center;
}
.mobile-btn {
    background-position: 2px -40px;
}
.e-mail-btn {
    background-position: 2px -163px;
}
.data-btn {
    background-position: 2px -287px;
}
.zan-btn {
    background-position: 2px -408px;
}
.api-btn a {
    display: block;
    height: 115px;
}
.company-info .table-div {
    margin: 0 auto;
}
.company-info .table-div table tr td {
    font-size: 14px;
    width: 150px;
	line-height:150%;
    padding: 12px 15px;
    text-align: center;
    line-height: 150%;
}
.company-info .table-div table tr .reset-td {
    width: 300px;
    text-align: left;
    background-color: #fff;
}
.main-div {
    margin: 0 auto;
}
.main-div .text-div img {
    margin: 20px;
}
.main-div .text-div p {
    font-size: 14px;
    line-height: 230%;
    margin-bottom: 35px;
}
/* 公司相册 */
.lunbo-div {
    line-height: 30px;
    letter-spacing: 1px;
}
.photo_content .swiper-btn-next, .photo_content .swiper-btn-prev {
    background: url("../images/swiper-icon.png") no-repeat;
}
.photo_content {
    position: relative;
    margin: 20px 0; }
.photo_content .swiper-container {
    width: 836px;
    height: 260px;
    height: 192px\0;
    *height: 192px;
    margin: 0 auto;
}
.photo_content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
.photo_content .swiper-slide .slide-item {
    height: 192px;
    overflow: hidden;
}
.photo_content .swiper-slide .company_photo {
    display: block;
	width:192px;
	height:192px;
    line-height: 192px;
}
.photo_content .swiper-slide img {
    width: 192px;
    transition: 1s;
}
.photo_content .swiper-slide .company_photo:hover img {
    transform: scale(1.2);
}
.photo_content .swiper-btn-next {
    background-position: 0 -579px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 192px;
    margin-top: -96px;
    cursor: pointer; }
.photo_content .swiper-btn-prev {
    background-position: 0 -346px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 192px;
    margin-top: -96px;
    cursor: pointer; }
/* 公司相册 */
