.enbannerpic {
    padding-bottom: 38.54%;
}

.enbanner .slick-arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-indent: -88888em;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    top: auto;
    transform: translateY(0);
    margin: 0;
    z-index: 1;
    bottom: 47px;
}

.enbanner .slick-prev {
    left: auto;
    right: calc(13.54% + 74px);
    background: rgba(0, 0, 0, .2) url(../images/en_l.png) no-repeat center;
}

.enbanner .slick-next {
    right: 13.54%;
    background: rgba(0, 0, 0, .2) url(../images/en_r.png) no-repeat center;
}

.wrap_enmain {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.warp_en1::before {
    content: '';
    display: block;
    width: 26.7%;
    height: 444px;
    background: url(../images/en_mode1bg.png) bottom;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 96px;
}

.warp_en1 {
    padding: 95px 0 96px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.warp1_left {
    width: 58.42%;
    float: left;
}

.title {
    padding-bottom: 42px;
    box-sizing: border-box;
    color: #222;
}

.title a {
    position: relative;
    display: inline-block;
    line-height: 1.1;
    font-weight: bold;
}

.title a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b92227;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.title a::after {
    content: '';
    display: block;
    width: calc(100% - 28px);
    height: 1px;
    background: #b92227;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.warp1_left .title {
    padding-left: 52px;
    box-sizing: border-box;
    position: relative;
}

.warp1_left .title::before {
    content: '';
    display: block;
    width: 90px;
    height: 68px;
    background: url(../images/en_tit.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.warp1_ltop {
    padding: 48px 54px;
    box-sizing: border-box;
    background: url(../images/en_1ltop.png) no-repeat;
    background-size: cover;
    position: relative;
}

.warp1_ltop::before {
    content: '';
    display: block;
    width: 62%;
    height: calc(100% - 46px);
    background: url(../images/en_cl.png) no-repeat bottom;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-size: cover;
}

.warp_ljz {
    display: block;
    line-height: 30px;
    height: 150px;
    color: #444;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    position: relative;
    z-index: 2;
}

.warp1_lbot {
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background-size: cover !important;
    font-weight: bold;
}

.warp1_txt {
    display: inline-block;
    color: #cf6a42;
     font-family: 'Noto Serif SC';
}

.warp1_right {
    width: 29.57%;
    float: right;
    padding-left: 5.7%;
    position: relative;
}

.warp1_rinfo {
    position: relative;
}

.warp1_right::before {
    content: '';
    display: block;
    width: 0;
    height: calc(100% - 70.59px);
    border-left: 1px dashed #d6d6d6;
    position: absolute;
    left: 0;
    top: 70.59px;
}

.warp1_rtxt {
    line-height: 33px;
    color: #757575;
    height: 330px;
    /* color: #444; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    position: relative;
    z-index: 2;
    margin-bottom: 44px;
}

.more {
    display: inline-block;
    line-height: 30px;
    padding-left: 9px;
    padding-right: 36px;
    padding-bottom: 2px;
    box-sizing: border-box;
    color: #333;
    position: relative;
}

.more::before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: url(../images/en_more.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.warp_en2 .more::before{background: url(../images/en_mores.png) no-repeat;
    background-size: 100%;
}
.more:hover:before {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

/* warp_en2 */
.warp_en2 {
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.warp_en2::before {
    content: '';
    display: block;
    width: 100%;
    height: 467px;
    background: url(../images/en_bg2.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.title2 {
    /* overflow: hidden; */
    padding: 50px 0 25px;
    box-sizing: border-box;
}

.title2 .more {
    float: right;
}

.tittwo {
    position: relative;
    font-weight: bold;
    color: #222;
}
.warp_en2 .tittwo,.warp_en2 .more{
    color:#fff;
}
.warp_en2 .tittwo::before,.warp_en2 .tittwo::after{
    background:#fff;
}
.tittwo::before {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background: #b92227;
    position: absolute;
    right: -64px;
    top: calc(50% - 2px);
}

.tittwo::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #b92227;
    position: absolute;
    right: -52px;
    top: calc(50% + 2px);
}

.warp_en2ul {
    margin: 0 -10px;
    display: flex;
    height: 610px;
}

.warp_en2ul li {
    display: inline-block;
    transition: all 0.5s ease-in-out;
    width: 20.28%;
    vertical-align: top;
    /* margin-bottom: 50px; */
}

.warp_en2ul li.on {
    width: 39.14%;
}

.warp_en2ul li a {
    display: block;
    margin: 0 10px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.warp_en2ul li.on a{
    overflow: visible;
}
.warp_en2ul li.on a::before{
    background: #fff !important;
    box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.1);
}
.warp_en2ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 24px);
    position: absolute;
    left: 0;
    bottom: 0;
    
    transition: all 0.1s ease-in-out;
}
.warp_en2ul li:nth-child(1) a::before{
    background: #b92227;
}
.warp_en2ul li:nth-child(2) a::before{
    background: #cca552;
}
.warp_en2ul li:nth-child(3) a::before{
    background: #59b2a2;
}
.warp_en2ul li:nth-child(4) a::before{
    background: #3e90b0;
}
.warp_en2ul li:nth-child(5) a::before{
    background: #dd5555;
}
.warp_en2ul li.on a::after {
   
    width: 100%;
    height: 200px;
    background: url(../images/en_2line.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.1s ease-in-out;
}

.warp_en2ul li a::after {
    content: '';
    display: block;
    width: 154px;
    height: 154px;
    background: url(../images/en_mode2bot.png) no-repeat;
    position: absolute;
    left: calc(50% - 77px);
    bottom: -77px;
}

.warp_en2pic {
    padding-bottom: 66.6%;
}
.warp_en2ul li.on .warp_en2title{
    
font-weight: bold;
    
color: #222;
}

.warp_en2title {
    line-height: 24px;
    margin: 30px 0 15px;
    color: #fff;
    word-wrap: normal;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.warp_eninfo {
    line-height: 24px;
    height: 144px;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    position: relative;
    z-index: 2;
}

.warp_en2ul li.on .warp_eninfo {
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    color: #999;
}

.warp_en2button {
    position: relative;
    z-index: 2;
    display: none;
    width: 126px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #b92227;
}

.warp_en2ul li.on .warp_en2button {
    display: block;
}

.warp_en2button:hover {
    /* -webkit-animation: tada 2s linear infinite; */
    /* animation: tada 2s linear infinite; */
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }

    30%, 50%, 70% {
        -webkit-transform: scale(1.01) rotate(8deg);
        transform: scale(1.01) rotate(8deg)
    }

    40%, 60% {
        -webkit-transform: scale(1.01) rotate(-8deg);
        transform: scale(1.01) rotate(-8deg)
    }

    100%, 80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }

    30%, 50%, 70% {
        -webkit-transform: scale(1.01) rotate(8deg);
        transform: scale(1.01) rotate(8deg)
    }

    40%, 60% {
        -webkit-transform: scale(1.01) rotate(-8deg);
        transform: scale(1.01) rotate(-8deg)
    }

    100%, 80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.warp_en2bot {
    padding: 0 35px 120px;
    box-sizing: border-box;
}

.warp_en2ul li.on .warp_en2bot {
    padding: 0 35px 54px;
}

/* warp3 */
.warp_en3 {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.warp_en3box {
    overflow: hidden;
}

.warp_en3left {
    width: calc(50% - 10px);
    float: left;
}.warp_en3ul1{font-size: 0;margin: 0 -10px;}
.warp_en3ul1 li{
    width:50%;
    display: inline-block;
    margin-bottom: 20px;
}
.warp_en3top {
    position: relative;
    margin: 0 10px;
}

.warp_en3top::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 121px;
    background: rgba(0, 0, 0, .7);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.warp_en3Pic {
    display: block;
    padding-bottom: 66.67%;

}

.wrap_en3txt1 {

    word-wrap: normal;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    position: absolute;

    width: calc(100% - 166px);

    left: 36px;

    bottom: 25px;

    color: #fff;

    z-index: 2;
}

.date1 {
    width: 74px;
    height: 69px;
    background: #b92227;
    color: #fff;
    position: absolute;
    right: 36px;
    bottom: -10px;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date1 p {
    margin-bottom: 0;
}

.warp_en3bot {
    overflow: hidden;
    position: relative;
}

.warp_en3bot li {
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.warp_en3bot li:hover {
    transform: translateX(5px)
}

.warp_en3bot::before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    background: #faf8f2;
    position: absolute;
    left: 10px;
    top: 0;
}

.warp_en3pic2 {
    float: left;
    width: 283px;
    overflow: hidden;
    margin-left: 10px;
}

.warp_en3img2 {
    padding-bottom: 66.78%;
}

.warp_en3linfo {
    display: block;
    margin-left: 303px;
    padding: 30px 30px 20px 18px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.warp_en3bot li:hover .warp_en3txt {
    color: #b92227
}

.warp_en3txt {
    line-height: 24px;
    color: #222;
    margin-bottom: 15px;
    word-wrap: normal;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.warp_en3info {
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.date2 {

    width: 48px;

    height: 57px;

    right: auto;

    left: 0;

    bottom: 10px;
}

.warp_en3right {
    width: calc(50% - 10px);
    float: right;
}

.warp_en3ul2 {
    margin: 0 -10px;
    font-size: 0;
}

.warp_en3ul2 li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.warp_en3ul2 li a {
    display: block;
    padding: 35px 32px 42px 58px;
    box-sizing: border-box;
    background: #faf8f2;
    margin: 0 10px;
    position: relative;
    transition: all .3s ease-in-out;
}

.warp_en3ul2 li:hover a {
    transform: translateX(5px)
}

.warp_en3ul2 li:hover .warp_en3rtit {
    color: #b92227
}

.warp_en3rtit {
    line-height: 26px;
    color: #222;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.warp_en4 {
   
    padding-bottom: 100px;
    box-sizing: border-box;
    position: relative;
}
.warp_en4::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/en_4bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.warp_en4 .title2 {
    position: relative;
    margin-bottom: 20px;
}

.warp_en4 .title2::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgba(185, 34, 39, 0) 0%, rgb(185, 34, 39) 33%, rgb(185, 34, 39) 50%, rgb(185, 34, 39) 66%, rgba(185, 34, 39, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(185, 34, 39, 0) 0%, rgb(185, 34, 39) 33%, rgb(185, 34, 39) 50%, rgb(185, 34, 39) 66%, rgba(185, 34, 39, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(185, 34, 39, 0) 0%, rgb(185, 34, 39) 33%, rgb(185, 34, 39) 50%, rgb(185, 34, 39) 66%, rgba(185, 34, 39, 0) 100%);
    opacity: 0.2;
}

.warp_en4box {
    line-height: 26px;
    color: #444;
    display: block;
    text-indent: 2em;
}

.warp_en5 {
    margin: 45px 0 0;
    background: rgba(255, 255, 255, .7);
    padding: 0 30px 55px;
    box-sizing: border-box;
}

.warp_en5 .title2 {
    text-align: center;
    margin-bottom: 35px;
}

.warp_en5 .title2 h2 {
    display: inline-block;
    position: relative;
}

.warp_en5 .title2 h2::before {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background: #b92227;
    position: absolute;
    left: -64px;
    top: calc(50% - 2px);
}

.warp_en5 .title2 h2::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #b92227;
    position: absolute;
    left: -52px;
    top: calc(50% + 2px);
}

.warp_en5ul {
    margin: 0 -20px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 30px;
}

.warp_en5ul li {
    width: 50%;
    margin-bottom: 35px;
    display: inline-block;
}

.warp_en5ul li a {
    display: block;
    margin: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    line-height: 26px;
    padding-bottom: 25px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.warp_en5ul li:hover a {
    transform: translateX(5px)
}

.name {
    float: left;
    font-weight: bold;
}

.warp_en5txt {
    margin-left: 80px;
}

.warp_en5txt span {
    float: right;
    color: #b92227;
    margin-left: 20px;
}

.warp_en5info {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mores {
    text-align: center;

}

.more2 {
    display: inline-block;
    padding: 0 45px;
    line-height: 24px;
    padding-bottom: 8px;
}

.more2::before {
    background: url(../images/en_more2.png) no-repeat;
    background-size: 100% 100%;
}

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

    .enbanner .slick-prev {
        right: calc(6.54% + 74px);
    }

    .enbanner .slick-next {
        right: 6.54%;
    }
      
    .fs36{
    font-size:34px
}
    .fs24, .fs26 {
        font-size: 22px;
    }
    .fs22{
         font-size: 20px;
    }
     .fs18 {
        font-size: 16px;
    }
    .fs16{  font-size: 14px;}
}

@media screen and (max-width:1460px) {
    .warp_en2ul {
        height: 573px;
    }
    .warp_en2::before{
        height: 425px;
    }
    .warp_en1 {
        padding: 48px 0 48px;
    }
    .title2 {
        padding: 40px 0 25px;
    }
    .warp_en2{
        padding-bottom: 0;
    }
    .warp_en3 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:1366px) {
    .warp_en2ul {
        height: 552px;
    }
    .warp_en2::before{
        height: 403px;
    }

}

@media screen and (max-width:1300px) {
    .warp_en2ul {
        height: 534px;
    }
     .warp_en1::before{height: 391px;}
}

@media screen and (max-width:1100px) {
        .fs36{
    font-size:32px
}
    .fs24, .fs26 {
        font-size: 20px;
    }
    .fs22{
         font-size: 18px;
    }
     .fs18 {
        font-size: 14px;
    }
    .fs16{/* font-size: 12px; */}
}

@media screen and (max-width:1040px) {
    .warp_en1{
        padding: 48px 0;
    }
    .warp1_right {
        padding-left: 2.7%;
    }
    .warp1_left {
        width: 64.42%;
    }
    .warp1_ltop {
        padding: 24px 27px;
    }
    .enbanner .slick-arrow {
        bottom: 24px;
    }

    .enbanner .slick-prev {
        right: 104px;
    }

    .enbanner .slick-next {
        right: 20px;
    }

    .fs18 {
        font-size: 16px;
    }

    .warp_en2::before {
    height: 324px;
    }

    .warp_en2ul {
        height: 506px;
    }

    .warp_en2bot {
        padding: 0 20px 120px;
    }

    .warp_en2ul li.on .warp_en2bot {
        padding: 0 20px 54px;
    }
    .warp1_rtxt {
      
        height: 297px;
       
        -webkit-line-clamp: 9;
        
        margin-bottom: 26px;
    }
    .title {
        padding-bottom: 30px !important;
    }
    .title2 {
        padding: 30px 0 20px;
    }
    .warp_en2 {
        padding-bottom: 0;
    }
    .warp_en3 {
        padding-bottom: 50px;
    }
    .warp_en5ul{
        margin-bottom: 15px;
    }
    .warp_en4::before{
        height: 108%;
    }
    .warp_en4 {
        padding-bottom: 50px;
    }
    .warp_en5ul li{
        margin-bottom: 30px;
    }
    .warp_en5ul li a{
        padding-bottom: 20px;
    }
}

@media screen and (max-width:992px) {
    .warp_en1 {
        padding: 50px 0 48px;
    }
    .warp_en2::before{
height:100%}
 .warp_en1::before{height: 183px;width: 136px;}
    .warp1_left, .warp1_right {
        width: 100%;
        float: none;
    }

    .warp1_right {
        margin-top: 50px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .warp1_ltop {
        padding: 24px 27px;
    }

    .warp1_right {
        margin-top: 30px;
    }

    .warp_en2ul {
        height: 482px;
    }

    .title {
        padding-bottom: 25px;
    }

    .warp1_rtxt {
        height: auto;
        max-height: 330px;
        line-height: 26px;
    }

    .warp_ljz {
        height: auto;
        max-height: 150px;
    }

    .warp_en2ul {
        height: auto;
        display: block;
        font-size: 0;
    }

    .warp_en2ul li {
        width: 50% !important;
        margin-bottom: 20px;
    }

    .warp_eninfo {
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .warp_en2ul li .warp_en2bot {
        padding: 0 20px 40px !important;
    }

    .warp_en2button {
        display: block;
    }

    .warp_en2ul li a::after {
        width: 100%;
    }

    .warp1_right::before {
        height: calc(100% - 60px);
        top: 60px;
    }

    .warp_en2 {
        padding-bottom: 10px;
    }

    .warp_en3left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .warp_en3right {
        width: 100%;
        float: none;
    }

    .title2 {
        padding: 30px 0 15px;

    }

    .warp_en3 .title2 {
        padding-top: 20px;
    }

    .warp_en3 {
        padding-bottom: 30px;
    }
    .warp_en5 {
        margin: 35px 0 0;
        padding: 0 15px 30px;
    }
    
    .more{
        line-height: 22px;
    }
}
@media screen and (max-width:992px){
    .more {
        line-height: 30px;
    }
        .fs36{
    font-size:28px
}
}
@media screen and (max-width:767px) {
    .enbanner .slick-arrow {
        transform: scale(.8);
    }
    .more {
        line-height: 20px;
    }
    .enbanner .slick-arrow {
        bottom: 10px;
    }

    .enbanner .slick-prev {
        right: 89px;
    }

    .warp1_lbot {
        height: 100px;
        line-height: 100px;
    }
    .warp_en5 .title2 {
        margin-bottom: 15px;
    }
    .warp_en5ul{
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .warp_en5ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .warp_en5ul li a{
        padding-bottom: 15px;
        margin: 0 10px;
    }
           .fs36{
    font-size:26px
}
      .wrap_en3txt1 {
        width: calc(100% - 110px);
        left: 20px;
        bottom: 15px;
    }
    .warp_en3txt{
        margin-bottom:8px;
          line-height: 20px;
    }
}

@media screen and (max-width:479px) {
       .fs36{
    font-size:24px
}
.warp_en3bot::before{
    width: 100%;
    left: 0;
}
    .warp1_ltop::before {
        height: calc(100% - 127px);
    }

    .enbanner .slick-arrow {
        transform: scale(.5);
    }

    .enbanner .slick-arrow {
        bottom: 0px;
    }

    .enbanner .slick-prev {
        right: 65px;
    }

    .warp1_lbot {
        height: 70px;
        line-height: 70px;
    }

    .warp_en1 {
        padding: 30px 0;
    }

    .warp_en2ul li,.warp_en3ul1 li {
        width: 100% !important;
    }

    .warp_en2ul li .warp_en2bot {
        padding: 0 20px 24px !important;
    }

    .warp_eninfo {
        margin-bottom: 15px;
    }

    .warp_en2title {
        margin: 20px 0 10px;
    }

    .warp_en2button {
        width: 96px;
        height: 42px;
        line-height: 42px;
    }

    .warp_en3pic2 {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .warp_en3linfo {
        margin-left: 50px;
        padding: 20px 20px 20px 18px;
    }

    .warp_en3ul2 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .warp_en3left {
        margin-bottom: 20px;

    }

    .warp_en3 {
        padding-bottom: 10px;
    }
    .warp_en5 {
        padding: 0 15px 30px;
    }
    .warp_en5txt span{
        margin-left: 10px;
    }
    .warp_en3ul2 li a {
       padding: 25px 20px 30px 68px;
    }
    .warp_en3rtit{
        margin-bottom: 8px;
    }
    .date1 {
        width: 60px;
        height: 59px;
        right: 0;
        bottom: 0;
    }
  
    .warp_ljz,.warp1_rtxt{
        line-height: 25px;
    }
    .warp_en3info,.warp_eninfo {
        line-height: 20px;
    }
    .warp_eninfo{
        height: 40px;
    }
    .warp_en4box{
        line-height: 22px;
    }
}