@charset "utf-8";

/* 公司简介  页面样式 */

.cont_1 {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: none;
}

.cont_1_title {
    text-align: center;
    line-height: 22px;
}

.title_en {
    font-size: 20px;
    color: #ff6c00;
}

.title_zh {
    font-size: 16px;
    color: #000;
}

.cont_1_box {
    position: relative;
    width: 882px;
    height: 424px;
    margin: 70px auto 0;
    background: url(../imgs/aboutUs_bg.png);
}

.about_item_box {
    position: relative;
    height: 100%;
}

.about_item {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    overflow: hidden;
    cursor: pointer;
}

.about_item img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about_item .item_icon {
    display: block;
}

.about_item.active .item_icon {
    display: none;
}

.about_item.active .item_icon_active {
    display: block;
}

.about_item_1 {
    top: 213px;
    left: -10px;
}

.about_item_2 {
    top: 25px;
    left: 142px;
}

.about_item_3 {
    top: -45px;
    left: 383px;
}

.about_item_4 {
    top: 25px;
    right: 142px;
}

.about_item_5 {
    top: 213px;
    right: -10px;
}

.about_info_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 290px;
}

.about_info_item {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about_info_item.active {
    display: block;
}

.about_info_item h3 {
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 22px;
}

.about_info_item p {
    padding-top: 5px;
    line-height: 19px;
    text-align: justify;
    font-size: 12px;
    text-indent: 25px;
}

/* 第二部分 */

.cont_2 {
    padding: 48px 88px 65px;
    border-radius: 20px ;
}

.cont_2_item_box {
    float: left;
    padding: 66px 22px 0;
    width: 240px;
    height: 260px;
}

.cont2_item {
    position: relative;
    padding: 55px 19px 15px;
    height: 190px;
    border: 1px solid #ccc;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
}

.cont2_item img {
    position: absolute;
    top: -64px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;;
}

.cont2_item h3 {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
}

.cont2_item p {
    line-height: 18px;
    font-size: 12px;
    text-indent: 25px;
    color: #505050;
}