/*检测是否禁止js*/
.noscript{position:absolute;top:0;left:0;width:100%;height:9999999px;z-index:2147483647;background:#000;color:#fff;font-size:36px;line-height:72px;text-align:center}
 
/*设置默认字体*/
body {color: #333;margin: 0;font-family: "Microsoft YaHei","SimSun","Arial","Sans-Serif";}
body,div,ul,li,h1,h2,h3,h4,h5,h6,img,input,form,dl,dd,span,strong,p,em{margin:0 auto;padding:0;}
:focus {outline: 0;}
.clear{clear:both;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} 
*{-webkit-tap-highlight-color: transparent;} 
ul, li, dl, dd, dt, ol {list-style: none;} 
.fl {float: left;} 
.fr {float: right;} 
a {color: #333;text-decoration: none;-webkit-transition: color .2s ease-in-out;-moz-transition: color .2s ease-in-out;transition: color .2s ease-in-out;-webkit-transition: background-color .2s ease-in-out;-moz-transition: background-color .2s ease-in-out;transition: background-color .2s ease-in-out;text-decoration: none !important;}

a:hover {text-decoration: none;} 
img {border: 0;vertical-align: middle;} 
a:hover,
a:focus {color: #23527c;text-decoration: none !important;}
a:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;} 
.div3 p {margin: 0 0 10px;}  
/*====================导航*********/

.w1600 {max-width:1600px;width:100%;margin:0 auto;box-sizing:border-box;}

@media screen and (max-width:1680px){.w1600 {max-width:1550px;padding:0 10px;}}
@media screen and (max-width:1440px){.w1600 {max-width:1390px;}}

@media screen and (max-width:1280px){.w1600 {max-width:1230px;}}
@media screen and (max-width:1100px){.w1600 {max-width:1050px;}}

@media screen and (max-width:960px){.w1600 {max-width:100%;padding:0 10px;}
.top_tel{display:none;}
.pc_kefu{display:none}	}

@media screen and (max-width:780px){.w1600 {max-width:100%;padding:0 10px;}
.top_tel{display:none;}}

.header{width:100%;position:fixed;top:0;left:0;z-index:999;height:65px;line-height:65px;background: rgba(50,52,54,0.2);}

/*左侧logo*/
.logo_pc{width:200px;padding-top:0px;text-align:left;float:left}
.logo_pc img{max-height:65px;}
.top_tel{width:200px;height:50px;margin-top:17px;float:right;}  
.header-tel {float: left;font-family: "Arial";font-size: 26px;line-height: 30px;position: relative;z-index: 2;}

.header-tel .span-img {float: left;width: 30px;height: 30px;position: relative;margin-right: 10px;}

.header-tel .span-img .i-tel,
.header-tel .span-img .i-line1,
.header-tel .span-img .i-line2,
.header-tel .span-img .i-line3 {position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: block;width: 30px;height: 30px;background-size: cover;background-repeat: no-repeat;background-position: center;}

.header-tel .span-img .i-tel {background-image: url('../images/tel.png');animation: tel ease-out 1s infinite;} 
.header-tel .span-img .i-line1 {background-image: url('../images/tel_line1.png');animation: tel_line ease-out 1s 0.4s infinite;} 
.header-tel .span-img .i-line2 {background-image: url('../images/tel_line2.png');animation: tel_line ease-out 1s 0.6s infinite;} 
.header-tel .span-img .i-line3 {background-image: url('../images/tel_line3.png');animation: tel_line ease-out 1s 0.8s infinite;}
.top_tel.on .header-tel .span-img .i-tel {background-image: url('../images/tel2.png');}
.header .span-num a {font-size:22px;font-weight: 700;color:#FFFFFF;float: left;text-decoration:none		}
.header .span-num {float: left;display:block;}
.top_tel.on .span-num a {/*color:#31daee;*/color:#9a9a9a;text-decoration:none}

@keyframes tel {0% {transform: rotateZ(0deg);}

20% {transform: rotateZ(20deg);}

40% {transform: rotateZ(-20deg);}

60% {transform: rotateZ(20deg);}

80% {transform: rotateZ(-20deg);}

100% {transform: rotateZ(0deg);}
}

@keyframes tel_line {
0% {opacity: 0;} 
25% {opacity: 1;} 
50% {opacity: 1;} 
75% {opacity: 1;} 
100% {opacity: 0;}
} 

.top_tel.on{}
.top_tel a{display:block;width:100%;height:50px;}
.nav{float:left;}

.top_w1600{max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;}

@media screen and (max-width:1210px){.top_w1600{max-width:1000px;}
.top_tel{display:none;}
.nav{margin:0px;padding:0px;float:right;}}

@media screen and (max-width:1100px){.top_w1600{max-width:1000px;}
.top_tel{display:none;}
.nav{margin:0px;padding:0px;float:right;}}

@media screen and (max-width:960px){.top_tel{display:none;}
.top_w1600{max-width:960px;}}

@media screen and (max-width:780px){.top_tel{display:none;}}

/*右侧*/
.header .nav{-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;display: block;padding-left:40px;}
.header .navbar_nav li{float:left;position: relative;display: block;text-align:center;}

.header .navbar_nav li:after{content: "";width: 0;height: 2px;background: #31daee;position: absolute;bottom: 0;left:-15px;transition: all 0.5s ease 0s;}
.header .navbar_nav li:hover:after{width: 120%;}
.header .navbar_nav li a{text-decoration: none;height: 100%;padding: 0 24px;display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;color: #fff;font-size: 16px;}
.header .navbar_nav li:hover a{color: #31daee;}
.header .navbar_nav li.dropdown{display: inherit;position: relative;}
.header .navbar_nav li.dropdown .dropdown_menu{display: none;position: absolute;top:65px;background: #fff;box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);width: 120%;left:-15px;}
.header .navbar_nav li.dropdown .dropdown_menu a{font-size: 14px;color: #666;padding: 0 10px;line-height: 40px;text-align: center;background: #fff;margin-bottom: 2px;}
.header .navbar_nav li.dropdown:hover .dropdown_menu{display: block;background: #f3f3f3;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{color: #666;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color: #fff;background: #31daee;}
/*白色背景的头部*/
.header.on{background: #fff; 
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);box-shadow: 0 3px 3px rgba(0,0,0,0.15);}
.header.on .navbar_nav li a{color: #333;}
.header.on .navbar_nav li:hover a{color: #31daee;}
#navToggle{display: none;} 

.m_nav{position: fixed;top: 0px;box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);width: 100%;height: 100%;background: #fff;transition: all ease 0.5s;-webkit-transition: all ease 0.5s;z-index: 1000;opacity: 1;visibility: visible;margin-top: 0;overflow-y: auto;transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;top: 0;transform: translateX(100%);}
.m_nav.open{transform: translateX(0);}
.m_nav .top{height: 60px;padding: 20px;box-sizing: border-box;}
.m_nav .top .closed{width: 30px;height: 30px;vertical-align: middle;float:right;cursor: pointer;}
.m_nav .logo{width: 100%;margin:0 auto;}
.m_nav .logo img{height: 45px;display: block;margin:0px auto;position:absolute;top:16px;left:10px;}
.m_nav .ul{width:80%;margin:auto;padding-top:25px;}
.m_nav .ul li{padding: 0 20px;border-bottom: 1px solid #f5f5f5;transform: translateY(0);-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;opacity: 0;}
.m_nav.open .ul li{opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);padding-left: 10px;}
.m_nav .ul li:nth-child(1) {-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(2) {-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(3) {-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(4) {-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(5) {-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(6) {-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li a{display: block;text-decoration: none;color: #333;font-size: 16px;height: 50px;line-height: 50px;width: 100%;}
.m_nav .ul li .dropdown_menu{display: none;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{display: block;height: 45px;line-height: 45px;padding: 0 20px;box-sizing: border-box;border-bottom: 0px solid #f5f5f5;font-size:15px;}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}

@media screen and (max-width: 992px){.header{padding: 0 10px;border-bottom:none;height:55px;}
.header #navToggle {height: 100%;padding: 9px 15px;margin-right: -15px;display: inline-block;float: right;}
.header #navToggle span {position: relative;width: 30px;height: 2px;margin-top: 19px;}

.cd_fr{float:right;width:30px;}
.cd_fl{float:left;width:-webkit-calc(100% - 100px);width:-moz-calc(100% - 100px);width:calc(100% - 100px);text-align:left;}
.cd_fl img{height:40px;width:auto;margin-top:8px;float:left;vertical-align:middle;}

.m_nav li.dropdown  {background-image: url(../images/jiantou.png);background-repeat: no-repeat;background-position: right 10px;} 
.header #navToggle span:before,
.header #navToggle span:after {content: '';position: relative;width: 100%;height: 2px;left: 0;}
.header #navToggle span,
.header #navToggle span:before,
.header #navToggle span:after {-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;display: block;background: #fff;}

.header.on #navToggle span ,
.header.on #navToggle span:before,
.header.on #navToggle span:after{background-color:#666;}

.header #navToggle span:before {top: 8px;}
.header #navToggle span:after {bottom: 10px;}
.header #navToggle.open span:before {top: 10px;-webkit-transform: translateY(-11px) rotate(-45deg);-moz-transform: translateY(-11px) rotate(-45deg);-ms-transform: translateY(-11px) rotate(-45deg);-o-transform: translateY(-11px) rotate(-45deg);transform: translateY(-11px) rotate(-45deg);}
.header #navToggle.open span:after {bottom: 12px;-webkit-transform: translateY(10px) rotate(45deg);-moz-transform: translateY(10px) rotate(45deg);-ms-transform: translateY(10px) rotate(45deg);-o-transform: translateY(10px) rotate(45deg);transform: translateY(10px) rotate(45deg);}
.header #navToggle.open span {background: none;}
.header #navToggle.open span:before,
.header #navToggle.open span:after {background: #4f4f4f;} 
.xgl-zn, .header .logo_pc, .header .nav{display: none;} 
.banner img{height: 600px;object-fit: cover;}
}  
.xgl-zn{position:absolute;bottom:0;left:0;}
.w-f{width:100%}
#index_arrow_button20581{margin-bottom:10px;margin-top:6.08vh;margin-bottom:3vh;margin-left:auto;margin-right:auto;width:56px;height:56px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;background:rgba(255,255,255,0.25) url(../images/arr_down.png) no-repeat 16px 22px;cursor:pointer;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;} 
#index_arrow_button20581:hover{-webkit-animation:ue-pudding 1.5s linear;animation:ue-pudding 1.5s linear;} 
@-webkit-keyframes bounce-up {25% {-webkit-transform: translateY(5px);}
50%, 100% {-webkit-transform: translateY(0);}
75% {-webkit-transform: translateY(-5px);}
}

@keyframes bounce-up {
25% {transform: translateY(5px);}
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-5px);}
}


/*网站底部*/
footer{display:block}
.footer {width:100%;padding-top:45px;background:#333;position:relative;z-index:9;}
.footer .f-info {max-width:1200px;width:100%;margin:0 auto;padding-bottom:30px;}
.footer .f-left {max-width:410px;float:left;margin-left:35px;}
.footer .f-left .f-box {padding:0 15px;float:left;border-right:0px solid #424242;}
.padding-left-line {border-left:1px solid #424242;}
.footer .f-left .f-box .bt {font-size:15px;font-weight:bold;color:#fff;text-align:center;padding-bottom:10px;color:#fff;}
.footer .f-left .f-box  ul {}
.footer .f-left .f-box  ul li {font-size:12px;line-height:24px;text-align:left}
.footer .f-left .f-box  ul li, .footer .f-left .f-box  ul li a {color:#999;}
.footer .f-left .f-box  ul li a:hover {color:#fff;}

.footer .f-left-about {width:240px;float:left;color:#999;display:block;}
.footer .f-left-about ul li.tit {width:100%;font-size:15px;font-weight:bold;color:#fff;padding-bottom:10px;color:#fff;}
.footer .f-left-about ul li.desc {width:100%;font-size:12px;color:#999;line-height:28px;}
.footer .f-left-about ul li.desc a {color:#999;}
.footer .f-left-about ul li.desc a:hover {color:#cccccc;}

.footer .f-right {width:400px;float:right;padding-top:6px;}
.footer .f-right .f-qrcolde {width:116px;float:left;}
.footer .f-right .f-qrcolde p{text-align:center;color:#fff;font-size:14px;padding-top:5px;}
.footer .f-right .f-contact {width:260px;float:right;}
.footer .f-right .f-contact b {font-size:26px;color:#fff;font-family:Arial;font-style:italic;padding-bottom:4px;margin-top:-4px;}
.footer .f-right .f-contact p {color:#999;font-size:12px;line-height:20px;}
.footer .f-right .f-contact a {color:#999;}
.footer .f-right .f-contact a:hover {color:#fff}
.footer .f-cr-info {max-width:1200px;width:100%;height:46px;line-height:46px;margin:0 auto;}
.footer .f-cr-info p {color:#666;font-size:12px;line-height:46px;}
.footer .f-cr-info p a  {color:#666;line-height:46px;}
.footer .f-cr-info p a:hover {color:#fff;}

.footer .f-cr-info p.fr a {background-image: url(../images/beian1.png);background-repeat: no-repeat;background-position: left center;padding-left:23px;display: inline-table}
.f-cr-info p.fr i {background-image: url(/img/beian1.png);background-repeat: no-repeat;background-position: left center;display: inline-table;padding-left:23px;}

.footer .f-copyright {width:100%;height:auto;overflow:hidden;background:#262626;margin-top:30px;}
.footer .f-friendlinks {max-width:1200px;width:100%;line-height:23px;margin:0 auto;padding:12px 0;border-bottom:1px solid #373737;font-size:12px;color:#666;}
.footer .f-friendlinks a{color:#666;font-size:12px;margin:0 5px;}
.footer .f-friendlinks a:hover {color:#fff;}

.footer .f-friendlinks_t {max-width:1200px;width:100%;min-height:46px;line-height:23px;margin:0 auto;padding:10px 0px 6px 0px;border-bottom:1px solid #373737;font-size:12px;color:#666;}
.footer .f-friendlinks_t a{color:#666;font-size:12px;margin:0 5px;}
.footer .f-friendlinks_t a:hover {color:#fff;}

.m_tp_6 {float: left;width: 270px;height: auto;overflow: hidden;}
.m_tp_61 {margin: auto;width: 200px;height: 50px;padding-bottom: 20px;background-image: url(../images/dbad.png);background-repeat: no-repeat;background-position: center center;}
.m_tp_61 span {display: block;float: left;text-indent: -999px;overflow: hidden;}
.m_tp_62 {width: 122px;height: 32px;line-height: 28px;overflow: hidden;margin-bottom:20px;text-align: center;background-image: url(/img/foot_qgffdh.png);background-repeat: no-repeat;background-position: center center;margin: auto;}
.m_tp_62 span {font-size: 14px;color: #fff;}
.m_tp_63 {width: 100%;height: 30px;line-height: 30px;overflow: hidden;text-align: center;}
.m_tp_63 span {font-size: 18px;color: #fff;font-weight: 700;}
.m_tp_64 {width: 100%;height: 40px;line-height: 30px;overflow: hidden;text-align: center;}
.m_tp_64 span {font-size: 12px;color: #999;} 

/*手机端底部开始*/
.bot{float: left;width: 100%;background: #fff;padding: 6px 0 4px 0;position: fixed;bottom: 0;z-index: 99999;border-top: 1px solid #E1E1E1;}

.bot a{float: left;width: 25%;font-size: 12px;color: #696969;text-align: center;}
.bot a span{display: block;}
.bot a img{width: 18px;margin-bottom: 4px;}
a.bot_ys{/*color:#31daee;*/} 
/*底部结束*/ 
@media screen and (max-width:960px){.footer{display:none;}
.gao_bot{height:20px;}}


@media screen and (min-width: 961px){.bot{display:none;}
.cd_fl, .cd_fr{display: none;}
.gao_bot{display:none;}}


@media screen and (min-width: 961px) and (max-width:1210px){.footer .f-left-about{display:none;}
.padding-left-line {border-left:0px solid #424242;}
.footer .f-left .f-box {padding-left:0px;}
.footer .f-friendlinks{padding:0 20px;}
.footer .f-cr-info .fl{display:none;}
.footer .f-cr-info .fr{width:100%;text-align:center}
}


/*右侧客服*/
.dock{position:fixed;right:0px;width:50px;-moz-opacity:0.7;opacity:0.7;z-index:200;height:296px;top:50%;margin-top:-150px;}
.dock.close{z-index:50;}
.dock ul.icons{position:absolute;list-style:none;right:0px;padding:0px;width:50px;border:1px solid #333;border-right:none;background:#111;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;border-radius:10px 0 0 10px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.dock.close ul.icons{right:-70px;}
.dock ul.icons li i{display:block;position:relative;width:50px;height:48px;background:url(../images/icons.png) no-repeat;cursor:pointer;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;z-index:210;}
.dock ul.icons li:hover i{-moz-opacity:0.4;opacity:0.4;}
.dock ul.icons li.up i{background-position:-63px -150px;}
.dock ul.icons li.tel i{background-position:-62px -108px;}
.dock ul.icons li.im i{background-position:-63px -20px;}
.dock ul.icons li.yhui i{background-position:-62px -253px;}
.dock ul.icons li.wechat i{background-position:-59px -66px;}
.dock ul.icons li.down i{background-position:-63px -190px;}
.dock ul.icons li p{display:block;font-size:14px;position:absolute;top:50px;right:-260px;padding:15px 20px;height:140px;color:White;line-height:22px;border:1px solid #333;border-right:none;background:#111;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;border-radius:10px 0 0 10px;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .4s ease-in-out .1s;-moz-transition:all .4s ease-in-out .1s;-ms-transition:all .4s ease-in-out .1s;-o-transition:all .4s ease-in-out .1s;transition:all .4s ease-in-out .1s;overflow:hidden;z-index:201;}
.dock ul.icons li:hover p{right:50px;-moz-opacity:1;opacity:1;filter:alpha(opacity=100);}
.dock ul.icons li.tel p{width:140px;line-height:26px;}
.dock ul.icons li.im p,.dock ul.icons li.yhui p{width:140px;}
.dock ul.icons li.im p a,.dock ul.icons li.yhui p a{display:block;margin-top:12px;width:100px;height:35px;line-height:32px;color:#3b95ff;font-size:15px;text-align:center;text-decoration:none;border:1px solid #3b95ff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.dock ul.icons li.im p a:hover,.dock ul.icons li.yhui p a:hover{color:White;background:#3b95ff;border:1px solid #3b95ff;}
.dock ul.icons li.wechat p{width:140px;}
.dock ul.icons li.wechat p img{border:2px solid White;}
.dock a.switch{position:absolute;display:block;top:260px;right:11px;width:26px;height:26px;background:url(../images/icons.png) no-repeat 0px -640px;cursor:pointer;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s;}
.dock a.switch.off{background-position:-32px -640px;}

.dock a.switch2{position:absolute;display:block;top:305px;right:11px;width:26px;height:26px;background:url(../images/icons.png) no-repeat 0px -640px;cursor:pointer;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s;}
.dock a.switch2.off{background-position:-32px -640px;} 

/*背景图片延迟加载lazyload时使用*/
.bg-img-lazyload{background-repeat: no-repeat;background-position: center;background-size: cover;flex-shrink: 0;}
 
/*banner和标题*/

dd,dl,dt,em,h1,h2,h3,h4,h5,i{font-weight:400;font-style:normal}
i,em{font-style: normal;}

.tx-other-banner {position: relative;}
.tx-float{width: 100%;}
.tx-other-banner-text{position: absolute;z-index: 77;color: #fff;left: 0;top: 0;bottom: 20px;width: 100%;text-align: center;height: 78px;margin:auto 0;}
.tx-other-banner-text h3{font-size: 34px;margin-bottom: 18px;line-height: 30px;}
.tx-other-banner-text b{font-weight: normal;}
.tx-other-banner-text em{font-size: 30px;line-height: 35px;display: block;font-style: normal;}
.tx-other-banner-text i{display: inline-block;width: 70px;height: 2px;background: #fff;margin-top: 30px;}
.tx-other-banner-text .tit01{font-size: 33px;margin-bottom: 18px;line-height: 30px;font-weight: bold;}
.tx-other-banner-text .tit02{font-size: 20px;margin-bottom: 0px;margin-top: 25px;line-height: 30px;}
.tx-others-top{position: relative;font-size: 16px;color: #fff;z-index: 99;line-height: 62px;height: 62px;overflow: hidden;margin-top: -66px;}
.tx-others-top b{position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.2;}
.tx-others-top a{color: #fff;}

@media screen and (max-width:768px){.tx-other-banner-text{top: 55px;}
.tx-other-banner-text h3{font-size: 15px;margin-bottom: 13px;line-height: 20px;margin-bottom: 12px;}
.tx-other-banner-text em{font-size: 14px;line-height: 20px;}
.tx-other-banner-text i{display: block;width: 50px;height: 1px;background: #fff;margin:18px auto 0px auto;}

.tx-other-banner-text .tit01{font-size: 16px;margin-bottom: 6px;line-height: 30px;font-weight: bold;}
.tx-other-banner-text .tit02{font-size: 14px;margin-bottom: 0px;margin-top: 0px;line-height: 22px;}} 

/*手机端在线咨询图标高度*/
#newBridge .nb-icon-right-bottom{right: 0px!important;bottom: 50px!important;*right: 0px!important;*bottom: 50px!important;}
.embed-icon[data-v-e5119d70]{bottom: 45px!important;}