.banner_wrap{
    width: 100%;
    height: auto;
    max-width: 1920px;
    max-height: 620px;
    margin: 0 auto;
}
.banner_wrap .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}

/* 轮播分页器 */

.pagination_active{
    width: 26px;
    height: 26px;
    border:1px solid #E90017;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_icon{
    display: block;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 10px;
}
.pagination_active .pagination_icon{
    background: #E90017;
    height: 4px;
}
.swiper-container-horizontal>.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
}
/* 集团业务 */
.business_wrap{
    width:100%;
    max-width: 1920px;
    margin: 0 auto;
    /* height: 376px; */
    height: 269px;
    background: #F6F7F8;

}
.business_wrap2{
    height: 376px;
}

.h2_title{
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    padding: 44px 0 35px 0;
}
.business_main{
    width: 100%;
    height: 100%;
}
/* 业务分类新加起始 */
.business_main .bussiness_flex{
	position: relative;
}
.business_main .bussiness_flex div img{
	cursor: pointer;
}
.business_main .bussiness_flex .flex_top,.flex_bottom{
	display: flex;
}
.business_main .bussiness_flex .flex_top{
	height: 106px;
}
.business_main .bussiness_flex .flex_bottom{
	height: 107px;
}
.business_main .bussiness_flex .flex_bottom .streamMedia{
	width: 382px;
	height: 131.6px;
	transform: perspective(10px) rotateX(1deg);
	-ms-transform: perspective(10px) rotateX(1deg); 	/* IE 9 */
	-moz-transform: perspective(10px) rotateX(1deg); 	/* Firefox */
	-webkit-transform: perspective(10px) rotateX(1deg); /* Safari 和 Chrome */
	-o-transform: perspective(10px) rotateX(1deg); 	/* Opera */
	transform-origin: bottom left;
	position: absolute;
	top: 82px;
	cursor: pointer;
}
.business_main .bussiness_flex .flex_bottom .cultureAndTravel{
	width: 395px;
	height: 171.12px;
	transform: perspective(15px) rotateX(3deg);
	-ms-transform: perspective(15px) rotateX(3deg); 	/* IE 9 */
	-moz-transform: perspective(15px) rotateX(3deg); 	/* Firefox */
	-webkit-transform: perspective(15px) rotateX(3deg); /* Safari 和 Chrome */
	-o-transform: perspective(15px) rotateX(3deg); 	/* Opera */
	transform-origin: bottom right;
	position: absolute;
	top: 42px;
	cursor: pointer;
	}
.business_main .bussiness_flex .online{
	position: absolute;
	left: 287px;
	top: -9px;
}
.business_main .bussiness_flex .offline{
	position: absolute;
	left: 779px;
	top: -9px;
}
/* 业务分类新加结束 */

.business_main ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business_main ul .business_li_new{
    width: 224px;
    height: 137px;
}
.business_main ul .business_li_new img{
    width: 100%;
    height: 100%;
}
/* 气泡 */
.opg_bubble{
    display: none;
    width: 310px;
    height: 196px;
    background: url(../images/brand.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -197px;
}
.bubble_top{
    width: 100%;
    height: 132px;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
}
.bubble_txt{
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background: #ffffff;
    padding-right: 10px;
}
.bubble_txt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
.bubble_txt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow   : inset 0 0 15px rgba(0, 0, 0, 0.2);
    background   : #7F7F7F;
}
.bubble_txt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background   : #ededed;
}
.bubble_txt_wrap{
    width: 209px;
    height: 100%;
    padding: 10px 0;
}
.bubble_pic{
    width: 101px;
    padding: 5px 3px 0 3px;
}
.bubble_pic img{
    width: 100%;
    height: auto;
}
.bubble_down{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}
.bubble_down a{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;

}
.business_li{
    width: 224px;
    height: 222px;
    background: #FFFFFF;
}
.business_li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;

}
.business_li:hover a{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.business_li i{
    display: block;
    width: 84px;
    height: 84px;
    margin: 49px 0 22px 0;
}
.business_li a img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 100%;
    margin: 0 auto;
}
.business_li a span{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}


/* 新闻 */

.news_wrap{
    width: 100%;
    height: auto;
    background: #ffffff;
}
/* .wx1200{

} */

