@charset "UTF-8";

body {}


/************************************* slick *************************************/

.slick-dots {
    bottom: 30px;
}


.slick-dots li {
    width: 90px;
}

/************************************* header *************************************/


.headerD {
    height: 104px;
    border-top: solid 5px #E83820;
    text-align: left;
    position: relative;
    z-index: 10;
}

.headerD a .logo {
    width: 94px;
    height: auto;
    margin-left: 60px;
    margin-top: 15px;
}

.headerD .subNav {
    position: absolute;
    right: 60px;
    top: 26px;
}

.headerD .subNav a {
    font-size: 14px;
    margin-left: 15px;
    color: #4F4643;
}

.headerD .subNav a img {
    position: relative;
    top: -1px;
    padding-left: 3px;
}

.headerD .navs {
    position: absolute;
    right: 60px;
    top: 60px;
}

.headerD .navs a .oneNav {
    color: #231815;
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}

.headerD .navs a .oneNav.focus {
    color: #E60012;
}

.headerD .navs a:hover .oneNav {
    opacity: 0.7;
}

.headerD .navs a:last-child .oneNav {
    margin-right: 0px;
}




/************************************* bannerD *************************************/



.bannerD {
    position: relative;
    margin-bottom: 30px;
}



.whiteObliqueBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    /* 左側高，右側低 */
    z-index: 1;
}


.sliderD .oneSlider {
    position: relative;
}


.oneSliderTextD {
    width: 347px;
    height: 488px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -478px;
    z-index: 1;
}

.oneSliderTextD h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 68px;
    line-height: 1.4;
}

.oneSliderTextD p {
    font-weight: 400;
    
/*    border:1px solid red;*/
    line-height: 1.7;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    margin-bottom: 10px;
    height: 223px;
    
}

.oneSliderTextD a .moreBtn {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.oneSliderTextD a:hover .moreBtn {
    opacity: 0.5;
}



/************************************* fourPart *************************************/


.fourPart .myPic {
    height: 500px;
}

.fourPart .row .col-lg-6 {
    height: 500px;
}

.fourPart .fourPartText {
    width: 100%;
    height: 100%;
}

.fourPart .fourPartText .fourPartTextInner {
    width: 390px;
    height: 280px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.fourPartText h4 {
    font-size: 32px;
    height: 90px;
}

.fourPartText p {
    line-height: 1.8;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 40px;
    height: 105px;
}






a .moreBtn3 {
    width: 150px;
    /* 设置宽度 */
    height: 150px;
    /* 设置高度，使其足够大以包含文字 */
    background-color: #E60012;
    /* 背景色 */
    color: white;
    /* 文字颜色 */
    text-align: right;
    /* 文字对齐到右边 */
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    /* 使用clip-path裁剪三角形 */
    display: flex;
    justify-content: flex-end;
    /* 水平方向对齐到右下角 */
    align-items: flex-end;
    /* 垂直方向对齐到右下角 */
    padding: 15px;
    /* 增加一点内边距以使文本与边缘保持距离 */
    line-height: 1.2;
    /* 调整行高以适应两行文本 */
}

a:hover .moreBtn3 {
    background-color: #FF0015;
}

/************************************* section1 *************************************/

.section {
    padding-top: 60px;
    padding-bottom: 30px;
}

.section a .oneContent {
    margin-bottom: 30px;
}

.section a .oneContent .description {
    margin-bottom: 0px;
}

/************************************* togetherArea *************************************/

.togetherArea {
    padding-bottom: 60px;
}

/************************************* dream *************************************/

.dream{
    padding-top: 60px;
    padding-bottom: 60px;
}


.dream h2{
    font-size: 55px;
}

