/* 轮播图样式 */
.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner video{
    display: block;
    width:100%;
    height: auto !important;
}
.mse{
    width: 100% !important;
    height: 100vh !important;
}

.banner .yin{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(24,24,24,0.35);
    z-index: 10;
}
.banner .yin .main{
    margin-top: -1.0417vw;
    text-align: center;
}
.banner .yin h4{
    font-size: 3.8021vw;
    line-height: 5vw;
    color: #fff;
    font-weight: bold;
}
.banner .yin p{
    font-size: 1.25vw;
    line-height: 1.4583vw;
    color: #fff;
    margin-top: 0.8854vw;
}


.swiper-banner{
    position: relative;
}
.swiper-banner .swiper-button-prev{
    width: 66px;
    height: 66px;
    background-image: url(../img/bannerLeft.png) !important;
    background-size: auto;
    position: absolute;
    top: 438px;
    left: 51px;
}
.swiper-banner .swiper-button-prev:hover{
    background-image: url(../img/bannerLeft1.png) !important;
}
.swiper-banner .swiper-button-next{
    width: 66px;
    height: 66px;
    background-image: url(../img/bannerRight.png) !important;
    background-size: auto;
    position: absolute;
    top: 438px;
    right: 51px;
}
.swiper-banner .swiper-button-next:hover{
    background-image: url(../img/bannerRight1.png) !important;
}
.swiper-banner .swiper-slide{
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.swiper-banner .swiper-pagination-bullet{
    cursor: pointer;
    opacity: 0.5;
}
.swiper-banner .swiper-pagination-bullet-active{
    opacity: 1;
}


.headline{
	width: 657px;
    height: 275px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 30;
}

.headline p:nth-child(1){
    font-size: 73px;
    font-weight: bold;
    text-align: center;
}

.headline p:nth-child(2){
	font-size: 24px;
    margin-top: 20px;
    text-align: center;
}

.headline .player{
	display: flex;
    align-items: center;
	width: 60px;
	height: 60px;
    background: url('../img/index1.png') no-repeat;
    background-size: cover;
	margin: 40px auto 0;
}
.headline a:hover{
    background-image: url('../img/index1_h.png');
    /* background: #A8875A;
    border-color: #A8875A; */
}
.headline a span{
    margin-left: 42px;
}
.headline a img{
    display: inline-block;
    margin-left: 10px;
}
/* 公司介绍样式 */
.referral{
    padding: 110px 0 130px;
    background: #fff;
}
.referral .about-title{
    width: 876px;
    height: 96px;
    font-size: 44px;
    color: #A8875A;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 50px;
}
.referral .intro{
    width: 100%;
    height: 150px;
}
.referral .intro>div{
    width: 616px;
    color: #2D313C;
    font-size: 18px;
    line-height: 30px;
    margin-right: 49px;
}
.referral li{
    float: left;
    margin-left: 117px;
    position: relative;
}
.referral li span{
    display: block;
    color: #004386;
    font-size: 52px;
    font-weight: 900;
    font-family: Helvetica Condensed Black;
    position: relative;
}
.referral li:nth-child(2) span::after{
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: -20px;
}
.referral li:nth-child(3) span::after{
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: -20px;
}
.referral li p{
    font-size: 16px;
    color: #2D313C;
    margin-top: 10px;
}
/* .referral li div{
    font-size: 38px;
    color: #004386;
    position: absolute;
    top: 0px;
    right: -25px;
} */
.referral .vidio{
    width: 100%;
    /* height: 595px; */
    overflow: hidden;
    position: relative;
}
.referral .vidio .play{
    margin-top: 50px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
    width: 100%;
}

.referral .vidio .player{
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

/* 产品介绍 */
.product{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product img {
    display: block;
    width: 100%;
}
.product div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.product p:nth-child(1){
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    color: #A8875A;
    margin-top: 102px;
}
.product p:nth-child(2){
    width: 850px;
    line-height: 28px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.product ul{
    width: 980px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product li{
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #A8875A;
    border: 2px solid #A8875A;
    /* float: left; */
    margin-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.product li a{display: block;color: #A8875A;}
.product li:hover{
    background: #A8875A;
    color: #FFFFFF;
}
.product li:hover a{color: #fff;}

.product li:nth-child(5){
    margin-right: 0;
}

/* 车间展示样式 */
.workshop{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.workshop ul{
    height: 390px;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}
.workshop li{
    width: 340px;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.workshop li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(180deg,rgba(0,0,0,0.5),rgba(0,0,0,0.2));
}


.workshop li:nth-child(1){
    width: 680px;
}
.workshop li>img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    cursor: pointer;
}
.workshop li>.player{
    z-index: 10;
}
.workshop p{
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.56;
    font-weight: bold;
    margin: 0 30px;
    margin-top: 30px;
    z-index: 10;
}
.app_workshop{
    display: none;
}

/* 新闻中心 */
.news{
    background: #fff;
    overflow: hidden;
    padding-bottom: 80px;
}
.news>div>P {
    margin-top: 80px;
    width: 1400px;
    height: 53px;
    margin-bottom: 47px;
    position: relative;
}
.news>div>P>span{
    width: 176px;
    height: 53px;
    color: #A8875A;
    font-size: 44px;
    font-weight: bold;
}
.news>div>P>a{
    color: #A8875A;
    font-size: 14px;
    font-weight: bold;
    /* width: 77px; */
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 18px;
    top: 18px;
    border-bottom: 4px solid #A8875A;
}

.news>div>P>a img{
    display: inline-block;
    margin-left: 9px;
}
.news .left{
    width: 518px;
    height: 535px;
    position: relative;
    overflow: hidden;
}
.news .left img{
    transition: all .3s ease-in-out;
    width: 100%;
    height: 535px;
    object-fit: cover;
}
.news .left:hover img{
    transform: scale(1.2,1.2);
}
.news .left p{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 28px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    margin-left: 28px;
    margin-right: 14px;
}
.news .right{
    width: 804px;
    /* height: 535px; */
}
.news .right li{
    margin-bottom: 20px;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 15px;
    overflow: hidden;
}
.news .right li a{
    display: flex;
    justify-content: space-between;
}


.news .right .picture{
    width: 592px;
    float: left;
}
.news .right div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .right p{
    font-size: 22px;
    color: #1F1F1F;
}
.news .right li:hover p{
    color: #A8875A;
}
.news .right li .amplification{
    width: 190px;
    height: 120px;
    overflow: hidden;
    float: right;
    border-radius: 4px;
}
.news .right li .imgBg{
    height: 120px;
    transition: .3s all ease-in-out;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news .right li:hover .amplification .imgBg{
    transform: scale(1.2,1.2);
}

.news .right li span{
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
}
