@charset "utf-8";
/*全局初始化样式*/
/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);} */
body{padding:0; margin:0 auto; font-size: 14px!important;line-height:24px!important;font-family:"Microsoft YaHei"!important; color: #333;min-width: 1003px;width: 100%;zoom:1;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;
/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
/*整个页面都禁止选择*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff;
overflow-x: hidden;
}

input:-moz-placeholder,
textarea:-moz-placeholder{color: #999;opacity: 1;}
input::-moz-placeholder,
textarea::-moz-placeholder{color: #999;opacity: 1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999;}

/*默认去除ul、li的默认样式*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,.p{margin: 0;padding: 0;}
ul,ul li,dl,dl dd,dl dt,.ul,.ul li,.dl,.dl dd,.dl dt{list-style:none; margin: 0; padding: 0;font-weight: normal;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ font-family:'Microsoft YaHei';outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*去除figure*/
figure,figcaption{ margin:0px; padding:0px;}
canvas{display: block;}

/*初始化图片*/
img{ border:none; border:0;vertical-align:top;max-width: 100%;}

/*初始化a*/
a,
a:focus{color:#666;text-decoration: none;}
a:hover{color:#6e06b1;}
a,a:hover{outline:none;text-decoration:none;-webkit-transition: all 0.25s linear 0.01s; -moz-transition: all 0.25s linear 0.01s; -ms-transition: all 0.25s linear 0.01s; -o-transition: all 0.25s linear 0.01s; transition: all 0.25s linear 0.01s;}

.bdPad000 *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/*滚动条样式*/
.dftGdt::-webkit-scrollbar{width:5px;}
.dftGdt::-webkit-scrollbar-track{background-color:#f2f2f2;}
.dftGdt::-webkit-scrollbar-thumb{background-color:#bbb;}
.dftGdt::-webkit-scrollbar-thumb:hover{background-color:#555}
.dftGdt::-webkit-scrollbar-thumb:active{background-color:#666} 
.dftGdt{overflow:auto!important;padding-right:0!important;}

/*清除浮动*/
.clear{clear:both;height:0px;overflow:hidden;}
.clearfix:after {content:'';display:block;height:0;visibility:hidden;clear:both;}
.clearfix {zoom:1;}

.ds_tab{display: table;vertical-align: middle;text-align: center;}
.ds_tabc{display: table-cell;vertical-align: middle;}
.ds_tabc img{max-height: 100%;max-width: 100%;vertical-align: middle;}

.ds_pic{position: relative;height: 0;overflow: hidden;background: #f9f9f9;}
.ds_pic img{display: block;position: absolute;left: 0;top: 0;width: 100%;min-height: 100%;}

/*全局样式*/
.MainBoxBg{background: #f2f2f2;overflow: hidden;padding: 20px 0 30px;}
.WarpBox{max-width: 1200px;margin:0 auto;}
.WarpBox1200{width: 1200px;margin: 0 auto;}
.ds_dot{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;display: block;}
.ds_orange{color: #ff6600!important;}
.ds_txtem{text-indent: 2em;}
.ds_txtc{text-align: center;}
.ds_txtl{text-align: left;}
.ds_txtr{text-align: right!important;}
.ds_color{color: #6e06b1!important;}
.ds_fs16{font-size: 16px;}
.ds_fs18{font-size: 18px;}
.ds_fs20{font-size: 20px;}
.ds_fs22{font-size: 22px;}
.ds_fs24{font-size: 24px;}
.ds_fs26{font-size: 26px;}
.ds_fs28{font-size: 28px;}
.ds_fs30{font-size: 30px;}
.ds_fr{float: right!important;}
.ds_fl{float: left!important;}
.ds_none{display: none!important;}
.ds_bg_f9{background: #f9f9f9;}
.ds_pab20{padding-bottom: 20px;}
.ds_magt30{margin-top: 30px;}
.ds_magt25{margin-top: 25px;}
.ds_magt20{margin-top: 20px;}
.ds_magt15{margin-top: 15px;}
.ds_magt5{margin-top: 5px;}
.ds_magb20{margin-bottom: 20px;}
.ds_magtb20{margin: 20px 0;}
.ds_bor_none{border: none!important;}
.ds_bort_none{border-top: none;}
.ds_borb_none{border-bottom: none!important;}
.ds_borr_none{border-right: none!important;}
.ds_magr0{margin-right: 0!important;}
.ds_magl0{margin-left: 0!important;}
.ds_magt0{margin-top: 0!important;}
.ds_magb0{margin-bottom: 0!important;}
.ds_mag0{margin: 0!important;}

.ds_font_stn{font-style: normal;}
.ds_font_sti{font-style: italic;}
.dsCursor{cursor: pointer!important;}

@media screen and (max-width:1440px){
.WarpBox{max-width: 1003px;}
}

/*进度条*/
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-transition:opacity 0.8s ease-in-out;-moz-transition:opacity 0.8s ease-in-out;-o-transition:opacity 0.8s ease-in-out;transition:opacity 0.8s ease-in-out;position: relative;z-index: 999999;}
.pace-inactive{opacity:0;filter:alpha(opacity=0);}
.pace .pace-progress{background:#6e06b1;position:fixed;z-index:99999;top:0;right:100%;width:100%;height:2px;box-shadow:0 0 2px #6e06b1;}

.ds_lazy{background:#f9f9f9 url(ds_loading.gif) center no-repeat;position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;display: block;}

/*快速计算体积*/
#sssmyH1{position: absolute;bottom: 150px; left: 460px;z-index: 30; display: block;}
#sssmyH1 .ds_fff{position:absolute;width:16px;text-align: center;float:left;height:125px;line-height:20px;z-index:31;padding: 5px;background:#096;color:#FFF;font-size:14px;}
#sssmyH1 .ds_fff:after{width:0;height:0;border:7px solid transparent;border-left:7px solid #096;left: 100%;top: 50%;margin-top: -7px;display: block;position: absolute;content: '';}
#sssmyH1 .sssmyh2{position:relative;float:left;top:0;left:22px;height:0;z-index:30;display: none;}
#sssmyH1:hover .sssmyh2{display: block;}
#sssmyH1 .sssmyh3{width:0;height:0;border:7px solid transparent;border-right:7px solid #E2E2E2;margin-top: 10px;}
#sssmyH1 .lm_border5{border:5px solid #E2E2E2}
#sssmyH1 .lm_st1{color: #000;padding-left: 10px;}
#sssmyH1 .lm_st2{background: #fff;padding: 10px;}

/*banner*/
.all_banbox{position: relative;overflow: hidden;height: 425px;}
.all_banbox .bd li a{display: block;height: 425px;overflow: hidden;}
.all_banbox .bd li img{display: block;position: absolute;right: 50%;margin-right: -600px;top: 50%;margin-top: -212.5px;}
.all_banbox .bd li img.banshow2{display: none;}
.all_banbox .bd li img.imgYh2019{margin-right: -960px;width: 1920px;}
.all_banbox .hd{position: absolute;z-index: 2;width: 1100px;left: 50%;margin-left: -580px;height: 0;line-height: 0;text-align: right;bottom: 35px;}
.all_banbox .hd li{cursor: pointer;display:inline-block; *display:inline; zoom:1; width:14px; height:14px; margin:0 5px; overflow:hidden; background:#fff;border-radius: 100%;position: relative;border: 2px solid #fff;line-height: 999px;}
.all_banbox .hd li:after{transition:all .4s ease-out;transform: scale(0);display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #f60;content: '';opacity: 0;border-radius: 100%;overflow:hidden;}
.all_banbox .hd li.on:after{transform: scale(1);opacity: 1;}

.zt_banbox{position: relative;overflow: hidden;height: 425px;}
.zt_banbox .bd li a{display: block;height: 425px;overflow: hidden;}
.zt_banbox .bd li img.imgYh2019{display: block;width: 100%;height: 100%;object-fit: none;}
.zt_banbox .hd{position: absolute;z-index: 2;width: 1100px;left: 50%;margin-left: -580px;height: 0;line-height: 0;text-align: right;bottom: 35px;}
.zt_banbox .hd li{cursor: pointer;display:inline-block; *display:inline; zoom:1; width:14px; height:14px; margin:0 5px; overflow:hidden; background:#fff;border-radius: 100%;position: relative;border: 2px solid #fff;line-height: 999px;}
.zt_banbox .hd li:after{transition:all .4s ease-out;transform: scale(0);display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #f60;content: '';opacity: 0;border-radius: 100%;overflow:hidden;}
.zt_banbox .hd li.on:after{transform: scale(1);opacity: 1;}

.all_banner .ds-w1200{position: absolute;max-width: 1200px;margin: 0 auto;z-index: 5;height: 425px;left: 50%;margin-left: -600px;}
.all_banner .iframe{background:#fff url(logo.gif) center no-repeat;position: absolute;left: 0;top: 50%;margin-top: -197.5px;border: 5px solid rgba(0,0,0,.2);box-shadow: 5px 5px 5px rgba(255,255,255,.2);}

.all_banner{position: relative;}
.priceWindowBox{top: 15px;width: 470px;height: 395px!important;background:#fff url(ds_loading.gif) center no-repeat;}

@media screen and (max-width:1440px){
.all_banner .ds-w1200{max-width: 1003px;margin-left: -501.5px;}
.all_banner22 .ds-w1200{margin-left: -565px!important;}
.all_banbox .bd li img{margin-right: -550.5px;}
.all_banbox .bd li img.banshow1{display: none;}
.all_banbox .bd li img.banshow2{display: block;}
}

/*城市选择样式*/
#tchybj1 *,#tchybj2 *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;-ms-box-sizing: content-box;box-sizing: content-box;}
#tchybj1{position: absolute;display:none;z-index:2;font-size:12px;border:1px solid #d6d6d6;top: 40px;}
#tchybj2{position: absolute;display:none;z-index:2;font-size:12px;border:1px solid #d6d6d6;top: 40px;}
.gggbbb{width:30px;height:30px;line-height:30px; text-align:center;background:#6e06b1;font-size:14px; font-weight:bold; cursor:pointer; color:#fff}
.biaotia{width:81px!important; color:#fff; background:#6e06b1!important;height:30px;line-height:30px; font-size:14px; font-weight:bold;cursor: pointer;}
.biaotib{width:81px!important; color:#666; background:#f2f2f2;height:30px;line-height:30px; font-size:14px;cursor: pointer;}
.ds_borb2{border-bottom:2px solid #6e06b1}
.ds_borr1{border-right:1px solid #d6d6d6}
.ddcity .on,
.ddcity li:hover,
.abbcity .on,
.abbcity li:hover{background:#6e06b1!important;}
.ds_pad10{padding: 10px;}
#ahybjxs.ds_pad10{padding: 10px 0 0 6px;}
.ds_padb10{padding-bottom: 10px;}
.city_search{padding:0 0 10px;border-bottom:1px dashed #ccc}
.city_search input{width:242px;height:25px;line-height:25px;padding-left:5px;padding-right:5px;border-radius:5px 5px 5px 5px;border:1px solid #aaa;color:#ccc}
#agwsua{color: #333;padding: 0 10px;display: block;width: 162px;}
.agwsua2018{color: #333;padding: 0 10px;display: block;width: 162px;}
.onlineBtn20181205{padding:2px 15px;color:#fff!important;vertical-align:middle;font-size:12px;display:inline-block;margin-top:-1px;border-radius:3px;background:#6e06b1;line-height: 24px;}

.weui-toast{z-index: 999999999999999;}

/*加载中*/
.ds_loading{position: absolute;z-index: 99999;background: url(ds_loading.gif) left center no-repeat;padding-left: 30px;left: 50%;margin-left: -53px;width: 106px;height: 24px;top: 50%;margin-top: -12px;}

.lm_ovh{overflow: hidden;}
.lm_popbox_bg{display: none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 99999999;overflow: auto;background: url(bg_black60.png) repeat;}

.lm_popbox{background: #fff;padding: 20px;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;}

/*悬浮左侧行高*/
.shanyue_right_s ul li{line-height: 18px;height: auto!important;padding: 0 0 10px!important;}
#shenyue_rexian{background:url(tc1.jpg) no-repeat}
#shenyue_rexian #telInput{padding: 1px 10px;width: 160px!important;}
/*标题样式*/
.lm_homepagename1{font-size: 22px;color: #333;text-align: center;position: relative;transition:all .4s ease-out;padding-bottom: 2px;margin-bottom: 2px;}
.lm_homepagename2{font-size: 16px;color: #999;text-align: center;transition:all .4s ease-out;}
.lm_homepagename3{font-size: 18px;color: #333;text-align: center;position: relative;transition:all .4s ease-out;}
.lm_homepagename3:after{position: absolute;left: 0;top: 50%;margin-top: -.5px;width: 100%;background: #ccc;height: 1px;content: '';display: block;transition:all .4s ease-out;}
.lm_homepagename3:before{position: absolute;left: 50%;transform: translateX(-50%);top: 28px;width: 0;background: #6e06b1;height: 2px;content: '';display: block;transition:all .4s ease-out;opacity: 0;display: none\9;}
.lm_homepagename3 span{position: relative;z-index: 1;background: #fff;padding: 0 20px;top: 0;transition:all .4s ease-out;}
.lm_homepagename3:hover span{top: -5px;transition:all .4s ease-out;top: 0\9;}
.lm_homepagename3:hover:before{transition:all .4s ease-out;width: 40px;opacity: 1;top: 30px;}
.lm_homepagename1:after{transition:all .4s ease-out;position: absolute;width: 40px;height: 2px;background: #6e06b1;left: 50%;transform: translateX(-50%);bottom:-10px;content: '';display: block;opacity: 0;width: 0;display: none\9;}
.lm_homepagename:hover .lm_homepagename1{transform: translateY(-5px);}
.lm_homepagename:hover .lm_homepagename2{transform: translateY(5px);}
.lm_homepagename:hover .lm_homepagename1:after{opacity: 1;width: 40px;}

/*地图弹窗*/
.IfTipmap{position:absolute;top:434px;left:493px;height:360px;width:300px;z-index:9999999;display:none;overflow: hidden;background: #f9f9f9;box-shadow: 2px 2px 5px #000;border: 1px solid #6e06b1;display: none;}
@media screen and (max-width:1440px){.IfTipmap{left: 316px;}}

/*统一弹窗样式*/
.dsPopBox2018{display: none;padding: 0!important;border-radius: 5px;}
.dsPopBox2018 .fancybox-close-small{width: 25px;height: 25px;background: url(dragonsea_cls.png) center no-repeat;right: 15px;font-size: 0;top: 12px;}
.dsPopBox2018 .fancybox-close-small svg{display: none;}
.dsPopBox2018 .dsPopBoxTt{padding: 12px 20px;background: #6e06b1;color: #fff;font-size: 16px;line-height: 25px;}
.dsPopBox2018 .dsPopBoxBd{overflow: hidden;padding: 20px;}

/*弹窗 成功下单 橘色背景标题*/
.dsPopBox20181212{padding: 0!important;border-radius: 5px;background: none!important;width: 480px;display: none;}
.dsPopBox20181212 .dsPopBoxHd{text-align: center;color: #fff;height: 148px;background: url(dsPopBoxHd.png) center no-repeat;padding: 35px 25px 25px;position: relative;}
.dsPopBox20181212 .dsPopBoxHd .h3{display: inline-block;vertical-align: top;line-height: 40px;background: url(dsPopBoxYes.png) left 9px no-repeat;padding-left: 36px;font-weight: normal;font-size: 28px;margin-bottom: 5px;}
.dsPopBox20181212 .dsPopBoxHd .p{font-size: 16px;}
.dsPopBox20181212 .dsPopBoxHd .dsPopBoxHdCls{display: block;width: 38px;height: 24px;background: url(dsPopBoxCls.png) center no-repeat;position: absolute;top: 0;right: 15px;}
.dsPopBox20181212 .dsPopBoxBd{background: #fff;padding: 20px;}

/*当前位置*/
.curLocal{color: #999;margin-bottom: 20px;}
.curLocal a.homeIco{display: inline-block;vertical-align: top;background: url(home_bg.png) left center no-repeat;width: 18px;height: 24px;}

.curLocal{position: relative;}
.links20190516{position: absolute;right: 0;top: 50%;margin-top: -17px;}
.links20190516 a{display: inline-block;vertical-align: top;background: #fff;border-radius: 3px;margin-left: 5px;padding:5px 15px;font-size:12px;}
.links20190516 a.on{color: #fff;background: #6e06b1;}

/*分页*/
.dsPageBox{background: #fff;padding: 20px;overflow: hidden;text-align: center;line-height: 28px;}
.dsPageBox1{display: inline-block;vertical-align: top;font-size: 0;}
.dsPageBox2{display: inline-block;vertical-align: top;margin-left: 20px;}
.dsPageBox1 a{border-radius: 3px;display: inline-block;vertical-align: top;padding: 0 9px;background: #f8f8f8;border: 1px solid #e5e5e5;line-height: 26px;font-size: 14px;margin: 0 2.5px;color: #333;}
.dsPageBox1 span{font-size: 14px;display: inline-block;vertical-align: top;margin: 0 2.5px;}
.dsPageBox1 a:hover,
.dsPageBox1 a.on{color: #fff;background: #6e06b1;border-color: #6e06b1;}
.dsPageBox1 a.none{cursor: default;background: #f8f8f8!important;border-color: #e5e5e5!important;color: #999!important;}
.dsPageBox1 a.none2{display: none;}
.dsPageBox2 span{display: inline-block;vertical-align: top;}
.dsPageBox2 .text_page{margin: 0 2.5px;display: inline-block;vertical-align: top;width: 28px;line-height: 26px;border: 1px solid #e5e5e5;background: #f8f8f8;text-align: center;padding: 0 5px;border-radius: 3px;}
.dsPageBox2 .text_btn{margin: 0 2.5px;display: inline-block;vertical-align: top;width: 35px;line-height: 26px;border: 1px solid #6e06b1;background: #6e06b1;text-align: center;border-radius: 3px;cursor: pointer;color: #fff;}

.dsPageBox20181126{text-align: center;font-size: 0;}
.dsPageBox20181126 a{font-size: 14px;display: inline-block;vertical-align: top;border: 1px solid #f1f1f1;background: #fff;height: 36px;line-height: 36px;padding: 0 10px;min-width: 16px;margin-left: -1px;transition:all .4s ease-out;}
.dsPageBox20181126 a:hover,
.dsPageBox20181126 a.on{color: #fff;background: #6e06b1!important;border-color: #6e06b1;}
.dsPageBox20181126 a.pageA{background: #f8f8f8 center no-repeat;min-width: 26px;}
.dsPageBox20181126 a.none{color: #ccc!important;background: #f8f8f8!important;border-color: #f1f1f1;}
.dsPageBox20181126 a.pageA2,
.dsPageBox20181126 a.pageA3{margin: 0 6px 0 5px;}

/*浮动*/
.divFloat{position: relative;top: 0;transition:all .4s ease-out;width: 450px;}
.divFloatOn{position: fixed;top: 30px;bottom:auto;}
.divFloatOn2{position: absolute;top: auto;bottom:0;}
.move_case_boxs{position: relative;zoom: 1;}
.move_case_boxs:after{content:'';display:block;height:0;clear:both;}

/*基础样式*/
.dsDpInline{display: inline-block!important;}
.dsDpBk{display: block!important;}
.dsNone0{display: none;}
.dsNone{display: none!important;}
.dsFl{float: left!important;}
.dsFr{float: right!important;}
.dsTxtL{text-align: left!important;}
.dsTxtR{text-align: right!important;}
.dsTxtC{text-align: center!important;}
.dsTxtJ{text-align: justify!important;}
.dsTxtEm{text-indent: 2em;}
.dsOvh0{overflow: hidden;}
.dsOvh{overflow: hidden!important;}

/*字号*/
.dsFons12{font-size: 12px!important;}
.dsFons13{font-size: 13px!important;}
.dsFons14{font-size: 14px!important;}
.dsFons16{font-size: 16px!important;}
.dsFons18{font-size: 18px!important;}
.dsFons20{font-size: 20px!important;}
.dsFons22{font-size: 22px!important;}
.dsFons24{font-size: 24px!important;}
.dsFons26{font-size: 26px!important;}
.dsFons28{font-size: 28px!important;}
.dsFons30{font-size: 30px!important;}

/*边距*/
.dsPad0{padding: 0;}
.dsPadT0{padding-top: 0;}
.dsPadR0{padding-right: 0;}
.dsPadB0{padding-bottom: 0;}
.dsPadL0{padding-left: 0;}
.dsPad5{padding: 5px;}
.dsPadT5{padding-top: 5px;}
.dsPadR5{padding-right: 5px;}
.dsPadB5{padding-bottom: 5px;}
.dsPadL5{padding-left: 5px;}
.dsPad10{padding: 10px;}
.dsPadT10{padding-top: 10px;}
.dsPadR10{padding-right: 10px;}
.dsPadB10{padding-bottom: 10px;}
.dsPadL10{padding-left: 10px;}
.dsPad15{padding: 15px;}
.dsPadT15{padding-top: 15px;}
.dsPadR15{padding-right: 15px;}
.dsPadB15{padding-bottom: 15px;}
.dsPadL15{padding-left: 15px;}
.dsPad20{padding: 20px;}
.dsPadT20{padding-top: 20px;}
.dsPadR20{padding-right: 20px;}
.dsPadB20{padding-bottom: 20px;}
.dsPadL20{padding-left: 20px;}
.dsPad25{padding: 25px;}
.dsPadT25{padding-top: 25px;}
.dsPadR25{padding-right: 25px;}
.dsPadB25{padding-bottom: 25px;}
.dsPadL25{padding-left: 25px;}
.dsPad30{padding: 30px;}
.dsPadT30{padding-top: 30px;}
.dsPadR30{padding-right: 30px;}
.dsPadB30{padding-bottom: 30px;}
.dsPadL30{padding-left: 30px;}
.dsMar0{margin: 0!important;}
.dsMarT0{margin-top: 0!important;}
.dsMarR0{margin-right: 0!important;}
.dsMarB0{margin-bottom: 0!important;}
.dsMarL0{margin-left: 0!important;}
.dsMar5{margin: 5px!important;}
.dsMarT5{margin-top: 5px!important;}
.dsMarR5{margin-right: 5px!important;}
.dsMarB5{margin-bottom: 5px!important;}
.dsMarL5{margin-left: 5px!important;}
.dsMar10{margin: 10px!important;}
.dsMarT10{margin-top: 10px!important;}
.dsMarR10{margin-right: 10px!important;}
.dsMarB10{margin-bottom: 10px!important;}
.dsMarL10{margin-left: 10px!important;}
.dsMar15{margin: 15px!important;}
.dsMarT15{margin-top: 15px!important;}
.dsMarR15{margin-right: 15px!important;}
.dsMarB15{margin-bottom: 15px!important;}
.dsMarL15{margin-left: 15px!important;}
.dsMar20{margin: 20px!important;}
.dsMarT20{margin-top: 20px!important;}
.dsMarR20{margin-right: 20px!important;}
.dsMarB20{margin-bottom: 20px!important;}
.dsMarL20{margin-left: 20px!important;}
.dsMar25{margin: 25px!important;}
.dsMarT25{margin-top: 25px!important;}
.dsMarR25{margin-right: 25px!important;}
.dsMarB25{margin-bottom: 25px!important;}
.dsMarL25{margin-left: 25px!important;}
.dsMar30{margin: 30px!important;}
.dsMarT30{margin-top: 30px!important;}
.dsMarR30{margin-right: 30px!important;}
.dsMarB30{margin-bottom: 30px!important;}
.dsMarL30{margin-left: 30px!important;}

/*颜色*/
.dsCol{color: #6e06b1!important;}/*网站主题红色*/
.dsCol333{color: #333!important;}
.dsCol666{color: #666!important;}
.dsCol999{color: #999!important;}
.dsColLs{color: #2fa92f!important;}/*蓝色*/
.dsColJs{color: #ff6600!important;}/*橘色*/

/*背景色*/
.dsBgCol{background: #6e06b1!important;}/*网站主题红色*/
.dsBgFFF{background: #fff!important;}/*白色*/
.dsBgLans{background: #2fa92f!important;}/*蓝色*/
.dsBgJvs{background: #ff6600!important;}/*橘色*/
.dsBgF5{background: #f5f5f5!important;}/*橘色*/

/*边框*/
.dsBorT1{border-top: 1px solid #e5e5e5;}
.dsBorR1{border-right: 1px solid #e5e5e5;}
.dsBorB1{border-bottom: 1px solid #e5e5e5;}
.dsBorL1{border-left: 1px solid #e5e5e5;}
.dsBor1{border: 1px solid #e5e5e5;}
.dsBorT0{border-top: none!important;}
.dsBorR0{border-right: none!important;}
.dsBorB0{border-bottom: none!important;}
.dsBorL0{border-left: none!important;}

#ceshitc{position: relative;}

/*隐藏我们的优势栏目*/
.nei_nav_l ul li.nav2{display: none!important;}
.hl_ygzj1_l ul li.hl_li2{display: none!important;}

/*banner*/
.banBox{overflow: hidden;}
.banBox img{display: block;width: 100%;}

/*回国搬家内页查价窗口*/
#priceCxHgbjBox{background:#fff url(/images/logo.gif) center no-repeat;background-size:58px auto;height: 240px;}
#priceCxHgbjBox #myTargetElement{padding: 0 5px;}
#priceCxHgbjBox .faq_chaxjia{position: relative;z-index: 1;background: url(123.jpg) center no-repeat;height: 240px;}
#priceCxHgbjBox .faq_chaxjia1{ text-align:center; color:#fff; padding-bottom:15px; font-size:33px; font-weight:bold; height:44px; line-height:44px; padding-top:70px;}
#priceCxHgbjBox .faq_chaxjia2{ margin:0 auto; width:1071px; height:50px; background:url(12.png); padding:6px; border-radius:5px;}
#priceCxHgbjBox .faq_chaxjia2 .xialaul{ display:block; height:40px; padding-top:10px; background:#fff}
#priceCxHgbjBox .faq_chaxjia2_1{float:left;height:28px;padding:0 0 0 10px;width: 140px;position:relative;border-right:1px solid #e5e5e5;}
#priceCxHgbjBox .faq_chaxjia2_1 select{display: block;width: 100%;height: 28px;line-height: 28px;padding: 0 8px;font-size: 14px;transition:all .4s ease-out;}
#priceCxHgbjBox .faq_chaxjia2_1 select:focus{background: #eee;}
#priceCxHgbjBox .faq_chaxjia2_2{height:28px;margin-left: 151px;}
#priceCxHgbjBox .faq_chaxjia2_2li ul .li{ position:relative; width:152.33333333px; border-right:1px solid #e5e5e5; height:28px; float:left}
#priceCxHgbjBox .faq_chaxjia2_2li ul .li .text1{transition:all .4s ease-out;border:0; background:none; font-size:14px; width:100%; height:28px; line-height:28px; text-indent:10px; color:#666}
#priceCxHgbjBox .faq_chaxjia2_2li ul .li .text1:focus{background: #eee;}
#priceCxHgbjBox .faq_chaxjia2_2li ul .li .test11{border:0;background:#6e06b1;color:#fff;font-size: 18px;display:block;height:50px;text-align:center;position:absolute;right: -1px;top:-10px;width: 101%;cursor:pointer;}
#priceCxHgbjBox .faq_chaxjia2_2li ul .li  #mudg{ border:0; height:28px; line-height:28px; font-size:14px; width:181px; color:#666; }

/*按钮组*/
.dsBtnHl{cursor: pointer;color: #fff!important;display: inline-block;vertical-align: top;padding: 0 25px;height: 40px;line-height: 40px;border-radius: 5px;background: #6e06b1;font-size: 16px;}

/*弹窗 回国搬家*/
.lm_ovh{overflow: hidden;}
.lm_popbox_bg{display: none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 99999;overflow: auto;background: url(0_bg_black60.png) repeat;}

.lm_popbox3{width: 360px;height: 374px;border-radius: 5px;padding: 0;overflow: hidden;}
.lm_popbox3 .lm_popboxtt{background: #E61C2D;color: #fff;padding: 10px 20px;font-size: 16px;font-weight: normal;}
.lm_popbox3 .lm_popboxtt i{font-style: normal;float: right;cursor: pointer;display: block;}
.lm_popbox3 .lm_popboxbd{padding: 10px 20px;overflow: hidden;}
.lm_popbox3 .lm_popboxbd .divimg{padding: 10px 0;text-align: center;overflow: hidden;}
.lm_popbox3 .lm_popboxbd .lm_btn{font-size:14px;color:#fff;border:0px solid rgba(0,0,0,0.3);width:100%;border-bottom:2px solid #700001;border-radius:5px 5px 5px 5px;cursor:pointer;background:#E1000E;display: block;height: 30px;line-height:24px;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list1,
.lm_popbox3 .lm_popboxbd .ullistHg li.list2{background: #f8f8f8;padding:10px 0;border-radius: 5px;overflow: hidden;margin-bottom: 15px;}

.lm_popbox3 .lm_popboxbd .ullistHg li.list .div1{width:90px;background:url(1.png) center 5px no-repeat;text-align:center;padding-top:55px;font-size:16px;color:#333;border-right:1px solid #e5e5e5;float: left;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list2 .div1{background-image: url(2.png);}
.lm_popbox3 .lm_popboxbd .ullistHg li.list .div2{margin-left: 105px;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list .div2 p{margin-bottom: 10px;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list1 .div2{color: #FF6600;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list1 .div2 a{width:59px;height:40px;line-height:40px;float:left;background:url(3.png) 10px center no-repeat #e5e5e5;margin-right:10px;padding-left:35px;border-radius:5px;font-size:14px;color:#333;display: inline-block;vertical-align: top;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list .text{display: block;color: #333;width: 175px;background: #fff;border:1px solid #e5e5e5;height: 36px;line-height: 36px;padding: 0 10px;transition:all .4s ease-out;border-radius: 5px;}
.lm_popbox3 .lm_popboxbd .ullistHg li.list .text:focus{border-color: #6e06b1;}

/*20190123分页*/
.pagination-outer *:before,.pagination-outer *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.pagination-outer{text-align:center;padding: 20px;background: #fff;}
.pagination{display:inline-flex;position:relative;}
.pagination li a.page-link{display:block;color:#fff;background:transparent;font-size:16px;line-height:35px;height:38px;width:38px;padding:0;margin:0 8px;border:none;position:relative;z-index:1;transition:all 0.4s ease 0s;}
.pagination li.active a.page-link,.pagination li a.page-link:hover,.pagination li.active a.page-link:hover{color:#fff;background-color:transparent;}
.pagination li a.page-link:before,.pagination li a.page-link:after{content:'';background:linear-gradient(225deg,#ff6a6a,#6e06b1);height:100%;width:100%;border:3px solid #fff;box-shadow:0 0 3px #000;border-radius:50%;opacity:1;transform:translateX(-50%) translateY(-50%) rotate(-45deg);position:absolute;top:50%;left:50%;z-index:-1;transition:all 0.3s ease-in;}
.pagination li a.page-link:hover:before,.pagination li.active a.page-link:before{border-radius:50% 0 50% 50%;}
.pagination li a.page-link:after{background:#fff;height:5px;width:5px;border:none;box-shadow:0 0 0 transparent;opacity:0;transform:translateX(-50%) translateY(0) rotate(0);top:auto;bottom:0;}
.pagination li a.page-link:hover:after,.pagination li.active a.page-link:after{opacity:1;bottom:85%;}
.pagination li.page-itemA a.page-link:before{transform:translateX(-50%) translateY(-50%) rotate(-135deg);}
.pagination li.page-itemA a.page-link:hover:before{border-radius:50% 0 50% 50%;}
.pagination li.page-itemA a.page-link:after{transform:translateX(0) translateY(-50%);top:50%;bottom:auto;left:auto;right:0;}
.pagination li.page-itemA a.page-link:hover:after{right:80%;}
.pagination li.page-itemB a.page-link:before{transform:translateX(-50%) translateY(-50%) rotate(45deg);}
.pagination li.page-itemB a.page-link:hover:before{border-radius:50% 0 50% 50%;}
.pagination li.page-itemB a.page-link:after{transform:translateX(0) translateY(-50%);bottom:auto;top:50%;left:0;}
.pagination li.page-itemB a.page-link:hover:after{left:80%;}
.pagination li.page-itemA a.page-link,
.pagination li.page-itemB a.page-link{font-size: 22px;}
.pagination li.none a.page-link:hover:before{border-radius:100%;}
.pagination li.none a.page-link:hover:after{opacity:0;}
.pagination li.none a.page-link{cursor: default;}

/*FAQ内页图片*/
.divimg20190402{padding-left: 90px;position: relative;height: 230px;background: url(imgimgbd.jpg);color: #fff;overflow: hidden;width: 600px;text-align: center;}
.divimg20190402 .divname1{font-size: 34px;line-height: 44px;font-weight: bold;margin: 30px 0 6px;letter-spacing: 2px;}
.divimg20190402 .divname2{font-size: 20px;}
.divimg20190402 .ul{position: absolute;width: 416px;right: 86px;bottom: 20px;}
.divimg20190402 .ul li{width: 25%;float: left;overflow: hidden;color: #fff;line-height: 20px;text-align: center;}
.divimg20190402 .ul li>a{display: block;overflow: hidden;color: #fff;}
.divimg20190402 .ul li i{display: block;margin: 0 auto 5px;width: 30px;height: 30px;transition:all .4s ease-out;}
.divimg20190402 .ul li i img{display: block;width: 100%;height: 100%;}
.divimg20190402 .ul li .txtdiv{display: inline-block;vertical-align: top;height: 40px;}
.divimg20190402 .ul li .h3{font-size: 16px;}
.divimg20190402 .ul li:hover i{transform:rotateY(360deg);}
.divimg20190402 .ul:hover li{opacity: .4;transition:all .4s ease-out;}
.divimg20190402 .ul:hover li:hover{opacity: 1;transform: translateY(-3px);}
.divimg20190402 img.img{display: block;width: 911px;margin-top: -21px;margin-left: -13px;max-width: none;}
.btn20190402{display: block;position: absolute;right: 20px;bottom: 20px;width: 42px;height: 42px;background: url(moremore.png);transition:all .4s ease-out;}
.btn20190402:hover{transform: translateX(5px);}

.dsbtn201904221734{background: #fff;overflow: hidden;padding: 10px;margin-bottom: 20px;}
#ONLINE201905141429{display: block;width: 92px;height: 22px;background: url(qq.png);}

/*20190823新版头部*/
.topBox201908{font-size: 12px;padding-top: 30px;}
.topBox201908_1{width:100%;position:fixed;left:0;top:0;background:#fff;height: 31px;border-bottom:1px solid #e5e5e5; z-index:999;line-height: 22px;}
.topBox201908_1 .ullist .topli{float: left;line-height: 30px;}
.topBox201908_1 .ullist .topli.linebox{color: #ccc;}
.topBox201908_1 .ullist .topli.act img{display: block;height: 30px;}
.topBox201908_1 .ullist .topli.topliA>a{display: block;padding: 0 13px;color: #666;}
.topBox201908_1 .ullist .topli.topliA:hover>a{background: #f5f5f5;}
.topBox201908_2{border-bottom: 5px solid #6e06b1;padding-top: 20px;background: #fff;position: relative;}
.topBox201908_2 .toplogo{display: block;float: left;overflow: hidden;}
.topBox201908_2 .toplogo img{display: block;/*width: 134px;*/height: 120px;}
.topBox201908_2 .topright{margin-left: 200px;}
.topBox201908_2 .topright1{overflow: hidden;min-height: 60px;}
.topBox201908_2 .topright1 .dsFl img{display: block;}
.topBox201908_2 .topright1 li{float: left;padding-left: 69px;position: relative;color: #666;font-size: 13px;min-height: 60px;line-height: 22px;padding-top: 4px;}
.topBox201908_2 .topright1 li:after{content: '';position: absolute;left:0;top: 50%;margin-top: -30px;width: 60px;height: 60px;background: url(topico1.png) no-repeat;}
.topBox201908_2 .topright1 .li1:after{background-position: -686px -10px}
.topBox201908_2 .topright1 .li2:after{background-position: -606px -10px}
.topBox201908_2 .topright1 .li2{margin-left: 45px;}
.topBox201908_2 .topright1 li .p2{font-size: 20px;color: #333;margin-top: 3px;}
.topBox201908_2 .topright2{margin-top: 20px;margin-right: 24px;position: relative;min-height: 65px;}
.topBox201908_2 .topright2:before{content: '';position: absolute;bottom: 0;z-index: 1;}
.topBox201908_2 .topright2:before{border-bottom: 65px solid #5e0696;border-left: 42px solid transparent;right:100%;margin-right: -20px;}
.topBox201908_2 .topright2 .navli{float: left;width: 11.11111111111%;text-align: center;}
.topBox201908_2 .topright2 .navli>a{display: block;padding: 11px 5px 5px;background: #5e0696;color: #fff;font-size: 14px;height: 65px;display: inline-block;vertical-align: top;position: relative;-webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;width: 68px;}
.topBox201908_2 .topright2 .navli>a:after,
.topBox201908_2 .topright2 .navli>a:before{content: '';position: absolute;bottom: 0;z-index: 1;}
.topBox201908_2 .topright2 .navli>a:after{border-top: 65px solid #5e0696;border-right: 42px solid transparent;left:100%;}
.topBox201908_2 .topright2 .navli>a:before{border-bottom: 65px solid #5e0696;border-left: 42px solid transparent;right:100%;}
.topBox201908_2 .topright2 .navli:hover>a:after{border-top: 65px solid #6e06b1;}
.topBox201908_2 .topright2 .navli:hover>a:before{border-bottom: 65px solid #6e06b1;}
.topBox201908_2 .topright2 .navli.on>a:after{border-top: 65px solid #6e06b1;}
.topBox201908_2 .topright2 .navli.on>a:before{border-bottom: 65px solid #6e06b1;}
.topBox201908_2 .topright2 .navli>a i{display: block;margin: 0 auto 3px;width: 22px;height: 22px;overflow: hidden;background: url(topico1.png) no-repeat;}
.topBox201908_2 .topright2 .navli1>a i{background-position: -396px -10px}
.topBox201908_2 .topright2 .navli2>a i{background-position: -270px -10px}
.topBox201908_2 .topright2 .navli3>a i{background-position: -312px -10px}
.topBox201908_2 .topright2 .navli4>a i{background-position: -354px -10px}
.topBox201908_2 .topright2 .navli5>a i{background-position: -228px -10px}
.topBox201908_2 .topright2 .navli6>a i{background-position: -438px -10px}
.topBox201908_2 .topright2 .navli7>a i{background-position: -480px -10px}
.topBox201908_2 .topright2 .navli8>a i{background-position: -522px -10px}
.topBox201908_2 .topright2 .navli9>a i{background-position: -564px -10px}
.topBox201908_2 .topright2 .navli9>a:after{border-top:none;border-bottom: 65px solid #5e0696;border-right: 45px solid transparent;}
.topBox201908_2 .topright2 .navli9:hover>a:after,
.topBox201908_2 .topright2 .navli9.on>a:after{border-top:none;border-bottom-color: #6e06b1;}
.topBox201908_2 .topright2 .navli.on>a,
.topBox201908_2 .topright2 .navli:hover>a{background-color: #6e06b1;}
.topBox201908_2 .subNavBox{position: absolute;left:50%;margin-left: -688px;width: 1200px;background: rgba(255,255,255,.95);border-top: 5px solid #6e06b1;border-bottom: 2px solid #6e06b1;box-shadow: 0 3px 3px #555;padding: 0 20px;overflow: hidden;line-height: 20px;font-size: 14px;text-align: justify;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;z-index: -1;opacity: 0;top: 100%;display: none;}
.topBox201908_2 .navli:hover .subNavBox{z-index: 223;opacity: 1;display: block;}
.topBox201908_2 .subNavBox li{width:25%;float: left;margin-bottom: -1px;padding:0 20px;}
.topBox201908_2 .subNavBox li>a{display: block;padding: 20px 55px 20px 0;border-bottom: 1px solid #ccc;position: relative;position: relative;}
.topBox201908_2 .subNavBox li>a:after{content: '';width: 9px;height: 17px;position: absolute;right: 0;top: 50%;margin-top: -8.5px;background: url(topico1.png) -58px -10px no-repeat;}
.topBox201908_2 .subNavBox li>a:hover:after{background-position: -87px -10px;}
.topBox201908_2 .subNavBox li.li5>a{padding-right: 25px;}
.topBox201908_2 .subNavBox li .h3{color: #333;position: relative;font-weight: normal;margin-bottom: 12px;font-size: 16px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;padding-left: 26px;}
.topBox201908_2 .subNavBox li .p{color: #999;height: 40px;overflow: hidden;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
.topBox201908_2 .subNavBox li>a:hover .h3{color: #6e06b1;}
.topBox201908_2 .subNavBox li>a:hover .p{color: #333;}
.topBox201908_2 .subNavBox li>a:hover{border-bottom-color: #6e06b1;}
.topBox201908_2 .subNavBox li .h3:after{content: '';position: absolute;width: 18px;height: 18px;left:0;top: 50%;margin-top: -9px;background: url(topico0.png) no-repeat;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
.topBox201908_2 .subNavBox li.li1>a .h3:after{background-position: -48px -10px}
.topBox201908_2 .subNavBox li.li2>a .h3:after{background-position: -656px -10px}
.topBox201908_2 .subNavBox li.li3>a .h3:after{background-position: -86px -10px}
.topBox201908_2 .subNavBox li.li4>a .h3:after{background-position: -124px -10px}
.topBox201908_2 .subNavBox li.li5>a .h3:after{background-position: -162px -10px}
.topBox201908_2 .subNavBox li.li6>a .h3:after{background-position: -200px -10px}
.topBox201908_2 .subNavBox li.li7>a .h3:after{background-position: -238px -10px}
.topBox201908_2 .subNavBox li.li8>a .h3:after{background-position: -276px -10px}
.topBox201908_2 .subNavBox li.li9>a .h3:after{background-position: -314px -10px}
.topBox201908_2 .subNavBox li.li10>a .h3:after{background-position: -352px -10px}
.topBox201908_2 .subNavBox li.li11>a .h3:after{background-position: -390px -10px}
.topBox201908_2 .subNavBox li.li12>a .h3:after{background-position: -428px -10px}
.topBox201908_2 .subNavBox li.li13>a .h3:after{background-position: -466px -10px}
.topBox201908_2 .subNavBox li.li14>a .h3:after{background-position: -504px -10px}
.topBox201908_2 .subNavBox li.li15>a .h3:after{background-position: -542px -10px}
.topBox201908_2 .subNavBox li.li16>a .h3:after{background-position: -1036px -10px}
.topBox201908_2 .subNavBox li.li17>a .h3:after{background-position: -1188px -10px}
.topBox201908_2 .subNavBox li.li18>a .h3:after{background-position: -580px -10px}
.topBox201908_2 .subNavBox li.li19>a .h3:after{background-position: -618px -10px}
.topBox201908_2 .subNavBox li.li20>a .h3:after{background-position: -10px -10px}
.topBox201908_2 .subNavBox li.li21>a .h3:after{background-position: -1074px -10px}
.topBox201908_2 .subNavBox li.li22>a .h3:after{background-position: -1150px -10px}
.topBox201908_2 .subNavBox li.li23>a .h3:after{background-position: -1226px -10px}
.topBox201908_2 .subNavBox li.li24>a .h3:after{background-position: -1112px -10px}
.topBox201908_2 .subNavBox li.li25>a .h3:after{background-position: -694px -10px}
.topBox201908_2 .subNavBox li.li26>a .h3:after{background-position: -732px -10px}
.topBox201908_2 .subNavBox li.li27>a .h3:after{background-position: -998px -10px}
.topBox201908_2 .subNavBox li.li28>a .h3:after{background-position: -770px -10px}
.topBox201908_2 .subNavBox li.li29>a .h3:after{background-position: -808px -10px}
.topBox201908_2 .subNavBox li.li30>a .h3:after{background-position: -846px -10px}
.topBox201908_2 .subNavBox li.li31>a .h3:after{background-position: -884px -10px}
.topBox201908_2 .subNavBox li.li32>a .h3:after{background-position: -922px -10px}
.topBox201908_2 .subNavBox li.li33>a .h3:after{background-position: -960px -10px}
.topBox201908_2 .subNavBox li.li34>a .h3:after{background-position: -1264px -10px}
.topBox201908_2 .subNavBox li.li35>a .h3:after{background-position: -1302px -10px}
.topBox201908_2 .subNavBox li.li36>a .h3:after{background-position: -1340px -10px}
.topBox201908_2 .subNavBox li.li37>a .h3:after{background-position: -1378px -10px}
.topBox201908_2 .subNavBox li.li1>a:hover .h3:after{background-position: -48px -48px}
.topBox201908_2 .subNavBox li.li2>a:hover .h3:after{background-position: -656px -48px}
.topBox201908_2 .subNavBox li.li3>a:hover .h3:after{background-position: -86px -48px}
.topBox201908_2 .subNavBox li.li4>a:hover .h3:after{background-position: -124px -48px}
.topBox201908_2 .subNavBox li.li5>a:hover .h3:after{background-position: -162px -48px}
.topBox201908_2 .subNavBox li.li6>a:hover .h3:after{background-position: -200px -48px}
.topBox201908_2 .subNavBox li.li7>a:hover .h3:after{background-position: -238px -48px}
.topBox201908_2 .subNavBox li.li8>a:hover .h3:after{background-position: -276px -48px}
.topBox201908_2 .subNavBox li.li9>a:hover .h3:after{background-position: -314px -48px}
.topBox201908_2 .subNavBox li.li10>a:hover .h3:after{background-position: -352px -48px}
.topBox201908_2 .subNavBox li.li11>a:hover .h3:after{background-position: -390px -48px}
.topBox201908_2 .subNavBox li.li12>a:hover .h3:after{background-position: -428px -48px}
.topBox201908_2 .subNavBox li.li13>a:hover .h3:after{background-position: -466px -48px}
.topBox201908_2 .subNavBox li.li14>a:hover .h3:after{background-position: -504px -48px}
.topBox201908_2 .subNavBox li.li15>a:hover .h3:after{background-position: -542px -48px}
.topBox201908_2 .subNavBox li.li16>a:hover .h3:after{background-position: -1036px -48px}
.topBox201908_2 .subNavBox li.li17>a:hover .h3:after{background-position: -1188px -48px}
.topBox201908_2 .subNavBox li.li18>a:hover .h3:after{background-position: -580px -48px}
.topBox201908_2 .subNavBox li.li19>a:hover .h3:after{background-position: -618px -48px}
.topBox201908_2 .subNavBox li.li20>a:hover .h3:after{background-position: -10px -48px}
.topBox201908_2 .subNavBox li.li21>a:hover .h3:after{background-position: -1074px -48px}
.topBox201908_2 .subNavBox li.li22>a:hover .h3:after{background-position: -1150px -48px}
.topBox201908_2 .subNavBox li.li23>a:hover .h3:after{background-position: -1226px -48px}
.topBox201908_2 .subNavBox li.li24>a:hover .h3:after{background-position: -1112px -48px}
.topBox201908_2 .subNavBox li.li25>a:hover .h3:after{background-position: -694px -48px}
.topBox201908_2 .subNavBox li.li26>a:hover .h3:after{background-position: -732px -48px}
.topBox201908_2 .subNavBox li.li27>a:hover .h3:after{background-position: -998px -48px}
.topBox201908_2 .subNavBox li.li28>a:hover .h3:after{background-position: -770px -48px}
.topBox201908_2 .subNavBox li.li29>a:hover .h3:after{background-position: -808px -48px}
.topBox201908_2 .subNavBox li.li30>a:hover .h3:after{background-position: -846px -48px}
.topBox201908_2 .subNavBox li.li31>a:hover .h3:after{background-position: -884px -48px}
.topBox201908_2 .subNavBox li.li32>a:hover .h3:after{background-position: -922px -48px}
.topBox201908_2 .subNavBox li.li33>a:hover .h3:after{background-position: -960px -48px}
.topBox201908_2 .subNavBox li.li34>a:hover .h3:after{background-position: -1264px -48px}
.topBox201908_2 .subNavBox li.li35>a:hover .h3:after{background-position: -1302px -48px}
.topBox201908_2 .subNavBox li.li36>a:hover .h3:after{background-position: -1340px -48px}
.topBox201908_2 .subNavBox li.li37>a:hover .h3:after{background-position: -1378px -48px}
.topBox201908_1 .ullist .topli.loginA>a{position: relative;padding-left: 32px;}
.topBox201908_1 .ullist .topli.loginA>a:after{width: 18px;height: 18px;content: '';position: absolute;left: 10px;top: 50%;margin-top: -9px;background: url(topico1.png) -116px -10px no-repeat;transform: scale(.9);}
.topBox201908_1 .ullist .topli.registerA>a{position: relative;padding-left: 32px;}
.topBox201908_1 .ullist .topli.registerA>a:after{width: 18px;height: 18px;content: '';position: absolute;left: 10px;top: 50%;margin-top: -9px;background: url(topico1.png) -152px -10px no-repeat;transform: scale(.9);}
.topBox201908_1 .ullist .topli.weiboA>a{position: relative;padding-left: 32px;}
.topBox201908_1 .ullist .topli.weiboA>a:after{width: 18px;height: 15px;content: '';position: absolute;left: 10px;top: 50%;margin-top: -7.5px;background: url(topico1.png) -190px -10px no-repeat;}
.topBox201908_1 .ullist .topli.xiaA>a{position: relative;padding-right: 24px;}
.topBox201908_1 .ullist .topli.xiaA>a:after{width: 7px;height: 4px;content: '';position: absolute;right: 10px;top: 50%;margin-top: -2px;background: url(topico1.png) -31px -10px no-repeat;}
.topBox201908_1 .ullist .topli{position: relative;}
.topBox201908_1 .ullist .topli .divhover{position: absolute;right: 0;top: 100%;background: #fff;border: 1px solid #e5e5e5;padding: 10px;width: auto;border-top: none;display: none;overflow: hidden;}
.topBox201908_1 .ullist .topli:hover .divhover{display: block;}
.topBox201908_1 .ullist .topli.topliLang .divhover{padding: 0;width: 100%;}
.topBox201908_1 .ullist .topli .divhover .lang{display: block;line-height: 30px;background: 10px center no-repeat;background-size: auto 20px;padding-left: 36px;}
.topBox201908_1 .ullist .topli .divhover .lang1{background-image: url(newicocn.png);}
.topBox201908_1 .ullist .topli .divhover .lang2{background-image: url(newicoen.png);}
.topBox201908_1 .ullist .topli .divhover .lang:hover{background-color: #f5f5f5;}
.topBox201908_1 .ullist .topli .divhover .lang1:hover{background-image: url(newicocn2.png);}
.topBox201908_1 .ullist .topli .divhover .lang2:hover{background-image: url(newicoen2.png);}
.topBox201908_1 .header-code{width:551px;padding:5px;position:relative;overflow:hidden}
.topBox201908_1 .header-code-item:last-child {border:none;padding: 0;margin: 0;}
.topBox201908_1 .header-code-item{height: auto!important;width: 260px;margin-right: 15px;padding: 0;padding-right: 15px;text-align: justify;float:left;position:relative;border-right: 1px solid #dcdcdc;overflow:hidden;}
.topBox201908_1 .header-code-item-img{font-size:0;float:left}
.topBox201908_1 .header-code-item-img img {width: 120px;height: 120px;border:1px solid #e5e5e5;padding:4px;}
.topBox201908_1 .header-code-item-text {margin-left: 140px;margin-top: 19px;}
.topBox201908_1 .header-code-item-text p{font-size:9pt;color:#555;margin:0;padding:0;height:auto;line-height:normal;color:#333;line-height: 20px!important;}
.topBox201908_1 .header-code-item-text p:first-child{margin-bottom:5px;font-size:15px;font-weight:bold;}
.topBox201908_1 .ullist .topli.topliQQ .divhover a{display: block;width: 92px;height: 22px;background: url(313_qq.png) center no-repeat;}
.topBox201908_1 .ullist .topli.topliNews .divhover{width: 260px;height: 290px;overflow: hidden;}
.topBox201908_1 .ullist .topli.topliNews .divhover a{display:block;padding:0 10px;color:#333;height:30px;line-height:30px;overflow: hidden;}
.topBox201908_1 .ullist .topli.topliNews .divhover a:hover{color:#FF6600;}
.topBox201908_1 .ullist .topli.topliNews .divhover a.lista{width: auto;padding: 0;}
.topBox201908_1 .ullist .topli.topliNews .divhover a.lista1{width: 70px;float: left;overflow: hidden;}
.topBox201908_1 .ullist .topli.topliNews .divhover a.lista2{margin-left: 70px;text-indent: 0;}
.topBox201908_1 .ullist .topli.topliNav .divhover{width: 480px;padding-right: 0;}
.topBox201908_1 .ullist .topli.topliNav .divbox{position: relative;padding-left: 76px;margin: 10px 10px 15px;}
.topBox201908_1 .ullist .topli.topliNav .divbox span{display: inline-block;vertical-align: top;position: absolute; left: 0; top: 10px; font-size: 12px;color: #555;font-weight: 700;line-height: 17px;}
.topBox201908_1 .ullist .topli.topliNav .divbox a{display: inline-block;vertical-align: top;line-height: normal;text-indent: inherit;background: 0 0; margin: 10px 15px 0 0;}
.topBox201908_1 .ullist .jibieA{display: inline-block;vertical-align: top;color: #fff;background: #6e06b1;height: 22px;line-height: 22px;margin-left: 10px;margin-top: 4px;padding: 0 7px;border-radius: 22px;}
.topBox201908_1 .ullist.dsFl{position: relative;}
.topBox201908_1 .ullist.dsFl:hover .user-detial{display: block;}
/*登录后用户信息*/
.user-detial{position:absolute;left:0;top:30px;width:300px;background:#fff;box-sizing:border-box;padding:10px;border:1px solid rgb(229,229,229);z-index:99;display: none;}
.user-detial .tip-msg{clear:both;font-size:12px;line-height:22px;color:#333;padding:15px 0;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;margin-top: 15px;}
.user-detial .user-msg{overflow: hidden;}
.user-detial .user-msg .touxiang {float:left;width:65px;height:65px;overflow:hidden;border-radius:50%;border:1px solid #d8d8d8;}
.user-detial .user-msg .touxiang img{display: block;width: 100%;height: 100%;}
.user-detial .user-msg .userName-box {float:left;margin-left:10px;margin-top:10px;color:#333;}
.user-detial .user-msg .userName-box .userName {display:block;font-size:18px;line-height:24px;}
.user-detial .user-msg .userName-box .userType {display:block;font-size:14px;line-height:24px;}
.user-detial .user-msg .userName-box .userType span{color: #6e06b1;}
.user-detial .user-msg .set {width:20px;height:20px;overflow:hidden;float:right;right:0;}
.user-detial .user-msg .set img {display:block;width: 20px;height: 20px;}
.user-detial .tip-msg a {color:rgb(35,115,270);}
.user-detial .manage {clear:both;margin-bottom:5px;padding-top:15px;width:100%;overflow:hidden;}
.user-detial .manage .manage-item {float:left;width:33%;border-right:1px solid #e5e5e5;text-align:center;}
.user-detial .manage .message {border:none;}
.user-detial .manage .manage-item .title {font-size:14px;line-height:24px;color:#666;display:block;}
.user-detial .manage .manage-item .number {font-size:24px;line-height:24px;color:#333;display:block;}

/*国内搬家地址填充样式*/
.tangram-suggestion{border: none!important;}
.tangram-suggestion table tr td{height: auto!important;line-height: 22px!important;padding:8px 10px!important;}
.tangram-suggestion-main{border:1px solid #e5e5e5;z-index: 9999!important;width: 100%;height:200px!important;overflow-x: hidden!important;overflow-y: auto!important;background: #fff!important;}

/*.faq_main_r **/
.faq_main_r table img{max-width: none;}

/*2019新版底部*/
.footer201909161159_1{clear: both;}
.footer201909161159_2{background: #fff;}
.footer201909161159_1{background: #6e06b1;overflow: hidden;color: #fff;line-height: 24px;}
.footer201909161159_1 a,
.footer201909161159_1 em{display: block;float: left;line-height: 55px;}
.footer201909161159_1 em{font-style: normal;opacity: .3;}
.footer201909161159_1 a{color: #fff;padding: 0 45px;font-size: 16px;}
.footer201909161159_1 a:hover{background: #000;}
.footer201909161159_1 .allWarp{max-width: 1200px;margin: 0 auto;}
.footer201909161159_2{line-height: 24px;}
.footer201909161159_2 img{vertical-align: unset;}
.footer201909161159_2 .allWarp{max-width: 1200px;margin: 0 auto;}
.footer201909161159_3{padding: 45px 0 25px;overflow: hidden;}
.footer201909161159_4{padding: 20px 0;overflow: hidden;border-top: 1px solid #e5e5e5;line-height: 30px;}
.footer201909161159_4 .dscopy{float: left;}
.footer201909161159_4 .dslinks{float: right;}
.footer201909161159_4 .dslinks .dsA{display: inline-block;vertical-align: top;background:#f8f8f8 center no-repeat;min-width: 50px;height: 30px;border: 1px solid #e5e5e5;position: relative;}
.footer201909161159_4 .dslinks .dsA:after{position: absolute;left:50%;top: 50%;margin-top: -10px;height: 20px;background:url(pubbotico.png) no-repeat;content: '';}
.footer201909161159_4 .dslinks .dsA1:after{width: 20px;margin-left: -10px;background-position:-146px -90px;}
.footer201909161159_4 .dslinks .dsA2:after{width: 18px;margin-left: -9px;background-position:-10px -146px;}
.footer201909161159_4 .dslinks .dsA3:after{width: 20px;margin-left: -10px;background-position:-146px -50px;}
.footer201909161159_4 .dslinks .dsA4:after{width: 17px;margin-left: -8.5px;background-position:-48px -146px;}
.footer201909161159_4 .dslinks .dsA5:after{width: 44px;margin-left: -22px;background-position:-78px -78px;}
.footer201909161159_4 .dslinks .dsA1{cursor: default;}
.footer201909161159_4 .dslinks .dsA2{cursor: default;}
.footer201909161159_4 .dslinks .dsA3{cursor: default;}

.footer201909161159_3 .dsdivleft{width: 340px;float: left;}
.footer201909161159_3 .dstxt1{font-size: 18px;padding-left: 24px;margin-bottom: 5px;position: relative;}
.footer201909161159_3 .dstxt1:after{content: '';position: absolute;width: 18px;height: 18px;background:url(pubbotico.png) -210px -10px no-repeat;left:0;top: 50%;margin-top: -9px;}
.footer201909161159_3 .dstxt2{font-size: 32px;color: #6e06b1;line-height: 36px;}
.footer201909161159_3 .dstxt2{color: #6e06b1;}
.footer201909161159_3 .dstxt2.dsFons16{font-size: 16px;line-height: 24px;}
.footer201909161159_3 .dstxt3{font-size: 12px;color: #999;line-height: 20px;}
.footer201909161159_3 .dstxt4{padding: 20px 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.footer201909161159_3 .dstxt4 .dsA{display: block;float: left;width: 48px;height: 48px;margin-right: 15px;background:url(pubbotico.png) no-repeat;border-radius: 48px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
.footer201909161159_3 .dstxt4 .dsA:hover{transform: rotate(360deg);}
.footer201909161159_3 .dstxt4 .dsA1{background-position: -78px -10px;}
.footer201909161159_3 .dstxt4 .dsA2{background-position: -10px -10px;}
.footer201909161159_3 .dstxt4 .dsA3{background-position: -10px -78px;}
.footer201909161159_3 .dstxt5{overflow: hidden;}
.footer201909161159_3 .dstxt5 .dsdivimg{min-width: 88px;float: left;margin-right: 25px;text-align: center;}
.footer201909161159_3 .dstxt5 .dsdivimg img{display: block;margin: 0 auto 5px;width: 88px;height: 88px;}
.footer201909161159_3 .dstxt5 .dsdivimg span{display: block;font-size: 13px;}
.footer201909161159_3 .dsdivright{margin-left: 450px;font-size: 0;}
.footer201909161159_3 .dsdivlist{vertical-align: top;display: inline-block;font-size: 14px;width: 50%;padding-bottom: 25px;min-height: 150px;}
.footer201909161159_3 .dsdivlist .dsdivtt{font-size: 18px;color: #333;padding-bottom: 15px;margin-bottom: 15px;position: relative;padding-left: 24px;background: 0 3px no-repeat;}
.footer201909161159_3 .dsdivlist .dsdivtt:after{width: 50px;height: 2px;background: #e5e5e5;content: '';position: absolute;left:0;top: 100%;}
.footer201909161159_3 .dsdivlist .dsdivtt:before{content: '';position: absolute;width: 18px;height: 18px;left:0;top: 3px;background:url(pubbotico.png) no-repeat;}
.footer201909161159_3 .dsdivlist1 .dsdivtt:before{background-position:-161px -146px;}
.footer201909161159_3 .dsdivlist2 .dsdivtt:before{background-position:-210px -48px;}
.footer201909161159_3 .dsdivlist3 .dsdivtt:before{background-position:-123px -146px;}
.footer201909161159_3 .dsdivlist4 .dsdivtt:before{background-position:-85px -146px;}
.footer201909161159_3 .dsdivlist ul li{width: 50%;float: left;height: 30px;overflow: hidden;}
.footer201909161159_3 .dsdivlist ul li a{display: inline-block;vertical-align: top;line-height: 30px;padding-left: 16px;-webkit-transition:transform .4s ease-out;transition:transform .4s ease-out;padding-right: 15px;height: 30px;overflow: hidden;position: relative;}
.footer201909161159_3 .dsdivlist ul li a:before{content: '';position: absolute;width: 6px;height: 12px;left:0;top: 9px;background:url(pubbotico.png) -210px -118px no-repeat;}
.footer201909161159_3 .dsdivlist ul li a:hover{transform: translateX(5px);}
.footer201909161159_3 .dsdivlist ul li a:hover:before{background-position:-210px -86px;}
@media screen and (max-width:1440px){
.footer201909161159_1 .allWarp{max-width: 1003px;}
.footer201909161159_2 .allWarp{max-width: 1003px;}
.footer201909161159_1 a{padding: 0 35px;}
.footer201909161159_3 .dsdivleft{width: 290px;}
.footer201909161159_3 .dsdivright{margin-left: 330px;}
}

/*内页查价窗口浮动*/
.dsfd201909181625HHH{position: relative;height: 260px;left:0;top: 0;background: #f2f2f2;}
.dsfd201909181625{position: absolute;width: 100%;left:0;top: 0;padding: 20px 0 0;}
.dsfd201909181625 .chajiabox{margin-bottom: 0!important;}
.dsfd201909181625HHH.DSON .chajiabox{height: auto!important;box-shadow: 0 3px 5px #666;}
.dsfd201909181625HHH.DSON .chajiabox .faq_chaxjia{height: auto!important;padding-bottom: 30px;}
.dsfd201909181625HHH.DSON .chajiabox .faq_chaxjia1{padding-top: 30px!important;font-size: 26px!important;}
.dsfd201909181625HHH.DSON .chajiabox .faq_chaxjia2{padding: 5px!important;height: 40px!important;}
.dsfd201909181625HHH.DSON .chajiabox .faq_chaxjia2 .xialaul{height: 35px!important;padding-top:5px!important;}
.dsfd201909181625HHH.DSON .chajiabox .faq_chaxjia2_2li ul .li .test11{font-size: 16px!important;height: 40px!important;top: -5px!important;}
.dsfd201909181625HHH.DSON .dsfd201909181625{z-index: 999;background: none;padding: 0;position: fixed;top: 31px;}
.dsfd201909181625HHH.DSON .localPagePrice{padding: 30px 40px;height: auto;}
.dsfd201909181625HHH.DSON .localPagePrice .txtNum{margin-top: 0;font-size: 26px;}
.dsfd201909181625HHH.DSON .localPriceForm{margin-top: 15px;height: auto;}
.dsfd201909181625HHH.DSON .localPagePrice .loc_select .text{padding: 5px 30px 5px 15px;height: 30px;line-height: 30px;}
.dsfd201909181625HHH.DSON .localPagePrice .ullist .li .text{margin-top: 4px;height: 30px;line-height: 30px;}
.dsfd201909181625HHH.DSON .localPagePrice .ullist .li{height: 40px;}
.dsfd201909181625HHH.DSON .localPagePrice .loc_btn .loc_submit{height: 40px;line-height: 40px;font-size: 16px;}
.dsfd201909181625HHH.DSON .localPagePrice .ullist{height: 40px;}

/*弹窗*/
.dsAlertBox{position: fixed;left: 50%;top: 50%;background: rgba(0,0,0,.7);z-index: 9999999999999999999;color: #fff;padding: 8px 15px;border-radius: 5px;text-align: center;max-width: 320px;font-size: 14px;}
