.jlSec1 img{width: 100%;}

.acg_tit.tik h2 b{color: #333;}
.acg_tit.white h2 b{color: #ffffff;}
.acg_tit.pink h3{color: #777777;}
.acg_tit.pink h4{color: #8A28BC;opacity: 0.16;}

.jlSec2{padding-bottom: 50px;}
/* .jlSec2{background: url(../images/jlSec2_bg.jpg) center/cover;padding-bottom: 50px;} */
.dkh_list{display: flex;flex-wrap: wrap;}
.dkh_item{width: calc(25% - 27px);margin-right: 35px;position: relative;margin-bottom: 15px;}
.dkh_item:nth-of-type(4n){margin-right: 0;}
.dkh_item::before{content: "";display: block;height: 100%;width: 100%;position: absolute;top: 14px;left: 10px;background: #04081D;border-radius: 26px 26px 26px 50px;}
.dkh_item .desc{position: relative;z-index: 9;background: #F7F7F7;border-radius: 26px 26px 26px 50px;text-align: center;padding: 45px 40px 30px;}
.dkh_item .atit{}
.dkh_item .atit span{font-size: 28px;font-weight: bold;color: #FE1656;line-height: 1.2;padding-right: 5px;}
.dkh_item .atit b{font-size: 28px;font-weight: bold;line-height: 1.2;color: #FE1656;}
/* .dkh_item:nth-of-type(2n) .atit b{color: #00F0EE;} */
.dkh_item .line{display: block;width: 30px;height: 3px;background: #FE1656;margin: 12px auto 15px;}
.dkh_item .btit{font-size: 16px;color: #333333;line-height: 1.5;margin-bottom: 40px;}
.dkh_item .img{}
.dkh_item .img img{max-width: 100%;}

.dy_sec1_list .pinkBg{background: #000000;color: #FFFFFF;}
.dy_sec1_list .blackBg{background: #000000;color: #FFFFFF;}
.dy_sec1_list .blueBg{background: #000000;color: #FFFFFF;}
.dy_sec1_list .pinkBd{border: 2px solid #000000;}
.dy_sec1_list .blackBd{border: 2px solid #000000;}
.dy_sec1_list .blueBd{border: 2px solid #000000;}



.jlSec3{background: #F0EAFA;padding-bottom: 50px;}
/* .jlSec3{background: url(../images/jlSec3_bg.jpg) center/cover;padding-bottom: 50px;} */
.skh_list{display: flex;flex-wrap: wrap;}
.skh_item{width: calc(25% - 12px);margin: 0 15px 15px 0;background: #FFFFFF;border: 1px solid #E2D3F1;text-align: center;padding: 40px 10px;}
.skh_item:nth-of-type(4n){margin-right: 0;}
.skh_item .img{margin-bottom: 18px;}
.skh_item .img img{}
.skh_item .atit{font-size: 24px;color: #222222;line-height: 1.5;font-weight: bold;}


.dspAbox{text-align: center;padding: 20px 0;}
.dspAbox a{position: relative;display: inline-block;}
.dspAbox a::before{content: "";display: block;position: absolute;top: 2px;left: 5px;background: #00F0EE;height: 100%;width: 100%;border-radius: 60px;}
.dspAbox a::after{content: "";display: block;position: absolute;bottom: 3px;right: 4px;background: #04081D;height: 100%;width: 100%;border-radius: 60px;}
.dspAbox a span{position: relative;z-index: 99;display: inline-block;background: #FE1656;border-radius: 60px;font-size: 30px;line-height: 1;color: #FFFFFF;padding: 18px 115px;}


.jlSec4{background: url(../images/jlSec4_bg.jpg) center/cover;padding-bottom: 70px;}
.xal_list{display: flex;flex-wrap: wrap;}
.xal_item{width: calc(20% - 20px);margin-right: 24px;position: relative;border-radius: 10px;overflow: hidden;}
.xal_item:nth-of-type(5){margin-right: 0;}
.xal_item video{width: 100%;}
.xal_item .atit{position: absolute;top: 0;left: 0;max-width: 100%;background: rgba(254, 22, 86, 0.8);padding: 0 7px;color: #FFFFFF;font-size: 14px;border-radius: 10px 0 10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index: 9;transition: .3s;}
.xal_item .btit{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(247, 61, 114, 0.7);z-index: 9;display: flex;justify-content: center;padding: 22px 10px;transition: .3s;}
.xal_item .btit p{font-size: 14px;color: #FFFFFF;line-height: 28px;}
.xal_item .btit p b{font-size: 24px;font-weight: bold;}
.xal_item .ctit{position: absolute;top: 50%;left: 50%;margin: -80px 0 0 -40px;transition: .3s;}

/* .xal_item:nth-of-type(2) .atit{background: rgba(116, 86, 216, 0.8);}
.xal_item:nth-of-type(2) .btit{background: rgba(116, 86, 216, 0.7);}
.xal_item:nth-of-type(4) .atit{background: rgba(0, 255, 255, 0.8);}
.xal_item:nth-of-type(4) .btit{background: rgba(0, 255, 255, 0.6);} */

.xal_item:hover .atit{opacity: 0;visibility: hidden;}
.xal_item:hover .btit{opacity: 0;visibility: hidden;}
.xal_item:hover .ctit{opacity: 0;visibility: hidden;}


.redAB{display: block;width: 700px;font-size: 28px;height: 65px;line-height: 65px;text-align: center;margin: 35px auto 0;display: flex;align-items: center;border-radius: 30px;overflow: hidden;}
.redAB .atit{width: 50%;background: #FE1656;color: #FFFFFF;transition: .3s;}
.redAB .btit{width: 50%;background: #FFFFFF;color: #04081D;transition: .3s;}
.redAB .atit:hover{background: #04081D;color: #FFFFFF;}
.redAB .btit:hover{background: #04081D;color: #FFFFFF;}



.jlSec5{background: url(../images/jlSec5_bg.jpg) center/cover;padding-bottom: 70px;}
.ybz_tit_list{display: flex;justify-content: center;}
.ybz_tit{background: #F4F4F4;height: 45px;display: flex;align-items: center;margin: 0 2px;padding: 0 15px;cursor: pointer;}
.ybz_tit .icon{display: block;height: 25px;width: 25px;background-position: 0px 2px !important;background-repeat: no-repeat;}
.ybz_tit .desc{padding-left: 5px;font-size: 18px;color: #333333;transition: .3s;}
.ybz_tit.active{background: #FE1656;}
.ybz_tit.active .icon{background-position: -0px -64px !important;}
.ybz_tit.active .desc{padding-right: 20px;color: #FFFFFF;}

.ybzItemBox{margin-top: 22px;display: none;}
.ybzItemBox.active{display: block;}
.ybzItem{display: flex;background: #FFFFFF;}
.ybzItem .imgs{width: 56%;}
.ybzItem .imgs img{width: 100%;}
.ybzItem .desc{width: 44%;background-image: url(../images/ybj_bg.png);background-position: right top;background-repeat: no-repeat;padding: 80px 90px 20px 45px;}
.ybzItem .desc .atit{}
.ybzItem .desc .atit b{font-size: 36px;font-weight: bold;color: #FE1656;line-height: 1.5;}
.ybzItem .desc .atit span{font-size: 36px;font-weight: bold;color: #333333;line-height: 1.5;}
.ybzItem .desc .btit{font-size: 24px;color: #333333;line-height: 1.3;margin-bottom: 20px;}
.ybzItem .desc .ctit{font-size: 16px;color: #777777;line-height: 1.8;margin-bottom: 30px;}
.ybzItem .desc .dtit{display: flex;position: relative;border-radius: 0px 15px 0px 0px;box-shadow: 4px -4px 0px 0px #00F0EE;}
.ybzItem .desc .dtit .dta{height: 100%;width: 150px;text-align: center;background: #04081D;font-weight: bold;color: #00F0EE;font-size: 18px;height: 45px;line-height: 45px;}
.ybzItem .desc .dtit .dtb{height: 100%;width: calc(100% - 150px);padding: 0 15px;font-size: 18px;font-weight: bold;color: #FFFFFF;height: 45px;line-height: 45px;background: #FE1656;border-radius: 0px 15px 0px 0px;}
.ybzItem .desc .etit{display: flex;align-items: center;margin-top: 30px;}
.ybzItem .desc .etit a{display: flex;align-items: center;}
.ybzItem .desc .etit a img{margin-left: 10px;}
.ybzItem .desc .etit .ybzBtns{margin-left: auto;}


.mySwiper_ybz {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper_ybz .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.ybzBtns{position: relative;display: flex;}
.ybzBtns .swiper-button-next::after,.ybzBtns .swiper-button-prev::after{display: none;}
.ybzBtns .swiper-button-next,.ybzBtns .swiper-button-prev{position: relative;left: auto;right: auto;top: auto;margin: auto;height: 50px;width: 50px;background: url(../images/case-btn.png) no-repeat;}
.ybzBtns .swiper-button-prev{background-position: 0px 0px !important;}
.ybzBtns .swiper-button-next{background-position: -63px 0px !important;margin-left: 15px;}
.ybzBtns .swiper-button-prev:hover{background-position: 0px -56px !important;}
.ybzBtns .swiper-button-next:hover{background-position: -63px -56px !important;}


.jlSec6{padding-bottom: 40px;}
.jkh_list{display: flex;flex-wrap: wrap;}
.jkh_item{width: calc(16.666% - 14px);margin: 0 16px 16px 0;border: 1px solid #CCCCCC;border-radius: 15px 0px 15px 0px;overflow: hidden;}
.jkh_item img{width: 100%;transition: .5s;}
.jkh_item:nth-of-type(6n){margin-right: 0;}
.jkh_item:hover img{transform: scale(1.1);}


.jlSec7{background: url(../images/jlSec7_bg.jpg) center/cover;padding-bottom: 35px;}
.ytd_list{display: flex;flex-wrap: wrap;}
.ytd_item{width: calc(33.333% - 14px);margin: 0 20px 20px 0;background: #7456D8;display: flex;}
/* .ytd_item:nth-of-type(2){background: #0ABFBF;} */
/* .ytd_item:nth-of-type(3){background: #7456D8;} */
.ytd_item:nth-of-type(3n){margin-right: 0;}
.ytd_item .img{width: 185px;}
.ytd_item .img img{width: 100%;}
.ytd_item .desc{width: calc(100% - 185px);padding: 20px 25px 20px 0;}
.ytd_item .desc .atit{}
.ytd_item .desc .atit b{font-size: 36px;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.ytd_item .desc .atit span{font-size: 20px;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.ytd_item .desc .btit{font-size: 16px;color: #FFFFFF;opacity: 0.6;line-height: 25px;margin: 8px 0 15px;height: 50px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.ytd_item .desc .ctit{background: rgba(255,255,255,.1);padding: 10px;}
.ytd_item .desc .ctit b{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 1.2;}
.ytd_item .desc .ctit p{font-size: 16px;color: #FFFFFF;line-height: 25px;height: 50px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.ytd_box{display: flex;flex-wrap: wrap;}
.ytd_block{width: calc(16.666% - 13px);margin-right: 15px;background: #FFFFFF;}
.ytd_block:nth-of-type(6n){margin-right: 0;}
.ytd_block .img{overflow: hidden;background: #E5E5E5;}
.ytd_block .img img{width: 100%;transition: .4s;}
.ytd_block .desc{padding: 10px 16px;}
.ytd_block .desc .atit{border-bottom: 1px dashed #C5C5C5;padding-bottom: 4px;margin-bottom: 5px;}
.ytd_block .desc .atit b{font-size: 21px;font-weight: bold;color: #333333;line-height: 30px;}
.ytd_block .desc .atit span{font-size: 16px;color: #333333;line-height: 30px;}
.ytd_block .desc .btit{font-size: 17px;color: #777777;line-height: 25px;height: 50px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}


.jlSec8{padding-bottom: 70px;}
.clc_list{display: flex;}
.clc_item{width: 100%;text-align: center;}
.clc_item .atit{font-size: 30px;font-weight: bold;color: #FE1656;line-height: 1.2;}
.clc_item .btit{width: 160px;display: block;height: 65px;line-height: 63px;background: #04081D;margin: 20px auto 0px;font-size: 20px;color: #ffffff;position: relative;}
.clc_item .btit::after{content: "";display: block;height: 37px;width: 49px;background: url(../images/clc_icon.png);position: absolute;right: -34px;top: 50%;margin-top: -18px;}
.clc_item:last-child .btit::after{display: none;}
.clc_item .ctit{font-size: 18px;color: #222222;line-height: 1.5;padding-top: 8px;}
.clc_item .ctit p{margin-top: 20px;}
 



@font-face {
	font-family:OSWALD;
	src: url(../fonts/OSWALD-BOLD.TTF);
}

.seoTitle{text-align: center;padding: 60px 0 30px;}
.seoTitle .atit{}
.seoTitle .atit span{font-size: 48px;font-weight: bold;color: #333333;line-height: 1.2;}
.seoTitle .atit b{font-size: 48px;font-weight: bold;color: #FE1656;line-height: 1.2;}
.seoTitle .btit{text-align: center;position: relative;display: flex;align-items: center;justify-content: center;margin: 5px 0 2px;}
.seoTitle .btit img{margin: 0 10px;}
.seoTitle .btit::before{content: "";display: block;width: 200px;height: 1px;background: #7F7F7F;}
.seoTitle .btit::after{content: "";display: block;width: 200px;height: 1px;background: #7F7F7F;}
.seoTitle .ctit{font-size: 24px;color: #333333;line-height: 1.5;}
.seoTitle.white .atit span{color: #FFFFFF;}
.seoTitle.white .btit::before{background: #FFFFFF;}
.seoTitle.white .btit::after{background: #FFFFFF;}
.seoTitle.white .ctit{color: #FFFFFF;}

.seSec1 img{width: 100%;}

.spmList{display: flex;flex-wrap: wrap;justify-content: center;}
.spmItem{width: calc(33.3333% - 50px);background: url(../images/spmbg1.png) center/cover;border-radius: 90px;margin: 0 50px 50px 0;text-align: center;padding: 32px 10px;transition: .3s;}
.spmItem:nth-of-type(3){margin-right: 0;}
.spmItem:nth-of-type(5){margin-right: 0;}
.spmItem .atit{margin-bottom: 6px;}
.spmItem .btit{font-size: 24px;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.spmItem:hover{background: url(../images/spmbg2.png) center/cover;}

.dyssl_box{width: 980px;position: relative;margin: 20px auto 0;}
.dyssl_box::after{content: "";display: block;width: 100%;height: 100%;background: #2DF5FD;border-radius: 10px;position: absolute;left: 5px;top: 5px;z-index: 1;}
.dyssl_box::before{content: "";display: block;width: 100%;height: 100%;background: #FE1656;border-radius: 10px;position: absolute;right: 5px;bottom: 5px;z-index: 1;}
.dyssl_content{background: #100D16;border-radius: 10px;position: relative;z-index: 99;display: flex;align-items: center;padding: 30px 55px;}
.dyssl_box .dys_tit{flex-shrink: 0;width: 80px;position: relative;z-index: 9;}
.dyssl_box .dys_tit img{width: 121px;background: #100D16;padding: 5px 0;}
.dyssl_box .dys_desc{flex-shrink: 0;width: calc(100% - 80px);display: flex;justify-content: space-between;padding: 15px 40px 22px 70px;border: 1px solid rgba(255,255,255,0.28);border-radius: 10px;}

.dysItem{display: flex;align-items: flex-end;}
.dysItem .atit{}
.dysItem .btit{font-family: OSWALD;font-size: 60px;line-height: 55px;font-weight: bold;color: #FE1656;letter-spacing: -2px;margin: 0 8px 0 5px;}
.dysItem .ctit{font-size: 16px;color: #FFFFFF;line-height: 1.4;}


.seSec3{background: url(../images/seSec3_bg.jpg) center/cover;padding-bottom: 60px;margin-top: -75px;padding-top: 75px;}
.xfkBox{text-align: center;}
.xfkBox .img{}
.xfkBox .img img{max-width: 100%;}
.xfkBox .desc{font-size: 16px;color: #FFFFFF;line-height: 1.6;max-width: 1000px;margin: 10px auto 0px;}.xfkBox .desc span{color: #FE1656;}

.seSec4{background: #F0EAFA;padding-bottom: 40px;}
.seSec5{background: url(../images/seSec3_bg.jpg) center/cover;padding-bottom: 60px;}
.seSec6{padding-bottom: 30px;}
.seSec7{background: url(../images/jlSec7_bg.jpg) center/cover;padding-bottom: 55px;}

.seSec8{}
.xwdBox .img img{width: 100%;}
.xwdList{padding: 50px 0 90px;}
.xwdItem{width: calc(33.333% - 15px);margin-right: 15px;float: left;background: #FFFFFF;box-shadow: 0px 0px 5px #666666;border-radius: 0px 0px 30px 0px;position: relative;height: 132px;}
.xwdItem:nth-of-type(3){margin-right: 0;}
.xwdItem i{display: block;width: 55px;height: 50px;background: url(../images/xwd_bg1.png);line-height: 30px;padding-left: 5px;font-size: 18px;color: #FFFFFF;position: absolute;top: 0;left: 0;}
.xwdItem:nth-of-type(2) i{background: url(../images/xwd_bg2.png);}
.xwdItem:nth-of-type(3) i{background: url(../images/xwd_bg3.png);}
.xwdItem .desc{display: flex;height: 100%;padding: 0 30px;align-items: center;}
.xwdItem p{font-size: 48px;font-weight: bold;color: #FE1656;display: block;flex-shrink: 0;padding-right: 15px;}
.xwdItem:nth-of-type(2) p{color: #5D20BD;}
.xwdItem:nth-of-type(3) p{color: #0ABFBF;}
.xwdItem span{font-size: 18px;font-weight: 400;color: #666666;line-height: 24px;}





.jlSec8 .dspAbox{padding-top: 50px;}
.dsplc_list{display: flex;justify-content: center;align-items: center;}
.dsplc_item{display: flex;align-items: center;justify-content: center;position: relative;width: 110px;height: 100px;border: 1px solid #CCCCCC;border-radius: 15px;}
.dsplc_item .atit{position: absolute;top: -15px;width: 30px;height: 30px;background: #777777;text-align: center;line-height: 30px;color: #FFFFFF;border-radius: 100%;}
.dsplc_item .btit{font-size: 16px;line-height: 1.5;}
.dsplc_icon{margin: 0 23px;}
.dsplc_img{margin: 0 0 13px;}
.dsplc_img img{width: 100%;}

@media screen and (max-width: 1500px){
	.dsplc_img img {
	    width: 110%;
	    height: 70px;
	    margin-left: -8%;
	}
	.ybzItem .desc{padding: 40px 50px 20px 45px;}
	.ybzItem .desc .atit span{font-size: 24px;}
}