﻿/*base*/
html,input,select,textarea {-webkit-tap-highlight-color:transparent}
*,::before,::after{ margin:0; padding:0 ; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body,ul,ol,li,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,p,input,select,textarea,a, em, img,strong, b, u, i,fieldset, label, legend,table,td, caption, tbody, tfoot, thead, tr, th, article, aside, canvas,figure, figcaption, footer, header, hgroup,nav,section,audio, video
{ margin:0; padding:0 ; font-size:22px; font-weight:normal; font-style:normal;}
body{font-family: "Microsoft Yahei", Arial;font-size:22px; color:#444444; background:#fff;}
ul,ol,li{ list-style:none;}
img{ border:0 none; vertical-align:middle;}
table ,td{border-collapse:collapse;border-spacing:0; }
input, select, textarea, button {outline:none;}
input.hidefocus::-moz-focus-inner {border:none;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none;}
input[type="text"],input[type="password"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
input,select,textarea {line-height:normal;-webkit-appearance:none;}
textarea{resize:none;}
a{text-decoration:none;color: #444444;outline-style:none;}
::-moz-selection { color: #fff; background-color: #1f8fcf;}
::selection { color: #fff; background-color: #1f8fcf;}  
.clearfix:after{ clear:both; content:''; display:block; height:0; line-height:0; visibility:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.content{padding: 0 20px;}
.flex{display: flex;justify-content: space-between;}
.wrap{width: 100%;max-width: 640px;margin: 0 auto;}
.LR_yaoqing-form{box-sizing: content-box;}
img[data-echo]{
      background: url(/images/loading.gif) 50% no-repeat !important;
    }
.TelTips,.TelTipsRight{display: none !important;}
.wrap h2{height: 36px;line-height: 36px;font-size: 30px;font-weight: bold;color: #c50202;position: relative;margin:40px 0 30px;padding-left: 14px;}
.wrap h2::before{width: 4px;height: 36px;content:'';display: block;background-color:#c50202;position: absolute;left: 0;top: 0; }
.wrap h2 span{font-size: 22px;color: #666666;font-weight: normal;margin-left: 10px;}
.wrap h2 .more{position: absolute;right: 0;top:50%;transform: translateY(-50%);font-size: 20px;color: #ea050b}
.wrap h2 .tabs{width: 190px;height: 24px;position: absolute;left: 120px;top: 50%;transform: translateY(-50%);font-size: 20px;font-weight: normal;text-align: center;}
.wrap h2 .tabs .tab{width: 94px;height: 100%;line-height: 24px;color: #999999;font-size: 18px;cursor: pointer;border-radius: 12px;}
.wrap h2 .tabs .tab.active{background-color: #0063e9;color: #fff;}
.wrap .line{width: 100%;height: 10px;background-color: #eeeeee;border-top:1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc; }
.bfbtn{width: 25px;height: 25px;position: absolute;left: 10px;bottom: 10px;background: url(../images/index/bfbtn.png) no-repeat center;}
/*topbar*/
.topbar{width: 640px;height: 100px;display: block;position: fixed;left: 50%;transform: translateX(-50%);top: 0;z-index: 999;}
.logo{display: block;margin-top: 100px;}
/*banner*/
.page-header-lunbo {width:100%;height: 320px;}
.page-header-lunbo .swiper-slide img {display:block;width:100%}
.swiper-container {width:100%;height:100%;}
.swiper-slide {text-align:center;font-size:18px;background:#fff;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}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {left:5% !important;}
.swiper-pagination {color:#fff;width:63px !important;height:33px;line-height:33px;font-size:18px;background:url(../images/2021/dianbg.png) center no-repeat;background-size:contain;}
.swiper-pagination span {font-size:20px;line-height:33px;position:absolute}
.swiper-pagination span:first-child{width:30px;text-align:center;font-size:20px;line-height:33px;left:0;}
.swiper-pagination span:last-child {width:33px;text-align:center;font-size:20px;line-height:33px;right:0;}
/*cgzyd*/
.cgzyd{height: 50px;margin: 26px auto;}
.cgzyd ul li{width: 288px;height: 100%;}
.cgzyd ul li a{display: block;border-radius: 5px;font: 30px/50px 'Microsoft Yahei';text-align: center;color: #fff;}
.cgzyd ul li:nth-child(1) a{background-color: #043de0;}
.cgzyd ul li:nth-child(2) a{background-color: #ea050b;}
/*tongzhi*/
.tongzhi{width: 100%;height: 60px;background-color: #f9f7f7;border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;}
.tongzhi .tong_l{font: 24px/60px 'Microsoft Yahei';color: #ea050b;}
.tongzhi .tong_r{width: 500px;height: 60px;font: 24px/60px 'Microsoft Yahei';text-align: center;color: #999999;overflow: hidden;margin-left: 12px;position: relative;cursor: pointer;}
.tongzhi .tong_r .marquee {width: 500px;height: 60px;animation:marquee 10s linear infinite;white-space:nowrap;position:absolute;text-align: center;}
.tongzhi .tong_r .marqueeT {width: 500px;height: 60px;animation:marqueeT 10s linear infinite;white-space:nowrap;position:absolute;text-align: center;}
@keyframes marquee {0% {left:0;}
100% {left:-105%;}
}
@keyframes marqueeT {0% {left:105%;}
100% {left:0;}
}
/*resou*/
.resou{height: 44px;margin: 26px auto;}
.resou .resou_l{font: 24px/44px 'Microsoft Yahei';color: #ea050b;}
.resou .resou_r{width: 526px;height: 100%}
.resou .resou_r a{width: 170px;height: 100%;display: block;border-radius: 5px;background-color: #0551ea;float: left;font: 28px/44px 'Microsoft Yahei';text-align: center;color: #fff;}
/*hotbm*/
.hotbm{height: 220px;}
.hotbm .hotbm_l{width: 192px;height: 220px;background-color: #ea050b;color: #fff;position: relative;}
.hotbm .hotbm_l .sanjiao{ position: absolute;top: 50%;transform: translateY(-50%);right: -36px;width: 0;height: 0;border-top: 40px solid transparent;border-left: 40px solid #ea050b;border-bottom: 40px solid transparent;z-index: 2;}
.hotbm .hotbm_l .hotbm_tit{padding: 30px 0 0 26px;font: 32px/36px 'Microsoft Yahei';}
.hotbm .hotbm_l p{padding: 20px 0 0 26px;font: 28px/34px 'Microsoft Yahei';}
.hotbm .huobaozhaosheng{width: 408px;height: 220px;}

/*ydnav*/
.ydnav{margin-top: 24px;}
.ydnav ul li{width: 108px;float: left;margin-left: 55px;text-align: center;margin-bottom: 10px;}
.ydnav ul li:nth-child(1),.ydnav ul li:nth-child(5){margin-left: 0;}
.ydnav ul li:nth-child(5),.ydnav ul li:nth-child(6),.ydnav ul li:nth-child(7),.ydnav ul li:nth-child(8){margin-bottom: 0;}
.ydnav ul li a{display: block;}
.ydnav ul li a p{font-size: 24px;color: #666666;line-height: 44px;}

/*bm*/
.bm{width: 100%;height: 140px;background-color: #f1f1f1;margin-top: 16px;padding-top: 14px;}
.ybmzs{overflow: hidden;}
.ybmzs li{width:190px;float:left;margin-right:4px;}
#bm1 {overflow:hidden;margin:0 auto;}
#bm1 img {width:190px;height: 112px;}
#inbm1 {float: left;width: 800%;}
#bm2 {float:left;}
#bm2 ul li{float:left;width:190px;height: 112px; }
#bm3 {float: left;}
#bm3 ul li{float:left;}
/*bm_r*/
.bm_r{width: 600px;height: 390px;margin: 20px auto 0;padding:26px 30px 0;background-color: #c50202;}
.bm_r .tit{font-size: 30px;font-weight: bold;text-align: center;color: #fff;}
.bm_r p{height: 44px;background-color: #eb6060;margin-top: 20px;}
.bm_r p span{display: block;float: left;font-family:'Microsoft YaHei';line-height: 44px;text-align: center;font-size:18px;color: #fff;}
.bm_r p span:nth-child(1){width: 240px;}
.bm_r p span:nth-child(2){width: 140px;}
.bm_r p span:nth-child(3){width: 150px;}
.con_dt{position: relative;height: 228px;overflow: hidden;}
.con_dt span{display: block;float: left;text-align: center;height: 38px;line-height: 38px;font-size: 14px;color: #fff;}
.con_dt span:nth-child(1){width: 240px;}
.con_dt span:nth-child(2){width: 140px;}
.con_dt span:nth-child(3){width: 150px;cursor: pointer;}
.con_dt li{width: 100%;height: 38px;border: 1px solid #fff;border-top: 0 none;}
.con_dt>ul{width: 100%;position: absolute;}
/*bm_l*/
.yubao{width: 600px;height: 340px;margin: 0 auto;overflow: hidden;background-color: #c50202;}
.yubao .bm_l{width: 92px;height: 100%;padding: 44px 0 34px 14px;position: relative;}
.yubao .bm_l::after{content: "";width: 50px;height: 4px;background-color: #fff;display: block;position: absolute;bottom: 23px;left: 20px;}
.yubao .bm_l .tit{font-size: 28px;font-weight: bold;color: #fff;}
.yubao .bm_l .con{font-size: 18px;color: #fff;margin-top: 36px;}
.yubao .bm_m{width: 480px;margin-left: 10px;}
.yubao .bm_m .tit{height: 44px;font: 18px/44px 'Microsoft Yahei';color: #fff;padding-left: 10px;}
/*tiyanke*/
.tyk{padding-top: 40px;}
.tyk .tyk_tit{font: bold 36px 'Microsoft Yahei';text-align: center;color: #333333;}
.tyk .tyk_tit span{color: #d8080c;}
.tyk form{height: 54px;display: block;}
.tyk form .form_group{height: 54px;margin-top: 30px;}
.tyk form .form_group input{width: 402px;height: 100%;display: block;border: 1px solid #d8080c;padding-left: 14px;}
.tyk form .form_group button{width: 198px;height: 100%;display: block;border: 0 none;background-color: #e00408;font-size: 30px;color: #fff;cursor: pointer;}
.tyk .lingqu{font-size: 24px;color: #999999;text-align: center;margin-top:12px; }
.tyk .lingqu span{color: #ff4309;}

/*bmdt*/
/*.bm_dt{padding-top: 40px;}
.bm_dt .bmdt_tit{font: bold 36px 'Microsoft Yahei';text-align: center;color: #333333;}
.bm_dt p{height: 66px;background-color: #0551ea;margin-top: 30px;}
.bm_dt p span{display: block;float: left;font-family:'Microsoft YaHei';width: 25%;line-height: 66px;text-align: center;font-size:30px;color: #fff;}
.bm_dt p span:nth-child(1){width: 25%;}
.bm_dt p span:nth-child(2){width: 20%;}
.bm_dt p span:nth-child(3){width: 30%;}
.bm_dt p span:nth-child(4){width: 25%;}
.con_dt{position: relative;height: 180px;background-color: white;overflow: hidden;}
.con_dt span{display: block;float: left;text-align: center;width: 25%;height: 60px;line-height: 60px;font-size: 26px;color: #666666;}
.con_dt span:nth-child(1){width: 25%;}
.con_dt span:nth-child(2){width: 20%;}
.con_dt span:nth-child(3){width: 30%;}
.con_dt span:nth-child(4){width: 25%;}
.con_dt li{width: 100%;height: 60px;}
.con_dt li:nth-child(odd){background-color:#e2e1e0;}
.con_dt li:nth-child(even){background-color: #f8f7f7;}
.con_dt>ul{width: 100%;position: absolute;}*/
/*xinsheng*/
.xinsheng{overflow: hidden;}
.xinsheng ul{flex-wrap: wrap;}
.xinsheng ul li{width: 296px;height: 116px;border: 1px solid #bfbfbf;margin-bottom: 8px;}
.xinsheng ul li:nth-child(3),.xinsheng ul li:nth-child(4){margin-bottom: 0;}
.xinsheng ul li a{width: 100%;height: 100%;display: block;padding: 16px 0 0 16px;}
.xinsheng ul li:nth-child(1) a{background: url(../images/2021/xinsheng1.png) no-repeat 190px center;}
.xinsheng ul li:nth-child(2) a{background: url(../images/2021/xinsheng2.png) no-repeat 190px center;}
.xinsheng ul li:nth-child(3) a{background: url(../images/2021/xinsheng3.png) no-repeat 190px center;}
.xinsheng ul li:nth-child(4) a{background: url(../images/2021/xinsheng4.png) no-repeat 190px center;}
.xinsheng ul li a strong{display: block;font-size: 30px;color: #fd0000;}
.xinsheng ul li a span{display: block;font-size: 22px;color: #999999;margin-top: 10px;}
/*zy*/
.zy{overflow: hidden;}
.zy ul li{width: 284px;}
.zy ul li .pic{width: 100%;height: 195px;position: relative;cursor: pointer;}
.zy ul li p{line-height: 40px;font-size: 24px;text-align: center;border: 1px solid #d2d2d2;border-top: 0 none;letter-spacing: 2px;color: #333333;}
.zy .zxbox{width: 100%;height: 46px;border-radius: 5px;overflow: hidden;border: 1px solid #c50202;margin-top: 16px;}
.zy .zxbox a{font-size: 24px;line-height: 46px;text-align: center;width: 50%;display: block}
.zy .zxbox a:nth-child(1){color: #c50202;}
.zy .zxbox a:nth-child(2){background-color: #c50202;color: #fff;}
/*zhaopin*/
.zhaopin{overflow: hidden;}
.zhaopin .zhaopin-swiper-container{width: 100%;height: 166px;overflow: hidden;cursor: pointer;}
.zhaopin .zhaopin-swiper-container .swiper-slide{width: 100%;height: 100%;}
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei{width: 295px !important;height: 100%;border:1px solid #f1f1f1;background: url(../images/2021/pin.png) no-repeat right top;padding: 15px 0  0 15px;}
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei:nth-child(2n){margin-left:10px; }
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei strong{display: block;text-align: justify;font-size: 26px;color: #333333;}
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei .xinzi{text-align: justify;font-size: 26px;color: #0551ea;margin-top: 8px;}
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei .qiye{height: 42px;margin-top: 10px;}
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei .qiye .q{width: 90px;height: 100%;border-radius: 21px;background-color: #eeeeee;color: #ff0000;font: 26px/42px 'Microsoft Yahei';text-align: center;}
.zhaopin .zhaopin-swiper-container .swiper-slide .gangwei .name{font: 26px/42px 'Microsoft Yahei';color: #999999;margin-left: 14px;}
/*mingshi*/
.mingshi{height: 580px;overflow: hidden;}
.mingshi .pic{display: block;}
.mingshi .mingshi-box{position: relative;}
.mingshi .mingshi-box .mingshi-swiper-container{width: 620px;height: 244px;overflow: hidden;background-color: #ffffff;position: absolute;top: 230px;left: 20px;right: 20px}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-wrapper{position: absolute;left: -12px;}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-slide{height: 100%;overflow: hidden;text-align: justify;margin-left: 6px;}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-slide a{width: 100%;height: 100%;display: block;}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-slide .top{width: 172px;height:164px;background-color: #cccdce;position: absolute;top: 6px;overflow: hidden;text-align: center;}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-slide .jianjie{width: 100%;height: 74px;background-color: #f5f4f4;border: 1px solid #e5e5e5;position: absolute;bottom: 0;text-align: center;padding-top: 4px;}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-slide .jianjie .name{font-size: 24px;color: #333333;}
.mingshi .mingshi-box .mingshi-swiper-container .swiper-slide .jianjie .zhicheng{font-size: 24px;color:#e2b53d; }
/*huanjing*/
.huanjing{height: 500px;overflow: hidden;}
.huanjing .pic{display: block;}
.huanjing .huanjing-box{position: relative;}
.huanjing .huanjing-box .huanjing-swiper-container{width: 620px;height: 178px;overflow: hidden;background-color: #ffffff;position: absolute;top: 230px;left: 20px;right: 20px}
.huanjing .huanjing-box .huanjing-swiper-container .swiper-wrapper{position: absolute;left: -12px;}
.huanjing .huanjing-box .huanjing-swiper-container .swiper-slide{height: 100%;overflow: hidden;text-align: justify;position: relative;}
.huanjing .huanjing-box .huanjing-swiper-container .swiper-slide .top{width: 100%;background-color: #cccdce;position: absolute;top: 0;overflow: hidden;text-align: center;}
.huanjing .huanjing-box .huanjing-swiper-container .swiper-slide p{position: absolute;left: 20px;bottom: 20px;font-size: 24px;color: 333;text-stroke:1px #fff;-webkit-text-stroke: 1px #fff;font-weight: bold;}
/*news*/
.news{height: 620px;overflow: hidden;}
.news .pic{display: block;}
.news .news-box{position: relative;}
.news .news-box .news-swiper-container{width: 620px;height: 280px;overflow: hidden;position: absolute;top: 230px;left: 20px;right: 20px}
.news .news-box .news-swiper-container .swiper-wrapper{position: absolute;left: -12px;}
.news .news-box .news-swiper-container .swiper-slide{width: 264px;height: 100%;overflow: hidden;text-align: justify;margin-left: 10px;border: 1px solid #e5e5e5;}
.news .news-box .news-swiper-container .swiper-slide a{width: 100%;height: 100%;display: block;}
.news .news-box .news-swiper-container .swiper-slide:first-child{margin-left: 0;}
.news .news-box .news-swiper-container .swiper-slide .top{width: 250px;background-color: #cccdce;position: absolute;top: 0;overflow: hidden;text-align: center;}
.news .news-box .news-swiper-container .swiper-slide .news_tit{font: 22px/50px 'Microsoft Yahei';color: #666666;height: 50px;position: absolute;bottom: 64px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 96%;left: 50%;transform: translateX(-50%);}
.news .news-box .news-swiper-container .swiper-slide .news_con{width: 96%;left: 50%;transform: translateX(-50%);font-size: 22px;position: absolute;bottom: 24px;white-space: nowrap;}
.news .news-box .news-swiper-container .swiper-slide .news_con .time{background: url(../images/2021/time.png) no-repeat left center;padding-left: 30px;}
.news .news-box .news-swiper-container .swiper-slide .news_con .liulan{background: url(../images/2021/liulan.png) no-repeat left center;padding-left: 30px;}
/*form*/
.form{overflow: hidden;}
.form h2{margin: 40px 0 10px;}
.form h2 span{font-size: 18px;color: #ff0909;}
.form h3{font-size: 20px;color: #a0a09f;padding-left: 14px;}
.form .tit{width: 395px;margin: 0 auto;font: bold 24px 'Microsoft Yahei';text-align: center;color: #333333;position: relative;}
.form input,.form select{width: 100%;height: 68px;border: 1px solid #d0d0d0;background-color: #eeeeee;margin-top: 28px;padding-left: 30px;font-size: 28px;color: #999999;}
.form input::placeholder,.form select{color: #999999;font-size: 28px;}
.form button{width: 100%;height: 70px;border-radius: 35px;border: 0 none;background-color: transparent;background-color: #ed060c;font-size: 36px;color: #fff;margin-top: 40px;cursor: pointer;}
.form p{font-size: 24px;text-align: center;line-height: 60px;color: #999999;}
.form p span{color: #ed060c;}
/*footer*/
footer{width: 100%;height: 530px;background-color: #1d53c1;padding-top: 50px;}
footer ul{width: 575px;height: 80px;margin: 0 auto;border-bottom: 2px solid #fff;padding-bottom: 20px;}
footer ul li{width: 113px;height: 100%;border-left: 2px solid #fff;text-align: center;}
footer ul li:first-child{border-left: 0 none;width: 87px;}
footer ul li a{width: 100%;height: 100%;display: block;position: relative;}
footer ul li a img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
footer .luxian{width: 575px;height: 66px;margin: 30px auto;}
footer .luxian a{width: 500px;height: 100%;display: block;background-color: #436cc1;border-radius: 33px;font: 36px/66px 'Microsoft Yahei';text-align: center;color: #f4fc0f;}
footer .dianhua{display: block;font-size: 36px;color: #fff;text-align: center;}
footer .xiaoqu{width: 332px;height: 90px;text-align: center;color: #fff;font-size: 24px;line-height: 90px;margin:0 auto;border-bottom: 2px solid #fff;}
footer .xiaoqu img{padding-right: 8px;}
footer .beian{display: block;font-size: 24px;text-align: center;color: #fff;margin-top: 30px;}
/*gotop*/
.gotop {position:fixed;right:10px;width:60px;height: 60px;z-index:5;overflow:hidden;bottom:-100px;transition:bottom ease .3s;-webkit-transition:bottom ease .3s;}
.gotop img {width:100%;height:auto}

/*直播获客开始*/
.zhezhaoceng {position:fixed;width:100%;height:100%;z-index:998;background-color:rgba(0,0,0,.7);display:none;top:0;left:0;}
.hslzbhkbox {width:473px;height:auto;background-color:#fff;padding-bottom:20px;position:fixed;left:50%;z-index:10002;top:50%;border-radius:16px;box-shadow:0 20px 30px rgba(0,0,0,.5);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none;}
.hslzbhkbox .zhibo{border-radius: 16px 16px 0 0;}
.hslzbhkboxtit {text-align:center;font-size:32px;color:#000;margin:20px 0;line-height: 40px;}
.hslzbhkboxtit b {display:inline-block;position:relative;font-weight:normal;font-size: 30px;}
.hslzbhkboxtit b:before {background:#613ea7;content:'';width:20px;height:20px;position:absolute;transform:rotate(45deg);left:-40px;top: 10px;}
.hslzbhkboxtit b:after {background:#613ea7;content:'';width:20px;height:20px;position:absolute;transform:rotate(45deg);right:-40px;top: 10px;}
.hslzbhkbox1 {margin:20px 60px;}
.hslzbhkbox2 {border:1px solid #efefef;margin-bottom:20px;}
.hslzbhkbox2 input {background-color:#fff;border:none;height:60px;text-indent:20px;font-size:26px;}
.hslzbhkbox3 input {border-radius:100px;line-height:80px;font-size:26px;text-align:center;color:#fff;margin-bottom:0;background:#f85656;background:-moz-linear-gradient(left,#f85656 0,#002fdb 100%);background:-webkit-gradient(linear,left right,left right,color-stop(0,#f85656),color-stop(100%,#002fdb));background:-webkit-linear-gradient(left,#f85656 0,#002fdb 100%);background:-o-linear-gradient(left,#f85656 0,#002fdb 100%);background:-ms-linear-gradient(left,#f85656 0,#002fdb 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4547',endColorstr='#e50002',GradientType=0 );display:block;width:100%;border:none;cursor: pointer;}
.hslzbhkbox_close {display:block;position:absolute;width:50px;height:50px;right:-25px;top:-25px;box-shadow:0 0 20px rgba(0,0,0,.2);color: #fff;cursor: pointer;}
.hslzbhkbox_close i {color:#fff;font-size:40px;}



.zhibobtn {position:fixed;right:10px;bottom:180px;width:100px;z-index:99999;background:#ec2055;cursor: pointer;}
.btttomdesc {position:relative;height:38px;line-height:38px;background:#ec2055;color:#fff}
.btttomdesc .title {font-size:20px;color:#fff;text-align:center}
.btttomdesc i {float:left;width:3px;height:4px;border-radius:4px;margin-right:2px;background-color:#fff;display:inline-block;margin-top:22px;}
.btttomdesc i:nth-child(1) {animation:love1 2s infinite}
.btttomdesc i:nth-child(2) {animation:love2 2s infinite;animation-delay:.15s}
.btttomdesc i:nth-child(3) {animation:love3 2s infinite;animation-delay:.3s}
.leftwenzi{padding: 0 5px;}
@keyframes love1 {30%,50% {height:12px;transform:translateY(-6px)}
100%,75% {height:5px;transform:translateY(0)}
}
@keyframes love2 {30%,50% {height:16px;transform:translateY(-8px)}
100%,75% {height:5px;transform:translateY(0)}
}
@keyframes love3 {30%,50% {height:12px;transform:translateY(-6px)}
100%,75% {height:5px;transform:translateY(0)}
}
/*xuanfu*/
.footer_zx{position: fixed;bottom: 0;width: 100%;max-width: 640px;background-color: rgba(237,6,12,.9);height: 70px;text-align: center;z-index: 999;}
.footer_zx>ul{width: 100%;}
.footer_zx a{color: white;font-size: 16px;width: 100%;height: 100%;display: block;}
.footer_zx>ul>li{float: left;width: 33.33%;border-left: 1px white solid;height: 70px;padding: 10px 20px;}
.footer_zx>ul>li a img{float: left;width: 50px;}
/*video*/
.videos{ position: fixed;top: 0; width: 100%; max-width: 640px;height: 100%; background-color: rgba(0,0,0,0.5);z-index: 999999;display: none;left: 50%;transform: translateX(-50%);}
.close1{ color: #ffffff; margin:30% 3% 5% 0; text-align:right;font-size: 30px; line-height: 60px;cursor: pointer;}
.videos video{ display: block; width: 94%!important; margin: 0 auto;}
.spbf_zxbox{ width: 100%; display: flex; justify-content: space-around;  margin-top: 10%;}
.spbf_zxbox a{ display: block;width: 30%;background-color:#008aff ;color: #ffffff;text-align: center;font-size: 20px; line-height: 50px;border-radius: 5px;}