
.cont1 .cont1-main{margin-top: 50px;display: flex;justify-content: space-between;}
.cont1 .cont1-main li{display: flex;margin-right: 10px;}
.cont1 .cont1-main li .item-left{display: b;width: 233px;background-color: #0ebc46;box-sizing: border-box;padding: 30px 22px 0;height: 100%;/* transform-style: preserve-3d; */color: #fff;/* border: 2px solid black; *//* background: url("http://placehold.it/100x100"); */transform: rotateY(180deg);transition: all 1s;}
.cont1 .cont1-main li .item-left p{font-size: 26px;line-height: 60px;}
.cont1 .cont1-main li .item-left span{font-size: 16px;line-height: 40px;letter-spacing: 1px;}
.cont1 .cont1-main li .item-right{position: relative;/* border: 2px solid black; */transition: transform 1s ease;transform-style: preserve-3d;cursor: pointer;position: relative;}
.cont1 .cont1-main li .item-right i{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,.3);font-size: 26px;display: flex;align-items: center;justify-content: center;color: #fff;}
.cont1 .cont1-main li.active .item-left{display: block;}
.cont1 .cont1-main li.active .item-right i{display: none;}

.cont2 .cont2-main{margin-top: 50px;text-align: center;}
.cont2 .cont2-main .free{display: block;margin: 60px auto 0;width: 264px;height: 69px;font-size: 24px;line-height: 69px;color: #fff;background-color: #fc495e;text-align: center;border: none;font-size: 16px;font-weight: 400;background: #0fbd46;color: #fff;height: 70px;text-transform: uppercase;text-align: center;padding: 28px 45.5px;display: inline-block;line-height: .8;letter-spacing: 1.6px;position: relative;outline: none;transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;-ms-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;/* margin: 0 auto; */}

.cont3{background-color: #ff7e14;/* margin-top: 50px; *//* margin-bottom: 50px; *//* padding: 50px 0px; */}
.cont3 .cont3-main .title{padding-top: 56px;color: #fff;}
.cont3 .cont3-main ul{padding: 22px 0 16px;}
.cont3 .cont3-main ul li{display: flex;justify-content: space-between;margin-top: 28px;color: #fff;}
.cont3 .cont3-main ul li .item-left{width: 600px;box-sizing: border-box;padding-left: 91px;position: relative;padding-top: 66px;}
.cont3 .cont3-main ul li .item-left h4{font-size: 26px;line-height: 32px;}
.cont3 .cont3-main ul li .item-left span{font-size: 18px;line-height: 32px;}
.cont3 .cont3-main ul li .item-left i{display: block;width: 200px;height: 1px;background-color: #fff;}
.cont3 .cont3-main ul li .item-left p{font-size: 16px;line-height: 32px;margin-top: 20px;}
.cont3 .cont3-main ul li .item-left::before{content: '01';font-size: 70px;color: #fff;position: absolute;left: 0;top: 50px;line-height: 92px;}
.cont3 .cont3-main ul li .item-left::after{content: '';width: 89px;height: 2px;position: absolute;left: 0;top: 110px;background-color: #fff;transform: rotate(-35deg);}
.cont3 .cont3-main ul li:nth-child(2) .item-left::before{content: '02';}
.cont3 .cont3-main ul li:nth-child(3) .item-left::before{content: '03';}
.cont3 .cont3-main ul li:nth-child(2) .item-right{margin-left: 53px;}

.cont4 .cont4-main{margin-top: 53px;display: flex;justify-content: space-between;}

.cont5 .cont5-main{/* margin-top: 50px; *//* margin-bottom: 150px; */}
.cont5 .cont5-main .myvideo{display: none;width: 854px;margin: 0 auto;box-shadow: 0 15px 15px #eee;text-align: center;padding-bottom: 34px;}
.cont5 .cont5-main .myvideo video{width: 100%;height: 450px;}
.cont5 .cont5-main .myvideo p{font-size: 28px;color: #333;line-height: 58px;margin: 28px auto 11px;}
.cont5 .cont5-main .myvideo span{font-size: 24px;line-height: 34px;color: #fc495e;}
.cont5 .cont5-swiper{position: relative;width:;height: fit-content;/* padding: 60px 44px 0; */}
.cont5 .cont5-swiper .swiper-slide{box-sizing: border-box;/* border: 3px solid #fff; */}
.cont5 .cont5-swiper .swiper-slide img{width: 100%;height: 180px;}
.cont5 .cont5-swiper .active{/* border-color: #FC495E; */}
.cont5 .swiper-button-next, .cont5 .swiper-button-prev {background-image: url(../images/system9.png);width: 10px;height: 21px;background-size: cover;margin-top: 15px;}
.cont5 .swiper-button-prev{transform: rotate(180deg);}

.w1200{width: 1200px;margin: 0 auto;position: relative;padding-top: 50px;}
.main{/* margin-top: 80px; */position: relative;}
.main img{vertical-align: middle;}

.title{text-align: center;/* padding-top: 140px; */color: #333;}
.title h3{font-size: 40px;line-height: 60px;color: #fff;}
.title p{font-size: 20px;color: #3e3e3e;line-height: 34px;margin-top: 19px;}




.cont1.w1200 .item-right,.item-left {
    position: absolute;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.cont1.w1200 .cont1-main li:hover .item-right {
    bottom: 2px;
    left: 2px;
    transform: rotateY(180deg);
    box-shadow: 0px 0px 20px 1px #000;
}

.cont1.w1200  .cont1-main li:hover .item-right {
    /* transform: rotateY(180deg); */
}
.cont1.w1200 .cont1-main li:hover .item-left{
    /* transition: transform 1s ease; */
    /* transform-style: preserve-3d; */
    /* cursor: pointer; */
    /* position: relative; */
}
/*.cont1.w1200 .cont1-main li:active {*/
/*!* transform: translateY(10px); *!*/
/*transform: rotateY(180deg);*/
/*}*/
.cont1 .cont1-main li .item-left:after {
    content: '';
    border: 5px solid #ff7d12;
    height: 20%;
    left: 0px;
    /* top: 0px; */
    bottom: 0px;
    position: absolute;
    /* margin-left: 231px; */
}

.filexbg:after{
    position: absolute;
    right: 60px;
    top: 60px;
    border: 10px solid #ff7f15;
    height: 464px;
    width: 530px;
    content: '';
    z-index: 6;
}

/*background: url(http://placehold.it/250x250);*/
/*!* background: fixed; *!*/
/*background-attachment: fixed;*/
/*background-repeat: no-repeat;*/
/*background-position: 20% 20%;*/
.free:after {
	
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    background: #e2740d;
}

/*a.free:after:hover {*/
/*width: 100%;*/
/*}*/
.free:hover .free:after{
    width: 100%;
}
.common_btn.red_bg:hover {
    color: #fff;
}
.cont4.w1200 .title h3 {
    color: black;
}
.cont2-main a.common_btn {
    margin-top: 50px;
}
.cont1.w1200 .title h3 {
    color: black;
}
.cont2.w1200 .title h3 {
    color: black;
}
/*.main.system{*/
/*background: url("../../static/images/cont3bg.png") no-repeat;*/
/*background-attachment: fixed;*/
/*}*/

.fiexlbg {
    width: 100%;
    background: url(../../images/cont3bg.png) no-repeat;
	/* background: url(images/cont3bg.png) no-repeat; */
    background-attachment: fixed;
    padding-bottom: 50px;
}
li.aos-init.aos-animate:hover .item-left {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.cont1 .cont1-main li .item-right img {
    width: 233px;
    height: 367px;
}
.cont3 .cont3-main ul .item-right img {
    width: 500px;
}
.cont2_img1 {
    display: none;
}