body::-webkit-scrollbar-track-piece{width:0;}
body::-webkit-scrollbar{width:0;height:0}
body::-webkit-scrollbar-thumb{height:0;}
/*mouse*/
.mouse{height:28px;width:16px;border-radius:13px;border:2px solid #777;margin-top:16px;position:absolute;right:30px;bottom:30px;z-index: 99;text-align:center;cursor:pointer;}
.mouse i{display:inline-block;width:4px;height:4px;background:#777;border-radius:50%;
	-webkit-animation:scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
	animation:scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
/*scroll-icon*/
@-webkit-keyframes scroll-icon{
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
/*indexnav*/
.indexnav{position:fixed;right:20px;top:50%;z-index:10;margin-top:-123px;padding-bottom:41px;}
.indexnav a{width:20px;height:20px;position:relative;display:block;border:2px solid transparent;padding:4px;border-radius:50%;margin-top:8px;}
.indexnav a:first-child{margin-top:0;}
.indexnav a i{display:block;width:8px;height:8px;background:rgba(255,255,255,.4);border-radius:50%;}
.indexnav a p{position:absolute;width:28px;height:20px;line-height:20px;font-size:14px;right:25px;top:0;color:#E60113;opacity:0;
    -webkit-transform:translateX(30px);
    -moz-transform:translateX(30px);
    -ms-transform:translateX(30px);
    transform:translateX(30px);
}
.indexnav em{display:block;width:100%;height:40px;margin-top:14px;position:relative;}
.indexnav em:before{content:'';width:1px;height:100%;position:absolute;left:50%;top:0;background:#FFF;}
.indexnav .in_num{position:absolute;width:50px;height:18px;left:50%;bottom:0;line-height:18px;color:#EEE;font-size:13px;text-align:center;}
.indexnav .in_num .span1{font-size:16px;color:#FFF;}
.indexnav a:hover p{opacity:1;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    transition:all 0.8s ease;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
}
.indexnav a.active{border-color:#FFF;}
.indexnav a.active i{background:#FFF;}
.indexnav.color a i{background:#999;}
.indexnav.color em:before{background:#096DD9;}
.indexnav.color .in_num{color:#096DD9;}
.indexnav.color .in_num .span1{color:#096DD9;}
.indexnav.color a.active{border-color:#096DD9;}
.indexnav.color a.active i{background:#096DD9;}
/*flash*/
.lh_flash{position:relative;}
.lh_banner{width:100%;position:relative;overflow:hidden;}
.lh_banner .swiper-slide{width:100%!important;height:100vh;position:relative;}
.lh_banner img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;z-index:1;}
.lh_banner video{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;z-index:2;}
.lh_banner .lhb_bg{background:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;z-index:3;left:0;top:0;}
.lh_banner .lhb_txt{position:absolute;width:100%;height:100%;left:0;top:0;z-index:4;padding:80px 0 122px;}
.lh_banner .lhb_txt p{font-size:64px;height:84px;line-height:84px;color:#FFF;opacity:0;margin-top:22px;
    -webkit-transform:translateY(3vw);
    -moz-transform:translateY(3vw);
    -ms-transform:translateY(3vw);
    -o-transform:translateY(3vw);
    transform:translateY(3vw);
}
.lh_banner .swiper-slide.swiper-slide-active .lhb_txt p{opacity:1;pointer-events:auto;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
    -webkit-transition:all 1.5s cubic-bezier(0.69, 0.27, 0.45, 0.99);
    -o-transition:all 1.5s cubic-bezier(0.69, 0.27, 0.45, 0.99);
    -moz-transition:all 1.5s cubic-bezier(0.69, 0.27, 0.45, 0.99);
    transition:all 1.5s cubic-bezier(0.69, 0.27, 0.45, 0.99);
    -webkit-transition-delay:200ms;
    -moz-transition-delay:200ms;
    -o-transition-delay:200ms;
    transition-delay:200ms;
}
.lh_banner .swiper-slide.swiper-slide-active .lhb_txt p:nth-child(2){
    -webkit-transition-delay:250ms;
    -moz-transition-delay:250ms;
    -o-transition-delay:250ms;
    transition-delay:250ms;
}
/*lh_info*/
.lh_info{padding:70px 0 6vw;position:relative;overflow:hidden;height:100%;}
.lh_info .lhi_pic{width:44vw;position:absolute;right:-2vw;top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.lh_info .lhi_pic:before{content:'';width:100%;height:2px;position:absolute;left:0;top:-1px;background:#FFF;}
.lh_info .lhi_pic:after{content:'';width:100%;height:2px;position:absolute;left:0;bottom:-1px;background:#FFF;}
.lh_info .lhi_pic .lhi_img{width:100%;padding-bottom:83.8671%;position:relative;background:url(../Image/info_logo.webp) no-repeat left center;background-size:cover;overflow:hidden;}
.lh_info .lhi_pic .lhi_img img{position:absolute;z-index:0;left:0;top:0;width:100%;height:100%;display:block;object-fit:cover;z-index:-1;
    -webkit-animation:fangda 15s linear 0s infinite;
    -moz-animation:fangda 15s linear 0s infinite;
    animation:fangda 15s linear 0s infinite;
}
.lh_info .lhi_txt{width:100%;position:relative;z-index:3;}
.lh_info .lhi_txt .lhi_tit{padding-top:82px;position:relative}
.lh_info .lhi_txt .lhi_tit em{font-size:96px;height:1em;line-height:1em;color:rgba(9,109,217,0.05);position:absolute;left:0;top:0;font-style:normal;}
.lh_info .lhi_txt .lhi_tit p{font-size:40px;height:50px;line-height:50px;color:#070707;font-weight:bold;}
.lh_info .lhi_txt .lhi_tit span{display:block;font-size:24px;height:1em;line-height:1em;color:#096DD9;text-transform:uppercase;margin-top:6px;}
.lh_info .lhi_txt .lhi_pp{padding-top:2vw;max-width:812px;}
.lh_info .lhi_txt .lhi_pp p{font-size:16px;line-height:32px;color:#1E1E1E;margin-top:13px;}
.lh_info .lhi_num{margin-top:3vw;width:935px;}
.lh_info .lhi_num .lhi_li{color:#096DD9;}
.lh_info .lhi_num .lhi_li:first-child{margin-left:0;}
.lh_info .lhi_num .lhi_li .lhi_n span{display:inline-block;font-size:56px;height:56px;line-height:56px;font-weight:bold;}
.lh_info .lhi_num .lhi_li .lhi_n span:last-child{font-size:32px;height:42px;line-height:42px;vertical-align:bottom;margin-left:12px;color:#1E1E1E;}
.lh_info .lhi_num .lhi_li .lhi_n span:first-child{width:110px;}
.lh_info .lhi_num .lhi_li em{font-style:normal;font-size:16px;height:26px;line-height:26px;color:#696969;text-align:left;display:inline-block;margin-bottom:7px;}
.lh_info .lhi_num .lhi_li:first-child .lhi_n span:first-child{width:138px;}
.lh_info .lhi_num .lhi_li:nth-child(2) .lhi_n span:first-child{width:37px;}
.lh_info .lhi_btn{margin-top:3vw;}
.lh_info .lhi_btn a{height:40px;font-size:16px;color:#096DD9;}
.lh_info .lhi_btn a i{font-size:40px;margin-right:8px;}
.lh_info .lhi_btn a:hover i{margin-right:13px;}
@-webkit-keyframes fangda {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes fangda {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.25);
         transform: scale(1.25);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes fangda {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
       -moz-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
/*lh_chanye*/
.lh_chanye{position:relative;overflow:hidden;height:100%;}
.lh_chanye .lhc_ul{width:33.33%;height:100%;position:relative;overflow:hidden;padding-top:70px;}
.lh_chanye .lhc_ul .lhc_img{width:100%;height:100%;position:absolute;;left:0;top:0;overflow:hidden;opacity:0;}
.lh_chanye .lhc_ul .lhc_img.lhc_img1{
    -webkit-animation-delay:.2s;
    animation-delay:.2s;
}
.lh_chanye .lhc_ul .lhc_img.lhc_img2{
    -webkit-animation-delay:.4s;
    animation-delay:.4s;
}
.lh_chanye .lhc_ul .lhc_img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:rgba(0,0,0,.24);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.lh_chanye .lhc_ul .lhc_img:after{content:'';width:1px;height:100%;background:rgba(255,255,255,.4);position:absolute;left:0;top:0;}
.lh_chanye .lhc_ul:first-child .lhc_img:after{content:none;}
.lh_chanye .lhc_ul .lhc_img img{
    transition:all 1s ease;
    -webkit-transition: all 1s ease;
}

.lh_chanye .lhc_ul .lhc_txt{position:relative;width:100%;height:100%;z-index:3;padding:4vw 0 5vw;opacity:0;
    -webkit-animation-delay:.2s;
    animation-delay:.2s;
}
.lh_chanye .lhc_ul .lhc_txt.lhc_txt1{
    -webkit-animation-delay:.4s;
    animation-delay:.4s;
}
.lh_chanye .lhc_ul .lhc_txt.lhc_txt2{
    -webkit-animation-delay:.6s;
    animation-delay:.6s;
}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp{padding:0 8%;height:100%;width:100%;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp>p{font-size:32px;height:42px;line-height:42px;color:#FFF;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp span{font-size:24px;line-height:32px;color:rgba(255,255,255,.4);text-transform:uppercase;margin-top:2.5vw;max-width:80%;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p{margin-top:7vw;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em{width:40px;height:40px;position:relative;display:block;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em:before{content:'';width:4px;height:100%;background:#FFF;position:absolute;left:50%;margin-left:-2px;top:0;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em:after{content:'';width:100%;height:4px;background:#FFF;position:absolute;top:50%;margin-top:-2px;left:0;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li{padding-top:2vw;opacity:0;
    -webkit-transform:translateY(1vw);
    -moz-transform:translateY(1vw);
    -ms-transform:translateY(1vw);
    transform:translateY(1vw);
}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a{margin-top:23px;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p{font-size:18px;height:45px;line-height:44px;color:#FFF;position:relative;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p:before{content:'';width:0;height:1px;background:#FFF;position:absolute;left:0;bottom:0;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p:hover:before{width:100%;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn{width:128px;height:37px;line-height:35px;font-size:16px;color:#FFF;text-align:center;border:1px solid #FFF;border-radius:20px;margin-top:3.5vw;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn i{font-size:20px;margin-left:4px;vertical-align:bottom;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn:before,.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn:after{content:'';width:100%;height:50%;background:#096DD9;position:absolute;left:0;top:-50%;z-index:-1;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn:after{top:auto;bottom:-50%;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn:hover:before{top:0;}
.lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn:hover:after{bottom:0;}
.lh_chanye .lhc_ul:hover .lhc_img:before{background:rgba(0,0,0,.56);
    -webkit-backdrop-filter:blur(15px);
    backdrop-filter:blur(15px);
}
.lh_chanye .lhc_ul:hover .lhc_txt .lhc_pp .lhc_p em{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.lh_chanye .lhc_ul:hover .lhc_txt .lhc_pp .lhc_p .lhc_li{opacity:1;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    transform:none;
}
/*jzl*/
.lh_jzl{padding:90px 0 20px;position:relative;overflow:hidden;background:url(../Image/jzlbg.webp) no-repeat right bottom;background-size:60% auto;height:100%;}
.lh_jzl .pb_tit{color:#096DD9;}
.lh_jzl .pb_tit.lhj_tit{color:#EEE;margin-top:9px;font-weight:normal;}
.lh_jzl .lhj_ul{margin-top:1.5vw;border-radius:30px;opacity:0;}
.lh_jzl .lhj_ul .lhj_li{width:calc(25% - 21px);margin-left:28px;padding:40px 32px 0;position:relative;z-index:1;border:2px solid #EEE;overflow:hidden;background:#FFF;}
.lh_jzl .lhj_ul .lhj_li:first-child{margin-left:0;}
.lh_jzl .lhj_ul .lhj_li .lhj_logo{position:absolute;width:265px;height:213px;right:-45px;bottom:-26px;background:url(../Image/jzl_logo.svg) no-repeat center center;background-size:100%;z-index:-1;}
.lh_jzl .lhj_ul .lhj_li .lhj_p{position:relative;padding-bottom:10px;}
.lh_jzl .lhj_ul .lhj_li .lhj_p i{height:48px;background-repeat:no-repeat;background-position:left center;background-size:auto 100%;margin-bottom:25px;}
.lh_jzl .lhj_ul .lhj_li .lhj_p i.icon1{background-image:url(../Image/jzl_icon1.svg);}
.lh_jzl .lhj_ul .lhj_li .lhj_p i.icon2{background-image:url(../Image/jzl_icon2.svg);}
.lh_jzl .lhj_ul .lhj_li .lhj_p i.icon3{background-image:url(../Image/jzl_icon3.svg);}
.lh_jzl .lhj_ul .lhj_li .lhj_p i.icon4{background-image:url(../Image/jzl_icon4.svg);}
.lh_jzl .lhj_ul .lhj_li .lhj_p p{font-size:18px;line-height:40px;color:#696969;}
.lh_jzl .lhj_ul .lhj_li .lhj_p p:nth-child(2){font-size:28px;height:38px;line-height:38px;margin-bottom:20px;font-weight:bold;}
.lh_jzl .lhj_ul .lhj_li span{height:84px;line-height:84px;width:100%;border-top:1px solid #FFF;opacity:0;}
.lh_jzl .lhj_ul .lhj_li span i{font-size:24px;color:#FFF;}
.lh_jzl .lhj_ul .lhj_li:hover{background:#096DD9;}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_logo{width:calc(100% + 30px);height:328px;opacity:0.1;right:-15px;bottom:50%;margin-bottom:-164px;}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_p i.icon1{background-image:url(../Image/jzl_icon1_hover.svg);}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_p i.icon2{background-image:url(../Image/jzl_icon2_hover.svg);}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_p i.icon3{background-image:url(../Image/jzl_icon3_hover.svg);}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_p i.icon4{background-image:url(../Image/jzl_icon4_hover.svg);}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_p p{color:#FFF;}
.lh_jzl .lhj_ul .lhj_li:hover .lhj_p p:nth-child(2){font-weight:normal;}
.lh_jzl .lhj_ul .lhj_li:hover span{opacity:1;}
/*wenhua*/
.lh_wenhua{position:relative;overflow:hidden;background:url(../Image/whbg.jpg) no-repeat center center;background-size:cover;padding:80px 0 3vw;height:100%;}
.lh_wenhua:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(255,255,255,.68);}
.lh_wenhua .lhw_ul{opacity:0;width:100%;}
.lh_wenhua .lhw_li{width:calc(100%/3 - 14px);margin-left:21px;margin-top:20px;background:#FFF;padding:40px 30px 50px;position:relative;overflow:hidden;z-index:2;}
.lh_wenhua .lhw_li:before{position:absolute;bottom:0;left:0;width:5000px;height:110px;background:url(../Image/wh_bl1.svg) repeat-x;z-index:-1;
    -webkit-animation: wave 15s linear infinite;
    animation: wave 15s linear infinite;
}
.lh_wenhua .lhw_li:after{position:absolute;bottom:0;left:0;width:5000px;height:110px;background:url(../Image/wh_bl1.svg) repeat-x;z-index:-1;
    -webkit-animation: wave 40s linear infinite;
    animation: wave 40s linear infinite;
}
@-webkit-keyframes wave{
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes wave{
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.lh_wenhua .lhw_li.lhw_liw{width:calc(50% - 12px);margin-left:20px;}
.lh_wenhua .lhw_li.lhw_lil{margin-left:0;}
.lh_wenhua .lhw_li i{font-size:64px;color:#096DD9;}
.lh_wenhua .lhw_li p{font-size:18px;line-height:32px;color:#696969;}
.lh_wenhua .lhw_li p:nth-child(2){font-size:32px;line-height:42px;height:42px;font-weight:bold;color:#096DD9;margin:40px 0 20px;}
.lh_wenhua .lhw_li span{display:block;position:absolute;top:30px;right:30px;color:#096DD9;opacity:0.1;text-transform:uppercase;font-size:36px;text-align:right;font-weight:bold;}
.lh_wenhua .lhw_li:hover{background:#096DD9;}
.lh_wenhua .lhw_li:hover:before{content:'';}
.lh_wenhua .lhw_li:hover:after{content:'';}
.lh_wenhua .lhw_li:hover i{color:#FFF;}
.lh_wenhua .lhw_li:hover p{color:#FFF;}
.lh_wenhua .lhw_li:hover span{color:#FFF;}
/*news*/
.lh_news{padding:70px 0 0;height:100%;position:relative;background:#F7F7F7;overflow:hidden;}
.lh_news .container{padding:2vw 0;}
.lh_news .pb_tit{text-align:left;}
.lh_news .lhn_con{padding-top:1.5vw;}
.lh_news .lhn_con p{font-size:20px;line-height:32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.lh_news .lhn_con em{font-size:16px;height:16px;line-height:16px;color:#1E1E1E;font-style:normal;display:block;}
.lh_news .lhn_con .lhn_f{width:540px;height:100%;position:relative;border-top-left-radius:32px;overflow:hidden;}
.lh_news .lhn_con .lhn_f:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.2);position:absolute;left:0;top:0;z-index:1;}
.lh_news .lhn_con .lhn_f .lhnf_d{height:60px;width:100%;padding:0 32px;left:0;top:42px;position:absolute;z-index:2;}
.lh_news .lhn_con .lhn_f .lhnf_d span{font-size:20px;height:1em;line-height:1em;color:#FFF;font-weight:bold;display:block;}
.lh_news .lhn_con .lhn_f .lhnf_d span:first-child{font-size:32px;margin-bottom:8px;}
.lh_news .lhn_con .lhn_f .lhnf_p{position:absolute;left:0;bottom:37px;width:100%;padding:0 32px;height:64px;z-index:2;}
.lh_news .lhn_con .lhn_f .lhnf_p p{color:#FFF;position:relative;width:100%;}
.lh_news .lhn_con .lhn_ul{width:calc(100% - 540px);height:100%;}
.lh_news .lhn_con .lhn_ul .lhn_li{width:calc(50% - 3.125vw);height:100%;margin-left:3.125vw;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw{border-radius:32px 0;overflow:hidden;height:calc(100% - 260px);}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw.lhn_twv{border-radius:12px;height:calc(33.33% - 10px)}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img{width:100%;height:calc(100% - 185px);position:relative;overflow:hidden;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img.lhn_video{height:100%;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img.lhn_video:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:url(../Image/sp_icon.svg) no-repeat center center rgba(0,0,0,.2);z-index:1;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt{padding:20px 20px 25px;background:#FFF;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt span{font-size:20px;height:32px;line-height:32px;color:#096DD9;display:block;margin-bottom:10px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt p{color:#1E1E1E;height:64px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt em{margin-top:18px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_n{padding:0 20px;border-radius:12px;background:#FFF;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a{padding:15px 0;border-bottom:1px solid #EEE;display:block;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a p{height:64px;color:#1C1C1C;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a em{margin-top:12px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a:last-child{border-bottom:none;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a:hover p{color:#096DD9;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t{padding:20px 20px 25px;background:#FFF;border-radius:12px;overflow:hidden;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a{display:block;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a span{font-size:20px;height:32px;line-height:32px;color:#096DD9;display:block;margin-bottom:10px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a p{height:64px;color:#070707;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a .lhnt_p{font-size:15px;line-height:22px;color:#1c1c1c;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:44px;margin-top:10px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a em{margin-top:20px;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t:hover{background:#096DD9;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t:hover a span{color:#FFF;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t:hover a p{color:#FFF;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t:hover a .lhnt_p{color:#FFF;}
.lh_news .lhn_con .lhn_ul .lhn_li .lhn_t:hover a em{color:#FFF;}
/*video*/
.lh_video{padding-top:70px;position:relative;overflow:hidden;background:#F7F7F7;}
.lh_video .container{padding:50px 0;}
.lh_video .lhv_ul{}
.lh_video .lhv_ul .lhv_li{width:100%;overflow:hidden;}
.lh_video .lhv_ul .lhv_li .swiper-slide{border-radius:12px;overflow:hidden;}
.lh_video .lhv_ul .lhv_li .lhv_img{width:100%;padding-bottom:60%;position:relative;overflow:hidden;}
.lh_video .lhv_ul .lhv_li .lhv_img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:url(../Image/sp_icon.svg) no-repeat center center rgba(0,0,0,.2);z-index:1;}
.lh_video .lhv_ul .lhv_li .lhv_txt{padding:13px 20px 15px;background:#FFF;}
.lh_video .lhv_ul .lhv_li .lhv_txt p{font-size:20px;line-height:30px;height:30px;color:#1C1C1C;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lh_video .lhv_ul .lhv_li .lhv_txt p span{color:#096DD9;}
.lh_video .lhv_ul .lhv_li .lhv_txt em{font-size:16px;height:16px;line-height:16px;color:#000;font-style:normal;display:block;margin-top:16px;}
.lh_video .lhv_ul .swiper-button-prev,.lh_video .lhv_ul .swiper-button-next{width:48px;height:48px;background:none;margin-top:-24px;outline:none;opacity:1;}
.lh_video .lhv_ul .swiper-button-prev:after,.lh_video .lhv_ul .swiper-button-next:after{content:none;}
.lh_video .lhv_ul .swiper-button-prev i,.lh_video .lhv_ul .swiper-button-next i{font-size:48px;color:#828282;}
.lh_video .lhv_ul .swiper-button-prev{left:-60px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.lh_video .lhv_ul .swiper-button-next{right:-60px;}

@media screen and (max-width:1679px){
    .lh_banner .lhb_txt p{font-size:50px;height:65px;line-height:65px;margin-top:15px;}
    .lh_info{padding:70px 0 3vw;}
    .lh_info .lhi_txt .lhi_tit{padding-top:70px;}
    .lh_info .lhi_txt .lhi_tit em{font-size:80px;}
    .lh_info .lhi_txt .lhi_tit p{font-size:32px;height:42px;line-height:42px;}
    .lh_info .lhi_txt .lhi_tit span{font-size:20px;margin-top:5px;}
    .lh_info .lhi_txt .lhi_pp{max-width:730px;}
    .lh_info .lhi_txt .lhi_pp p{font-size:15px;line-height:30px;margin-top:10px;}
    .lh_info .lhi_num{width:818px;margin-top:2.5vw;}
    .lh_info .lhi_num .lhi_li em{font-size:15px;height:25px;line-height:25px;margin-bottom:5px;}
    .lh_info .lhi_num .lhi_li .lhi_n span{font-size:50px;height:50px;line-height:50px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:first-child{width:92px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:last-child{font-size:26px;height:34px;line-height:34px;margin-left:9px;}
    .lh_info .lhi_num .lhi_li:first-child .lhi_n span:first-child{width:122px;}
    .lh_info .lhi_num .lhi_li:nth-child(2) .lhi_n span:first-child{width:30px;}
    .lh_info .lhi_btn{margin-top:2.5vw;}
    .lh_info .lhi_btn a{height:37px;font-size:15px;}
    .lh_info .lhi_btn a i{font-size:37px;margin-right:6px;}
    .lh_chanye .lhc_ul .lhc_txt{padding:3vw 0 3.5vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp{padding:0 7%;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp>p{font-size:28px;height:38px;line-height:38px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp span{font-size:17px;line-height:23px;margin-top:2vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p{margin-top:6vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em{width:35px;height:35px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em:before{width:3px;margin-left:-1.5px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em:after{height:3px;margin-top:-1.5px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li{margin-top:2.5vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a{margin-top:18px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p{font-size:17px;height:41px;line-height:40px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn{width:120px;height:35px;line-height:33px;font-size:15px;margin-top:3vw;}
    .lh_jzl{padding:70px 0;}
    .lh_jzl .pb_tit.lhj_tit{margin-top:7px;}
    .lh_jzl .lhj_ul{border-radius:25px;}
    .lh_jzl .lhj_ul .lhj_li{width:calc(25% - 18px);margin-left:24px;padding:30px 25px 0;}
    .lh_jzl .lhj_ul .lhj_li .lhj_logo{width:230px;height:185px;right:-35px;bottom:-18px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p i{height:42px;margin-bottom:20px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p{font-size:16px;line-height:36px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p:nth-child(2){font-size:24px;height:34px;line-height:34px;margin-bottom:15px;}
    .lh_jzl .lhj_ul .lhj_li span{height:75px;line-height:75px;}
    .lh_jzl .lhj_ul .lhj_li span i{font-size:22px;}
    .lh_jzl .lhj_ul .lhj_li:hover .lhj_logo{width:calc(100% + 24px);height:286px;margin-bottom:-143px;}
    .lh_wenhua .lhw_li{width:calc(33.33% - 12px);margin-left:18px;margin-top:18px;padding:30px 25px 40px;}
    .lh_wenhua .lhw_li:before,.lh_wenhua .lhw_li:after{height:100px;}
    .lh_wenhua .lhw_li.lhw_liw{width:calc(50% - 9px);margin-left:18px;}
    .lh_wenhua .lhw_li.lhw_lil{margin-left:0;}
    .lh_wenhua .lhw_li i{font-size:56px;}
    .lh_wenhua .lhw_li p{font-size:16px;line-height:30px;}
    .lh_wenhua .lhw_li p:nth-child(2){font-size:26px;height:36px;line-height:36px;margin:30px 0 15px;}
    .lh_wenhua .lhw_li span{font-size:30px;right:20px;top:20px;}
    .lh_news .lhn_con .lhn_f{width:460px;border-top-left-radius:25px;}
    .lh_news .lhn_con .lhn_f .lhnf_d{padding:0 25px;height:52px;top:35px;}
    .lh_news .lhn_con .lhn_f .lhnf_d span{font-size:18px;}
    .lh_news .lhn_con .lhn_f .lhnf_d span:first-child{font-size:28px;margin-bottom:6px;}
    .lh_news .lhn_con .lhn_f .lhnf_p{bottom:30px;padding:0 25px;height:56px;}
    .lh_news .lhn_con p{font-size:18px;line-height:28px;}
    .lh_news .lhn_con em{font-size:15px;height:15px;line-height:15px;}
    .lh_news .lhn_con .lhn_f .lhnf_p span{font-size:15px;height:28px;line-height:28px;}
    .lh_news .lhn_con .lhn_ul{width:calc(100% - 460px);}
    .lh_news .lhn_con .lhn_ul .lhn_li{margin-left:2.5vw;width:calc(50% - 2.5vw);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw{border-radius:25px 0;height:calc(100% - 223px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw.lhn_twv{border-radius:10px;height:calc(33.33% - 8px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img{height:calc(100% - 155px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt{padding:15px 15px 20px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt span{font-size:18px;height:28px;line-height:28px;margin-bottom:8px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt p{height:56px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt em{margin-top:13px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n{padding:0 15px;border-radius:10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a{padding:12px 0;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a p{height:56px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a em{margin-top:10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t{padding:15px 15px 20px;border-radius:10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a span{font-size:18px;height:28px;line-height:28px;margin-bottom:8px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a p{height:56px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a .lhnt_p{font-size:14px;line-height:21px;height:42px;margin-top:9px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a em{margin-top:18px;}
    .lh_video .container{padding:40px 0;}
    .lh_video .lhv_ul .lhv_li .swiper-slide{border-radius:10px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt{padding:11px 17px 13px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt p{font-size:18px;height:28px;line-height:28px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt em{font-size:15px;height:15px;line-height:15px;margin-top:14px;}
    .lh_video .lhv_ul .swiper-button-prev,.lh_video .lhv_ul .swiper-button-next{width:42px;height:42px;margin-top:-21px;}
    .lh_video .lhv_ul .swiper-button-prev{left:-20px;background:rgba(0,0,0,.6);}
    .lh_video .lhv_ul .swiper-button-next{right:-20px;background:rgba(0,0,0,.6);}
    .lh_video .lhv_ul .swiper-button-prev i,.lh_video .lhv_ul .swiper-button-next i{color:#FFF;font-size:36px;}
}

@media screen and (max-width:1439px){
    .lh_banner .lhb_txt p{font-size:40px;height:52px;line-height:52px;margin-top:12px;}
    .lh_info{padding:70px 0 2vw;}
    .lh_info .lhi_txt .lhi_tit{padding-top:52px;}
    .lh_info .lhi_txt .lhi_tit em{font-size:60px;}
    .lh_info .lhi_txt .lhi_tit p{font-size:26px;height:36px;line-height:36px;}
    .lh_info .lhi_txt .lhi_tit span{font-size:18px;margin-top:4px;}
    .lh_info .lhi_txt .lhi_pp{max-width:620px;}
    .lh_info .lhi_txt .lhi_pp p{font-size:14px;line-height:28px;margin-top:7px;}
    .lh_info .lhi_num{width:720px;margin-top:2vw;}
    .lh_info .lhi_num .lhi_li em{font-size:14px;height:24px;line-height:24px;margin-bottom:4px;}
    .lh_info .lhi_num .lhi_li .lhi_n span{font-size:40px;height:40px;line-height:40px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:first-child{width:74px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:last-child{font-size:22px;height:30px;line-height:30px;margin-left:6px;}
    .lh_info .lhi_num .lhi_li:first-child .lhi_n span:first-child{width:98px;}
    .lh_info .lhi_num .lhi_li:nth-child(2) .lhi_n span:first-child{width:23px;}
    .lh_info .lhi_btn{margin-top:2vw;}
    .lh_info .lhi_btn a{height:34px;font-size:14px;}
    .lh_info .lhi_btn a i{font-size:34px;margin-right:5px;}
    .lh_chanye .lhc_ul .lhc_txt{padding:2vw 0 2.3vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp{padding:0 5%;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp>p{font-size:24px;height:34px;line-height:34px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp span{font-size:15px;line-height:20px;margin-top:1.2vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p{margin-top:5vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em{width:32px;height:32px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em:before{width:2px;margin-left:-1px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em:after{height:2px;margin-top:-1px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li{margin-top:1.5vw;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a{margin-top:10px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p{font-size:16px;height:37px;line-height:36px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn{width:110px;height:32px;line-height:30px;font-size:14px;margin-top:2vw;}
    .lh_jzl{padding:80px 0 20px;}
    .lh_jzl .lhj_f{width:22px;}
    .lh_jzl .lhj_w{width:4px;}
    .lh_jzl .pb_tit.lhj_tit{margin-top:5px;}
    .lh_jzl .lhj_ul{border-radius:20px;}
    .lh_jzl .lhj_ul .lhj_li{width:calc(25% - 15px);margin-left:20px;padding:22px 20px 0;border-width:1px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_logo{width:200px;height:161px;right:-26px;bottom:-13px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p i{height:38px;margin-bottom:15px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p{font-size:15px;line-height:32px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p:nth-child(2){font-size:21px;height:31px;line-height:31px;margin-bottom:11px;}
    .lh_jzl .lhj_ul .lhj_li span{height:68px;line-height:68px;}
    .lh_jzl .lhj_ul .lhj_li span i{font-size:20px;}
    .lh_jzl .lhj_ul .lhj_li:hover .lhj_logo{width:calc(100% + 20px);height:245px;margin-bottom:-123px;}
    .lh_wenhua .lhw_li{width:calc(33.33% - 8px);margin-left:12px;margin-top:12px;padding:22px 15px 25px;}
    .lh_wenhua .lhw_li:before,.lh_wenhua .lhw_li:after{height:86px;}
    .lh_wenhua .lhw_li.lhw_liw{width:calc(50% - 6px);margin-left:12px;}
    .lh_wenhua .lhw_li.lhw_lil{margin-left:0;}
    .lh_wenhua .lhw_li i{font-size:50px;}
    .lh_wenhua .lhw_li p{font-size:15px;line-height:28px;}
    .lh_wenhua .lhw_li p:nth-child(2){font-size:22px;height:32px;line-height:32px;margin:20px 0 11px;}
    .lh_wenhua .lhw_li span{font-size:26px;right:15px;top:15px;}
    .lh_news .lhn_con .lhn_f{width:405px;border-top-left-radius:20px;}
    .lh_news .lhn_con .lhn_f .lhnf_d{padding:0 20px;height:47px;top:30px;}
    .lh_news .lhn_con .lhn_f .lhnf_d span{font-size:16px;}
    .lh_news .lhn_con .lhn_f .lhnf_d span:first-child{font-size:26px;margin-bottom:5px;}
    .lh_news .lhn_con .lhn_f .lhnf_p{bottom:20px;padding:0 20px;height:52px;}
    .lh_news .lhn_con .lhn_f .lhnf_p span{font-size:14px;height:26px;line-height:26px;}
    .lh_news .lhn_con p{font-size:16px;line-height:26px;}
    .lh_news .lhn_con em{font-size:14px;height:14px;line-height:14px;}
    .lh_news .lhn_con .lhn_ul{width:calc(100% - 405px);}
    .lh_news .lhn_con .lhn_ul .lhn_li{margin-left:1.5vw;width:calc(50% - 1.5vw);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw{border-radius:20px 0;height:calc(100% - 195px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw.lhn_twv{border-radius:8px;height:calc(33.33% - 6px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img{height:calc(100% - 133px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt{padding:10px 10px 15px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt span{font-size:16px;height:26px;line-height:26px;margin-bottom:6px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt p{height:52px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt em{margin-top:10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n{padding:0 12px;border-radius:8px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a{padding:10px 0;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a p{height:52px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a em{margin-top:7px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t{padding:11px 11px 15px;border-radius:8px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a span{font-size:16px;height:26px;line-height:26px;margin-bottom:6px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a p{height:52px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a .lhnt_p{line-height:20px;height:40px;margin-top:6px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a em{margin-top:15px;}
    .lh_video .container{padding:30px 0;}
    .lh_video .lhv_ul .lhv_li .swiper-slide{border-radius:8px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt{padding:10px 15px 11px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt p{font-size:16px;height:26px;line-height:26px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt em{font-size:14px;height:14px;line-height:14px;margin-top:11px;}
    .lh_video .lhv_ul .swiper-button-prev,.lh_video .lhv_ul .swiper-button-next{width:42px;height:42px;margin-top:-21px;}
    .lh_video .lhv_ul .swiper-button-prev{left:-20px;background:rgba(0,0,0,.6);}
    .lh_video .lhv_ul .swiper-button-next{right:-20px;background:rgba(0,0,0,.6);}
    .lh_video .lhv_ul .swiper-button-prev i,.lh_video .lhv_ul .swiper-button-next i{color:#FFF;font-size:36px;}
}

@media screen and (max-width:1279px){
    .indexnav{display:none;}
    .mouse{display:none;}
    .lh_banner .swiper-slide{height:670px;}
    .lh_banner video{display:none;}
    .lh_banner .lhb_txt p{font-size:32px;height:42px;line-height:42px;margin-top:10px;}
    .lh_info{padding:30px 0;}
    .lh_info .lhi_txt .lhi_tit{padding-top:32px;}
    .lh_info .lhi_txt .lhi_tit em{font-size:40px;}
    .lh_info .lhi_txt .lhi_tit p{font-size:22px;height:32px;line-height:32px;}
    .lh_info .lhi_txt .lhi_tit span{font-size:16px;margin-top:3px;}
    .lh_info .lhi_txt .lhi_pp{max-width:520px;}
    .lh_info .lhi_txt .lhi_pp p{line-height:26px;margin-top:5px;}
    .lh_info .lhi_num{width:600px;margin-top:20px;}
    .lh_info .lhi_num .lhi_li .lhi_n span{font-size:32px;height:32px;line-height:32px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:first-child{width:60px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:last-child{font-size:18px;height:26px;line-height:26px;margin-left:5px;}
    .lh_info .lhi_num .lhi_li:first-child .lhi_n span:first-child{width:80px;}
    .lh_info .lhi_num .lhi_li:nth-child(2) .lhi_n span:first-child{width:20px;}
    .lh_info .lhi_btn{margin-top:20px;}
    .lh_info .lhi_btn a{height:30px;}
    .lh_info .lhi_btn a i{font-size:30px;}
    .lh_chanye .lhc_ul{padding-top:0;height:auto;}
    .lh_chanye .lhc_ul .lhc_img{opacity:1;}
    .lh_chanye .lhc_ul .lhc_txt{padding:30px 0;opacity:1;background:rgba(0, 0, 0, .15);}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp{padding:0 5%;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp>p{font-size:20px;height:30px;line-height:30px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp span{font-size:14px;line-height:18px;margin-top:15px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p{margin-top:5px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p em{display:none;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li{margin-top:0;opacity:1;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a{margin-top:6px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p{font-size:15px;height:32px;line-height:31px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn{margin-top:20px;}
    .lh_jzl{padding:30px 0 50px;}
    .lh_jzl .lhj_f{width:13px;}
    .lh_jzl .lhj_w{width:2px;}
    .lh_jzl .pb_tit.lhj_tit{margin-top:0;}
    .lh_jzl .lhj_ul{margin-top:25px;opacity:1;}
    .lh_jzl .lhj_ul .lhj_li{width:calc(25% - 9px);margin-left:12px;padding:20px 15px 0;}
    .lh_jzl .lhj_ul .lhj_li .lhj_logo{width:160px;height:129px;right:-20px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p i{height:34px;margin-bottom:12px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p{font-size:14px;line-height:28px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p:nth-child(2){font-size:18px;height:28px;line-height:28px;margin-bottom:9px;}
    .lh_jzl .lhj_ul .lhj_li span{height:60px;line-height:60px;}
    .lh_jzl .lhj_ul .lhj_li span i{font-size:20px;}
    .lh_jzl .lhj_ul .lhj_li:hover .lhj_logo{width:calc(100% + 10px);height:201px;margin-bottom:-100px;}
    .lh_wenhua{padding:40px 0;}
    .lh_wenhua .lhw_ul{opacity:1;}
    .lh_wenhua .lhw_li{width:calc(33.33% - 4px);margin-left:6px;margin-top:6px;padding:18px 12px 20px;}
    .lh_wenhua .lhw_li:before,.lh_wenhua .lhw_li:after{height:72px;}
    .lh_wenhua .lhw_li.lhw_liw{width:calc(50% - 3px);margin-left:6px;}
    .lh_wenhua .lhw_li.lhw_lil{margin-left:0;}
    .lh_wenhua .lhw_li i{font-size:40px;}
    .lh_wenhua .lhw_li p{font-size:14px;line-height:26px;}
    .lh_wenhua .lhw_li p:nth-child(2){font-size:20px;height:30px;line-height:30px;margin:15px 0 9px;}
    .lh_wenhua .lhw_li span{font-size:22px;right:12px;top:12px;}
    .lh_news{padding:30px 0;}
    .lh_news .lhn_con{padding-top:15px;}
    .lh_news .lhn_con .lhn_f{width:335px;height:435px;border-top-left-radius:15px;}
    .lh_news .lhn_con .lhn_f .lhnf_d{padding:0 15px;height:42px;top:20px;}
    .lh_news .lhn_con .lhn_f .lhnf_d span{font-size:14px;}
    .lh_news .lhn_con .lhn_f .lhnf_d span:first-child{font-size:24px;margin-bottom:4px;}
    .lh_news .lhn_con .lhn_f .lhnf_p{bottom:12px;padding:0 15px;height:52px;}
    .lh_news .lhn_con .lhn_f .lhnf_p span{font-size:14px;height:26px;line-height:26px;}
    .lh_news .lhn_con p{font-size:16px;line-height:26px;}
    .lh_news .lhn_con em{font-size:14px;height:14px;line-height:14px;}
    .lh_news .lhn_con .lhn_ul{width:calc(100% - 335px);height:auto;}
    .lh_news .lhn_con .lhn_ul .lhn_li{margin-left:15px;width:calc(50% - 15px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw{border-radius:15px 0;height:calc(100% - 180px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw.lhn_twv{border-radius:5px;height:calc(33.33% - 4px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img{height:calc(100% - 120px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img.lhn_video:before{background-size:40px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt{padding:8px 8px 10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt span{font-size:14px;height:24px;line-height:24px;margin-bottom:5px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt em{margin-top:7px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n{padding:0 10px;border-radius:6px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a{padding:8px 0;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a p{height:52px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a em{margin-top:5px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t{padding:9px 9px 12px;border-radius:6px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a span{margin-bottom:5px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a .lhnt_p{margin-top:5px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t a em{margin-top:10px;}
    .lh_video{padding:0;}
    .lh_video .container{padding:20px 0;}
    .lh_video .lhv_ul .lhv_li .swiper-slide{border-radius:6px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt{padding:10px 12px;}
    .lh_video .lhv_ul .lhv_li .lhv_txt p{font-size:15px;height:24px;line-height:24px;font-weight:bold;}
    .lh_video .lhv_ul .lhv_li .lhv_txt em{font-size:12px;margin-top:10px;}
    .lh_video .lhv_ul .swiper-button-prev,.lh_video .lhv_ul .swiper-button-next{width:42px;height:42px;margin-top:-21px;}
    .lh_video .lhv_ul .swiper-button-prev{left:-20px;background:rgba(0,0,0,.6);}
    .lh_video .lhv_ul .swiper-button-next{right:-20px;background:rgba(0,0,0,.6);}
    .lh_video .lhv_ul .swiper-button-prev i,.lh_video .lhv_ul .swiper-button-next i{color:#FFF;font-size:36px;}
}

@media screen and (max-width:1023px){
    .lh_banner .swiper-slide{height:460px;}
    .lh_banner .lhb_txt{padding:0;}
    .lh_banner .lhb_txt p{font-size:26px;height:36px;line-height:36px;margin-top:7px;}
    .lh_info{padding:20px 0;}
    .lh_info .lhi_txt .lhi_tit{padding-top:25px;}
    .lh_info .lhi_txt .lhi_tit em{font-size:30px;}
    .lh_info .lhi_txt .lhi_tit p{font-size:20px;height:28px;line-height:28px;}
    .lh_info .lhi_txt .lhi_tit span{font-size:14px;margin-top:2px;}
    .lh_info .lhi_pic{display:none;}
    .lh_info .lhi_txt .lhi_pp{max-width:none;padding-top:10px;}
    .lh_info .lhi_txt .lhi_pp p{line-height:24px;}
    .lh_info .lhi_num{width:100%;margin-top:15px;}
    .lh_info .lhi_num .lhi_li .lhi_n span{font-size:26px;height:26px;line-height:26px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:first-child{width:48px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:last-child{font-size:16px;height:24px;line-height:24px;margin-left:2px;}
    .lh_info .lhi_num .lhi_li:first-child .lhi_n span:first-child{width:64px;}
    .lh_info .lhi_num .lhi_li:nth-child(2) .lhi_n span:first-child{width:15px;}
    .lh_info .lhi_btn{margin-top:15px;}
    .lh_chanye .lhc_ul .lhc_txt{padding:20px 0;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp{padding:0 5%;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp>p{font-weight:bold;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp span{font-size:12px;line-height:16px;margin-top:10px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p{margin-top:0;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a{margin-top:5px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p .lhc_li a p{height:26px;line-height:25px;font-size:14px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn{margin-top:20px;}
    .lh_jzl{padding:20px 0 25px;}
    .lh_jzl .lhj_f{width:13px;}
    .lh_jzl .lhj_w{width:2px;}
    .lh_jzl .pb_tit.lhj_tit{margin-top:0;}
    .lh_jzl .lhj_ul{margin-top:0;}
    .lh_jzl .lhj_ul .lhj_li{width:calc(50% - 5px);margin-left:10px;padding:15px 12px 0;margin-top:15px;}
    .lh_jzl .lhj_ul .lhj_li:nth-child(odd){margin-left:0;}
    .lh_jzl .lhj_ul .lhj_li .lhj_logo{width:130px;height:104px;right:-15px;bottom:-10px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p i{height:30px;margin-bottom:10px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p{line-height:26px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p:nth-child(2){font-size:16px;height:26px;line-height:26px;margin-bottom:6px;}
    .lh_jzl .lhj_ul .lhj_li span{height:40px;line-height:40px;}
    .lh_jzl .lhj_ul .lhj_li span i{font-size:18px;}
    .lh_jzl .lhj_ul .lhj_li:hover .lhj_logo{width:100%;height:200px;margin-bottom:-100px;background-size:auto 100%;}
    .lh_wenhua{padding:30px 0;}
    .lh_wenhua .lhw_li:before,.lh_wenhua .lhw_li:after{height:60px;}
    .lh_wenhua .lhw_li i{font-size:34px;}
    .lh_wenhua .lhw_li p{line-height:24px;}
    .lh_wenhua .lhw_li p:nth-child(2){font-size:18px;height:28px;line-height:28px;margin:12px 0 7px;}
    .lh_wenhua .lhw_li span{font-size:18px;right:10px;top:10px;}
    .lh_news{padding:20px 0;}
    .lh_news .lhn_con{padding-top:15px;}
    .lh_news .lhn_con .lhn_f{width:100%;height:400px;border-top-left-radius:10px;}
    .lh_news .lhn_con p{font-size:16px;line-height:26px;}
    .lh_news .lhn_con em{font-size:14px;height:14px;line-height:14px;}
    .lh_news .lhn_con .lhn_ul{width:100%;height:auto;margin-top:15px;}
    .lh_news .lhn_con .lhn_ul .lhn_li{margin-left:12px;width:calc(50% - 6px);}
    .lh_news .lhn_con .lhn_ul .lhn_li:first-child{margin-left:0;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw{border-radius:10px 0;height:auto;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw.lhn_twv{border-radius:5px;height:calc(33.33% - 4px);}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img{height:210px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img.lhn_video:before{background-size:40px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt{padding:8px 8px 10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt span{font-size:14px;height:24px;line-height:24px;margin-bottom:5px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_txt em{margin-top:7px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n{padding:0 10px;border-radius:5px;margin-top:10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a{padding:8px 0;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a p{height:52px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_n a em{margin-top:5px;}
}

@media screen and (max-width:767px){
    .lh_banner .swiper-slide{height:55vw;}
    .lh_banner .lhb_txt p{font-size:20px;height:30px;line-height:30px;margin-top:5px;}
    .lh_info .lhi_txt .lhi_tit{padding-top:20px;}
    .lh_info .lhi_txt .lhi_tit em{font-size:24px;}
    .lh_info .lhi_num .lhi_li em{font-size:12px;margin-bottom:0;}
    .lh_info .lhi_num .lhi_li .lhi_n span{font-size:20px;height:20px;line-height:20px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:first-child{width:36px;}
    .lh_info .lhi_num .lhi_li .lhi_n span:last-child{font-size:14px;height:20px;line-height:20px;margin-left:0;}
    .lh_info .lhi_num .lhi_li:first-child .lhi_n span:first-child{width:50px;}
    .lh_info .lhi_num .lhi_li:nth-child(2) .lhi_n span:first-child{width:12px;}
    .lh_chanye .lhc_ul{width:100%;}
    .lh_chanye .lhc_ul:nth-child(2) .lhc_img img{object-position:bottom;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp{padding:0 15px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_p{margin-top:10px;}
    .lh_chanye .lhc_ul .lhc_txt .lhc_pp .lhc_btn{margin-top:15px;}
    .lh_jzl .lhj_ul .lhj_li{width:100%;margin-left:0;padding:15px 10px 0;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p{line-height:24px;}
    .lh_jzl .lhj_ul .lhj_li .lhj_p p:nth-child(2){margin-bottom:5px;}
    .lh_jzl .lhj_ul .lhj_li span i{font-size:16px;}
    .lh_jzl .lhj_ul .lhj_li:hover .lhj_logo{width:100%;height:200px;margin-bottom:-100px;background-size:auto 100%;}
    .lh_wenhua{padding:20px 0;}
    .lh_wenhua .lhw_li{width:100%;margin-left:0;}
    .lh_wenhua .lhw_li.lhw_liw{width:100%;margin-left:0;}
    .lh_wenhua .lhw_li:before,.lh_wenhua .lhw_li:after{height:50px;}
    .lh_wenhua .lhw_li i{font-size:30px;}
    .lh_wenhua .lhw_li p:nth-child(2){margin:10px 0 5px;}
    .lh_wenhua .lhw_li span{font-size:18px;right:10px;top:10px;}
    .lh_news .lhn_con .lhn_f{width:100%;height:60vw;border-top-left-radius:7px;}
    .lh_news .lhn_con .lhn_ul{width:100%;height:auto;margin-top:0;}
    .lh_news .lhn_con .lhn_ul .lhn_li{margin-left:0;width:100%;height:auto;margin-top:15px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw{border-radius:5px 0;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw.lhn_twv{height:40vw;margin-top:10px;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_tw .lhn_img{height:50vw;}
    .lh_news .lhn_con .lhn_ul .lhn_li .lhn_t{margin-bottom:10px;}
}