@charset "UTF-8";

body{
	-webkit-transition: 0.5s;
	-ms-transition: 0.45s;
	transition: 0.45s;
}
.header:hover .oa img,.header.fixed .oa img{
	filter: invert(0.5);
}
/*轮播图*/
#slide{
    height: 100vh;
}
#slide .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slide .swiper-pagination{
    left: 0;
    right: 0;
    bottom: 3%;
}
#slide .swiper-pagination-bullet{
    display: inline-flex;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    opacity: 0.8;
}
#slide .swiper-pagination-bullet-active{
    width: 40px;
    background: #cc6600;
}
#slide .swiper-button-prev,
#slide .swiper-button-next{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: 30%;
    border-radius: 50%;
}
#slide .swiper-button-prev,
#slide .swiper-button-next{
    background-color: rgba(0,0,0,.5);
}

/*主体*/
.section{
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
.title{
    position: relative;
    padding: 50px 0;
    height: 52px;
    line-height: 52px;
}
.title h1 a{
    position: relative;
    font-size: 40px;
}

.info-box{
    background-color: #f5f5f5;
}

.news{
    position: relative;
    float: left;
    width: 67.5%;
    padding: 0 60px 100px 0;
    box-sizing: border-box;
}
.news:before{
    content: '';
    position: absolute;
    top: 0;
    left: -1000px;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.tab h1 a{
    /*font-weight: normal;*/
    color: #999;
}
.tab h1.on a{
    /*font-weight: bold;*/
    color: #333;
}
.tab h1:last-of-type{
    margin-left: 40px;
    display: none;
}

.news .title .rt a{
    display: none;
}
.news .title .rt .on{
    display: block;
}
.news-list{
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: none;
}
.news-list.on{
    display: block;
}
.news-list li{
    position: relative;
    float: left;
    width: 48%;
    box-sizing: border-box;
    z-index: 1;
}
.news-list li a{
    display: block;
    padding: 20px 0;
    border-bottom: 2px solid #EBEBEB;
}
.news-list li:nth-of-type(even){
    float: right;
}
.news-list li p{
    display: flex;
    flex-direction: column;
    min-width: 75px;
    color: #999;
    font-size: 18px;
    float: left;
}
.news-list li p span{
    font-size: 28px;
}
.news-list li h2{
    margin-left: 100px;
    font-size: 20px;
    font-weight: normal;
    height: 60px;
    line-height: 30px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.notice{
    float: right;
    width: 30%;
}
.notice ul{
    padding: 30px 30px 70px 40px;
    background-color: #fff;
}
.notice ul li{
    position: relative;
    padding: 0 0 20px 30px;
    border-left: 1px solid #DCDCDC;
}
.notice ul li:last-of-type{
    padding-bottom: 0;
}
.notice ul li span{
    font-size: 20px;
}
.notice ul li h2{
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.notice ul li:before{
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #E3E3E3;
    border-radius: 50%;
}
.notice ul li.on:before{
    background: #666;
}
.notice ul li.on h2{
    font-weight: bold;
}

/*工业结构*/
.product{
    position: relative;
    height: 902px;
    /*background: url(/r/cms/hsgf/default/images/view1.jpg) no-repeat center center;*/
    background: #ddd;
}
.product:before{
    content: '';
    display: table;
}
.product .topic{
    width: 50%;
    margin: 10% auto 60px;
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 10;
}
.swiper{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
    z-index: 9;
}
.swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.swiper .swiper-slide>div{
    width: 50%;
    margin: 0 auto;
}
.swiper span{
    text-transform: uppercase;
}
.swiper h2{
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.swiper h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #fff;
}
.swiper p{
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
    overflow: hidden;
}
.swiper a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
}
.swiper a:hover{
    color: #cc6600;
    border-color: #cc6600;
    cursor: pointer;
}

.thumbs{
    width: 78%;
    margin: 380px auto 60px;
    position: relative;
    z-index: 10;
}
.thumbs .swiper-slide{
    height: 102px;
    padding: 20px 30px;
    background: rgba(14,14,14,0.68);
    box-sizing: border-box;
    transition: .3s;
}
.thumbs .context{
    color: #fff;
    font-size: 20px;
}
.thumbs .context span{
    /*color: #C7C7C7;*/
}
.thumbs .swiper-slide .context{
    background: url(/r/cms/hsgf/default/images/icon-fz-white.png) no-repeat right center;
}
.thumbs .swiper-slide:nth-of-type(2) .context{
    background-image: url(/r/cms/hsgf/default/images/icon-ml-white.png);
}
.thumbs .swiper-slide:nth-of-type(3) .context{
    background-image: url(/r/cms/hsgf/default/images/icon-wm-white.png);
}
.thumbs .swiper-slide-thumb-active{
    background: #fff;
    transform: scale(1.1);
    position: relative;
    z-index: 2;
}
.thumbs .swiper-slide-thumb-active .context{
    color: #333;
    background-image: url(/r/cms/hsgf/default/images/icon-fz.png);
}
.thumbs .swiper-slide-thumb-active:nth-of-type(2) .context{
    background-image: url(/r/cms/hsgf/default/images/icon-ml.png);
}
.thumbs .swiper-slide-thumb-active:nth-of-type(3) .context{
    background-image: url(/r/cms/hsgf/default/images/icon-wm.png);
}
.thumbs .swiper-slide-thumb-active .context span{
    color: #999;
}

#view{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#view img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*关于yl23411永利官网*/
.about{
    position: relative;
    float: left;
    width: 67.5%;
    height: 630px;
}
.about:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1000px;
    background: url(/r/cms/hsgf/default/images/about.jpg) no-repeat center right;
}
.about h1 a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 44px;
    height: 6px;
    background: #E46713;
}
.about .intro{
    position: relative;
    z-index: 1;
}
.about .intro>h2{
    font-size: 30px;
    color: #E46713;
}
.about .intro>p{
    color: #666;
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    margin: 10px 0 40px;
    overflow: hidden;
}
.about ul{
    width: 100%;
    overflow: hidden;
}
.about ul li{
    float: left;
    color: #666;
}
.about ul li span{
    color: #E46713;
    font-size: 48px;
}
.about ul li sup{
    position: relative;
    top: -20px;
    left: 5px;
    color: #E46713;
    font-size: 16px;
}
.about ul li:nth-of-type(2){
    padding: 0 50px;
    margin: 0 50px;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}
.about .more{
    display: inline-block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    margin-top: 100px;
    background: #F67C01;
    box-sizing: border-box;
}
.about .more:hover{
    margin-left: 30px;
    opacity: .8;
    border-radius: 26px;
}

/*企业文化*/
.culture{
    position: relative;
    float: right;
    width: 32.5%;
    height: 630px;
}
.culture:before{
    content: '';
    position: absolute;
    top: 0;
    right: -1000px;
    bottom: 0;
    left: 0;
    background: url(/r/cms/hsgf/default/images/culture.jpg) no-repeat center left;
}
.culture .info{
    position: relative;
    padding: 15% 0 0 20%;
    z-index: 1;
}
.culture .info h1 a{
    color: #fafafa;
    font-size: 36px;
}
.culture .info p{
    color: #fafafa;
    font-size: 18px;
    position: relative;
    padding: 10px 0 20px;
}
.culture .info p:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #FFFFFF;
}

