.banner {
    position:relative
}
.banner img {
    display:block;
    width:100%;
    /*height:505px;
    object-fit:cover*/
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom:25px
}
.banner .swiper-pagination-bullet {
    width:40px;
    height:5px;
    background:#fff;
    opacity:1;
    border-radius:0;
    box-shadow:0 0 5px rgba(0,0,0,.3);
    vertical-align:middle
}
.banner .swiper-pagination-bullet-active {
    width:40px;
    height:5px;
    background:#f4c771
}
img.mm {
    display:none
}
.home1{
    padding: 110px 0;
}
.home1_one{
    margin-bottom: 30px;
}
.home1_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1_box{
    border-radius: 24px;
    background: #f4f4f4;
}
.home1_one_lf{
    width: 61%;
    padding: 65px 50px 50px 60px;
}
.home1_one_ri{
    width: 37%;
}
.home1_two_lf{
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 20px 10px;
    background: #0680FF;
}
.home1_two_tit p{
    font-size: 32px;
    margin-bottom: 25px;
}
.home1_two_tit p:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 10px;
    background: #FF7700;
}
.home1_two_tit span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0680FF url(../images/hm/home1_jt.png) center no-repeat;
    transition: all .6s ease;
}
.home1_two_tit h2 a{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
}
.home1_two_tit h2 a:hover span{
    background: #ffffff url(../images/hm/home1_jt1.png) center no-repeat;
}
/*.home1_two_tit h2 a:hover img.tu1{
    display: none;
}
.home1_two_tit h2 a:hover img.tu2{
    display: block;
}*/
.home1_two_sp{
    position: relative;
    width: 37%;
    background: none;
    overflow: hidden;
}
.home1_two_sp video{
    display: block;
    border-radius: 24px;
}
.home1_two_ri{
    width: 37%;
}
.home1_two_ri{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}
.home1_two_w{
    max-width: 470px;
}
.fn16{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
.home1_two_con{
    margin-bottom: 30px;
}
.home1_two_w a{
    display: inline-block;
    font-size: 16px;
    color: #0680FF;
    padding-right: 25px;
    background: url(../images/hm/home1_jt1.png)right center no-repeat;
}
.home1_two_w a:hover{
    color: #FF8017;
    background-image: url(../images/hm/home1_jt2.png);
}
.home2{
    padding: 30px 3%;
    background: #f4f4f4;
}
.home2_bd{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.home2_bd ul{
    display: flex;
    flex: none;
    height: 100%;
    white-space: nowrap;
}
.home2_bd ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    height: 100%;
}
.home2_img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home2_img img{
    height: 100%;
/*    filter:brightness(0);
    opacity: 20%;*/
/*    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .6s;*/
}
/*.home2_img img.tu1 {
    opacity: 1;
}
.home2_img img.tu2 {
    opacity: 0;
    display: block;
}*/
/*.home2_img:hover img{
    max-height: 100%;
}*/
.home2_img:hover img.tu1 {
    display: none;
}
.home2_img:hover img.tu2 {
    display: block;
}
.home3{
    position: relative;
    padding: 100px 0;
    background: #EBE9E9 url(../images/hm/home3z.png)left bottom no-repeat;
    background-size: 24.2%;
}
.home3_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.home3_lf{
    width: 44%;
}
.home3_lf ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home3_lf ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49%;
    max-width: 326px;
    padding: 35px 10px 35px 50px;
    border-radius: 80px;
    background: #ffffff;
}
.home3_lf ul li:nth-child(-n+2){
    margin-bottom: 45px;
}
.home3_tu{
    width: 50px;
    margin-right: 30px;
}
.home3_tit{
    flex: 1;
}
.home3_tit h3{
    font-size: 32px;
    color: #0680FF;
    font-weight: bold;
    margin-bottom: 15px;
}
.home3_tit p{
    font-size: 16px;
    color: #666666;
}
.home3_ri{
    position: relative;
    width: 51%;
    z-index: 1;
}
.home3_w{
    max-width: 355px;
}
.home3_ri_ti{
    margin-bottom: 25px;
}
.home3_ri_ti h2{
    font-size: 36px;
    color: #111111;
    margin-bottom: 15px;
}
.home3_ri_ti p{
    font-size: 18px;
    color: #FF8017;
}
.home3_des{
    margin-bottom: 25px;
}
.home3_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 28.6%;
}
.home3_more,.home4_more{
    display: none;
    margin-top: 50px;
    text-align: center;
}
.home4{
/*    margin-bottom: 100vh;*/
    padding: 80px 0;
}
.topic{
    margin-bottom:50px
}
.topic h2{
    font-size:36px;
    color:#111111;
}
.topic:after {
    content: "";
    display: block;
    width: 97px;
    height: 2px;
    margin-top: 20px;
    border-radius: 10px;
    background: #FF8017;
}
.home5{
    padding: 100px 0 70px;
    background: rgba(6, 128, 255, .08);
}
.home5 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home5 dl dt {
    position: relative;
    width: 23.5%;
    text-align: center;
    margin-bottom: 30px;
    padding: 35px 10px 50px;
    border-radius: 18px;
    box-shadow: 0 0 18px rgba(105, 105, 105, .1);
    background: #ffffff;
    transition: all .5s ease;
}
.home5 dl dt a{
    display: block;
}
.home5_img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
}
.home5_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    max-height: 100%;
    transition: all .5s ease;
}
.home5_img img.tu2{
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
    z-index: 0;
}
.home5 dl dt:hover .home5_img img.tu1{
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
    z-index: 0;
}
.home5 dl dt:hover .home5_img img.tu2{
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(0deg);
    z-index: 1;
}
.home5 dl dt h2 {
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 700;
    margin: 15px 0;
    transition: all .5s ease;
}
/*.home5 dl dt h2:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    margin: 15px auto 0;
    border-radius: 10px;
    background: #0680FF
}*/
.home5 dl dt p{
/*    max-width: 260px;*/
    font-size: 16px;
    line-height: 26px;
    color: #757575;
    margin: 0 auto;
    transition: all .5s ease;
}
.home5 dl dt p.home5_11{
/*    max-width: 236px;*/
    color: #202020;
    margin-bottom: 5px;
/*    border-radius: 8px;
    margin: 0 auto 15px;
    border: 1px solid #0680FF;*/
}
.home5 dl dt p.home5_22 {
    max-width: 300px;
    min-height: 80px;
    margin-bottom: 5px;
}
.home5 dl dt:hover{
    color: #ffffff;
    background: #0680ff;
}
.home5 span{
    display: inline-block;
    min-width: 155px;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    border-radius: 5px;
    background: #0680ff;
    transition: all .5s ease;
/*    margin-top: 30px;
    padding-right: 20px;
    background: url(../images/hm/home1_jt1.png)right center no-repeat;*/
}
.home5 dl dt:hover h2{
    color: #ffffff;
}
/*.home5 dl dt:hover h2:after {
    background: #ffffff
}*/
.home5 dl dt:hover p {
    color: #ffffff;
/*    border-color: #ffffff;*/
}
.home5 dl dt:hover p.home5_22 {
    opacity: .85;
}
.home5 dl dt:hover span{
    color: #ffffff;
    background: rgba(255, 255, 255, .35);
/*    background-image: url(../images/hm/home1_jt.png);*/
}
.home6{
    padding: 110px 0 50px;
    background: #F6F6F4;
}
.home6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home6 ul li{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 24%;
    max-width: 350px;
    margin-bottom: 60px;
}
.home6_tit{
    width: 50px;
    margin-right: 15px;
    padding-top: 5px;
}
.home6_con{
    flex: 1;
}
.home6_con h4{
    font-size: 24px;
    line-height: 32px;
    color: #111111;
    font-weight: bold;
    margin: 0 0 15px;
}
.home7{
    padding: 110px 0;
}
.home7_nav{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.home7_nav p{
    font-size: 24px;
    line-height: 52px;
    color: #103C69;
    text-align: center;
    margin-right: 32px;
    padding: 0 30px;
    border-radius: 50px;
    background: #F6F6F4;
    cursor: pointer;
}
.home7_nav p:last-child{
    margin-right: 0;
}
.home7_nav p.cur{
    background: #FFF0D5;
}
.home7_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.home7_ul ul li{
    width: 22.1875%;
    margin-right: 3.75%;
    margin-bottom: 20px;
}
.home7_ul ul li:last-child{
    margin-right: 0 !important;
}
.home7_img{
    position: relative;
}
.home7_img img{
    width: 100%;
    border-radius: 16px;
}
.home7_img a{
    position: absolute;
    right: 10px;
    bottom: -15px;
    display: inline-block;
    line-height: 40px;
    color: #ffffff;
    padding: 0 30px;
    border-radius: 8px;
}
.home7_img a:hover{
    color: #0680FF;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.home7_img a:after{
    background: #ffffff;
}
.home7_con{
    padding: 30px 0;
}
.home7_con h3{
    font-size: 24px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 10px;
}
.home7_qh>div{
    display: none;
}
.home7_qh>div:first-child{
    display: block;
}
.home1_fd{
    animation: bb linear;
    animation-timeline: view();
    animation-range: entry 0%;
    transform-origin: center top;
}
@keyframes bb{
    0%{
       opacity: 1; 
       scale: 0.6;
    }
    100%{
        opacity: 1;
        scale: 1;
    }
}
.home7_dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home7_dl dl{
    width: 49%;
    margin-top: 30px;
}
.home7_dl dl dt{
    font-size: 24px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #D8D8D8;
    background: url(../images/hm/home7_jh.png)right center no-repeat;
    cursor: pointer;
}
/*.home7_dl dl:last-child dt{
    border-bottom: none;
}*/
.home7_dl dl dd{
    position: relative;
    display: none;
    padding-right: 120px;
}
.home7_dl dl dd a{
    position: absolute;
    right: 0;
    top: 0;
    color: #0680FF;
}
.home7_dl dl dd a:hover{
    color: #FF8017;
}
.home7_dl dl.open dt{
    background-image: url(../images/hm/home7_jh1.png);
}
.home8{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0 60px;
}
.home8_lf{
    width: 300px;
}
.home8_nav{
    margin-bottom: 65px;
}
.home8_nav p{
    font-size: 20px;
    line-height: 38px;
    color: #5c5c5c;
    margin-bottom: 20px;
/*    padding-bottom: 2px;
    border-bottom: 1px solid #D8D8D8;
    background: url(../images/hm/home8_jt.png)right center no-repeat;*/
    transition: all .5s;
    cursor: pointer;
}
.home8_nav p:last-child{
    margin-bottom: 0;
}
.home8_nav p.cur{
    font-size: 28px;
    color: #0680FF;
/*    background-image: url(../images/hm/home1_jt1.png);*/
}
.home8_more p{
    display: none;
}
.home8_more p:first-child{
    display: block;
}
.home8_ri{
    width: 75%;
}
.home8_ri>div{
    display: none;
}
.home8_ri>div:first-child{
    display: block;
}
.home8_ul{
    position: relative;
}
.home8_ul ul,
.home8_entry{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home8_ul ul li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 40px;
}
/*.home8_ul ul li a{

}*/
.home8_entry ul{
    width: 44.7%;
}
.home8_pic img{
    width: 100%;
    border-radius: 22px;
}
.home8_entry ul li a{
    display: block;
    color: #424242;
    padding: 25px 0;
    border-bottom: 1px solid #cacaca;
}
.home8_entry ul li:last-child a{
    border-bottom: none;
}
.home8_entry ul li h2 {
    font-size: 24px;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.home8_entry ul li p {
    font-size: 16px;
    line-height: 27px;
    color: #717171;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home8_entry ul:last-child{
    width: 50%;
}
.home8_entry ul:last-child li{
    margin-bottom: 35px;
}
.home8_entry ul:last-child li a{
    padding: 20px 30px;
    border-bottom: none;
    border-radius: 22px;
    box-shadow: 0 0 16px rgba(191, 191, 191, .4);
}
.home8_entry ul li:hover h2{
    color: #0680ff;
}






.home8_img{
    width: 36.1%;
    padding-top: 5px;
}
.home8_img img{
    width: 100%;
    border-radius: 16px;
}
.home8_con{
    width: 59%;
    overflow: hidden;
}
.home8_con p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.home8_con h2{
    max-width: 260px;
    font-size: 24px;
    line-height: 32px;
    color: #111111;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home8_des{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home8_ul ul li:hover .home8_con p{
    color: #0680FF;
    text-decoration: underline;
}
.home8_ul ul li:hover .home8_con h2{
    color: #0680FF;
}
.home82_ul ul{
    width: 62.6%;
}
.home8_tu{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 29.4%;
}
.home8_tu img{
    width: 100%;
    border-radius: 16px;
}
.home82_ul ul li .home8_con{
    width: 100%;
}
.home8_m{
    display: none;
    margin-top: 5vw;
}
.home4{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.home4_lf{
    width: 320px;
}
.home4_lf_tit{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.home4_lf_tit span{
    display: block;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 8px;
    background: #0680FF;
}
.home4_lf_tit p{
/*    flex: 1;*/
    font-size:32px;
    color: #ff8017;
/*    font-weight: bold;*/
}
.home4_lf .topic{
    margin-bottom: 30px;
}
.home4_lf_des{
    margin-bottom: 64px;
}
.home4_lf_des p{
    margin-bottom: 20px;
}
.home4_lf .rubric:after{
    margin-top: 20px;
}
.home4_ri{
    position: relative;
    width: 75%;
}
.home4_b{
    height: 900px;
    padding: 0 10px;
    overflow: hidden;
}
.home4_ri:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 26%;
    background: linear-gradient(to bottom,#ffffff, rgba(255, 255, 255, 0));
}
.home4_ri:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 26%;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0), #ffffff);
}
.home4_ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home4_ul ul{
    width: 29.5%;
}
.home4_ul ul:nth-child(2){
    padding-top: 130px;
}
.home4_ri ul li{
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding: 30px 10px 25px;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all .5s;
}
.home4_one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.home4_img{
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
}
.home4_tit{
    flex: 1;
    padding-left: 15px;
    padding-top: 5px;
}
.home4_tit span{
    font-size: 16px;
    color: #0680FF;
}
.home4_tit h3{
    font-size: 32px;
    color: #111111;
    font-weight: bold;
/*    margin-bottom: 5px;*/
}
.home4_tit p{
    font-size: 14px;
}
.home4_two{
    padding-left: 10px;
}
.home4_two h4{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}
.home4_two p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home4_ri ul li:hover{
    transform: translateY(-15px);
    border-color: #0680FF;
}
.home42_ul{
    margin-top: -130px;
}




.highmark1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 120px 0;
}
.highmark1_lf{
    width: 21%;
}
.highmark1_des{
    font-size: 16px;
    line-height: 30px;
    color: #424242;
}
.highmark1_ri{
    width: 77.5%;
}
.highmark1_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.highmark1_ri ul li{
    width: 22.6%;
    padding: 30px 10px 0;
    border-radius: 22px;
    background: #f4f4f4;
}
.highmark1_ri ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #424242;
    margin-bottom: 20px;
    padding-left: 20px;
}
.highmark1_ri ul li p span{
    color: #0680ff;
}
.highmark1_img{
    min-height: 175px;
}
.highmark1_img img{
    margin: 0 auto;
}
.highmark1_ri ul li h3{
    font-size: 58px;
    color: #424242;
    font-family: "erya_m";
    text-align: center;
}
.highmark1_ri ul li h3 span{
    font-family: "erya_m";
}
.highmark1_ri ul li:nth-child(2n) p{
    margin-bottom: 10px;
}
.highmark1_ri ul li:nth-child(2) h3{
    margin-bottom: 20px;
}
.highmark1_ri ul li:nth-child(4) h3{
    margin-bottom: 40px;
}
.highmark2_row {
    position: relative;
    width: 447px;
    margin-right: 35px;
    border-radius: 22px;
    transition: all .5s;
    overflow: hidden;
}
.highmark2_row:hover{
    transform: translateY(-40px);
}
.highmark2_img img{
    width: 100%;
}
.highmark2_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: 35px 25px 35px 30px;
    z-index: 1;
}
.highmark2_con:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background: url(../images/hm/hm2tu.png)center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.highmark2_con h3{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 38px;
    margin-bottom: 15px;
}
.highmark2_con h3 p{
    font-size: 26px;
    margin-right: 20px;
}
.highmark2_con h3 span{
    font-size: 16px;
    color: #424242;
    padding: 0 12px;
    border-radius: 8px;
    background: #ffffff;
}
.highmark2_des{
    font-size: 16px;
    line-height: 25px;
}
.highmark2_con img{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.highmark2_nav{
    display: none;
}
.qh_con>div{
    display: none;
}
.qh_con>div:first-child{
    display: block;
}










.highmark3 {
    padding: 110px 0;
    background: url(../images/hm/hm3bj.jpg) top center no-repeat;
    background-size: cover;
}
.highmark3_m{
    display: none;
}
.highmark3 .component--other-industries .desktop .sticky{
    background: url(../images/hm/hm3bj.jpg)top center no-repeat;
    background-size: cover;
}
.highmark3 .component--other-industries .desktop .sticky .slides {
    display: block;
    padding: 110px 0 0;
}
.highmark3 .component--other-industries .desktop .sticky .slides .info {
    overflow: hidden;
    position: relative;
    width: 100%;

}
.highmark3_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #bdbdbd;
}
.highmark3_nav .label{
    position: relative;
    font-size: 18px;
    color: #424242;
    padding-bottom: 20px;
}
.highmark3_nav .label.--active{
    color: #0680ff;
}
.highmark3_nav .label.--active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #0680ff;
}
.highmark3 .component--other-industries .desktop .sticky .slides .content {
    width: 100%;
    margin-bottom: 0;
    background: none;
}
.highmark3 .component--other-industries .desktop .sticky .slides .content:after{
    display: none;
}
.highmark3_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 22px;
/*    box-shadow: 0 0 40px rgba(130, 130, 130, .9);*/
    background: #ffffff;
    overflow: hidden;
}
.highmark3 .image{
    overflow: unset;
}
.highmark3 .image img {
     position: unset; 
}
.highmark3_lf{
    width: 58.75%;
}
.highmark3_ri{
    position: relative;
    flex: 1;
    padding: 10px 20px 10px 80px;
}
.highmark3_ri span{
    position: absolute;
    top: -40px;
    right: 50px;
    font-size: 76px;
    color: #f4f4f4;
    font-family: "erya";
}
.highmark3_ri h3{
    font-size: 24px;
    color: #424242;
    font-weight: bold;
    margin: 20px 0 30px;
}
.highmark3_ri p{
    font-size: 16px;
    line-height: 29px;
    color: #5c5c5c;
    max-width: 420px;
    min-height: 120px;
    margin-bottom: 20px;
}
.highmark3_ri a.ind1_more {
     background: #ff8017; 
}
.highmark3_ri a.ind1_more:hover {
     background: #0680FF; 
}
.highmark3_tu img {
    max-height: 53px;
}
.home_mm{
    display: none;
}
.index_video{
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    transition: all .3s ease;
    z-index: 99;
}
.index_video video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: transparent;
}
.ban_w {
/*    display: none;*/
    height: 0;
    margin-top: 0;
}
.rubric{
    text-align: center;
    margin-bottom: 60px;
}
.rubric h2{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: bold;
}
.rubric h2 span{
    color: #0680ff;
}
.rubric p{
    font-size: 18px;
    color: #929292;
    margin: 8px 0 18px;
}
.rubric img{
    margin: 0 auto;
}
.rubric_lf{
    text-align: left;
}
.rubric_lf img{
    margin: 0;
}
.rubric_img:after{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background: #0680ff;
}
.rubric_lf:after{
    margin: 0;
}
.ab_rubric{
    margin-bottom: 35px;
}
.ab_rubric h2 b{
    font-size: 20px;
    color: #424242;
    font-weight: normal;
}
.ind1_con {
    font-size:16px;
    line-height:28px;
    color:#333333;
    margin-bottom:36px
}
a.ind1_more {
    display: inline-block;
    min-width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    border-radius: 40px;
    /* background: #0680FF; */
}
a.pcpc {
    position: relative;
    background: #0680FF;
    overflow: hidden;
    z-index: 1;
    transition: all .6s ease;
}
a.pcpc:hover {
    background: #FF8017;
}
.ind1_tu {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}
.ind1_tu span {
    display:none
}
.ind1_tu img {
/*  width:100%;*/
    transition:all .6s
}
.ind1_tu:hover img {
    transform:scale(1.08)
}
img.tu2 {
    display:none
}
.links {
    color:#424242;
    padding:15px 0;
    background:#f6f6f6
}
.foot_link {
    display:flex;
    align-items:flex-start;
    flex-wrap:wrap;
    justify-content:center
}
.foot_link h3 {
    font-size:16px;
    line-height:30px;
/*  font-weight:700;*/
    margin-right:5px
}
.foot_link_con {
    flex:1
}
.foot_link a {
    display:inline-block;
    vertical-align:top;
    font-size:16px;
    line-height:30px;
    margin-right:5px
}
.foot_link a:last-child {
    margin-right:0
}
.foot_link a:hover {
    font-weight:700
}
.foot_link a.yl:hover {
    color:#e80a0f
}
.pop{
    display: none;
}
.ban_w .pop{
    display: block;
}
.play{
    background: url(../images/play_jt.jpg)center no-repeat;
    background-size: cover;
}
.play a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
}
.play_img img{
    margin: 0 auto;
    animation: ban 2s infinite linear;
}
@keyframes ban {
  0% {
    transform: scale(.83);
  }

  50% {
    transform: scale(.9);
  }

  100% {
    transform: scale(.83);
  }
}