/* z_tanchuang */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background:white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#fff url(../images/out.png) center no-repeat;background-size:20px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer}
.z_tanchuang .tbox .modal .img{width:100%;max-width:600px;margin:0 auto}
.z_tanchuang .tbox .modal .img video{display:block;width:100%;max-width:100%;object-fit:cover;outline: none;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background:#fff url(../images/out.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{max-width:1200px}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
.z_tanchuang .tbox .modal{padding:10px}
.z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px;background-size: 14px;}
.z_tanchuang .tbox .modal .out:hover{background-size: 14px;}
}

/* btn */
.btn{width: fit-content;padding: 0 15px;height: 36px;line-height: 36px;text-align:center;color: #fff;background-image: linear-gradient(to right, #4FC5FF 0%, #1952BF 51%, #4FC5FF 100%);border-radius: 25px;background-size: 200% auto;transition: 0.5s;}
.btn img{margin-left: 10px;width: 12px;}
.btn:hover{background-position: right center;}
@media screen and (max-width: 1080px){
.btn{height: 38px;line-height: 38px;padding: 0 10px;}
}
@media screen and (max-width: 520px){
.btn{height: 32px;line-height: 32px;padding: 0 8px;}
}

/* title */
.nei_tit{position: relative;margin-bottom: 60px;}
.nei_tit .title{font-size: 40px;font-weight: bold;color: #333333;letter-spacing: 1px;}
.nei_tit .tit{font-size: 24px;color: #A3A6A8;margin-top: 1%;}
@media screen and (max-width:1080px){
.nei_tit{margin-bottom: 40px;}
.nei_tit .title{font-size: 28px;}
.nei_tit .tit{font-size: 20px;}
}
@media screen and (max-width:640px){
.nei_tit .title{font-size: 22px;font-weight: bold;}
}
@media screen and (max-width:500px){
.nei_tit{margin-bottom: 20px;}
.nei_tit .title{font-size: 20px;letter-spacing: 0px;}
.nei_tit .tit{font-size: 14px;}
}

/* header */
.header{background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);border: none;}
.header .h_logo::after{display: none;}
.header .h_logo img:nth-child(2){display: block;}
.header .h_logo img:nth-child(1){display: none;}
.header .h_logo p{color: #000;}
.header .head_nav ul.nav_list li h3 a{color: #000;}
.header .head_nav .h_other .search{border: none;}
.header .head_nav .h_other .search .icon{filter: invert(0.7);}
.header .head_nav .h_other .language span{color: #000;}
.header .head_nav .h_other .language span img{filter: invert(0.7);}
.header .head_btn .bar1, .header .head_btn .bar2, .header .head_btn .bar3{background: #333;}
 
/* banner */
.banner{position:relative;margin-top: 90px;}
.banner::after{content: "";position: absolute;left: 0;top: 0;background-image: linear-gradient(to right bottom, red, green);}
.banner .bg{width:100%}
.banner .bg img{width:100%}
.banner .text{position: absolute;top:35%;left:0;width: 100%;height: auto;}
.banner .text h3{font-size: 36px;color: #fff;}
.banner .text p{font-size: 18px;color: #fff;margin: 30px 0;}
.banner .text .btn a{display: flex;align-items: center;justify-content: center;}
@media screen and (max-width: 1660px){
.banner{margin-top: 80px;}
}
@media screen and (max-width: 1280px){
.banner .text h3{font-size: 34px;}
.banner .text p{font-size: 17px;margin: 20px 0;}
}
@media screen and (max-width: 1080px){
.banner .text{top: 26%;}
.banner .text h3{font-size: 30px;}
.banner .text p{font-size: 17px;margin: 20px 0;}
}
@media screen and (max-width: 768px){
.banner .text{top: 26%;}
.banner .text h3{font-size:24px;}
.banner .text p{font-size: 16px;margin: 15px 0;}
}
@media screen and (max-width: 520px){
.banner{margin-top: 60px;}
.banner .bg{height:240px;}
.banner .bg img{height:100%;object-fit:cover}
.banner .text h3{font-size: 18px;}
.banner .text p{font-size: 12px;margin: 10px 0 20px;}
.banner .btn{font-size: 13px;height: 30px;line-height: 30px;}
}
 
/* b_nav */
.b_nav{background:#fff;line-height: 70px;border-bottom: 1px solid #eee;}
.b_nav .swiper-slide{text-align: center;}
.b_nav .item{display:inline-block;position:relative;z-index:1;}
.b_nav .item div{display: flex;justify-content: center;}
.b_nav .item a{font-size: 16px;position:relative;width: max-content;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.b_nav .item a:after{content:'';position:absolute;left:50%;bottom:0;height:2px;width:0;background:#0E46B9;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;}
.b_nav .item .aNow a{color: #0E46B9;}
.b_nav .item .aNow a:after, .b_nav .item a:hover:after{ width: 100%; left: 0; }
.b_nav .item .aNow a:hover{color:#0E46B9}
.b_nav .swiper-button-next{background-color: rgb(255 255 255 / 80%);box-shadow: 1px 1px 10px #ccc;height: 70px;top: 23px;width: 45px;right: 0;}
.b_nav .swiper-button-prev{background-color: rgb(255 255 255 / 80%);box-shadow: 1px 1px 10px #ccc;height: 70px;top: 23px;width: 45px;left: 0;}
.b_nav .swiper-button-next:after,.b_nav .swiper-button-prev:after{color: #000;font-size: 20px;font-weight: bold;}
.b_nav .swiper-button-next.swiper-button-disabled, .b_nav .swiper-button-prev.swiper-button-disabled{opacity: 0;}
@media screen and (max-width: 1280px){
.b_nav .item a{font-size: 16px;}
}
@media screen and (max-width: 1080px){
.b_nav{overflow: auto hidden;}
.b_nav .w1400{display: inherit;}
}
@media screen and (max-width: 768px){
.b_nav{line-height: 55px;}
.b_nav .item a{line-height: 55px;}
.b_nav .item a:after{bottom: 10px;}
.b_nav .swiper-button-prev,.b_nav .swiper-button-next{height:55px;top: 23px;width: 40px;}
}
@media screen and (max-width: 520px){
.b_nav{line-height: 50px;}
.b_nav .item a{font-size: 14px;}
.b_nav .swiper-button-prev,.b_nav .swiper-button-next{height:55px;top: 22px;width: 30px;}
.b_nav .swiper-button-next:after,.b_nav .swiper-button-prev:after{font-size: 16px;}
}

/* yf01 */
.yf01{padding: 90px 0;background: url(../images/ys01_bg.jpg);background-size: cover;}
.yf01 .nei_tit{text-align: center;}
.yf01 .list .item{margin-bottom:50px;}
.yf01 .list .item:nth-child(4){display: none;}
.yf01 .list .item:nth-child(5){display: none;}
.yf01.yf01_5 .list .item:nth-child(4){display: block;}
.yf01 .list2{justify-content: center;}
.yf01 .item{width: 29.333%;margin-right: 6%;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 24px;}
.yf01 .item:nth-child(3){margin-right: 0;}
.yf01.yf01_5 .item{width: 23.5%;margin-right: 2%;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 24px;}
.yf01.yf01_5 .item:nth-child(4n+4){margin-right: 0;}
.yf01 .item .img{overflow: hidden;border-top-left-radius: 24px;border-top-right-radius: 24px;height: 230px;}
.yf01 .item .img img{width: 100%;transition: all .6s ease;height: 100%;object-fit: cover;}
.yf01 .item:hover .img img{transform: scale(1.06);}
.yf01 .item .t{color: #fff;font-size: 18px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;background: #0E46B9;text-align: center;padding: 10px;display: flex;min-height: 40px;align-items: center;justify-content: center;}
.yf01 .item .t span{font-weight: bold;margin-right: 4px;}
.yf01.yf01_5 .list .item:nth-child(5){display: block;}
.yf01.yf01_5 .item .t{height: auto;line-height: 28px;padding: 8px 0;}
@media screen and (max-width: 1080px){
.yf01{padding: 60px 0;}
.yf01 .item .t{font-size: 16px;padding: 5px;}
.yf01 .item .img{border-top-left-radius: 16px;border-top-right-radius: 16px;height: auto;}
.yf01 .item .t{border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;}
}
@media screen and (max-width:768px){
.yf01 .list2{display: none;}
.yf01 .list .item:nth-child(4){display: block;}
.yf01 .list .item:nth-child(5){display: block;}
.yf01 .list .item{margin-bottom:4%;}
.yf01 .item{width: 48%;}
.yf01 .item:nth-child(odd){margin-right: 4%;}
.yf01 .item:nth-child(even){margin-right: 0;}
.yf01.yf01_5 .item:nth-child(odd){margin-right: 2%;}
.yf01.yf01_5 .item:nth-child(2){margin-right: 2%;}
}
@media screen and (max-width:520px){
.yf01{padding:30px 0;}
.yf01 .item .t{font-size: 12px;}
.yf01 .item .img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.yf01 .item .t{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.yf01.yf01_5 .item{width: 48%;margin-right: 4%;}
.yf01.yf01_5 .item:nth-child(odd){margin-right: 4%;}
.yf01.yf01_5 .item:nth-child(even){margin-right: 0;}
.yf01.yf01_5 .item .t{font-size: 14px;line-height: 22px;padding: 4px 0;}
}


/* yf02 */
.yf02{padding: 90px 0;background: url(../images/ys02_bg.jpg);background-size: cover;}
.yf02 .nei_tit{margin-bottom: 50px;text-align: center;}
.yf02 .yf2{padding-top: 40px;}
.yf02 .item{width: 17.6%;margin-right: 3%;background-image: linear-gradient(to right, #9CCCF6 3%, #1952BF 51%, #9CCCF6 100%);border-radius: 25px;background-size: 200% auto;transition: 0.5s;position: relative;transition: 0.5s;height: auto;}
.yf02 .item .icon{text-align: center;margin-top: -40px;}
.yf02 .item .icon img{width:90px;}
.yf02 .item .info{padding: 20px;padding-top: 20px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.yf02 .item .info h2{font-size: 22px;color: #fff;font-weight: bold;margin-bottom: 20px;text-align: center;width: 100%;}
.yf02 .item .info p{font-size: 16px;color: #fff;margin-bottom: 10px;line-height: 24px;}
.yf02 .item:nth-child(even){background-image: linear-gradient(to right, #F1F3F5 0%, #adadaf 51%, #F1F3F5 100%);}
.yf02 .item:nth-child(even) .info h2{color: #000;}
.yf02 .item:nth-child(even) .info p{color: #000;}
.yf02 .item:hover{background-position: right center;}
.yf02 .cont_img{text-align: center;}
@media screen and (max-width:1400px){
.yf02 .item .info p{font-size:16px;}
}
@media screen and (max-width:1280px){
.yf02 .yf2{padding-bottom: 60px;}
.yf02 .yf2 .swiper-pagination-bullet{background: #fff;opacity: 1;width:30px;height: 4px;border-radius: 0;}
.yf02 .yf2 .swiper-pagination-bullet-active{background: #0E46B9;}
}
@media screen and (max-width:1080px){
.yf02{padding: 60px 0;}	
.yf02 .item .info p{padding-left: 0;text-align: center;}
}
@media screen and (max-width:768px){
.yf02 .item .icon img{width: 70px;}
.yf02 .item .info h2{font-size: 20px;}
.yf02 .item .info p{padding-left: 0;text-align: center;}
}
@media screen and (max-width:520px){
.yf02{padding: 30px 0 20px;}	
.yf02 .nei_tit{margin-bottom: 10px;}
.yf02 .item .icon{margin-top: -25px;}
.yf02 .item .icon img{width:50px;}
.yf02 .item .info{padding: 10px;}
.yf02 .item .info h2{font-size: 16px;margin-bottom: 15px;}
.yf02 .item .info p{text-align: left;font-size:14px;line-height: 22px;margin-bottom: 6PX;}
.yf02 .yf2{padding-bottom:45px;}
.yf02 .yf2 .swiper-pagination-bullet{width:25px;height: 3px;}
}

/* yf03 */
.yf03{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf03 .nei_tit{margin-bottom: 10px;text-align: center;}
.yf03 .pic img{max-width: 100%;}
@media screen and (max-width:1080px){
.yf03{padding: 60px 0;}	
}
@media screen and (max-width:640px){
.yf03{padding: 30px 0;}
.yf03 .pic{height: 260px;}
.yf03 .pic img{height: 100%;object-fit: cover;}
}

/* yf03_1 */
.yf03_1{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf03_1 .nei_tit{margin-bottom: 10px;text-align: center;}
.yf03_1 .cont{margin-top: 60px;}
.yf03_1 .cont .ul{position: relative;height: 140px;align-items: center;padding-top: 80px;justify-content: center;overflow: hidden;text-align: center;}
.yf03_1 .cont .ul li{font-size: 24px;color: #fff;font-weight: bold;z-index: 99;width: 30%;}
.yf03_1 .cont .ul li:nth-child(2){}
.yf03_1 .cont .ul::before{content: "";position: absolute;top: 0;width: 90%;height: 100%;background: url(../images/sanjiao.png);background-size: contain;background-repeat: no-repeat;}
.yf03_1 .cont .ul2{background: #CCCCCC;justify-content: space-around;padding: 10px 0;border-radius: 10px;width: 65%;margin: 0 auto;margin-bottom: 10px;}
.yf03_1 .cont .ul2 li{color: #FF2903;font-size: 24px;font-weight: bold;text-align: center;}
.yf03_1 .cont .ul3{background: #CCCCCC;justify-content: center;margin-bottom: 15px;padding: 15px 0;clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);}
.yf03_1 .cont .ul3 li{color: #001CE5;font-size: 20px;font-weight: bold;width: 20%;text-align: center;}
.yf03_1 .cont .ul4{justify-content: space-around;margin-bottom: 15px;padding: 10px 0;border-radius: 10px;border: 2px solid #001CE5;margin-top: 25px;}
.yf03_1 .cont .ul4 li{color: #001CE5;font-size: 20px;font-weight: bold;text-align: center;}
.yf03_1 .cont .yf3 .item {background: #dcdddd;height: auto;}
.yf03_1 .cont .yf3 .info{border-radius: 10px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.yf03_1 .cont .yf3 h2{font-size: 19px;color:#fff;font-weight:700;text-align:center;background:#ff2903;padding: 4px 2px;border-top-left-radius: 5px;border-top-right-radius: 5px;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.yf03_1 .cont .yf3 .text{padding: 20px 10px 10px 10px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.yf03_1 .cont .yf3 .text p{font-size:17px;color:#333;margin-bottom:8px;/* padding-left:18px */}
@media screen and (max-width:1080px){
.yf03_1{padding: 60px 0;}	
.yf03_1 .cont .ul{padding-top: 75px;height: 120px;}
.yf03_1 .cont .ul::before{width: 100%;}
.yf03_1 .cont .ul2{width: 90%;}
.yf03_1 .cont .yf3{padding-bottom: 60px;}
.yf03_1 .cont .yf3 .swiper-pagination-bullet{background: #DCDDDD;opacity: 1;width:30px;height: 4px;border-radius: 0;}
.yf03_1 .cont .yf3 .swiper-pagination-bullet-active{background: #0E46B9;}
}
@media screen and (max-width:900px){
.yf03_1 .cont .ul{padding-top: 60px;height: 100px;}
.yf03_1 .cont .ul2 li{font-size: 22px;}
.yf03_1 .cont .ul3 li{font-size: 16px;margin-bottom: 8px;}
.yf03_1 .cont .yf3 .text p{font-size: 15px;}
}
@media screen and (max-width:768px){
.yf03_1 .cont .ul{height: 100px;padding-top: 45px;}
.yf03_1 .cont .ul li{font-size: 18px;}
.yf03_1 .cont .ul2 li{font-size: 18px;}
.yf03_1 .cont .yf3{padding-bottom: 40px;}
.yf03_1 .cont .yf3 h2{font-size: 18px;}
.yf03_1 .cont .ul4{margin-top: 10px;padding: 6px 0;}
.yf03_1 .cont .ul4 li{font-size: 18px;}
}
@media screen and (max-width:640px){
.yf03_1 .cont .ul{padding-top: 45px;height: 80px;}
}
 
@media screen and (max-width:520px){
.yf03_1{padding: 30px 0;}
.yf03_1 .cont{margin-top: 30px;}
.yf03_1 .cont .ul{height: 65px;padding-top: 35px;}
.yf03_1 .cont .ul li{font-size: 16px;}
.yf03_1 .cont .ul2 li{font-size: 16px;width: 50%;}
.yf03_1 .cont .ul3{padding: 10px 0;}
.yf03_1 .cont .ul3 li{width: 30%;}
.yf03_1 .cont .ul3 li:nth-child(1){width: 35%;}
.yf03_1 .cont .ul3 li:nth-child(2){width: 35%;}
.yf03_1 .cont .ul3 li:nth-child(3){width: 30%;}
.yf03_1 .cont .ul3 li:nth-child(4){width: 50%;}
.yf03_1 .cont .ul3 li:nth-child(5){width: 50%;}
.yf03_1 .cont .yf3{padding-bottom: 40px;}
.yf03_1 .cont .yf3 h2{font-size: 16px;}
.yf03_1 .cont .ul4{margin-top: 10px;padding: 6px 0;}
.yf03_1 .cont .ul4 li{font-size: 16px;}
}
@media screen and (max-width:420px){
.yf03_1{padding: 30px 0;}
.yf03_1 .cont{margin-top: 30px;}
.yf03_1 .cont .ul{height: 30px;padding-top: 40px;margin-bottom: 10px;}
.yf03_1 .cont .ul::before{width: 105%;}
.yf03_1 .cont .ul li{font-size: 14px;width: 30%;}
.yf03_1 .cont .ul3{margin-bottom: 10px;padding: 8px 0 0;}
.yf03_1 .cont .ul2{width: 100%;padding: 7px 0;line-height: 1.8;}
.yf03_1 .cont .ul2 li{font-size: 14px;}
.yf03_1 .cont .yf3{padding-bottom: 35px;}
.yf03_1 .cont .yf3 h2{font-size: 16px;}
.yf03_1 .cont .ul4{margin-top: 5px;padding: 6px 0 0;margin-bottom: 0px;}
.yf03_1 .cont .ul4 li{font-size: 14px;margin-bottom: 6px;}
}

/* yf03_3 */
.yf03_3{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf03_3 .nei_tit{margin-bottom: 10px;text-align: center;}
.yf03_3 .cont{margin-top: 60px;}
.yf03_3 .cont .wrap:nth-child(1){background: #DCDDDD;padding-top: 140px;clip-path: polygon(50% -2%, 50% 0%, 101% 100%, -1% 100%);}
.yf03_3 .cont .ul1{width: 40%;margin: 0 auto;margin-bottom: 15px;}
.yf03_3 .cont .ul1 li{text-align:center;width:calc(48% - 16px);background:#001ee6;margin-right:2%;color:#fff;font-size:24px;font-weight:700;border-radius:20px;padding:4px 8px;}
.yf03_3 .cont .ul1 li:nth-last-child(1){margin-right: 0;}
.yf03_3 .cont .ul2{width: 65%;margin: 0 auto;}
.yf03_3 .cont .ul2 li{text-align:center;width: 32%;background:#ff2903;margin-right:2%;color:#fff;font-size:17px;font-weight:700;border-radius:20px;padding:4px 0;margin: 1% 0;}
.yf03_3 .cont .ul2 li:nth-child(3n+3){margin-right: 0;}
.yf03_3 .cont .h_title{text-align:center;width: 78%;margin: 0 auto;margin-top: 10px;background:#001ee6;color:#fff;font-size: 24px;font-weight:700;border-radius:20px;padding:4px 0;letter-spacing:1px;}
.yf03_3 .cont .yf3{margin-top: 40px;}
.yf03_3 .cont .item{background: #DCDDDD;border-radius: 6px;}
.yf03_3 .cont .item .hd{color:#001ee6;font-size: 24px;font-weight:700;text-align: center;margin: 6px 0 15px;height: 55px;}
.yf03_3 .cont .item .text{display: flex;flex-wrap: wrap;padding: 0 8px;justify-content: space-between;margin-bottom: 25px;}
.yf03_3 .cont .item .text div{border: 1px solid #001ee6;border-radius: 15px;padding: 15px 8px;line-height: 2;width: -webkit-fill-available;margin-top: 10px;}
.yf03_3 .cont .item .text div p{color: #333;font-size: 15px;}
.yf03_3 .cont .ul3{margin-top: 30px;}
.yf03_3 .cont .ul3 li{text-align:center;width: 18.4%;background:#ff2903;margin-right:2%;color:#fff;font-size:17px;font-weight:700;border-radius:20px;padding: 8px 0;}
.yf03_3 .cont .ul3 li:nth-last-child(1){margin-right: 0;}
.yf03_3 .cont .ul4{margin-top: 30px;}
.yf03_3 .cont .ul4 li{text-align:center;width: 32%;background: #001ee6;margin-right:2%;color:#fff;font-size:17px;font-weight:700;border-radius: 6px;padding: 15px 0;}
.yf03_3 .cont .ul4 li:nth-last-child(1){margin-right: 0;}
@media screen and (max-width:1080px){
.yf03_3{padding: 60px 0;}	
.yf03_3 .cont{margin-top: 40px;}
.yf03_3 .cont .h_title{font-size: 20px;}
.yf03_3 .cont .ul1 li{font-size: 20px;}
.yf03_3 .cont .ul2 li{font-size: 15px;}
.yf03_3 .cont .item .text div{text-align: center;padding: 15px 3px;}
.yf03_3 .cont .item .hd{font-size: 20px;margin: 6px 0 0;}
.yf03_3 .cont .yf3{padding-bottom: 60px;}
.yf03_3 .cont .yf3 .swiper-pagination-bullet{background: #DCDDDD;opacity: 1;width:30px;height: 4px;border-radius: 0;}
.yf03_3 .cont .yf3 .swiper-pagination-bullet-active{background: #0E46B9;}
}
@media screen and (max-width:768px){
.yf03_3 .cont .wrap:nth-child(1){padding-top: 100px;}
.yf03_3 .cont .h_title{font-size: 18px;margin-top: 10px;}
.yf03_3 .cont .ul1 li{font-size: 14px;width: 35%;}
.yf03_3 .cont .ul2{width: 58%;}
.yf03_3 .cont .yf3{padding-bottom: 40px;margin-top: 20px;}
.yf03_3 .cont .item .hd{font-size: 20px;margin: 10px 0;height: 30px;}
.yf03_3 .cont .item .text{margin-bottom: 15px;}
.yf03_3 .cont .item .text div{padding: 8px;}
.yf03_3 .cont .item .text div p{font-size: 14px;}
.yf03_3 .cont .ul3{margin-top: 10px;}
.yf03_3 .cont .ul3 li{font-size: 16px;}
.yf03_3 .cont .ul4{margin-top: 20px;}
.yf03_3 .cont .ul4 li{font-size: 16px;padding: 10px 0;}
}

@media screen and (max-width:520px){
.yf03_3{padding: 30px 0;}
.yf03_3 .cont .wrap:nth-child(1){clip-path: initial;padding: 15px;border: 1px solid #001EE6;background: none;}
.yf03_3 .cont .ul1{width: auto;justify-content: center;}
.yf03_3 .cont .ul2{width: 100%;}
.yf03_3 .cont .ul2 li{font-size: 14px;width: 49%;}
.yf03_3 .cont .ul2 li:nth-child(odd){margin-right: 2%}
.yf03_3 .cont .ul2 li:nth-child(even){margin-right: 0;}
.yf03_3 .cont .yf3{margin-top: 15px;}
.yf03_3 .cont .h_title{font-size: 14px;margin-top: 8px;width: 100%;}
.yf03_3 .cont .item .hd{font-size: 16px;}
.yf03_3 .cont .item .text div{padding: 8px;}
.yf03_3 .cont .item .text div p{font-size: 12px;line-height: 24px;}
.yf03_3 .cont .ul3 li{width: 32%;font-size: 14px;margin-bottom: 2%;padding: 5px 0;}
.yf03_3 .cont .ul3{justify-content: center;margin-top: 5px;}
.yf03_3 .cont .ul3 li:nth-child(3){margin-right: 0;}
.yf03_3 .cont .ul4{margin-top: 10px;}
.yf03_3 .cont .ul4 li{font-size: 14px;}
}
@media screen and (max-width:350px){
.yf03_3 .cont .item .text{flex-wrap: initial;}
.yf03_3 .cont .item .text div{padding: 4px;}
.yf03_3 .cont .ul4 li{font-size: 12px;}
}

/* yf03_4 */
.yf03_4{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf03_4 .nei_tit{margin-bottom: 10px;text-align: center;}
.yf03_4 .cont .img{text-align: center;margin: 50px 0;}
.yf03_4 .cont .img img{width: 70%;}
.yf03_4 .cont .ul{}
.yf03_4 .cont li{border-radius: 10px;width: 15.83%;margin-right: 1%;}
.yf03_4 .cont li:nth-last-child(1){margin-right: 0;}
.yf03_4 .cont li h3{font-size:19px;color:#fff;font-weight:700;text-align:center;background:#FF0000;padding:6px 0;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.yf03_4 .cont li p{font-size: 14px;line-height: 26px;color:#333;margin-bottom:8px;padding-left:18px;background:#dcdddd;padding:15px;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;min-height: 130px;border: 1px solid #FF0000;}
@media screen and (max-width:1550px){
.yf03_4 .cont li p{min-height:160px;}
}
 
@media screen and (max-width:1280px){
.yf03_4 .cont li{width: 32%;margin-right: 2%;margin-bottom: 2%;}
.yf03_4 .cont li:nth-child(3n+3){margin-right: 0;}
.yf03_4 .cont li p{min-height: 80px;}
}
@media screen and (max-width:1080px){
.yf03_4{padding: 60px 0;}	
.yf03_4 .cont .img img{width: 100%;}
.yf03_4 .cont li h3{font-size: 18px;}
}
@media screen and (max-width:640px){
.yf03_4{padding: 30px 0;}
.yf03_4 .cont .img{margin: 20px 0;}
.yf03_4 .cont li{width: 49%;margin-bottom: 2%;}
.yf03_4 .cont li:nth-child(odd){margin-right: 2%;}
.yf03_4 .cont li:nth-child(even){margin-right: 0;}
.yf03_4 .cont li h3{font-size:15px;padding:5px 0}
.yf03_4 .cont li p{font-size: 13px;padding:6px;line-height: 20px;height: 115px; overflow: hidden;}
}
@media screen and (max-width:388px){
.yf03_4 .cont li p{height: 160px;}
}

/* yf03_5 */
.yf03_5{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf03_5 .nei_tit{margin-bottom: 10px;text-align: center;}
.yf03_5 .cont_img{text-align: center;}
/* .yf03_5 .cont{margin-top:60px;}
.yf03_5 .wrap{width: 32%;}
.yf03_5 .wrap:nth-child(1){margin-top: 30px;}
.yf03_5 .wrap:nth-child(2){width: 36%;position: relative;}
.yf03_5 .wrap:nth-child(3){margin-top: 30px;}
.yf03_5 .wrap:nth-child(3) .item{margin: 0 auto;margin-right: 0;}
.yf03_5 .wrap .icon_img{position: absolute;top: 43%;left: 50%;transform: translate(-50%,-50%);}
.yf03_5 .wrap .icon_img img{animation: ab3_1Rotate 10s infinite linear;}
.yf03_5 .wrap .item{width:60%;text-align:center}
.yf03_5 .wrap .item .hd{font-size:22px;font-weight:700;background:#1c77f9;padding:4px 60px;border-radius:24px;color:#fff;position: relative;}
.yf03_5 .wrap .item .hd::before{position: absolute;content: "";width: 90%;height: 2px;background: #1c77f9;left: 100%;top: 50%;}
.yf03_5 .wrap .item .hd::after{position: absolute;content: "";width: 8px;height: 8px;background: #1c77f9;left: 188%;top: 44%;border-radius: 50%;}
.yf03_5 .wrap:nth-child(1) .item:nth-child(2) .hd::before{width: 58%;}
.yf03_5 .wrap:nth-child(1) .item:nth-child(2) .hd::after{left: 158%;}
.yf03_5 .wrap:nth-child(3) .item .hd::before{left: -90%;}
.yf03_5 .wrap:nth-child(3) .item .hd::after{left: -90%;}
.yf03_5 .wrap:nth-child(3) .item:nth-child(2) .hd::before{width: 58%;left: -58%;}
.yf03_5 .wrap:nth-child(3) .item:nth-child(2) .hd::after{left: -60%;}
.yf03_5 .wrap .item .text{line-height:1.8;padding:10px 0 20px}
.yf03_5 .wrap .item .text p{font-size:16px;color:#333}
@keyframes ab3_1Rotate{0%{transform:rotate(0)}
100%{transform:rotate(-360deg)}
}
@media screen and (max-width:1500px){
.yf03_5 .wrap .icon_img{top: 35%;}
}
@media screen and (max-width:1280px){
.yf03_5 .wrap .item .text{line-height: 22px;padding: 5px 0;}
.yf03_5 .wrap .item .hd{padding: 4px 0;}
.yf03_5 .wrap .bg_img{margin-top: 15px;}
.yf03_5 .wrap .icon_img{text-align: center;top: 43%;}
.yf03_5 .wrap .icon_img img{width: 80%;}
} */
@media screen and (max-width:1080px){
.yf03_5{padding: 60px 0;}	
/* .yf03_5 .wrap{width: 25%;}
.yf03_5 .wrap:nth-child(2){width: 50%;}
.yf03_5 .wrap .icon_img{top: 46%;}
.yf03_5 .wrap .item .hd{font-size: 18px;} */
}
/* @media screen and (max-width:768px){
.yf03_5 .cont{margin-top: 40px;}
.yf03_5 .wrap:nth-child(2){display: none;}
.yf03_5 .wrap{width: 50%;}
.yf03_5 .wrap .item{width: 92%;}
.yf03_5 .wrap .item .hd::after{display: none;}
.yf03_5 .wrap:nth-child(3) .item .hd::before{display: none;}
} */
@media screen and (max-width:520px){
.yf03_5{padding: 30px 0;}
/* .yf03_5 .cont{margin-top: 0px;}
.yf03_5 .wrap .item .hd{font-size: 16px;padding: 3px 0;}
.yf03_5 .wrap .item .text{line-height: 22px;}
.yf03_5 .wrap .item .text p{font-size: 14px;} */
}

/* yf03_6 */
.yf03_6{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf03_6 .nei_tit{margin-bottom: 10px;text-align: center;}
.yf03_6 .pic{height: 240px;}
.yf03_6 .pic img{position: absolute;clip: rect(0px 0vw 50vw 0px);transition: 5s all;left: 23%;width: 52%;}
.yf03_6 .pic .imgAn{clip: rect(0px 90vw 50vw 0px);}
.yf03_6 .cont{text-align: center;margin: 0 auto;}
.yf03_6 .cont .h3{font-size: 34px;font-weight: bold;color:#FF2802;margin: 20px 0 20px;}
.yf03_6 .cont table{border-collapse: collapse;text-align: center;margin: 0 auto;border-radius: 14px;border: 2px solid #001EE6;}
.yf03_6 .cont table tr td{padding: 8px 40px;border: 2px solid #001EE6;font-size: 16px;color: #001EE6;}
.yf03_6 .cont table tr td:nth-child(1){color: #333;}
.yf03_6 .cont table tr:nth-child(1){background: #001EE6;}
.yf03_6 .cont table tr:nth-child(1) td{color: #fff;border-right:2px solid #fff;font-weight: bold;}
.yf03_6 .cont table tr:nth-child(1) td:nth-last-child(1){border: none;}
.yf03_6 .cont .ul{justify-content: space-between;margin: 30px 0;}
.yf03_6 .cont li{background: #001EE6;border-radius: 14px;color: #fff;padding: 15px 10px;font-size: 14px;position: relative;}
.yf03_6 .cont li:before{content:"";position:absolute;width:0;height:0;left: 105%;top: 40%;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 10px solid #001EE6;transform: rotate(270deg);}
.yf03_6 .cont li:nth-last-child(1):before{display: none;}
.yf03_6 .cont .text .t1{font-size: 34px;font-weight: bold;color:#FF2802;text-align: left;letter-spacing: 2px;}
.yf03_6 .cont .text .t2{font-size: 16px;color:#333;margin-top: 10px;text-align: left;}
@media screen and (max-width:1440px){
.yf03_6 .cont li{padding: 10px 6px;}
.yf03_6 .cont li:before{left: 104%;}
}
@media screen and (max-width:1350px){
.yf03_6 .cont li{padding: 6px;font-size: 16px;width: calc(23.5% - 12px);margin-right: 2%;margin-bottom: 2%;display: flex;align-items: center;justify-content: center;}
.yf03_6 .cont li:nth-child(4n+4){margin-right: 0;}
.yf03_6 .cont li:before{display: none;}
}
@media screen and (max-width:1280px){
.yf03_6 .pic{height: 168px;}
.yf03_6 .pic img{left: 21%;width: 56%;}
}
@media screen and (max-width:1080px){
.yf03_6{padding: 60px 0;}
.yf03_6 .pic{height: 135px;}
.yf03_6 .cont .ul{margin: 30px 0 0;}
.yf03_6 .cont li{font-size: 14px;}
.yf03_6 .cont li:nth-child(4n+4){margin-right: 0;}
.yf03_6 .cont .h3{font-size: 28px;}
.yf03_6 .cont .text .t1{font-size: 28px;}
}
@media screen and (max-width:768px){
.yf03_6 .pic{height: 120px;}
.yf03_6 .pic img{left: 9%;width: 80%;}
.yf03_6 .cont li{margin-bottom: 25px;}
.yf03_6 .cont table tr td{padding: 4px 30px;border: 2px solid #001EE6;font-size: 14px;}
.yf03_6 .cont .ul{margin: 20px 0;justify-content: center;}
.yf03_6 .cont .h3{font-size: 24px;}
.yf03_6 .cont .text .t1{font-size: 24px;letter-spacing: 3px;}
.yf03_6 .cont .text .t2{font-size: 14px;}
}
@media screen and (max-width:520px){
.yf03_6{padding: 30px 0;}
.yf03_6 .pic{height: 60px;}
.yf03_6 .pic img{left: 5%;width: 90%;}
.yf03_6 .cont li{margin-bottom: 4%;width: calc(48% - 12px);font-size: 12px;padding: 6px;margin-right: 4%;}
.yf03_6 .cont li:nth-child(odd){margin-right: 4%;}
.yf03_6 .cont li:nth-child(even){margin-right: 0;}
.yf03_6 .cont table tr td{padding: 4px 15px;border: 2px solid #001EE6;font-size: 12px;}
.yf03_6 .cont .ul{margin: 20px 0 5px;justify-content: center;}
.yf03_6 .cont .h3{font-size: 16px;margin: 15px 0 10px;}
.yf03_6 .cont .text .t1{font-size: 16px;letter-spacing: 0px;}
.yf03_6 .cont .text .t2{font-size: 13px;margin-top: 5px;line-height: 20px;}
}

/* yf04 */
.yf04{padding: 90px 0;background: url(../images/ys04_bg.jpg);background-size: cover;}
.yf04 .nei_tit{text-align: center;}
.yf04 .list{justify-content: center;}
.yf04 .item{width: 30.3333%;margin-right:4%;margin-bottom: 2.5%;background: #fff;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.2);position: relative;overflow: hidden;transition: 0.5s;}
.yf04 .item:nth-child(3n+3){margin-right: 0;}
.yf04 .item .info{padding: 30px;}
.yf04 .item img{width: 65px;filter: invert(0.8);}
.yf04 .item h3{font-size: 28px;font-weight: bold;color: #333;margin: 15px 0;line-height: 1.6;}
.yf04 .item:nth-child(5) h3{font-size: 19px;}
.yf04 .item:nth-child(6) h3{font-size: 20px;}
.yf04 .item p{font-size: 16px;color: #333;}
.yf04 .item .big{font-size: 70px;font-weight: bold;color: #EAEAEA;position: absolute;right: 0;bottom: -26px;}
.yf04 .item:hover{background-image: linear-gradient(to right, #4FC5FF 0%, #1952BF 51%, #4FC5FF 100%);background-size: 200% auto;}
.yf04 .item:hover img{filter: initial;}
.yf04 .item:hover h3{color: #fff;}
.yf04 .item:hover p{color: #fff;}
.yf04 .item:hover .big{color: #467BD1;}
.yf04.yf04_5 .item{width: 32%;margin-right: 2%;}
.yf04.yf04_5 .item:nth-child(3n+3){margin-right: 0;}
.yf04.yf04_5 .item .info{padding: 30px 40px;}
.yf04.yf04_5 .item h3{font-size: 24px;line-height: 1.6;}
.yf04.yf04_7 .item{width: 23.5%;margin-right: 2%;}
.yf04.yf04_7 .item:nth-child(4n+4){margin-right: 0;}
@media screen and (max-width:1080px){
.yf04{padding: 60px 0;}	
.yf04.yf04_5 .item .info{padding: 20px;}
.yf04.yf04_5 .item h3{font-size: 20px;line-height: 1.6;}
.yf04 .item .big{font-size: 55px;}
.yf04.yf04_7 .item{width: 48%;margin-right: 4%;}
.yf04.yf04_7 .item:nth-child(odd){margin-right: 4%;}
.yf04.yf04_7 .item:nth-child(even){margin-right: 0;}
}
@media screen and (max-width:768px){
.yf04 .list{justify-content: left;}
.yf04 .item{width: 48%;margin-bottom: 4%;}
.yf04 .item:nth-child(odd){margin-right: 4%;}
.yf04 .item:nth-child(even){margin-right: 0;}
.yf04 .item .big{font-size: 56px;}
.yf04.yf04_5 .item{width: 48%;margin-right: 4%;}
.yf04.yf04_5 .item:nth-child(odd){margin-right: 4%;}
.yf04.yf04_5 .item:nth-child(even){margin-right: 0;}

}
@media screen and (max-width:520px){
.yf04{padding: 30px 0;}	
.yf04 .item .info{padding: 16px;}
.yf04 .item img{width: 40px;}
.yf04 .item h3{font-size: 18px;margin: 5px 0;line-height: 22px;}
.yf04 .item:nth-child(5) h3{font-size: 14px;}
.yf04 .item:nth-child(6) h3{font-size: 14px;}
.yf04 .item p{font-size: 14px;}
.yf04 .item .big{font-size: 30px;bottom: -15px;}
.yf04.yf04_5 .item h3{font-size: 16px;margin: 5px 0;line-height: 24px;}
.yf04 .item .big{font-size: 30px;bottom: -15px;}

}

/* yf05 */
.yf05{padding: 90px 0;background: url(../images/ys05_bg.jpg);background-size: cover;}
.yf05 .nei_tit{text-align: center;}
.yf05 .pic{position:relative;padding-bottom:75%;width:100%;height:0;overflow:hidden;}
.yf05 .pic img{transition:all 1s;height:100%;object-fit:cover;width:100%;position:absolute}
.yf05 .info{background:#fff;padding:30px}
.yf05 .info h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:22px}
.yf05 .info p{font-size:15px;line-height:26px;margin:20px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.yf05 .bt{display:flex;flex-wrap:wrap;justify-content:space-between}
.yf05 .bt .date{color:#c1c1c1;font-size:16px;font-weight:700}
.yf05 .bt span{font-size:15px}
.yf05 .swiper-slide:hover .pic img{transform: scale(1.06);}
.yf05 .swiper-slide:hover .info h3{color: #0E46B9;}
.yf05 .btn{margin: 0 auto;margin-top: 60px;}
@media screen and (max-width:1080px){
.yf05{padding: 60px 0;}
.yf05 .btn{margin-top: 40px;}
.yf05 .yf5{padding-bottom: 60px;}
.yf05 .yf5 .swiper-pagination-bullet{background: #fff;opacity: 1;width:30px;height: 4px;border-radius: 0;}
.yf05 .yf5 .swiper-pagination-bullet-active{background: #0E46B9;}
}
@media screen and (max-width:520px){
.yf05{padding: 30px 0;background-size: contain;}
.yf05 .btn{margin-top: 10px;}
.yf05 .yf5{padding-bottom: 40px;}
.yf05 .yf5 .swiper-pagination-bullet{width:20px;height: 3px;}
.yf05 .yf5 .swiper-pagination-bullet-active{background: #0E46B9;}
.yf05 .info{padding:15px;}
.yf05 .info h3{font-size: 18px;}
.yf05 .info p{font-size: 14px;line-height: 24px;margin: 10px 0;}
..yf05 .bt .date{font-size: 14px;}
.yf05 .bt span{font-size: 12px;}
}

/* yf06 */
.yf06{padding: 90px 0;background:#F6F7F8;position: relative;}
.yf06 .swiper-button-prev{left: 8%;top: 35%;width:50px;height:50px;border-radius:50%;background-image: linear-gradient(to right, #4FC5FF 0%, #1952BF 51%, #4FC5FF 100%);background-size: 200% auto;transition: 0.5s;}
.yf06 .swiper-button-next{right: 8%;top: 35%;width:50px;height:50px;border-radius:50%;background-image: linear-gradient(to right, #4FC5FF 0%, #1952BF 51%, #4FC5FF 100%);background-size: 200% auto;transition: 0.5s;}
.yf06 .swiper-button-prev:after{font-size: 20px;color: #fff;}
.yf06 .swiper-button-next:after{font-size: 20px;color: #fff;}
.yf06 .swiper-button-prev:hover,.yf06 .swiper-button-next:hover{background-position: right center;}
.yf06 .item{overflow: hidden;position: relative;}
.yf06 .item .video{position: relative;padding-bottom: 67%;width: 100%;height: 0;overflow: hidden;border-radius: 20px;}
.yf06 .item .video iframe{height: 100%;object-fit: cover;width: 100%;position: absolute;}
.yf06 .item .aplay{position:absolute;left:0;top:0;z-index: 1;width: 100%;height: 100%;}
.yf06 .item .aplay .img{position: relative;padding-bottom: 67%;width: 100%;height: 0;overflow: hidden;border-radius: 20px;}
.yf06 .item .aplay .img img{height: 100%;object-fit: cover;width: 100%;position: absolute;left: 0;top: 0;}
.yf06 .item img{width: 100%;/* border-radius: 14px; */}
.yf06 .item p{font-size: 22px;color: #000;margin-top: 20px;text-align: center;font-weight: bold;}
.yf06 .item:hover .aplay{display: none;}
.yf06 .btn{margin: 0 auto;margin-top: 60px;}
@media screen and (max-width:1080px){
.yf06{padding: 60px 0;}
.yf06 .swiper-button-next{width: 35px;height: 35px;}
.yf06 .swiper-button-prev{width: 35px;height: 35px;}
.yf06 .btn{margin-top: 40px;}
}
@media screen and (max-width:520px){
.yf06{padding: 30px 0;}
.yf06 .swiper-button-next{width: 35px;height: 35px;right: 0;top: 35%;}
.yf06 .swiper-button-prev{width: 35px;height: 35px;left: 0;top: 35%;}
.yf06 .swiper-button-prev:after{font-size: 15px;color: #fff;}
.yf06 .swiper-button-next:after{font-size: 15px;color: #fff;}
.yf06 .item .video{border-radius: 4px;}
.yf06 .item .aplay .img{border-radius: 4px;}
.yf06 .item p{font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;margin-top: 10px;}
.yf06 .btn{margin-top: 20px;}
}

/* yf07 */
.yf07{padding: 90px 0; }
.yf07 .nei_tit{margin-bottom: 80px;text-align: center;}
.yf07 .pic img{max-width: 100%;}
@media screen and (max-width:1080px){
.yf07{padding: 60px 0;}	
.yf07 .nei_tit{margin-bottom: 60px;}
}
@media screen and (max-width:640px){
.yf07{padding: 30px 0;}
.yf07 .nei_tit{margin-bottom: 40px;}
}

/* yf7_01 */
.yf7_01{padding: 90px 0;background: url(../images/ys03_bg.jpg);background-size: cover;}
.yf7_01 .nei_tit{text-align: center;}
.yf7_01 .cont_img{text-align: center;}
@media screen and (max-width:1080px){
.yf7_01{padding: 60px 0;}
}
@media screen and (max-width:520px){
.yf7_01{padding: 30px 0;}
}

/* yf7_02 */
.yf7_02{padding: 90px 0;background: url(../images/yf7_02_bg.jpg);background-size: cover;}
.yf7_02 .nei_tit{text-align: center;}
.yf7_02 .cont_img{text-align: center;}
@media screen and (max-width:1080px){
.yf7_02{padding: 60px 0;}
}
@media screen and (max-width:520px){
.yf7_02{padding: 30px 0;}
}

/* yf7_03 */
.yf7_03{padding: 90px 0;background: url(../images/yf7_03_bg.jpg);background-size: cover;}
.yf7_03 .nei_tit{text-align: center;}
.yf7_03 .cont_img{text-align: center;}
@media screen and (max-width:1080px){
.yf7_03{padding: 60px 0;}
}
@media screen and (max-width:520px){
.yf7_03{padding: 30px 0;}
}


/* about_ban */
.about_ban{position: relative;}
.about_ban .video{}
.about_ban .video video{height:100%;object-fit:cover;width: 100%;}
.about_ban .info{position: absolute;left: 50%;top: 50%;height: auto;transform: translate(-50%,-50%);width: 100%;text-align: center;}
.about_ban .info h3{font-size: 40px;color: #fff;letter-spacing: 4px;}
.about_ban .info p{font-size: 18px;color: #fff;margin: 30px 0;letter-spacing: 3px;}
.about_ban .info .bt{width: max-content;padding: 0 15px; height: 40px;line-height: 40px;text-align:center;border-radius: 24px;border: 1px solid #fff;font-weight: bold;margin: 0 auto;margin-top: 150px;font-size: 15px;transition: all .5s linear;color: #fff;}
.about_ban .info .bt:hover{color: #fff;box-shadow: inset 0 0 0 50px #0E46B9;border: 1px solid #0E46B9;}
.about_ban .info .play{color: #fff;font-size: 16px;margin-top: 30px;}
.about_ban .info .play img{margin-left: 6px;width: 17px;}
@media screen and (max-width:1080px){
.about_ban{margin-top: 80px;}
.about_ban .info .bt{margin-top: 75px;}
.about_ban .info h3{font-size: 36px;}
}
@media screen and (max-width:768px){
.about_ban .info{top: 60%;}
.about_ban .info .bt{margin-top: 40px;}
.about_ban .info h3{font-size: 36px;}
.about_ban .info p{margin: 20px 0;}
}
@media screen and (max-width:520px){
.about_ban{margin-top: 60px;}
.about_ban .video{height: 240px;}
.about_ban .info{top: 50%;}
.about_ban .info h3{font-size: 22px;letter-spacing: 4px;}
.about_ban .info p{margin: 10px 0;letter-spacing: 1px;font-size: 14px;}
.about_ban .info .bt{margin-top: 20px;font-size: 12px;width: 135px;height: 32px;line-height: 32px;}
.about_ban .info .play{font-size: 14px;margin-top: 20px;}
.about_ban .info .play img{width: 15px;}
}

/* about01 */
.about01{padding: 90px 0;background: url(../images/ab01_bg.jpg);background-size: cover;background-position: center center;}
.about01 .left{width: 50%;}
.about01 .left .nei_tit{margin-bottom: 30px;}
.about01 .left .nei_tit .title{text-align: left;padding-left: 0px;}
.about01 .left .text{}
.about01 .left .text p{font-size: 16px;line-height: 28px;color: #666666;margin-bottom: 15px;position: relative;text-indent: 24px;}
.about01 .left .text p:nth-last-child(1){margin-bottom: 0;}
.about01 .left .text p span{font-weight: bold;}
.about01 .left .text p::after{content: "";position: absolute;background: url(../images/ab01_icon.png);left: 0;top: 3px;background-size: cover;width: 10px;height: 15px;}
.about01 .right{width: 45%;margin-left: 5%;}
.about01 .right .ul{justify-content: space-between;}
.about01 .right li{width: 50%;margin-bottom: 20px;}
.about01 .right li img{margin-bottom: 6px;}
.about01 .right li span{font-size:40px;font-weight:700;color:#0e46b9}
.about01 .right li sub{font-size:30px;font-weight:700;color:#0e46b9}
.about01 .right li sup{color: #6e6e6e;font-size: 14px;position: absolute;}
.about01 .right li p{font-size:16px;color:#333;font-weight:700}
.about01 .right .pic{position: relative;}
.about01 .right .videolist{position: absolute;top: 50%;left: 50%;width: auto;transform: translate(-50%,-50%);transition: all .5s;z-index: 2;}
.about01 .right .videolist img{width: 60px;}
.about01 .right .videolist::before{width: 70px;height: 70px;position:absolute;left: 50%;top: 50%;border: 1.5px dashed #fff;border-radius:50%;-webkit-transform:translate(-50%,-50%);content:'';-webkit-animation:sysAnimate 50s linear infinite;}
@-webkit-keyframes sysAnimate{from{-webkit-transform:translate(-50%,-50%) rotate(0)}
to{-webkit-transform:translate(-50%,-50%) rotate(360deg)}
}
@media screen and (max-width:1280px){
.about01 .left .text p{margin-bottom: 10px;}
.about01 .right li span{font-size: 36px;}
.about01 .right .videolist::before{width: 60px;height: 60px;}
.about01 .right .videolist img{width: 54px;}
}
@media screen and (max-width:1080px){
.about01{padding: 60px 0;}
.about01 .left{width: 100%;}
.about01 .right{width: 100%;margin-left: 0;margin-top: 25px;}
.about01 .right .ul{margin-bottom: 0;}
.about01 .right .pic img{width: 100%;}
.about01 .right .pic img.videoed{width: 54px;}
}
@media screen and (max-width:768px){
.about01 .right li span{font-size: 30px;}
.about01 .right li sub{font-size: 24px;}
.about01 .right .videolist::before{}
}
@media screen and (max-width: 520px){
.about01{padding: 30px 0;}
.about01 .left .nei_tit{margin-bottom: 20px;}
.about01 .left .text p{font-size: 14px;margin-bottom: 5px;line-height: 26px;}
.about01 .right{margin-top: 15px;}
.about01 .right .ul li{margin-bottom: 15px;}
.about01 .right li span{font-size: 25px;}
.about01 .right li sub{font-size: 20px;}
.about01 .right li sup{font-size: 12px;}
.about01 .right li p{font-size: 12px;}
.about01 .right .videolist::before{width: 50px;height: 50px;}
.about01 .right .pic img.videoed{width: 44px;}
}

/* about02 */
.about02{padding: 150px 0;background: url(../images/ab02_bg.jpg);background-size: cover;background-position: center center;}
.about02 li{width: 25%;text-align: center;position: relative;}
.about02 li::after{position: absolute;content: "";height: 100%;width: 1px;background: #efefef;right: 0;top: 0;}
.about02 li:nth-last-child(1)::after{display: none;}
.about02 li .img{}
.about02 li .img img{transition: all .6s linear;}
.about02 li:hover .img img{transform: rotateY(180deg);}
.about02 li .info h3{font-size:22px;font-weight:700;margin-top:25px}
.about02 li .info .link{width:45px;height:6px;background-image:linear-gradient(to right,#4fc5ff 22%,#1952bf 70%);margin:0 auto;margin-top:15px}
.about02 li .info p{font-size:17px;line-height:26px;margin-top:20px;padding: 0 20px;}
.about02 li .info p.p2{display: none;}
@media screen and (max-width:1080px){	
.about02{padding: 60px 0;}
.about02 li .info h3{font-size: 18px;}
.about02 li .info p{font-size: 16px;padding: 0 15px;}
}
@media screen and (max-width:768px){
.about02 li{width: 50%;margin-bottom: 30px;}
.about02 li:nth-last-child(3)::after{display: none;}
.about02 li .info h3{font-size: 18px;margin-top: 20px;}
.about02 li .info p{font-size: 16px;margin-top: 20px;}
.about02 li .img img{width: 80px;}
}
@media screen and (max-width:520px){
.about02{padding: 30px 0;}
.about02 li{width: 50%;margin-bottom: 15px;}
.about02 li .info h3{font-size: 16px;margin-top: 10px;}
.about02 li .info .link{width: 40px;height: 3px;}
.about02 li .info p{font-size: 13px;margin-top: 10px;padding: 0 5px;line-height: 20px;}
.about02 li .info p.p1{display: none;}
.about02 li .info p.p2{display: block;}
.about02 li .img img{width: 60px;}
}

/* about03 */
.about03{padding: 90px 0 240px;background: url(../images/ab03_bg.jpg);background-size: cover;background-position: center center;position: relative;}
.about03 .nei_tit .title{text-align: left;padding-left: 0;}
.about03 .num{color: #1952bf;font-size: 26px;font-weight: bold;position: relative;padding-bottom: 25px;}
.about03 .num::before{content: "";position: absolute;left: 0;height: 18px;width: 18px;top: 36px;border-radius: 50%;background: #ffffff;z-index: 99;}
.about03 .num::after{content: "";position: absolute;height: 100%;width: 2px;left: 8px;bottom: -53px;background: #fff;}
.about03 .ab3-1{padding-top: 25px;}
.about03 .ab3-1::after{content: "";position: absolute;width: 100%;height: 2px;left: 0;top: 68px;background: #fff;}
.about03 .ab3-1 .swiper-wrapper{transition-timing-function: linear !important;}
.about03 .ab3-1 .text{background: #00000052;padding: 15px;padding-right: 0;position: relative;margin-left: 15px;min-height: 120px;}
.about03 .ab3-1 .text::before{content: "";position: absolute;left: -15px;height: 14px;width: 14px;top: 40px;border-radius: 50%;background: #ffffff;z-index: 99;}
.about03 .ab3-1 .text::after{content: "";position: absolute;height: 100%;width: 0;left: -8px;top: -66px;background: #fff;}
.about03 .ab3-1 .text h5{font-size: 16px;color: #fff;}
.about03 .ab3-1 .text h3{font-size: 16px;color: #fff;line-height: 24px;}
.about03 .ab3-1 .text h3 span{color: #e62129;font-size: 18px;}
@media screen and (max-width:1550px){
.about03 .ab3-1 .text{padding: 12px;padding-right: 0;}
.about03 .ab3-1 .text h3 span{font-size: 18px;}
.about03 .ab3-1 .text h3{font-size: 15px;}
}
@media screen and (max-width:1080px){
.about03{padding: 60px 0 150px;}
.about03 .num{font-size: 24px;}
.about03 .ab3-1 .text h3 span{font-size: 18px;}
}
@media screen and (max-width:520px){
.about03{padding: 30px 0 60px;}
.about03 .ab3-1{padding-top: 10px;}
.about03 .ab3-1::after{top: 55px;}
.about03 .ab3-1 .text{min-height: 110px;}
.about03 .ab3-1 .text h3{line-height: 22px;font-size: 14px;}
.about03 .ab3-1 .text h3 span{font-size: 16px;}
.about03 .ab3-1 .text::before{}
.about03 .num{padding-bottom:25px;font-size: 22px;}
.about03 .num a{font-size:20px}
.about03 .num a::before{height:14px;width:14px;top:36px}
.about03 .num::after{top: 42px;}
}



/* about04 */
.about04{position: relative;}
.about04 .bg img{width: 100%;}
.about04 .nei_tit{position: absolute;left: 50%;top: 20%;height: auto;transform: translate(-50%,-50%);width: 100%;}
.about04 .nei_tit .title{text-align: left;padding-left: 0;}
@media screen and (max-width:1080px){
.about04 .nei_tit{display: none;}
}


/* newslist */
.newslist{padding: 90px 0;}
.newslist .list{width: 70%;margin-right: 5%;}
.newslist .item{margin-bottom: 35px;padding-bottom: 35px;border-bottom: 1px solid #ddd;position: relative;}
.newslist .item a{display: flex;flex-wrap: wrap;}
.newslist .item .img{height: 240px;overflow: hidden;position: relative;width: 20%;}
.newslist .item .img img{border-radius: 10px;height: 100%;object-fit: cover;width: 100%;}
.newslist .item .info{width: 75%;padding-left: 5%;}
.newslist.newslist1 .item .info{width: 100%;padding-left: 0;}
.newslist .item .t1{font-size: 20px;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;margin: 15px 0;}
.newslist .item .date{font-size: 16px;margin: 15px 0;color: #010101;font-weight: bold;}
.newslist .item .t2{font-size: 15px;color: #666;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.newslist .item:hover .t1{color:#000000 ;}
.newslist .item .btn{margin: inherit;margin-top: 45px;}
.newslist .item::after{transition:all .5s;content:"";display:inline-block;width:0%;height:1px;background: #0E46B9;position:absolute;bottom:-1px;right:0;}
.newslist .item:hover::after{width:100%;left:0;right:auto}
.newslist .news_side{width: 25%;}
.newslist .news_side .title{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 20px;}
.newslist .news_side .tj{border: 1px solid #ddd;border-radius: 10px;padding: 30px;margin-bottom: 30px;}
.newslist .news_side .tj li{border-bottom: 1px solid #ddd;line-height: 4;padding-left: 20px;position: relative;}
.newslist .news_side .tj li::after{content: "";width: 6px;height: 6px;background-color: #0E46B9;top: 48%;left: 0;position: absolute;}
.newslist .news_side .tj li a{font-size: 16px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.newslist .news_side .tj li:hover{border-bottom: 1px solid #0E46B9;}
.newslist .news_side .tj li:hover a{color: #0E46B9 ;}
@media only screen and (max-width:1080px){
.newslist{padding: 60px 0;}
.newslist .list{width: 100%;margin-right: 0;}
.newslist .item{margin-bottom: 20px;padding-bottom: 20px;}
.newslist .item .img{width: 100%;}
.newslist .item .info{width: 100%;padding-left: 0px;margin-top: 10px;}
.newslist .item .t1{font-size: 18px;}
.newslist .item .t2{font-size: 14px;}
.newslist .news_side{width: 100%;} 
.newslist .news_side .lx ul li{margin-right:30px;}
}
@media only screen and (max-width:520px){
.newslist{padding: 30px 0;}
.newslist .item .date{font-size: 14px;}
.newslist .item .t1{font-size: 16px;margin: 5px 0;}
.newslist .item .t2{font-size: 12px;}
.newslist .news_side .tj{padding: 20px;margin-bottom: 20px;border-radius: 8px;}
.newslist .news_side .title{font-size: 18px;margin-bottom: 5px;}
.newslist .news_side .tj li{line-height: 3;padding-left: 15px;}
.newslist .news_side .tj li a{font-size: 14px;}
}


/* news */
.news{padding: 90px 0;}
.news .list{width: 70%;margin-right: 5%;}
.news .list .n_tit{margin-bottom: 30px;}
.news .list .n_tit h3{font-size: 30px;font-weight: bold;color: #000;text-align: center;margin-bottom: 10px;}
.news .list .n_tit .date{font-size: 14px;color: #999;padding-bottom: 15px;padding-top: 10px;text-align: center;}
.news .list .cont{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;padding:20px 0 30px;}
.news .list .cont .n_video{text-align: center;}
.news .list .cont .n_video video{max-height: 600px;}
.news .list .cont img{max-width: 100%;}
.news .list .cont img{margin-bottom: 15px;}
.news .list .cont p{margin: 10px 0;font-size: 16px;line-height: 2;text-wrap: initial !important;}
.news .list .cont p span{text-wrap: initial !important;}
.news .list .btn{margin: 0 auto;margin-top: 50px;}
.news .news_side{width: 25%;}
.news .news_side .title{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 20px;}
.news .news_side .tj{border: 1px solid #ddd;border-radius: 10px;padding: 30px;margin-bottom: 30px;}
.news .news_side .tj li{border-bottom: 1px solid #ddd;line-height: 4;padding-left: 20px;position: relative;}
.news .news_side .tj li::after{content: "";width: 6px;height: 6px;background-color: #0E46B9;top: 48%;left: 0;position: absolute;}
.news .news_side .tj li a{font-size: 16px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.news .news_side .tj li:hover{border-bottom: 1px solid #0E46B9;}
.news .news_side .tj li:hover a{color: #0E46B9 ;}
@media only screen and (max-width:1080px){
.news{padding: 50px 0;}
.news .list{width: 100%;margin-right:0%;}
.news .list .btn{margin: 25px 0;}
.news .news_side{width: 100%;} 
.news .news_side .lx ul li{margin-right:30px;}
}
@media only screen and (max-width:520px){
.news{padding: 30px 0;}
.news .list .n_tit{margin-bottom: 0;}
.news .list .n_tit h3{font-size: 18px;}
.news .list .n_tit .date{font-size: 12px;}
.news .list .cont{padding: 10px 0 20px;}
.news .list .cont p{font-size: 14px;margin: 5px 0;}
.news .list .cont a{padding: 6px 20px;}
.news .news_side .tj{padding: 20px;margin-bottom: 0px;border-radius: 8px;}
.news .news_side .title{font-size: 18px;margin-bottom: 5px;}
.news .news_side .tj li{line-height: 3;padding-left: 15px;}
.news .news_side .tj li a{font-size: 14px;}
}

/* zjtdlist */
.zjtdlist{padding: 90px 0;}
.zjtdlist .item{width: 23.5%;margin-right: 2%;transition: all .5s ease-out 0s;}
.zjtdlist .item:nth-child(4n+4){margin-right: 0;}
.zjtdlist .item{margin-bottom: 2%;position: relative;box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);}
.zjtdlist .item .wrap{padding: 15px;}
.zjtdlist .item .pic{position: relative;padding-bottom: 140%;width: 100%;height: 0;overflow: hidden;}
.zjtdlist .item .pic img{transition: all 1s;height: 100%;object-fit: cover;width: 100%;position: absolute;}
.zjtdlist .item:hover .pic img{transform: scale(1.1);}
.zjtdlist .item .info{margin-top: 15px;}
.zjtdlist .item .info .tit{position: relative;}
.zjtdlist .item .info .tit span{display: inline-block;vertical-align: text-bottom;}
.zjtdlist .item .info .tit .name{font-size: 22px;}
.zjtdlist .item .info .tit .unit{display: block;margin-top: 4px;}
.zjtdlist .item .info .tit i{position: absolute;right: 0;top: 5px;display: flex;align-items: center;}
.zjtdlist .item .info .tit i p{font-size: 14px;color: #E00025;}
.zjtdlist .item .info .tit i img{width: 20px;height: 20px;margin-left: 5px;}
.zjtdlist .item .info .des{margin-top:12px;color: #666;line-height:1.6;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
@media only screen and (max-width:1080px){
.zjtdlist{padding: 60px 0;}
.zjtdlist .item{width: 32%;margin-right: 2%;}
.zjtdlist .item:nth-child(3n+3){margin-right: 0;}
.zjtdlist .item:nth-child(4n+4){margin-right: 2%;}
}
@media only screen and (max-width:640px){
.zjtdlist{padding: 30px 0;}
.zjtdlist .item{width: 48%;margin-bottom: 4%;}
.zjtdlist .item:nth-child(even){margin-right: 0;}
.zjtdlist .item:nth-child(odd){margin-right: 4%;}
.zjtdlist .item .wrap{padding: 10px;}
.zjtdlist .item .info{margin-top: 8px;}
.zjtdlist .item .info .tit .name{font-size: 18px;}
.zjtdlist .item .info .tit .unit{margin-left: 0;width: 100%;margin-top: 4px;}
.zjtdlist .item .info .tit i p{font-size: 12px;}
.zjtdlist .item .info .tit i img{width: 15px;height: 15px;margin-left: 3px;}
.zjtdlist .item .info .des{margin-top: 8px;}
}

/* zjtd */
.zjtd{}
.zjtd .zjtd_top{background: #F6F7F9;padding: 90px 0 60px;}
.zjtd .info{width: 75%;margin-right: 5%;}
.zjtd .info h3{font-size: 38px;margin-bottom: 30px;}
.zjtd .info span{font-size: 18px;color: #101010;}
.zjtd .info p{font-size: 16px;line-height: 28px;color: #666;margin-top: 30px;}
.zjtd .img{width: 20%;}
.zjtd .zjtd_bottom{padding: 80px 0;}
.zjtd .list{width: 70%;margin-right: 5%;}
.zjtd .list .cont{border-bottom: 1px solid #ddd;padding:0 0 30px;}
.zjtd .list .cont img{max-width: 100%;}
.zjtd .list .cont img{margin-bottom: 15px;}
.zjtd .list .cont p{margin: 10px 0;font-size: 16px;line-height: 2;}
.zjtd .list .cont p:nth-child(1){margin-top: 0;}
.zjtd .list .cont video{width: 80% !important;height: auto !important;}
.zjtd .list .btn{margin: 0 auto;margin-top: 50px;}
.zjtd .news_side{width: 25%;}
.zjtd .news_side .title{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 20px;}
.zjtd .news_side .tj{border: 1px solid #ddd;border-radius: 10px;padding: 30px;margin-bottom: 30px;}
.zjtd .news_side .tj li{border-bottom: 1px solid #ddd;line-height: 4;padding-left: 20px;position: relative;}
.zjtd .news_side .tj li::after{content: "";width: 6px;height: 6px;background-color: #0E46B9;top: 48%;left: 0;position: absolute;}
.zjtd .news_side .tj li a{font-size: 16px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.zjtd .news_side .tj li:hover{border-bottom: 1px solid #0E46B9;}
.zjtd .news_side .tj li:hover a{color: #0E46B9 ;}
@media only screen and (max-width:1080px){
.zjtd .info h3{font-size: 32px;margin-bottom: 20px;}
.zjtd .info p{margin-top: 20px;}
.zjtd .zjtd_bottom{padding: 60px 0;}
.zjtd .list{width: 100%;margin-right:0%;}
.zjtd .list .cont video{width: 100% !important;}
.zjtd .list .btn{margin: 25px 0;}
.zjtd .news_side{width: 100%;} 
.zjtd .news_side .lx ul li{margin-right:30px;}
}
@media only screen and (max-width:768px){
.zjtd .zjtd_top{padding: 60px  0;}
.zjtd .info{width: 100%;margin-right:0%;}
.zjtd .img{width: 100%;margin-top: 20px;} 
}
@media only screen and (max-width:520px){
.zjtd .zjtd_top{padding: 30px 0;}
.zjtd .info h3{font-size: 22px;margin-bottom: 15px;}
.zjtd .info span{font-size: 15px;}
.zjtd .info p{margin-top: 15px;font-size: 14px;line-height: 26px;}
.zjtd .img{margin-top: 20px;} 
.zjtd .zjtd_bottom{padding: 30px 0;}
.zjtd .list .cont{padding: 0 0 20px;}
.zjtd .list .cont p{font-size: 14px;margin: 5px 0;}
.zjtd .list .cont a{padding: 6px 20px;}
.zjtd .news_side .tj{padding: 20px;margin-bottom: 0px;border-radius: 8px;}
.zjtd .news_side .title{font-size: 18px;margin-bottom: 5px;}
.zjtd .news_side .tj li{line-height: 3;padding-left: 15px;}
.zjtd .news_side .tj li a{font-size: 14px;}
}

/* contact */
.contact{padding: 90px 0;}
.contact .nei_tit .title{text-align: left;}
.contact .item{width: 30.66667%;margin-right: 4%;}
.contact .item:nth-child(3){margin-right: 0;}
.contact .item .info{background: #f0f0f0;border-radius: 10px;padding:50px 10px;text-align: center;transition: all .5s;}
.contact .item .info .icon{width: 125px;height: 125px;margin: 0 auto;}
.contact .item .info .icon img{width: 80px;}
.contact .item .info .icon.ew img{width: auto;}
.contact .item .info h3{font-size: 20px;color: #333;word-wrap: break-word;}
.contact .item:hover .info{background: #234bc3;}
.contact .item:hover .info h3{color: #fff;}
@media only screen and (max-width:1080px){
.contact{padding: 60px 0;}
.contact .item{width: 32%;margin-right: 2%;}
.contact .item .info h3{font-size: 18px;}
}
@media only screen and (max-width:768px){
.contact .item{width: 48%;}
.contact .item:nth-child(odd){margin-right: 4%;}
.contact .item:nth-child(even){margin-right: 0;}
.contact .item:nth-child(3){margin-top: 4%;}
}
@media only screen and (max-width:520px){
.contact{padding: 30px 0;}
.contact .item{width: 100%;}
.contact .item:nth-child(odd){margin-right: 0;margin-top: 4%;}
.contact .item:nth-child(even){margin-right: 0;margin-top: 4%;}
.contact .item:nth-child(1){margin-top: 0;}
.contact .item .info{padding: 18px 10px;}
.contact .item .info h3{font-size: 14px;}
.contact .item .info .icon{width: 80px;height: auto;margin-bottom: 20px;}
.contact .item .info .icon img{width: 50px;}
.contact .item .info .icon.ew{}
.contact .item .info .icon.ew img{}

}

/* message */
.message{padding-bottom: 60px;}
.message .item{display:flex;align-items:center;border-bottom:1px solid #e1e7f0;padding:10px 0;margin-right: 4%;width:48%;margin-bottom: 50px;}
.message .item:nth-child(even){margin-right: 0;}
.message .item .label{font-size: 18px;line-height:18px;letter-spacing:1px;padding:0;width:auto;border-right:1px solid #e1e7f0;padding-right:18px;}
.message .item .label i{color: #f00;}
.message .item .input{border:0;padding:0 20px;font-size: 16px;letter-spacing:1px;color:#666;}
.message .button{padding:0 16px;width:154px;height:44px;line-height:44px;border-radius:6px;text-align:center;background-size:200% auto;background-image:linear-gradient(to right,#4fc5ff 0,#1952bf 51%,#4fc5ff 100%);transition:.5s;box-shadow:0 2px 4.13px .87px rgb(0 0 0 / 14%);margin: 0 auto;margin-top: 10px;}
.message .button input{background: none;color: #fff;font-size: 14px;}
.message .button:hover{background-position: right center;}
@media only screen and (max-width:1080px){
.message .item{width: 32%;margin-right: 2%;}
.message .item .label{font-size: 16px;padding-right: 10px;}
.message .item .input{padding: 0 10px;font-size: 15px;}
.message .button{width: 90px;height: 34px;line-height: 34px;}
}
@media only screen and (max-width:768px){
.message .item{width: 48%;}
.message .item:nth-child(odd){margin-right: 4%;}
.message .item:nth-child(even){margin-right: 0;}
}
@media only screen and (max-width:520px){
.message{padding-bottom: 30px;}
.message .item{width:100%;margin-bottom: 30px;}
.message .item:nth-child(odd){margin-right: 0;}
.message .item:nth-child(even){margin-right: 0;}
.message .item .label{font-size: 14px;padding-right: 5px;}
.message .item .input{padding: 0 5px;font-size: 14px;}
.message .button{margin-top: 0;width: 90px;height: 34px;line-height: 34px;}
}

/* caselist */
.caselist{padding: 90px 0;}
.caselist .item{width: 32%;margin-right: 2%;margin-bottom: 2%;position: relative;}
.caselist .item:nth-child(3n+3){margin-right: 0;}
.caselist .item .wrap{box-sizing:border-box;box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:10px;overflow:hidden;padding:30px;min-height: 500px;}
.caselist .item .img{margin:10px 0 20px;border-radius:10px;position:relative;padding-bottom:57%;overflow:hidden}
.caselist .item .img img{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);transition: all .6s ease;}
.caselist .item:hover .img img{transform: translate(-50%,-50%) scale(1.06);}
.caselist .item .title{font-size:20px;color:#0e46b9;font-weight:700;padding-bottom:15px;border-bottom:1px solid #b2b2b2;position: relative;}
.caselist .item .title::after{transition:all .5s;content:"";display:inline-block;width:0%;height:1px;background: #0E46B9;position:absolute;bottom:-1px;right:0;}
.caselist .item:hover .title::after{width:100%;left:0;right:auto}
.caselist .item .tit{font-size:18px;font-weight:700;color:#333;padding:15px 0 10px}
.caselist .item .lst p{font-size:15px;line-height:2;color:#333;width: 48%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.caselist .item .lst p:nth-child(odd){margin-right: 2%;}
.caselist .item .lst p:nth-child(even){margin-left: 2%;}
.caselist .item:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background-color: #3333339c;opacity:0;-webkit-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s;-webkit-clip-path:polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);clip-path:polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);}
.caselist .item:hover:after{opacity:1;-webkit-clip-path:polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0);clip-path:polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0)}
.caselist .item .css3{position:absolute;z-index:9;left:1em;top:1em;right:1em;bottom:1em}
.caselist .item .border{position:absolute;z-index:1;background-color:#fff}
.caselist .item .border.b_t{left:0;right:100%;top:0;height:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item .border.b_r{top:0;bottom:100%;right:0;width:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item .border.b_b{left:0;right:100%;bottom:0;height:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item .border.b_l{top:0;bottom:100%;left:0;width:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item:hover .b_t{left:0;right:0;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item:hover .b_r{top:1em;bottom:1em;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item:hover .b_b{left:0;right:0;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item:hover .b_l{top:1em;bottom:1em;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.caselist .item .contain{position:absolute;z-index:10;width:100%;text-align:center;color:#fff;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s;opacity:0;visibility:hidden;top:50%;-webkit-transform:translateY(-20%);transform:translateY(-20%)}
.caselist .item .contain .icoImg{display:inline-block;position:relative;width:auto!important;height: 5em!important;max-width: 18em;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%;pointer-events:auto!important;}
.caselist .item .contain h3{margin-top: 15px;margin-left: 25px;margin-right: 25px;margin-bottom: 15px;position:relative;line-height: 2;font-size: 20px;}
.caselist .item .contain:after{content:" ";display:block;margin-left:auto;margin-right:auto;width:38px;height:38px;border-radius:50%;border:#fff solid 1px;background-image:url(../images/arrow-pdtItem.png);background-size:auto;background-position:50% 50%;background-repeat:no-repeat;opacity:0;-webkit-transition:all 320ms ease-out 0s;transition:all 320ms ease-out 0s;-webkit-transform:rotate(90deg) translateX(10px) scale(.8);transform:rotate(90deg) translateX(10px) scale(.8)}
.caselist .item:hover .contain{-webkit-transition:all .3s ease-out .2s,-webkit-transform .5s ease .2s;transition:all .3s ease-out .2s,-webkit-transform .5s ease .2s;transition:all .3s ease-out .2s,transform .5s ease .2s;transition:all .3s ease-out .2s,transform .5s ease .2s,-webkit-transform .5s ease .2s;opacity:1;visibility:visible;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.caselist .item:hover .contain:after{-webkit-transform:rotate(90deg) translateX(0);transform:rotate(90deg) translateX(0);opacity:1;-webkit-transition:opacity .3s ease-out 340ms,-webkit-transform .4s ease-out 440ms;transition:opacity .3s ease-out 340ms,-webkit-transform .4s ease-out 440ms;transition:opacity .3s ease-out 340ms,transform .4s ease-out 440ms;transition:opacity .3s ease-out 340ms,transform .4s ease-out 440ms,-webkit-transform .4s ease-out 440ms}
@media only screen and (max-width:1080px){
.caselist{padding: 60px 0;}
.caselist .item .wrap{padding: 20px;min-height: 400px;}
}
@media only screen and (max-width:768px){
.caselist .item .wrap{padding: 20px;} 
.caselist .item{width:48%;margin-bottom: 4%;}
.caselist .item:nth-child(odd){margin-right: 4%;}
.caselist .item:nth-child(even){margin-right: 0;}
.caselist .item .contain .icoImg{max-width: 12em;}
}
@media only screen and (max-width:520px){
.caselist{padding: 30px 0;}
.caselist .item .wrap{padding: 15px;min-height: auto;}
.caselist .item{width:100%;margin-bottom:20px;}
.caselist .item:nth-child(odd){margin-right: 0%;}
.caselist .item:nth-child(even){margin-right: 0%;}
.caselist .item .logo{padding-bottom: 35px;}
.caselist .item .img{margin: 10px 0 10px;}
.caselist .item .title{font-size: 16px;padding-bottom: 10px;}
.caselist .item .tit{font-size: 15px;padding: 10px 0 10px;}
.caselist .item .lst p{font-size: 14px;line-height: 24px;}
.caselist .item .contain .icoImg{max-width: 8em;}
.caselist .item .contain h3{font-size: 16px;}
}


/* case */
.case{padding: 90px 0;}
.case .list{width: 70%;margin-left: 5%;}
.case .list .n_tit{margin-bottom: 30px;}
.case .list .n_tit h3{font-size: 30px;font-weight: bold;color: #000;text-align: center;margin-bottom: 10px;}
.case .list .cont{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;padding:20px 0 30px;}
.case .list .cont img{max-width: 100%;}
.case .list .cont img{margin-bottom: 15px;}
.case .list .cont p{margin: 10px 0;font-size: 16px;line-height: 2;}
.case .list .btn{margin: 0 auto;margin-top: 50px;}
.case .case_side{width: 25%;}
.case .case_side .title{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 20px;}
.case .case_side .tj{border-radius: 10px;padding: 30px;margin-bottom: 30px;box-shadow: 0 0 20px rgba(0,0,0,0.06);}
.case .case_side .logo{margin: 20px 0 16px;}
.case .case_side .logo img{width: 150px;}
.case .case_side .des{font-size: 16px;line-height: 2;}
.case .case_side .des p{}
@media only screen and (max-width:1080px){
.case{padding: 50px 0;}
.case .list{width: 100%;margin-right:0%;}
.case .list .btn{margin: 0 auto;margin-top: 25px;}
.case .case_side{width: 100%;} 
}
@media only screen and (max-width:520px){
.case{padding: 30px 0;}
.case .list .n_tit{margin-bottom: 0;}
.case .list .n_tit h3{font-size: 18px;}
.case .list .cont{padding: 10px 0 20px;}
.case .list .cont p{font-size: 14px;margin: 5px 0;}
.case .list .cont a{padding: 6px 20px;}
.case .case_side .tj{padding: 20px;margin-bottom: 0px;border-radius: 8px;}
.case .case_side .title{font-size: 18px;margin-bottom: 5px;}
.case .case_side .logo{margin: 15px 0 10px;}
.case .case_side .des{font-size: 14px;}
}

/* case_tj */
.case_tj{padding-bottom: 90px;}
.case_tj .nei_tit{text-align: center;}
.case_tj .item{width: 32%;margin-right: 2%;margin-bottom: 2%;position: relative;}
.case_tj .item:nth-child(3){margin-right: 0;}
.case_tj .item .wrap{box-sizing:border-box;box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:10px;overflow:hidden;padding:30px;min-height: 500px;}
.case_tj .item .img{margin:10px 0 20px;border-radius:10px;position:relative;padding-bottom:57%;overflow:hidden}
.case_tj .item .img img{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);transition: all .6s ease;}
.case_tj .item:hover .img img{transform: translate(-50%,-50%) scale(1.06);}
.case_tj .item .title{font-size:20px;color:#0e46b9;font-weight:700;padding-bottom:15px;border-bottom:1px solid #b2b2b2;position: relative;}
.case_tj .item .title::after{transition:all .5s;content:"";display:inline-block;width:0%;height:1px;background: #0E46B9;position:absolute;bottom:-1px;right:0;}
.case_tj .item:hover .title::after{width:100%;left:0;right:auto}
.case_tj .item .tit{font-size:18px;font-weight:700;color:#333;padding:15px 0 10px}
.case_tj .item .lst p{font-size:15px;line-height:2;color:#333;width: 48%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.case_tj .item .lst p:nth-child(odd){margin-right: 2%;}
.case_tj .item .lst p:nth-child(even){margin-left: 2%;}
.case_tj .item:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background-color: #3333339c;opacity:0;-webkit-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s;-webkit-clip-path:polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);clip-path:polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);}
.case_tj .item:hover:after{opacity:1;-webkit-clip-path:polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0);clip-path:polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0)}
.case_tj .item .css3{position:absolute;z-index:9;left:1em;top:1em;right:1em;bottom:1em}
.case_tj .item .border{position:absolute;z-index:1;background-color:#fff}
.case_tj .item .border.b_t{left:0;right:100%;top:0;height:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item .border.b_r{top:0;bottom:100%;right:0;width:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item .border.b_b{left:0;right:100%;bottom:0;height:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item .border.b_l{top:0;bottom:100%;left:0;width:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item:hover .b_t{left:0;right:0;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item:hover .b_r{top:1em;bottom:1em;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item:hover .b_b{left:0;right:0;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item:hover .b_l{top:1em;bottom:1em;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.case_tj .item .contain{position:absolute;z-index:10;width:100%;text-align:center;color:#fff;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s;opacity:0;visibility:hidden;top:50%;-webkit-transform:translateY(-20%);transform:translateY(-20%)}
.case_tj .item .contain .icoImg{display:inline-block;position:relative;width:auto!important;height: 5em!important;max-width: 18em;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%;pointer-events:auto!important;}
.case_tj .item .contain h3{margin-top: 15px;margin-left: 25px;margin-right: 25px;margin-bottom: 15px;position:relative;line-height: 2;font-size: 20px;}
.case_tj .item .contain:after{content:" ";display:block;margin-left:auto;margin-right:auto;width:38px;height:38px;border-radius:50%;border:#fff solid 1px;background-image:url(../images/arrow-pdtItem.png);background-size:auto;background-position:50% 50%;background-repeat:no-repeat;opacity:0;-webkit-transition:all 320ms ease-out 0s;transition:all 320ms ease-out 0s;-webkit-transform:rotate(90deg) translateX(10px) scale(.8);transform:rotate(90deg) translateX(10px) scale(.8)}
.case_tj .item:hover .contain{-webkit-transition:all .3s ease-out .2s,-webkit-transform .5s ease .2s;transition:all .3s ease-out .2s,-webkit-transform .5s ease .2s;transition:all .3s ease-out .2s,transform .5s ease .2s;transition:all .3s ease-out .2s,transform .5s ease .2s,-webkit-transform .5s ease .2s;opacity:1;visibility:visible;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.case_tj .item:hover .contain:after{-webkit-transform:rotate(90deg) translateX(0);transform:rotate(90deg) translateX(0);opacity:1;-webkit-transition:opacity .3s ease-out 340ms,-webkit-transform .4s ease-out 440ms;transition:opacity .3s ease-out 340ms,-webkit-transform .4s ease-out 440ms;transition:opacity .3s ease-out 340ms,transform .4s ease-out 440ms;transition:opacity .3s ease-out 340ms,transform .4s ease-out 440ms,-webkit-transform .4s ease-out 440ms}
@media only screen and (max-width:1080px){
.case_tj{padding: 60px 0;}
.case_tj .item .wrap{padding: 20px;min-height: 400px;}
}
@media only screen and (max-width:768px){
.case_tj .item .wrap{padding: 20px;} 
.case_tj .item{width:48%;margin-bottom: 4%;}
.case_tj .item:nth-child(odd){margin-right: 4%;}
.case_tj .item:nth-child(even){margin-right: 0;}
.case_tj .item .contain .icoImg{max-width: 12em;}
}
@media only screen and (max-width:520px){
.case_tj{padding: 30px 0;}
.case_tj .item .wrap{padding: 15px;min-height: auto;}
.case_tj .item{width:100%;margin-bottom:20px;}
.case_tj .item:nth-child(odd){margin-right: 0%;}
.case_tj .item:nth-child(even){margin-right: 0%;}
.case_tj .item .logo{padding-bottom: 35px;}
.case_tj .item .img{margin: 10px 0 10px;}
.case_tj .item .title{font-size: 16px;padding-bottom: 10px;}
.case_tj .item .tit{font-size: 15px;padding: 10px 0 10px;}
.case_tj .item .lst p{font-size: 14px;line-height: 24px;}
.case_tj .item .contain .icoImg{max-width: 8em;}
.case_tj .item .contain h3{font-size: 16px;}
}


/* search */
.search{padding: 90px 0;}
.search .item{width: 23.5%;margin-right: 2%;transition: all .5s ease-out 0s;}
.search .item:nth-child(4n+4){margin-right: 0;}
.search .item{margin-bottom: 2%;position: relative;}
.search .item .pic{position: relative;padding-bottom: 75%;width: 100%;height: 0;overflow: hidden;}
.search .item .pic img{transition: all 1s;height: 100%;object-fit: cover;width: 100%;position: absolute;}
.search .item .text{padding: 15px;line-height: 30px;border: 1px solid #e3dddd;background: #ffffff;text-align: center;}
.search .item .text p{font-size: 18px;font-weight: bold;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;color: #333;}
.search .item:hover{box-shadow: 0 5px 10px rgba(130,130,130,0.3);}
.search .item:hover .pic img{transform: scale(1.1);}
.search .item::after{width:0;height:3px;content:"";background:#0e46b9;transition:all .5s ease;position:absolute;bottom:0;left:50%}
.search .item:hover::after{width:100%;transition:all .5s ease;margin-left:-50%}
@media only screen and (max-width:1080px){
.search{padding: 50px 0;}
}
@media only screen and (max-width:768px){
.search{padding: 30px 0;}
.search .item{width: 48%;margin-bottom: 4%;}
.search .item:nth-child(odd){margin-right: 4%;}
.search .item:nth-child(even){margin-right: 0;}
.search .item .text{padding: 10px 0;}
.search .item .text p{font-size: 14px;line-height:20px;text-align: center;}
}


/* videolist */
.videolist{padding: 90px 0;}
.videolist .item{width: 23.5%;margin-right: 2%;position: relative;margin-bottom: 2%;}
.videolist .item:nth-child(4n+4){margin-right: 0;}
.videolist .item .video .video_ab{position: relative;padding-bottom: 115%;width: 98%;height: 0;overflow: hidden;border-radius: 20px;}
.videolist .item .video .video_ab video{height: 99%;object-fit: cover;width: 100%;position: absolute;}
.videolist .item .text{position:absolute;left:0;top:0;z-index: 1;width: 100%;height: 100%;}
.videolist .item .text .img{filter: brightness(0.88);position: relative;padding-bottom: 115%;width: 100%;height: 0;overflow: hidden;border-radius: 20px;}
.videolist .item .text .img img{height: 100%;object-fit: cover;width: 100%;position: absolute;filter: blur(3px);}
.videolist .item .text .img::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;filter: blur(0px);}
.videolist .item .text .info{padding: 0 12%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80%;}
.videolist .item .text .info h3{font-size: 20px;line-height: 28px;color: #fff;text-align: center;margin-bottom: 60px;filter: drop-shadow(2px 2px 3px black);}
.videolist .item .text .info p{font-size: 16px;line-height: 28px;color: #fff;text-align: center;filter: drop-shadow(2px 2px 2px black);}
.videolist .item:hover .text{display: none;}
.videolist .item.item_n:hover .text{display: block;}
.videolist .item.item_n .text{left: 0;top: 0;z-index: 1;position: relative;padding-bottom: 115%;width: 98%;height: 0;overflow: hidden;border-radius: 20px;}
.videolist .item.item_n .text .img{overflow: hidden;}
.videolist .item.item_n .text .img img{transition: all .6s ease;}
.videolist .item.item_n:hover .img img{transform: scale(1.06);}
@media only screen and (max-width:1280px){
.videolist .item .text .info h3{margin-bottom: 40px;}
}
@media only screen and (max-width:1080px){
.videolist{padding: 50px 0;}
.videolist .item .text .info{padding: 0 5%;}
.videolist .item .text .info h3{font-size: 16px;margin-bottom: 25px;}
}
@media only screen and (max-width:768px){
.videolist .item{width: 48%;margin-bottom: 4%;}
.videolist .item:nth-child(odd){margin-right: 4%;}
.videolist .item:nth-child(even){margin-right: 0;}
.videolist .item .text .info{padding: 0 10%;}
.videolist .item .text .info h3{font-size: 18px;margin-bottom: 25px;}
}
@media only screen and (max-width:520px){
.videolist{padding: 30px 0;}
.videolist .in4_top .left{margin-bottom: 20px;}
.videolist .item .video .video_ab{border-radius: 4px;}
.videolist .item .text .img{border-radius: 4px;}
.videolist .item .text .img img{filter: blur(2px);}
.videolist .in4_top{margin-bottom: 6px;}
.videolist .in4_top .rd a{margin-bottom: 15px;font-size: 12px;padding: 6px 7px;width: 25%;text-align: center;}
.videolist .in4_top .rd a{margin-right: 2%;}
.videolist .in4_top .rd a:nth-child(3){margin-right: 0;}
.videolist .item .text .info h3{font-size: 14px;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;margin-bottom: 10px;}
.videolist .item .text .info p{font-size: 12px;}
}

/* picturelist */
.picturelist{padding: 90px 0;background-color: #EFF3F6;}
.picturelist .list_title{margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.picturelist .list_title .title{font-size: 24px;color: #333;}
.picturelist li{width:10.75%;margin-right: 2%;margin-bottom: 2%;}
.picturelist li:nth-child(8n+8){margin-right: 0;}
.picturelist li .img{position:relative;padding-bottom: 35%;width:100%;height:0;overflow:hidden;box-sizing:border-box;background-color:#fff;border-radius:6px;}
.picturelist li .img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
@media only screen and (max-width:1080px){
.picturelist{padding: 50px 0;}
.picturelist .list_title{margin-bottom: 20px;padding-bottom: 20px;}
.picturelist .list_title .title{font-size: 22px;}
.picturelist li{width:18.4%;margin-right: 2%;margin-bottom: 2%;}
.picturelist li:nth-child(5n+5){margin-right: 0;}
.picturelist li:nth-child(8n+8){margin-right: 2%;}
}
@media only screen and (max-width:640px){
.picturelist{padding: 30px 0;}
.picturelist .list_title{margin-bottom: 15px;padding-bottom: 15px;}
.picturelist .list_title .title{font-size: 20px;}
.picturelist li{width:48%;margin-right: 4%;margin-bottom: 4%;}
.picturelist li:nth-child(odd){margin-right: 4%;}
.picturelist li:nth-child(even){margin-right: 0;}
}
@media only screen and (max-width:420px){
.picturelist .list_title .title{font-size: 18px;}
}

/* joblist */
.joblist{padding: 90px 0;}
.joblist .item{border: 1px solid #ddd;width: 100%;margin-bottom: 30px;}
.joblist .item:nth-last-child(1){margin-bottom: 0;}
.joblist .item .j_rd{padding: 10px 30px;transition: all 0.5s;}
.joblist .item .j_rd .info{display:flex;align-items:center}
.joblist .item .j_rd .info .date{text-align:center;padding-right:30px;border-right:1px solid #ddd;margin-right:30px;transition: all 0.5s;}
.joblist .item .j_rd .info .date .day{font-size:28px;color:#333;transition: all 0.5s;}
.joblist .item .j_rd .info .date .year{font-size:18px;color:#333;transition: all 0.5s;}
.joblist .item .j_rd .info .title{font-size:18px;color:#333;transition: all 0.5s;}
.joblist .item .j_rd .img img{width: 30px;filter: invert(0.6);transition: all 0.5s;}
.joblist .item .j_hd{padding:25px 30px;display: none;}
.joblist .item:nth-child(1) .j_hd{display: block;}
.joblist .item .j_hd p{line-height: 2;font-size: 16px;color: #333;}
.joblist .item .j_rd.active{background: #0e46b9;}
.joblist .item .j_rd.active .info .date{border-right:1px solid #fff;}
.joblist .item .j_rd.active .info .date .day{color:#fff}
.joblist .item .j_rd.active .info .date .year{color:#fff}
.joblist .item .j_rd.active .info .title{color:#fff}
.joblist .item .j_rd.active .img img{transform: rotate(90deg);filter: initial;}
@media only screen and (max-width:1080px){
.joblist{padding: 50px 0;}
.joblist .item{margin-bottom: 20px;}
.joblist .item .j_rd{padding: 6px 20px;}
.joblist .item .j_rd .img img{width: 25px;}
.joblist .item .j_hd{padding: 15px 20px;}
}
@media only screen and (max-width:520px){
.joblist{padding: 30px 0;}
.joblist .item{margin-bottom: 10px;}
.joblist .item .j_rd{padding: 5px 15px;}
.joblist .item .j_rd .info .date{padding-right: 15px;margin-right: 15px;}
.joblist .item .j_rd .info .date .day{font-size: 22px;}
.joblist .item .j_rd .info .date .year{font-size: 14px;}
.joblist .item .j_rd .info .title{font-size: 16px;}
.joblist .item .j_rd .img img{width: 18px;}
.joblist .item .j_hd{padding: 10px 15px;}
.joblist .item .j_hd p{line-height: 24px;font-size: 12px;}
}