/*大事记*/
.event{
    display: none;
    position: relative;
    height: 673px;
    background: url(/r/cms/hsgf/default/images/event.jpg) no-repeat center center;
}
.event:before,
.event:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #E46713;
    opacity: 0.5;
}
.event:after{
    left: auto;
    right: 0;
}
.event h1{
    font-size: 40px;
    text-align: center;
    margin: 80px 0 60px;
}
.swiper-event{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.swiper-event .swiper-slide{
    padding: 0 60px;
    box-sizing: border-box;
}
.swiper-event h2{
    color: #E46713;
    font-size: 36px;
    margin-top: 30px;
}
.swiper-event i{
    position: relative;
    display: inline-block;
    margin: 40px 0;
    width: 40px;
    height: 40px;
    background: rgba(228, 103, 19, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
}
.swiper-event i:after{
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background: #E46713;
    border-radius: 50%;
}
.swiper-event h3{
    font-size: 24px;
    margin-bottom: 15px;
    display: none;
}
.swiper-event p{
    font-size: 18px;
}

.swiper-event .swiper-button-prev,
.swiper-event .swiper-button-next{
    width: 50px;
    height: 50px;
    top: 12%;
    background: url(/r/cms/hsgf/default/images/arrow-lf.png) no-repeat;
}
.swiper-event .swiper-button-next{
    background-image: url(/r/cms/hsgf/default/images/arrow-rt.png);
}

@media screen and (max-width: 768px){

    /*大事记*/
    .event{
        height: auto;
        padding-bottom: 30px;
    }
    .event:before, .event:after {
        top: 46%;
        width: 20%;
    }
    .event h1{
        font-size: 24px;
        margin: 30px 0;
    }
    .swiper-event .swiper-slide{
        padding: 0;
    }
    .swiper-event h2{
        font-size: 22px;
    }
    .swiper-event h3{
        font-size: 20px;
    }
   
    .swiper-event .swiper-button-prev,
    .swiper-event .swiper-button-next{
        width: 38px;
        height: 38px;
        top: 20%;
        background-size: contain;
    }

}

/*企业标识*/
.mark{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}
.mark li{
    width: 33.33%;
    text-align: center;
}

/*学习贯彻党的二十届三中全会精神*/
.ztxx {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

