@import url(./layout.css);

body {
    background: #ffffff;
}
.page-main {
    background: #ffffff url(../images/bg_home.jpg) center no-repeat;
    background-size: cover;
}

.box {
    max-width: 1440px;
    padding: 0 68px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 520px;  
    background:url(../images/index_banner.png) center no-repeat; 
}
.banner-company {
    font-size: 64px;
    color: #FFFFFF;
    line-height: 77px;
    letter-spacing: 6px;
}
.banner-slogan {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 53px;
    letter-spacing: 5px;
    margin-top: 20px;
}

.intro {
    width: 100%;
    padding: 60px 0 80px;
    background-color: #ffffff;
}
.intro-text {
    color: #76797C;
    font-size: 28px;
    text-align: center;
    line-height: 52px;
    letter-spacing: 3px;
    margin: 0 auto 50px;
    /* padding: 60px 0 50px; */
}
.intro-list {
    /* height: 227px; */
    text-align: center;
    font-size: 0;
}
.intro-item {
    display: inline-block;
    width: 378px;
    height: 227px;
    margin-right: 36px;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 227px;
}
.intro-item--profile {
    background: url(../images/index_profile.png) center no-repeat;
    background-size: cover;
}
.intro-item--culture {
    background: url(../images/index_culture.png) center no-repeat;
    background-size: cover;
}
.intro-item--products {
    background: url(../images/index_products.png) center no-repeat;
    background-size: cover;
    margin-right: 0;
}

.values {
    position: relative;
    width: 100%;
    height: 240px;
}
.values-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-color: #003EA5;
    filter:alpha(opacity=60); 
    -moz-opacity: 0.6; 
    -khtml-opacity: 0.6; 
    opacity: 0.6;
    background:rgba(0, 62, 165, 0.6);
}
.values-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 60px auto;
    width: 100%;
    height: 120px;
    max-width: 1440px;
    text-align: center;
    list-style: none;
}
.values-item {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    color: #F9F9F9;
    font-size: 0;
    font-weight: bold;
    min-width: 100px;
    padding: 0 73px;
    text-align: center;
}
.values-item span {
    font-size: 32px;
    line-height: 36px;
}
.values-item i {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-bottom: 27px;
}
.values-item--zz i {
    background: url(../images/icon_concentration.png) center no-repeat;
    background-size: 100%;
}
.values-item--cx i {
    background: url(../images/icon_innovation.png) center no-repeat;
    background-size: 100%;
}
.values-item--fy i {
    background: url(../images/icon_leap.png) center no-repeat;
    background-size: 100%;
}
.values-item--fz i {
    background: url(../images/icon_development.png) center no-repeat;
    background-size: 100%;
}
/* .values-item::before {
    display: block;
    margin: 0 auto 27px;
    width: 56px;
    height: 56px;
    content: '';
}
.values-item--zz::before {
    background: url(../images/icon_concentration.png) center no-repeat;
    background-size: 100%;
}
.values-item--cx::before {
    background: url(../images/icon_innovation.png) center no-repeat;
    background-size: 100%;
}
.values-item--fy::before {
    background: url(../images/icon_leap.png) center no-repeat;
    background-size: 100%;
}
.values-item--fz::before {
    background: url(../images/icon_development.png) center no-repeat;
    background-size: 100%;
} */

.news {
    width: 100%;
    padding: 40px 0 70px;
    text-align: center;
    background-color: #ffffff;
}
.news-box {
    padding: 0 53px;
}
.news-box-title {
    color: #1E2023;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.news-comment {
    color: #76797C;
    font-size: 18px;
    margin-top: 16px;
}
.news-list {
    max-width: 1328px;
    padding-top: 60px;
    border-bottom: 1px dashed #E2E2E9;
    overflow: hidden;
    _zoom: 1;
}
.news-item {
    float: left;
    position: relative;
    width: 50%;
    padding-left: 112px;
    padding-right: 32px;
    margin-bottom: 40px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.news-time {
    position: absolute;
    left: 0;
    width: 96px;
    color: #C4C2C2;
    font-size: 0;
    text-align: right;
}
.news-date {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.news-year {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    /* text-align: right; */
    /* color: #C4C2C2; */
}

.news-title {
    display: block;
    color: #1E2023;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-summary {
    width: 100%;
    height: 63px;
    color: #76797C;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.btn-more {
    margin-top: 40px;
    clear: left;
}

.contact {
    position: relative;
    width: 100%;
    height: 320px;
}
.contact-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background-color: #003EA5;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6; 
    -khtml-opacity: 0.6; 
    opacity: 0.6;
    background: rgba(0, 62, 165, 0.6);
}
.contact-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    color: #ffffff;
    text-align: center;
}
.contact-title {
    font-size: 24px;
    font-weight: bold;
}
.contact-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 16px auto 24px;
}
.contact-phone {
    display: block;
    font-size: 46px;
    line-height: 55px;
}
.contact .btn-more {
    margin: 24px auto 0;
    display: block;
    border-color: #ffffff;
    color: #ffffff;
}