.title_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
}
/* .h2_title{

} */
.more_tit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.more_tit a{
    display: block;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.more_tit:hover a{
    color: #E90017;
}
.more_tit i{
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/tit_more.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.more_tit:hover i{
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/tit_more2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.news_main{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_left{
    width: 550px;
    height: 452px;
    background: #F6F7F8;
    padding: 19px;
    position: relative;
}
.news_right{
    width: 711px;
    height: 452px;
    background: #FFFFFF;
    padding-left: 38px;
}
.swiper-container1{

}
.new_pic{
    width: 510px;
    height: 328px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.new_pic img{
    display: block;
    width: auto;
    height: 100%;
    transition: all 0.36s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.new_pic:hover img{
    transform: scale(1.02, 1.02) translateX(-50%);
    transition: all 0.36s;
}
.new_ind{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_date{
    float: left;
    margin-right: 30px;
}
.news_year{
    border-bottom: 1px solid #DEDEDE;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #999999;
    padding-bottom: 5px;
}
.news_month{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #999999;
    margin-top: 5px;
}
.news_content{
    float: right;
}
/*.news_content:hover{*/
/*    color: #d81c25 !important;*/
/*}*/
.swiper-container2 .swiper-slide a .news_content:hover .news_descr_add , .swiper-container2 .swiper-slide a .news_content:hover .news_descr{
    color: #d81c25 !important;
}
.news_content h3{
    display: block;
    width: 410px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;

}
.news_content h3 a{
    color: #333333;

}
.news_descr{
    width: 377px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6d6e71;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 13px;
}
.news_descr_add{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news_left .swiper-pagination-bullet{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #666666;
    background: transparent;
    border-radius: 50%;
    margin-left: 10px;
}
.news_left .swiper-pagination-bullet:nth-child(1){
    margin-left: 0px;
}
.news_left .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #E90017;
    border-radius: 50%;
    border: none;

}
.news_left .swiper-pagination2{
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* 右侧 */

.news_right ul{
    width: 100%;
    height: auto;
}
.news_right ul li{
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #66666624;
    overflow: hidden;
    margin-top: 15px;
}
.news_right ul li:first-of-type{
    margin-top: 0;
}
.news_right ul li:last-of-type{
    border: none;
}
.news_right ul li .newlist_med{
    width: 140px;
    height: 90px;
    float: left;
    margin-right: 19px;
    position: relative;
}
.news_right ul li .newlist_med img{
    position: absolute;
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.news_right ul li .newlist_med .video_btn1{
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/video_btn1.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
    z-index: 4;
}
.news_right ul li .newlist_med .med_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 2;
}
.news_right ul li .newlist_cont{
    float: left;
    width: 438px;
    height: 90px;
}
.news_right ul li .newlist_cont h3{
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_right ul li:hover .newlist_cont h3{
    /*white-space: normal;*/
    /*text-overflow: initial;*/
    /*overflow: initial;*/
    /*word-break: normal;*/
    color: #d81c25 !important;
}
.news_right ul li .newlist_cont h3 a{
    color: #454545;
}

.news_right ul li .newlist_cont .content{
    width: 100%;
    height: 34px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6d6e71;
    margin-bottom: 12px;
    -webkit-line-clamp: 2!important;
    line-clamp: 2!important;
}
.news_right ul li:hover .newlist_cont .content{
    color: #d81c25;
}
.news_right ul li .newlist_cont .newlist_date{
    font-size: 12px;
    font-family: Helvetica;
    font-weight: 400;
    color: #999999;
}


.aboutus{
    width: 100%;
    height: 456px;
    background: #F6F7F8;
    max-width: 1920px;
    margin: 50px auto 0px auto;
}
.aboutus_wrap{
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    max-width: 1200px;
    margin: 0 auto;
}

.h2_title_about{
    padding: unset !important;
    line-height: 86px;
}

.aboutus_left{
    width: 46.5%;
    height: 100%;
    float: left;
}
.aboutus_right {
    /*top: 86px;*/
    width: 53.5%;
    height: 456px;
    float: left;
    position: relative;
    /*overflow: hidden;*/
    background: #fff;
}
.right_d_box{
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.us_list_wrap{
    height: 557px;
    position: relative;
    /* padding: 30px; */
    clear: both;
}
.us_list.us_active{
    width: 110%;
     height: 290px;
    /*height: auto;*/
    overflow: hidden;
    position: absolute;
    padding: 30px;
    padding-bottom: 15px;
    z-index: 4;
    transition: all 1s;
    /*line-height: 26px;*/
}
.us_active{

background: #ffffff;
}

.us_active .us_pic{
    width: 522px;
    height: 138px;
    float: right;
}

.us_active .us_pic img{

width: 100%;

height: 100%;
}
.us_active .us_title{
    width: 580px;
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0 8px 0;
}

.us_active .red_line{
    width: 43px;
    height: 4px;
    background: #E9081E;
    margin-right: 10px;
}
.us_active .us_title h3{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    /* margin-bottom: 19px; */
}
.us_active .us_list_content{
    width: 542px;
    /*height: auto;*/
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6E71;
    float: right;
    /*text-overflow: initial;*/
    /*overflow: initial;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3!important;
    line-clamp: 3!important;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.right_d_box:hover .vidbtn:after{

    webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
            animation: sonarEffect 1.3s ease-out 75ms;
}
.ssss{
    position: absolute;
    width: 100%;
    height: 100%;
}
.aboutus_right .vidbtn:after {
   /* content: '';
   display: block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 50%;
   top: 50%;
   margin-left: -15px;
   margin-top: -15px;
   background: transparent;
   border: 0.01px solid rgba(255, 255, 255, 0.5);
   border-radius: 100%;
   box-sizing: border-box; */
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   box-sizing: content-box;
   content: "";
   height: 100%;
   pointer-events: none;
   position: absolute;
   width: 100%;
   margin-left: -69px;
}
.aboutus_right .vidbtn{
    position: absolute;
    width: 69px;
    height: 69px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 4;
}
.aboutus_right .vidbtn img{

width: 100%;

height: 100%;
}
/*.right_d_box:hover .vidposter{*/
/*    -webkit-animation: danchu 2s 1 forwards;*/
/*            animation: danchu 2s 1 forwards;*/
/*    transition: all ease-out 1s ;*/
/*}*/
.aboutus_right .vidposter {
    position: absolute;
    width: 100%;
    height: 100%;
    /*height: 100%;*/
    /*top: 86px;*/
    z-index: 2;
}
.aboutus_right .vidposter img{

width: 100%;

height: 100%;
}

.us_list:last-of-type{

bottom: 4px;
}


.aboutus .title_wrap{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    padding-right: 29px;
}

.us_list{
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: absolute;
    padding: 30px;
    background: none;

}
.us_list2{
    transition: all 0.5s;
    z-index: 9;
    background: #ffffff;
}
.us_active{

background: #ffffff;
}

.us_pic{
    width: 522px;
    height: 138px;
    float: right;
}

.us_pic img{

width: 100%;

height: 100%;
}
.us_title{
    width: 524px;
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0 8px 0;
}

.red_line{
    width: 43px;
    height: 4px;
    background: #E9081E;
    margin-right: 10px;
}
.us_title h3{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    /* margin-bottom: 19px; */
}
.us_list_content_3 {
    line-height: 22px;
    height: 66px;
    position: relative;
}
/*.us_list_content_3::after{*/
/*    content: "...";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    padding-right: 32px;*/
/*    background: #fff;*/
/*    background: #fff;*/
/*    background: #fff;*/
/*    background: #fff;*/
/* }*/

.us_list_content{
    width: 472px;
    /*height: 93px;*/
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6E71;
    float: right;
    /*text-overflow: -o-ellipsis-lastline;*/

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3!important;
    line-clamp: 3!important;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

/* 投资者关系 */

.rel_wrap{
    background: #FFFFFF;

}
.rel_wrap .wx1200{
    margin: 0 auto;
}
.rel_main{
    width: 100%;
    height: auto;
    width: 100%;
    /* overflow: hidden; */
}
.rel_left{
    width: 46%;
    height: 100%;
    float: left;
    padding-top: 30px;
}
.rel_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}
.rel_top h4{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;

}
.rel_top .box_date{
font-size: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;

}
.rel_midle{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lef_red{
    display: flex;
    align-items: center;
    color: rgb(153, 153, 153);
}
.lef_red.red_txt{
    color: #D81C25;
}
.lef_red.green_txt{
    color: green;
}
.big_red{
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
.smal_red{

float: left;
}

.smal_red>div{
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 300;
}
.smal_red div:nth-child(1){
    margin-bottom: 3px;
}
.rig_back{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 79%;
    margin-left: 56px;
}
.rig_back li{
    text-align: center;
}
.rig_back .uptext{
    display: block;
font-size: 16px;
font-family: Helvetica;
font-weight: bold;
color: #454545;

}
.rig_back .downtext{
    display: block;
font-size: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;


}
.rel_down{

clear: both;
}

.gonggao{display: block;width: 100%;height: auto;}
.gonggao li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.gonggao li:first-of-type{
    margin-top: 0;
}
.gonggao li a{
    display: block;
    width: 80%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #454545;
}
.gonggao li span{
    font-size: 15px;
    font-family: Roboto;
    font-weight: 400;
    color: #999999;
}
.gonggao li:hover a{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
text-decoration: underline;
color: #d81c25;

}
.rel_right{
    width: 610px;
    height: 100%;
}
.shuline{
    width: 1px;
    height: 15px;
    background: #DBDBDB;

}
.rel_right{
    width: 610px;
    height: 359px;
    background: #FFFFFF;
    box-shadow: 0px 5px 54px 0px rgba(226, 226, 226, 0.54);
    padding: 31px 30px;
    float: left;
    margin-left: 38px;
}
.rel_right .h2_title{
    padding: 0;
}
.echarts_wrap{
    width: 100%;
    height: 100%;
    clear: both;
}

/* 社会责任 */

.society_wrap{

}
.society_main{
    padding-bottom: 62px;
}
.zeren{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.zeren li{
    width: 380px;
    height: auto;
}
.zeren li a:hover{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #EB0017;
}
.zeren_pic{
    width: 100%;
    height: 160px;
    overflow: hidden;

}
.zeren_pic:hover img{
    transform: scale(1.1, 1.1);
    transition: all 0.36s;
}
.zeren_pic img{
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}
.zeren li a:nth-child(2){
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #454545;
    margin-bottom: 11px;
    margin-top: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.zeren li a:hover{
    /*white-space: normal;*/
    /*text-overflow: initial;*/
    /*overflow: initial;*/
    /*word-break: normal;*/
    color: #E90017;
}
.zeren li span{
    display: block;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 400;
    color: #999999;
}

.opg_wrap{
    width: 100%;
    height: auto;
    padding: 0px 0 80px 0;
    background: #F6F7F8;
}

.opg_main{

}
.link_pic{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #FFFFFF;
}
.link_pic li{
    display: block;
    background: #FFFFFF;
    width: 198px;
    height: 118px;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
}

.link_pic li:hover>a{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.link_pic li>a{
    width: 99%;
    height: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.link_pic li a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}



.Videos {
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*transform: translateY(-50%);*/
    /* height: 100%; */
    /*margin-top: 111px;*/
}
/* 动画 */
@-webkit-keyframes myfirst
{
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(3);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}
@keyframes myfirst
{
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(3);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}
 /*淡出  */
 @-webkit-keyframes danchu
 {
     0% {
         opacity: 1;
         transform: scale(1);
     }
     100% {
         opacity: 0;
         transform: scale(1.02);
     }
 }
 @keyframes danchu
 {
     0% {
         opacity: 1;
         transform: scale(1);
     }
     100% {
         opacity: 0;
         transform: scale(1.02);
     }
 }
 /*淡入  */
 @-webkit-keyframes danru
 {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }
 @keyframes danru
 {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }

 @-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 2px rgba(255,255,255,0.1), 0 0 3px #ffffff, 0 0 0 1px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 2px rgba(255,255,255,0.1), 0 0 3px #ffffff, 0 0 0 1px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

 @keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 2px rgba(255,255,255,0.1), 0 0 3px #ffffff, 0 0 0 1px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 2px rgba(255,255,255,0.1), 0 0 3px #ffffff, 0 0 0 1px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}



.maskvideo_wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}

.maskvideo_wrap #maskvideo{
    display: block;
    width: 700px;
    height: auto;
    max-height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-pagination .pagination{
    cursor: pointer;
}

.bubble_txt_add::-webkit-scrollbar{
    width: 7px;
}
.hoverred:hover {
    color: #d81c25 !important;
}


