.cai1_left,.cai1_right1{
    width: 50%;
    float: left;
}
.bjt {
    background: #dcdcdc;
    border: none;
    color: #666;
    bottom: .8rem;
}
.caiindex1{
    height: 7rem;
    position: relative;
}
.bleft {
    left: 7.25rem;
}
.bright{
    left: 7.8rem;
}
.cai1_right{
    padding: 1.9rem 0 0 1.1rem;
}
.cai1_right>img{
    width: .3rem;
    margin-bottom: .4rem;
}
.cai1_right>h5{
   margin: 0;
   line-height: .7rem;
   font-size: .5rem;
   color: #333;
}
.ch{
    position: absolute;
    left: 1.95rem;
    width: 5.1rem;
    bottom: 1rem;
    z-index: 1;
}
.bn_txt>h3>span {
    color: #1b1b1b;
    font-size: .2rem;
}
.num{
    font-size: .2rem !important;
}
.bn_txt {
    position: absolute;
    z-index: 1;
    right: 7.8rem;
    bottom: .75rem;
}
.caiindex2{
    background: url('../images/caibg.jpg') no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: .6rem 0;
    text-align: center;
}
.caiindex2>h5{
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: .5rem;
}
.caiindex2>p{
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: .2rem;
    margin: .2rem 0 .6rem;
}
.caimore{
    display: inline-block;
    height: .5rem;
    padding: 0 .3rem;
    color: #333;
    font-size: .18rem;
    line-height: .5rem;
    background: #fff;
    border-radius: .25rem;
}
.caimore>img{
    width: .19rem;
    margin-left: .18rem;
}
/* .swiper-container-cai .cai1_right>img,
.swiper-container-cai .cai1_right>h5
{
    transition: all 1s;
    opacity: 0;
    transform: translateY(50px);
}


.swiper-container-cai .swiper-slide.swiper-slide-active .cai1_right>img,
.swiper-container-cai .swiper-slide.swiper-slide-active .cai1_right>h5 {
     transition-delay: .6s;
     transform: none;
     opacity: 1;

} */
.caiindex3{
    text-align: center;
    padding: 1rem 1.5rem 1.1rem;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
}
.caiindex3>h5{
    margin: 0;
    line-height: 1;
    color: #333;
    font-size: .5rem;
    margin-bottom: .2rem;
}
.cbox{
    float: left;
    width: 20%;
    text-align: center;
}
.cai_con{
    /* background: #fff; */
    display: inline-block;
    padding: 1rem .65rem .5rem;
   position: relative;
    border-radius: 12px;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.cai3_box{
    position: relative;
    z-index: 11;
}
.cx{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 3.2rem;
    width: 100%;
}
.cbox:first-child{
    margin-top: 1rem;
}
.cbox:nth-child(2){
    margin-top: 0;
}
.cbox:nth-child(3){
    margin-top: 1.5rem;
}
.cbox:nth-child(4){
    margin-top: .3rem;
}
.cbox:nth-child(5){
    margin-top: 1.5rem;
}
.cai_con>p{
    margin: 0;
    font-size: .2rem;
    line-height: 1;
    margin-top: .2rem;
    color: #333;
}
.cbox:first-child .cai_con{
    padding: 1rem .2rem .5rem !important;
}
.cbox:nth-child(2) .cai_con{
    padding: 1rem .2rem .5rem !important;
}
.cai_img>div{
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #f1f1f1;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    margin: 0 auto;
}
.cai_img>div>img{
    width: .36rem;
    margin-top: .28rem;
}
.cai_con:hover .cai_img>div {
    opacity: 1;
    background: #ff0000;
}
.cai_con:hover{
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #ccc;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
}
.cai_con:hover span{
    opacity: 1;
}
.cai_con>span{
    position: absolute;
    font-size: .6rem;
    color: #e4e3e3;
   font-family: g2;
    left: 35%;
    top: 18%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.cai_img{
    position: relative;
    z-index: 2;
}
.cbox:first-child .cai_con>span{
    left: 39%;
}
.cbox:nth-child(2) .cai_con>span{
    left: 40%;
}
/* .cbox:nth-child(3) .cai_con{
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #ccc;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
}
.cbox:nth-child(3) .cai_con>span{
    opacity: 1;
} */
@media (max-width: 992px){
.cai1_left, .cai1_right {
    width: 100%;
    float: left;
}
.caiindex1 {
    margin-top: -6px;
    height: auto;
    position: relative;
}
.cai1_right>h5 {
    margin: 0;
    line-height: 28px;
    font-size: 20px;
    color: #333;
}
.cai1_right {
    padding: 30px 20px;
    /* height: 100px; */
}
.cai1_right>img {
    width: 20px;
    margin-bottom: .4rem;
}
.bn_txt {
    position: absolute;
    z-index: 1;
    right: 76%;
    bottom: 30px;
}
.bn_txt>h3>span {
    color: #1b1b1b;
    font-size: 16px;
}
.num {
    font-size: 18px !important;
}
.ch {
    position: absolute;
    left: 30%;
    width: 35%;
    bottom: 40px;
    z-index: 1;
    height: 1px;
}
.bright {
    left: 80%;
}
.bjt {
    background: #dcdcdc;
    border: none;
    color: #666;
    bottom: 25px;
}
.bleft {
    left: 70%;
}
.caiindex2 {
    background: url(../images/caibg.jpg) no-repeat;
    background-position: center;
    background-size:cover;
    width: 100%;
    height: auto;
    padding: 30px 1px;
    text-align: center;
}
.caiindex2>h5 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 20px;
}
.caiindex2>p {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
}
.caimore>img {
    width: 12px;
    margin-left: 6px;
}
.caimore {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    border-radius: 15px;
}
.caiindex3 {
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
}
.caiindex3>h5 {
    margin: 0;
    line-height: 28px;
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}
.cbox:first-child {
    margin-top: 0;
}
.cbox {
    float: left;
    width: 100%;
    text-align: center;
}
.cai_img>img {
    width: 60px;
}
.cai_con>p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    color: #333;
}
.cbox:first-child .cai_con>span {
    left: 43%;
}
.cai_con{
    height: 145px;
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #ccc;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
}
.cai_img {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.cai_con>span {
    display: none;
    position: absolute;
    font-size: 20px;
    color: #e4e3e3;
    font-family: g2;
    left: 35%;
    top: 0%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.cbox:nth-child(5),.cbox:nth-child(3) {
    margin-top: 0;
}
.banner {
    height: auto;
    margin-top: 0;
}
.cbox .cai_con {
   width: 80% !important;
}
.cbox:nth-child(4) {
    margin-top: 0;
}
.cai3_box {
    height: 190px;
    position: relative;
    z-index: 11;
}

.cbox:first-child .cai_con {
    padding: 0 !important;
}
.cai3_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e62129;
}
.cai_img>div {
    width: 60px;
    height: 60px;

}
.cai_img>div>img {
    width: 20px;
    margin-top: 20px;
}
.cai1_right1
{
    width: 100%;
    height: 218px;
}

}