.tag_banner{
    position: relative;
    min-height: 500px;
    padding: 100px 0 50px;
    background: url(../images/tagbg.jpg)center bottom no-repeat;
    background-size: cover;
}
.tag_banner:after{
    content: "";
    position: absolute;
    right: 10.5%;
    top: 0;
    width: 39%;
    height: 94%;
    background: url(../images/tagbj1.png)center bottom no-repeat;
    background-size: 100% 100%;
}
.tag_flex{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ban_tit{
    width: 45%;
}
.tag_lf{
    width: 53%;
}
.tag_lf p{
    font-size: 29px;
    color: #2a2a32;
    margin-bottom: 15px;
}
.tag_lf h1,.ban_tit h1{
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #040404;
    font-weight: bold;
    font-family: 'erya';
    margin: 0 0 30px;
    z-index: 1;
}
.tag_lf h1:after{
    content: "";
    position: absolute;
    top: -25px;
    right: -13px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #54f67c;
    z-index: -1;
}
.tag_lf dl dd,.ban_tit dl dd{
    font-size: 22px;
    color: #040404;
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(../images/tagdh.png)left center no-repeat;
}
.tag_lf dl dd:last-child,.ban_tit dl dd:last-child{
    margin-bottom: 0;
}
.tag_lf dl dd span,.ban_tit dl dd span{
    color: #0089ff;
}
.tag_ri{
    position: relative;
    width: 42.3%;
    z-index: 1;
}
.tag_ri:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -23%;
    width: 118%;
    height: 32%;
    background: url(../images/tagy.png)no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.tag1{
    padding: 70px 0 80px;
}
.tag1_flex{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 45px 30px 45px 40px;
    border-radius: 15px;
    box-shadow: 0 0 16px rgba(26, 26, 26, .1);
    background: #ffffff;
}
.tag1_flex:after{
    content: "";
    position: absolute;
    top: -60px;
    right: -115px;
    width: 320px;
    height: 220px;
    border-radius: 21px;
    background: #eff6fc;
    z-index: -1;
}
.tag1_lf{
    position: relative;
    margin-right: 45px;
    z-index: 1;
}
.tag1_lf p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    min-height: 200px;
    padding: 15px;
    border-radius: 11px;
    background: url(../images/tag1.jpg)bottom center no-repeat;
    background-size: cover;
    font-size: 26px;
    line-height: 42px;
    color: #181818;
    text-align: center;
    z-index: 1;
}
.tag1_lf:after{
    content: "";
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fd7501;
    z-index: 0;
}
.tag1_ri{
    flex: 1;
}
.tag1_ri h2{
    font-size: 34px;
    color: #2c2c2c;
    font-weight: bold;
    margin-bottom: 20px;
}
.tag1_ri h2:after{
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    margin-top: 10px;
    border-radius: 3px;
    background: #0680ff;
}
.tag1_ri p{
    font-size: 18px;
    line-height: 30px;
    color: #424242;
}
.tag1_ri p strong{
    color: #0680ff;
}
.tag2{
    padding: 60px 0;
    background: url(../images/tag2.jpg)top center no-repeat;
    background-size: cover;
}
.tag2_dl dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 0 18px rgba(105, 105, 105, .15);
    background: #ffffff;
    overflow: hidden;
}
.tag2_dl dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 125px;
    background: #0680ff;
    text-align: center;
}
.tag2_dl dl dt img{
    margin: 0 auto 13px;
}
.tag2_dl dl dt p{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}
.tag2_dl dl dd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    padding: 30px 25px;
}
.tag2_dl dl dd a{
    position: relative;
    display: block;
    width: 23.9%;
    text-align: center;
    padding: 20px 5px 25px;
    border-radius: 10px;
    background: #f1f1f1;
    transition: all .5s;
}
.tag2_dl dl dd h3{
    font-size: 19px;
    color: #424242;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all .5s;
}
.tag2_dl dl dd p{
    font-size: 16px;
    color: #575757;
    transition: all .5s;
}
.tag2_dl dl dd a:after{
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 27px;
    height: 9px;
    background: url(../images/tag2jt.png)no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .6s;
}
.tag2_dl dl dd a:hover{
    background: #0680ff;
}
.tag2_dl dl dd a:hover:after{
    opacity: 1;
}
.tag2_dl dl dd a:hover h3,
.tag2_dl dl dd a:hover p{
    color: #ffffff;
}

.tag4{
    padding: 70px 0;
    background: #eaf4ff;
}
.tag4_main{
    width: 94%;
    margin: 0 auto;
}
.tag4_flex{
    position: relative;
}
.tag4_hm{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    width: 86%;
}
.tag4_hm img{
    margin: 0 auto;
}
.tag4_flex .swiper-container{
    padding: 30px 20px;
}
.tag4_flex .swiper-slide{
    position: relative;
}
.tag4_one{
    position: relative;
    transition: all .5s ease;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(26, 26, 26, .33);
    overflow: hidden;
}
.tag4_one img{
    width: 100%;
}
.tag4_one p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    color: #fefefe;
    text-align: center;
    background: #0680ff;
}
.tag4_hg{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 25px 5px 10px 8px;
    border-radius: 12px;
    transition: all .5s ease;
    transform: rotateY(180deg);
    background: #0680ff;
    opacity: 0;
    z-index: 0;
}
.tag4_flex .swiper-slide:hover .tag4_one{
    transform: rotateY(180deg);
    z-index: 0;
}
.tag4_flex .swiper-slide:hover .tag4_hg{
    opacity: 1;
    transform: rotateY(0deg);
    z-index: 1;
}
.tag4_hg h3{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.tag4_con{
    font-size: 14px;
    line-height: 26px;
}
.tag4_flex .swiper-slide:first-child{
    margin-top: 70px;
}
.tag4_flex .swiper-slide:nth-child(2){
    margin-top: 30px;
}
.tag4_flex .swiper-slide:nth-child(3){
    margin-top: 85px;
}
.tag4_flex .swiper-slide:nth-child(5),
.tag4_flex .swiper-slide:nth-child(7){
    margin-top: 40px;
}
.tag4_flex .swiper-slide:nth-child(6){
    margin-top: 100px;
}

.tag5{
    padding: 90px 0 70px;
    background: url(../images/tag5.jpg)top center no-repeat;
    background-size: cover;
}
.tag5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tag5 ul li{
    width: 23.5%;
    min-height: 220px;
    margin-bottom: 30px;
    padding: 0 0 15px;
    border-radius: 15px;
    box-shadow: 0 0 18px rgba(26, 26, 26, .1);
    background: #ffffff;
    transition: all .5s;
    overflow: hidden;
}
.tag5_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #424242;
    padding: 30px 25px 20px;
    transition: all .5s;
}
.tag5_img{
    margin-right: 10px;
}
.tag5_tit h3{
    font-size: 20px;
    font-weight: bold;
}
.tag5_con{
    font-size: 16px;
    line-height: 27px;
    color: #686868;
    padding: 0 25px;
}
.tag5_con p{
    padding-top: 20px;
    border-top: 1px solid #c1c1c1;
}
.tag5 ul li:hover{
    background: #fff9f4;
}
.tag5 ul li:hover .tag5_tit{
    color: #ffffff;
    background: #fd7501;
}
.tag5 ul li:hover img.tu1{
    display: none;
}
.tag5 ul li:hover img.tu2{
    display: block;
}
.tag5 ul li:hover .tag5_con p{
    border-color: transparent;
}
