﻿/*网站公共样式*/
.dzswj{background: #F5F4F3;width:90%;font-size:18px;font-family:Microsoft YaHei;}
.dzswj li{height:76px;border-right: 1px dotted #6a91c6;border-left: 1px dotted #6a91c6;vertical-align: baseline;position: relative;}
.dzswj li img{margin-left:25px;}
.dzswj li:hover{background:#FF6800;}
.dzswj li a {position:relative ;top: 30%;}
.dzswj li a:hover {color:#ffffff;}
.dzswj > li > a:hover::after{content:"";width:186px;height:2px;position:absolute;bottom:-10px;right:0%;margin-right:-2px;background:#1a56a8;}
.info-content{line-height:2;padding:20px;min-height:400px;}
.text-yellow{color:#ffda44}
.bg-blue{background:url("../images/iorj.jpg") no-repeat center top;}
.bg-white{background:#fff;}
a{color:#333;text-decoration:none;}
a:hover{color:#1a56a8;}
.bg-gray{background:#f6f6f6;}
.text-blue{color:#0b69be;}
.text-red{color:#e12341;}
.text-overflow{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-overflow-lines2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:26px;height:52px;}
.display-flex-compat{display:-moz-box;/* Firefox */
display:-ms-flexbox;/* IE10 */
display:-webkit-box;/* Safari */
display:-webkit-flex;/* Chrome,WebKit */
display:flex;}
.artview_info{display:block;font-size:14px;color:#868686;font-weight:normal;text-decoration:none;line-height:24px;background:#F5F5F5;border:1px #E5E5E5 solid solid solid solid;padding:10px;}
/*遮罩层*/
.mask-bg{position:fixed;width:100%;height:100%;display:none;height:100vh;background-color:rgba(0,0,0,.7);overflow:hidden;z-index:99;top:0;left:0;}
.mask-bg.active{display:block;}
/*动画*/
.transition-ease{transition:all 0.3s ease;}
.transform-scale:hover{transform:scale(1.1,1.1)}
/*字体*/
.font-size-p24m20{font-size:24px;}
.font-size-p20m18{font-size:20px;}
.font-size-p18m16{font-size:18px;}
.font-size-p16m14{font-size:16px;}
@media(max-width:768px){.info-content{line-height:2;padding:20px 0px;}
.padding-top-60,.padding-top-50{padding-top:30px;}
.margin-top-60,.margin-top-50{margin-top:30px;}
.margin-bottom-60,.margin-bottom-50{margin-bottom:30px;}
.padding-bottom-60,.padding-bottom-50{padding-bottom:30px;}
.col-sm-12,.col-sm-3,.col-sm-4,.col-xs-12,.col-xs-6,.col-xs-5,.col-xs-4,.col-sm-8,.col-xs-7{padding-left:5px;padding-right:5px;}
.row{margin-left:-5px;margin-right:-5px;}
/*字体*/
.font-size-p20m18{font-size:18px;}
.font-size-p18m16{font-size:16px;}
.font-size-p24m20{font-size:20px;}
.font-size-p16m14{font-size:14px;}
}
/*顶部样式*/
.header{position:relative;}
.header .logo{height:80px;display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;align-items:center;}
.header .logo img{height:72px;}
.border-bottom {border-bottom:4px solid #1a56a8;}
/* 分页banner */
.pagebanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*列表图片*/
    .zoom{
    width:100%;
    padding-bottom: 100%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.pagebanner .swiper-slide{text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */
 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;}
.pagebanner img{width:100%;}
.pagebanner .font-box{position:absolute;left:0;top:0;width:100%;height:100%;}
.pagebanner .font-box .container{height:100%;}
.pagebanner .font-box .font{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:3rem;color:#fff;z-index:1;}
/*主菜单*/
@media (min-width:992px) /*pc端*/
{/*顶部*/
.header{z-index:2;}
.header .logo{justify-content:center;}
.header .phone{width:32px;height:32px;margin-right:10px;margin-top:-10px;}
.header .num{line-height:50px;color:#1a56a8;font-size:20px;margin-top:6px;font-weight:bold;}
.header .nav-toggle{display:none}
.header .phonebox{margin-top:3px;color:#1a56a8;}
.nav {width: 100%; height: 50px; line-height: 50px; background: #1a56a8; text-align:center;}
.nav > ul { overflow: hidden; }
.nav > ul > li { float: none; width: 136px; text-align: center; border-right: 1px solid #6a91c6;  border-left: 1px solid #6a91c6; box-sizing:inherit; display: inline-block; }
.nav > ul > li a { font-size: 17px; color: #ffffff; text-align: center; font-family:'Microsoft YaHei';text-decoration: none;  height: 100%; padding: 0px;  display: block; -webkit-transition: 0.1s; -moz-transition: 0.1s;-o-transition: 0.1s; transition: 0.1s; }
 .nav > ul > li :hover { background: #e9eef6 !important;  font-family: 'Microsoft YaHei';  color: #9d8133;  }
.nav > ul > li .active a { color: #1a56a8; }
.nav > ul > li.current > a::after,.nav > ul > li > a:hover::after{content:"";width:76px;height:2px;position:absolute;bottom:10px;right:25%;margin-right:-2px;background:#1a56a8;}
.nav ul li{position:relative;}
/*子菜单显示*/
.nav ul li ul{display:none;} 
}
@media (max-width:992px) /*手机端*/
{/*顶部*/
.header .phonebox{display:none;}
.header .logo{justify-content:flex-start;}
.header{background:#fff;box-shadow:3px 3px 6px rgba(0,0,0,.1);position:fixed;top:0;left:0;width:100%;z-index:9;}
.header .logo{height:60px;}
.header .logo img{height:40px;}
.header .productmenubox{display:none;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:28px;color:#999;min-width:60px;height:60px;line-height:56px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}
.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition:all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height:45px;text-align:left}
.nav ul li ul{display:none;}
/*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom:1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px;text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.nav ul li.current > a{color:#444;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
}
/*子栏目样式*/
.page-commnav{border-bottom:1px solid #ddd;line-height:3;}
@media(min-width:769px){.sub-nav-content{border-bottom:1px dashed #ddd;padding:10px 0;}
.sub-right-font{font-size:16px;color:rgb(255,153,0);border-bottom:1px solid rgb(255,153,0);line-height:2.6;}
.sub-nav-box{clear:both;position:relative;}
.sub-nav-box .sub-nav-title{line-height:57px;text-align:left;background:#ad7669;padding-left:15px;font-size:22px;color:white;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";}
.sub-nav-box .sub-nav ul{text-align:left;}
.sub-nav-box .sub-nav li{display:inline-block;padding:0 10px;text-align:center;position:relative;}
.sub-nav-box .sub-nav > ul > li > a{height:50px;padding:0px 5px;margin:0px;line-height:50px;display:block;font-size:15px;}
.sub-nav-box .sub-nav > ul > li.active > a,.sub-nav-box .sub-nav > ul > li:hover > a{color:#0b69be;border-bottom:2px #0b69be solid;font-weight:bold;}
.sub-nav-box .sub-nav>ul>li>ul{display:none;position:absolute;top:40px;left:0;width:100%;background:rgb(1,61,131);z-index:9;}
.sub-nav-box .sub-nav > ul > li >ul{display:none;}
}
@media(max-width:768px){.page-commnav{border-bottom:none;}
.page-commTopTitle{font-size:18px;color:#e12341;background:#f5f5f5;font-weight:bold;margin-bottom:20px;}
.sub-nav{display:none;}
.sub-nav ul{overflow:hidden;text-align:center;margin:0px auto;overflow:hidden;min-width:360px;}
.sub-nav ul li{float:left;padding:0px 3px;width:50%;margin-bottom:8px;}
.sub-nav ul li a{display:block;font-size:16px;border:1px solid #ccc;height:36px;line-height:34px;text-align:center;text-overflow:ellipsis;white-space:nowrap;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#333;}
.sub-nav ul li.active a{background:#e12341;color:#fff;border:1px solid #e12341;}
.sub-nav ul li ul{display:none;}
}
/*公用标题*/
.comm_title{padding:1rem;font-size:32px;position:relative;margin-bottom:10px;}
.comm_title .cn-title{font-size:22px;position:relative;font-weight:bold;color:#0b69be;margin-bottom:-10px;}
.comm_title .title{font-size:16px;position:relative;font-weight:bold;color:#0b69be;}
.comm_title .title::before{content:'';width:30px;background:#0b69be;height:2px;position:absolute;left:-60px;top:50%;color:#0b69be;}
.comm_title .title::after{content:'';width:30px;background:#0b69be;height:2px;position:absolute;right:-60px;top:50%;color:#0b69be;}
.page_commTitle .cn{line-height:46px;font-size:20px;color:#0b69be;}
.page_commTitle .en{line-height:60px;font-size:50px;color:#0b69be;}
@media(max-width:992px){.comm_title .cn-title{font-size:20px;}
.comm_title .title{font-size:16px;}
.comm_title .title::before{content:'';width:20px;left:-30px;}
.comm_title .title::after{content:'';width:20px;right:-30px;}
}
/*首页>>产品服务*/
.index-service .inner{text-align:center;margin-bottom:10px;background:#fff;display:block;margin-bottom:10px;position:relative;width:138px;height:180px;}
.index-service .inner .pic{width:100%;height:100%;position:absolute;top:0;right:0;}
.index-service .inner .mask{width:100%;height:100%;position:absolute;top:0;left:-100%;}
.index-service .inner:hover .pic{right:-100%;}
.index-service .inner:hover .mask{left:0;}
.index-service .fontbox{position:absolute;bottom:10px;left:0;width:100%;}
@media(max-width:992px){.index-service .inner{width:100%;height:150px;padding:10px;margin-bottom:10px;}
}
/*首页>>咨询*/
.index-consult{background:url("../images/fd_7t3j.png") no-repeat center center;background-size:cover;}
.index-consult .text-yellow{font-size:30px;font-weight:bold;}
.index-consult .left-content{font-size:20px;margin-top:12px;}
.index-consult .left-content .text-yellow{font-size:34px;}
.index-consult .button{width:280px;height:50px;text-align:center;color:#0b69be;background:#ffda44;border-radius:6px;display:inline-block;line-height:50px;font-weight:bold;font-size:20px;margin-top:6px;}
/*首页>>company*/
.index-company .num{font-size:18px;}
.index-company .more{width:150px;height:40px;line-height:40px;background:#e8e8e8;display:block;text-align:center;margin-top:10px;}
.index-company .message-box{font-size:14px;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;padding:20px 0;margin:20px 0;}
/*首页>>优势*/
.index-advantage .item{background:#f5f5f5;padding:6px;}
.index-advantage .item em{font-weight:bold;color:rgb(217,217,217);font-size:50px;margin-left:10px;}
.index-advantage .item .title{font-weight:bold;font-size:20px;margin-bottom:10px;margin-top:10px;}
.index-advantage .imgbox{padding:20px 0;text-align:center;}
.index-advantage .line{color:#0b69be;width:60px;height:3px;}
/*首页>>团队*/
.index-team .comm_title .title{margin-left:60px;}
.index-team .more{width:150px;height:40px;line-height:40px;background:#0b69be;display:block;text-align:center;margin-top:10px;color:#fff;display:inline-block;}
.index-case{background:url("../images/111.jpg") no-repeat center top;background-size:cover;}
.index-case .comm_title .cn-title{color:#fff;}
.index-case .comm_title .title{color:#fff;}
.index-case .comm_title .title::before,.index-case .comm_title .title::after{background:#fff;}
/*首页>>产品*/
 .productlist .picbox{margin-bottom:30px;background:#000;}
.productlist .picbox:hover img{opacity:0.5;}
/*首页>>abooutus */
.index-aboutus{background:url('../images/ysbg.jpg') no-repeat center top;background-attachment:fixed;position:relative;}
.index-aboutus .picbox{margin-bottom:30px;background:#000;}
.index-aboutus .picbox img{width:100%;z-index:1;}
.index-aboutus .picbox:hover img{opacity:0.5;}
.index-aboutus .more{display:inline-block;width:150px;height:50px;background-color:rgba(225,35,65,1);text-align:center;line-height:50px;z-index:1;margin-top:60px;}
.index-aboutus .more:hover{opacity:0.9;color:#fff;}
.index-aboutus .background-gray{background:#f6f6f6;height:200px;position:absolute;bottom:0;left:0;width:100%;}
/* 分页》公司简介 */
.page-companyIntro .companyName{color:rgb(11,105,190);font-weight:bold;font-size:22px;margin-bottom:20px;margin-top:20px;}
.page-companyIntro .licheng{height:40px;position:relative;margin-top:50px;margin-bottom:50px;width:900px;}
.page-companyIntro .content-box{position:absolute;top:0;left:0;width:100%;height:100%;}
.page-companyIntro .licheng .line{width:100%;height:4px;background:#ddd;position:absolute;top:50%;left:0;margin-top:-2px;}
.page-companyIntro .dashiji{color:rgb(11,105,190);font-weight:bold;font-size:22px;margin-bottom:50px;margin-top:100px;}
.page-companyIntro .num{font-size:28px;}
.page-companyIntro .licheng .big-circle{color:rgb(255,255,255);background-color:rgb(11,105,190);background-image:none;font-size:12px;font-weight:normal;height:40px;width:40px;text-decoration:none;border-radius:20px;line-height:40px;font-size:15px;text-align:center;top:0;position:absolute;}
.page-companyIntro .licheng .small-circle{background-color:rgb(255,255,255);top:12px;height:16px;width:16px;border:3px solid rgb(11,105,190);border-radius:10px;}
.page-companyIntro .licheng .small-circle .date{color:#666;width:60px;position:absolute;top:-30px;left:50%;transform:translateX(-30px);text-align:center;}
.page-companyIntro .licheng .small-circle:hover .blue-circle{height:20px;width:20px;position:absolute;top:50%;left:50%;transform:translate(-10px,-10px);border-radius:10px;background:rgba(11,105,190,0.7);}
.page-companyIntro .licheng .small-circle .card{width:200px;height:90px;background:#0b69be;color:#fff;position:absolute;bottom:50px;left:-30px;padding:10px;color:#fff;display:none;}
.page-companyIntro .licheng .small-circle .card.active{display:block;}
.page-companyIntro .licheng .small-circle .card::after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #0b69be;position:absolute;bottom:-9px;left:24px;}
.page-companyIntro .licheng .small-circle .card .card-head{font-weight:bold;}
.page-companyIntro .licheng .small-circle .card .card-body{}
.page-companyIntro .small-1{position:absolute;left:100px;}
.page-companyIntro .small-2{position:absolute;left:200px;}
.page-companyIntro .small-3{position:absolute;left:300px;}
.page-companyIntro .small-4{position:absolute;left:400px;}
.page-companyIntro .small-5{position:absolute;left:500px;}
.page-companyIntro .small-6{position:absolute;left:600px;}
.page-companyIntro .small-7{position:absolute;left:700px;}
.page-companyIntro .small-8{position:absolute;left:800px;}
.page-companyIntro .small-9{position:absolute;left:900px;}
.page-companyIntro .big-2{left:290px;}
.page-companyIntro .big-3 {left: 490px;}
.page-companyIntro .big-4 {left: 690px;}
/* 分页》精英团队 */
.page-team .teamlist .col-sm-3{width:20%;margin-bottom:20px;}
.page-team .teamlist{padding:30px;}
/* 分页》案例 */
.page-case .caselist{padding:30px;}
.page-case .caselist .picbox{border:1px solid #ddd;}
/*首页,分页>>新闻*/
.page-news .newslist{padding:20px;min-height:400px;}
.page-news .newslist .picbox:hover img{transform:scale(1.1,1.1);opacity:0.6;}
.page-news .item{margin-bottom:20px;}
/*分页》产品*/
.page-product .prolist{padding:30px 20px;min-height:400px;}
.page-product .prolist .item{border:1px solid #ddd;margin-bottom:30px;padding:16px;}
.page-product .prolist .item .detail-content{color:#1b8aeb;padding:30px;line-height:22px;}
.page-product .prolist .item:hover{border:1px solid #0b69be;}
.page-product .prolist .item img:hover{transform:translateY(-3px);}
.page-product .item{padding:10px;}
/*产品内容页样式*/
.page-productDetail .detail-content{padding:30px;}
.product-content .detail{border-bottom:2px solid #e12341;}
.product-content .detail .title{clear:both;text-align:center;overflow:hidden;background:#e12341;line-height:42px;color:rgb(255,255,255);font-weight:600;font-size:14px;display:inline-block;width:130px;position:relative;top:6px;}
#toTop{display:none;text-decoration:none;position:fixed;bottom:12px;right:12px;overflow:hidden;width:50px;height:50px;border:none;text-indent:-9999px;background:url(Images/ui.totop.png) no-repeat left 0px;background-size:auto;background-size:cover;z-index:190;border-radius:50%;transition:all 0.2s linear;}
#toTop:hover{background-position:left -50px;background-size:cover;}
/* 分页》关于我们 */
.swiper-container#scrollSwiper{width:100%;height:310px;}
.swiper-container#scrollSwiper .swiper-slide{font-size:18px;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0px 20px;}
.page-aboutus .companyIntro .picbox{margin-bottom:30px;background:#000;}
.page-aboutus .companyIntro .picbox img{width:100%;z-index:1;}
.page-aboutus .companyIntro .picbox:hover img{opacity:0.5;}

/*底部*/
footer .lianxi{font-size:16px;}
footer{background-color:rgb(43,49,56);color:#f5f5f5;line-height:2.2;}
footer .columnlink ul li{line-height:2;display:inline-block;margin-right:20px;color:#eee;}
footer .columnlink ul li a{color:#eee;}
footer .gzh{width:100px;height:100px;}
.lianxi{font-size:18px;}
/*搜索*/
.search{text-align:left;}
.ss-box{width:260px;height:26px;border:none;display:inline-block;margin-right:0px;position:relative;}
.ss-box .s-input{width:195px;height:23px;outline:none;border:solid 1px;line-height:24px;padding-left:0px;background-color:transparent;padding-left:8px;color:#666;background:transparent;}
.ss-box .s-btn{position:absolute;margin-left:1px; right:0px;top:0px;width:60px;height:23px;color:#1a56a8;cursor:pointer;font-weight:bold;line-height:24px;outline:none;border:solid 1px #1a56a8;}
footer .ewmbox img{width:100px;height:100px;margin:0 auto;max-width:90%;}
footer p{line-height:2;}
footer .rights{border-top:1px solid #eee;margin-top:30px;pxpadding-top:20px;padding-bottom:20px;}
footer .mobilefooter{display:none;}
@media(max-width:992px){.wpsidebar-fkf{display:none;}
footer{margin-bottom:60px;}
.footer-fixed{position:fixed;left:0;bottom:0;width:100%;height:60px;color:#fff;background:#1f252b;z-index:4;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.footer-fixed img{height:26px;width:24px;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-around;align-items:center;}
.footer-fixed ul li a{display:block;height:60px;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer-fixed ul li p{color:#fff;font-size:12px;}
.footer-fixed.active{transform:translateX(260px);z-index:9999;}
.pcGoToTop{display:none!important;}
}
/*分页>>新闻*/
.page-news .piclist li{border-bottom:1px solid #ddd;padding-bottom:1.5rem;margin-bottom:1.5rem;}
.page-news .piclist .title{font-size:16px;margin-bottom:1.5rem;line-height:1.6;display:block;}
.page-news .piclist .date{margin-bottom:1.2rem;}
.page-news .piclist .introduct{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:26px;height:52px;}
.page-news .piclist .picbox{position:relative;overflow:hidden;}
.page-news .piclist .picbox img{transition:all .3s ease-in-out;}
.page-news .piclist .picbox:hover img{transform:scale(1.1,1.1);}
.page-news .piclist .more{border:1px solid #d9d9d9;padding:5px 10px;min-width:86px;text-align:center;margin-top:1.6rem;display:inline-block;}
@media(max-width:468px){.page-news .piclist .title{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:24px;height:52px;margin-bottom:0.6rem;}
.page-news .piclist .date{margin-bottom:0;}
.page-news .piclist .introduct{display:none;}
}
.page-product .piclist li{margin-bottom:12px;}
/*在线留言表单*/
.el-form-item__content .edui-default{line-height:20px;}
.el-input__inner,.el-textarea textarea{border-radius:2px!important;border:1px solid #ddd;color:#333;line-height:40px;}
.el-button{background-color:#7f67f8;border-color:#329cff;border:0px;border-radius:0px;width:100%;height:42px;transition:0.5s;font-size:1.4rem;background-color:#c9ad8f;border-radius:2px;}
.el-button:hover{background-color:#b09373;}
.el-textarea textarea{line-height:26px!important;position:relative;top:2px;}
/*手机端*/
@media(max-width:768px){/*公用标题*/
.comm_title{padding-top:0rem;padding-bottom:1.6rem;}
/*首页*/
 .index-advantage .item{margin-bottom:10px;}
.index-advantage .item em{display:none;}
.index-advantage .item .title{font-size:16px;}
.index-team .comm_title .title{margin-left:auto;}
.index-team .picbox{padding:10px;}
.index-case .picbox{margin-bottom:10px;}
.index-aboutus .background-gray{display:none;}
/* 分页 */
 .page_commTitle .en{line-height:30px;font-size:20px;}
.page-companyIntro .num{font-size:22px;}
.page-team .teamlist{padding:0px;}
.page-team .teamlist .col-sm-3{width:33.3%;}
.page-case .caselist{padding:0px;}
.page-product .prolist{padding:10px;}
.page-productDetail .detail-content{padding:15px;}
.page-news .newslist{padding:10px;}
}
/*手机端客服*/
.wpsidebar-fkf{position:fixed;right:18px;top:50%;transform:translate(0,-50%);z-index:9999;}
.fkf-item{position:relative;width:50px;height:50px;border:1px solid #ccc;padding:10px;background-color:#fff;margin-bottom:6px;box-sizing:border-box;cursor:pointer;}
.fkf-item img{width:30px;height:30px;}
.fkf-item img.hover{display:none;}
.fkf-item:hover > img{display:none;}
.fkf-item:hover img.hover{display:block;}
.fkf-cart > span{position:absolute;display:block;width:24px;height:24px;border-radius:50%;background-color:#ff6600;color:#fff;left:-12px;top:-12px;text-align:center;line-height:24px;}
.fkf-item-right{position:absolute;right:35px;padding-right:25px;top:-15px;display:none;}
.fkf-item:hover .fkf-item-right{display:block;}
.fkf-item-right-content{width:430px;border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;padding-top:15px;background-color:#fff;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;}
.fkf-item-right-content .arrow,.right-content-ewm .arrow{position:absolute;width:20px;height:20px;right:-15px;top:23px;z-index:20;}
.fkf-item-right-content-top{padding-bottom:10px;padding-top:10px;padding-left:70px;border-bottom:1px solid #ccc;position:relative;white-space:nowrap;overflow:hidden;}
.fkf-item-right-content-top img{position:absolute;left:0;top:8px;width:40px;height:40px;}
.fkf-item-right-content-top h2{margin-bottom:8px;color:#ff6800;font-size:22px;}
.fkf-item-right-content-bottom p{padding-top:15px;padding-bottom:15px;}
.fkf-item-right-content-bottom .content-bottom-item{display:inline-block;width:32%;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}
.content-bottom-item img{width:25px;height:25px;margin-right:5px;background-color:#333;vertical-align:top;}
.content-bottom-item span{display:inline-block;line-height:25px;}
.content-bottom-item:hover img{background-color:#ff6800;}
.content-bottom-item:hover span{color:#ff6800}
.right-content-tele{width:300px;}
.right-content-tele .fkf-item-right-content-top:last-child{border-bottom:0;padding-bottom:0;padding-top:10px;}
.right-content-ewm{padding:20px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;display:flex;flex-direction:row;width:max-content;}
.right-content-ewm .ewm div{width:130px;height:130px;margin:0 auto;border-radius:50%;/*background-color:#198ede;*/
 margin-bottom:10px}
.right-content-ewm .ewm div img{width:100px;height:100px;margin-top:15px;margin-left:15px;background:#fff;}
.right-content-ewm .ewm p{text-align:center;font-size:16px;color:#ff6800;}
.fkf-item-right-ewm{top:initial;bottom:-15px;}
.right-content-ewm .arrow{top:initial;bottom:23px;}
