@charset "utf-8";

#banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 580px;
    margin: 0 auto;
}
#banner [carousel-item] img {
    position: absolute;
    width: 1920px;
    height: 580px;
    left: 50%;
    margin-left: -960px;
}
#banner .layui-carousel-ind ul {
    background: none;
}
#banner .layui-carousel-ind li {
    background-color: #fff;
    margin: 0 9px;
}
#banner .layui-carousel-ind li.layui-this {
    background-color: #f00;
    margin: 0 9px;
}


.picShow {
    width: 600px;
    height: 350px;
    position: relative;
}
.picShow .layui-carousel-ind {
    text-align: right;
    right: -33px;
}
.picShow .layui-carousel-ind ul {
    background: none;
}
.picShow .layui-carousel-ind li {
    background-color: #003478;
    margin: 0 9px;
}
.picShow .layui-carousel-ind li.layui-this {
    background-color: #f00;
    margin: 0 9px;
}

.picShow .video {
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    background: url(../img/pic_index_video.jpg) no-repeat center center;
    right: 0;
    bottom: 45px;
    cursor: pointer;
}
.picShow .video .play {
    position: absolute;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.picShow .video .play img {
    width: 28px;
    height: 28px;
}
.picShow .video .videoElem {
    display: none;
}
.picShow .layui-layer-title {
    display: none;
}
.picShow .layui-layer-page .layui-layer-content {
    overflow: hidden !important;
    height: 300px !important;
    background: #000;
}
.picShow .layui-layer-setwin {
    top: -20px !important;
    right: -20px !important;
}


.company {
    width: 530px;
}
.company ul {
    width: 100%;
}
.company ul li {
    display: block;
    float: left;
    color: #003478;
    padding: 0 15px;
    border-left: 1px solid #e0e0e0;
    height: 68px;
}
.company ul li:last-child {
    padding-right: 0;
}
.company ul li:first-child {
    border-left: none;
    padding-left: 0;
}
.company ul li em {
    display: block;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 10px;
}
.company ul li strong {
    font-size: 38px;
    font-family: 'HelveticaCE', 'Microsoft Yahei';
    display: inline-block;
    transform:scaleX(0.8);
    -ms-transform:scaleX(0.8); 	/* IE 9 */
    -moz-transform:scaleX(0.8); 	/* Firefox */
    -webkit-transform:scaleX(0.8); /* Safari 和 Chrome */
    -o-transform:scaleX(0.8); 
    margin-left: -10px;
}
.company ul li span {
    margin-left: -10px;
}
.company .title {
    font-size: 16px;
}
.company .summary {
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    position: relative;
}
.company .summary .more {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: 28px;
}

.news {
    width: 600px;
    margin-top: 30px;
}
.news .layui-tab {
    position: relative;
}
.news .layui-tab .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    font-size: 13px;
    color: #666;
    z-index: 2;
}
.news .layui-tab .more:hover {
    color: #003478;
}
.news .layui-tab-title li {
    font-size: 18px;
    padding: 0;
    margin-left: 30px;
}
.news .layui-tab-title .layui-this {
    color: #003478;
}
.news .layui-tab-title .layui-this::after {
    border-bottom: 3px solid #003478;
}
.news .layui-tab-title li:first-child {
    margin-left: 0;
}
.news .newsItem {
    width: 265px;
    overflow: hidden;
    float: left;
}
.news .newsItem:nth-child(2) {
    float: right;
}
.news .newsItem .year {
    font-size: 12px;
}
.news .newsItem .day {
    font-size: 24px;
}
.news .newsItem .title {
    font-size: 16px;
}
.news .newsItem .summary {
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.news .newsItem .icon {
    width: 28px;
    height: 28px;
    background: url(../img/icon_enter_default.png) no-repeat center center;
}
.news .newsItem a:hover {
    color: #003478;
}
.news .newsItem a:hover .icon {
    background: url(../img/icon_enter_hover.png) no-repeat center center;
}


.map {
    width: 530px;
    margin-top: 30px;
}
.map h3 {
    font-size: 18px;
    padding: 12px 0 12px 31px;
    border-bottom: 1px solid #e6e6e6;
    background: url(../img/icon_index_map.png) no-repeat left center;
}
.map a {
    display: block;
    width: 100%;
}
.map a img {
    margin: 20px auto 30px;
}


.production {
    margin: 0 auto;
}
.production .title {
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 10px;
}
.production .title h3 {
    font-size: 18px;
    color: #003478;
    border-bottom: 3px solid #003478;
    line-height: 48px;
}
.production .title p {
    flex: 1;
    margin-left: 20px;
}
.production .title .more {
    color: #666;
}
.production .title .more:hover {
    color: #003478;
}
.production .content {
    width: 1320px;
    margin: 0 auto;
    position: relative;
}
.production .prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -27px;
    cursor: pointer;
    opacity: .2;
}
.production .next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -27px;
    cursor: pointer;
}
.production .swiper-container {
    width: 1200px;
    height: 200px;
}
.production .swiper-slide {
    width: 400px;
    height: 200px;
}
.production .swiper-slide .slide_text {
    width: 180px;
    height: 200px;
    padding: 15px;
    background: rgba(0, 52, 120, .6);
    color: #fff;
    position: relative;
}
.production .swiper-slide .slide_text h4 {
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
}
.production .swiper-slide .slide_text p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;
}
.production .swiper-slide .slide_text .icon_enter {
    display: none;
    text-align: center;
}
.production .swiper-slide .slide_text .icon_horn {
    display: none;
    width: 8px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -8px;
}
.production .swiper-slide .slide_pic {
    width: 220px;
    height: 200px;
    overflow: hidden;
}
.production .swiper-slide .slide_pic img {
    width: 100%;
    min-width: 100%;
}
.production .swiper-slide a:hover .slide_text {
    background: #003478;
}