html {
    height: 100%;
}
body {
    font-size: 12px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53";
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    color: #333;
}

.app {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    width: 100%;
    /*background: url(../images/bg_body.png) left top repeat-x #f0f0f0;*/
    background-color: #fff;
}

.app .top {
    position: absolute;
    top: 25px;
    left: 25px;
}
.app .top .logo {
    width: 180px;
}

.app .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 1000px;
    padding: 35px 35px 15px;
    margin: 80px auto 0;
}
.app .main .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3px 40px 3px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.app .main .company .pic_company {
    width: 48%;
}
.app .main .company .pic_company img {
    width: 100%;
    height: 100%;
}
.app .main .company .text_company {
    width: 52%;
    padding: 0 30px;
    background-color: #fff;
}
.app .main .company .text_company .text_title {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 40px auto;
    background: linear-gradient(90deg, rgba(229, 229, 229, 0) 0%, #ccc 50%, rgba(229, 229, 229, 0) 100%);
}
.app .main .company .text_company .text_title span {
    display: block;
    position: absolute;
    width: 340px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.app .main .company .text_company .text_box {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 3%;
    text-indent: 2em;
}
.app .main .img_box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.app .main ._item {
    flex: 1;
    margin: 0 3px;
}
.app .main ._img {
    max-width: 100%;
}

.app .main .title_box {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.app .main .text_box {
    margin: 0 3px 10px 3px;
}
.app .main .text_box ._title {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}
.app .main .text_box ._desc {
    font-size: 14px;
    line-height: 1.5;
    text-indent: 2em;
}

.app .footer {
    /*position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;*/
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #fafafa;
    border-top: 1px solid #ededed;
    color: #333;
}
.app .footer a {
    color: #333;
    cursor: pointer;
    text-decoration: none !important;
}
.app .footer a:hover {
    color: #ff5926;
    cursor: pointer;
    text-decoration: none !important
}