html{ margin: 0 auto;-webkit-text-size-adjust:none; -webkit-user-select:none; -webkit-touch-callout: none;  -webkit-tap-highlight-color: rgba(0,0,0,0);}
body{text-align:left;  background: #fff;height: 100%;font-family:'微软雅黑','PingFang SC','Droidsansfallback';font-weight: 300;overflow-x: hidden;}
body,ul,p,span,dl,dt,dd,li,h1,h2,h6{margin:0;padding:0; }
li{list-style:none;}
a,a:visited{text-decoration:none;color:#000;}
a,button,input,textarea,select{ background: none; -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none; -webkit-appearance:none;}
.clearP,.clearP2{ zoom:1; } .clearP:after { content:''; display:block; clear:both; }
em{font-style:normal} 
a{text-decoration:none;}
img{border:none; vertical-align:top;} 
table{border-collapse:collapse;}
textarea{ resize:none; overflow:auto;}

.toWrap{ word-break: break-all; word-wrap: break-word; white-space: pre-wrap; } /* 强制换行 */
.noWrap{ white-space:nowrap; }/* 禁止换行 */
.noWrapEllipsis{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }/* 禁止换行,超出省略号 */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}/*type="number" no Scroll*/
/* 具体设置 */
.css{-webkit-user-select:none;}/*禁止ios和android用户选中文字*/
.css{-webkit-touch-callout: none;}/*禁止ios长按时触发系统的菜单，禁止ios&android长按时下载图片*/
.css{-webkit-appearance:none;}/*webkit去除表单元素的默认样式*/

input::-webkit-input-placeholder{color:#666;} 
input:focus::-webkit-input-placeholder{color:#EEEEEE;}
/* 具体设置 end */

.wd120 .xq-xinlogodF,
.wd120 i,.searchMenu p span,
.titleHead  .readNum em
{background: url(../img/mp-bg201808171@2x.png); background-size:200px auto;}
/*top nav*/
.guDig{position: fixed; max-width: 640px; min-width: 320px; width: 100%; z-index: 1111;  -webkit-background-size: auto 5px;  top:0;border-bottom: 1px solid #ccc;}
.headTop{height:44px;background:#fff; line-height:40px;position:relative; text-align: center; }
.headTop .fanHui{float: left; width: 40px;  height: 44px;}
.headTop .searchMenu{ position: absolute; right: 54px;  top:7px;}
.headTop .cenTn .wd120{position: absolute;width: 100%;}
.headTop .cenTn .wd120 .nameQ{float: left; font-size:17px; color: #FFBC00; height:17px; padding:3px 0px;  line-height: 17px; margin-top:11px; overflow: hidden; }
.headTop .cenTn .wd120 .nameQ a{color: #ce463e;  font-size: 20px; }
.wd120 .xq-xinlogodF{float: left;  height: 30px; margin-top: 8px; width: 110px; }
.fanHuik20{margin-left: 20px; }
.fanHuik10{margin-left: 10px; overflow: hidden;}
.wd120 .logoW110{ width: 90px;}
.logoW120{ width: 120px;}
.xq-leftfanhui{float: left;  font-size: 20px; color: #292929; margin:13px 0 0 10px; }
.wd120 .xq-xinlogod:active,.searchP .xq-sosuo:active{color: #000;}
.headTop .fanHui:active,.headTop .cenTn .wd120 .nameQ:active{background: #FCE39C;}
.nameTyh{display: none;}
/*top nav end*/
/* pop menu */
.menuTan{margin: 0 10px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;}
.menuTan li{line-height:30px; height:30px; text-align: center; margin-bottom:2px;width: 30%;}
.menuTan li:active{background: #FFD35A; border-radius:3px;}
.menuTan li a{font-size:17px; display:inline-block; color: #1D1D1D;}
.menuTan li i{display: none;}
.menuTan li.menu-hide-m{display: none;}

.menuTan .danq a{ border-bottom: 2px solid #E95E5E; color:#E95E5E; font-weight: 700;}

.searchP .xq-sosuo,
.searchP .xq-sosuoOpen{ margin-top: 5px;font-size: 24px; color: #fff;}
.popTopP45{padding-top:54px;}
.popTop125{ top:125px; border-top:1px dotted #ccc;}
.popTop50{ top:45px; padding-top: 114px;}
.popTop15{ top:45px; padding-top: 15px;}
.headMenu { background: #f5f5f5; height: 105px;display: none;}
/* animation */
.menuPop{position: fixed;height: 100%;background:#f1f1f1; display: none;z-index: 9988; 
-webkit-animation-name: fadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
 }
@-webkit-keyframes fadeIn{
0% {opacity: 0; }
50% {opacity: 0.5;}
100% {opacity: 1;}
}
.anmaiClose{-webkit-animation-name: closefadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1; 
-webkit-animation-delay: 0s; 
}
@-webkit-keyframes closefadeIn{
0% {opacity: 1; }
50% {opacity: 0.5;}
100% {opacity: 0;}
}
.xin-searchOpen{-webkit-animation-name: openfadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1; 
-webkit-animation-delay: 0s;
}
@-webkit-keyframes openfadeIn{
0% {opacity: 0;}
50% {opacity: 0.5;}
100% {opacity: 1; }
}

.nav-hamburger{height: 26px;  width: 26px;  cursor: pointer;position:absolute; top:12px; z-index: 188;right:10px;}
.nav-hamburger .nav-hamburger-line {
    display: block;
    position: relative;
    width: 26px;
    height: 1px;
    background: rgba(136, 136, 136, 1);
    -webkit-transition-property: transform, opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -webkit-transform;
    -ms-transition-property: transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.nav-hamburger .nav-hamburger-line:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: 2px 3px;
    -moz-transform-origin: 2px 3px;
    -ms-transform-origin: 2px 3px;
    transform-origin: 2px 3px;
}
.nav-hamburger .nav-hamburger-line:nth-child(2) {
    top: 9px;
    opacity: 1;
}
.nav-hamburger .nav-hamburger-line:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}
.nav-hamburger-link .opened .nav-hamburger-line {
    background-color:rgba(136, 136, 136, 1);
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(2) {
    opacity: 0;
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
/* animation end */
/* menu List */
.proDuction{padding-top: 60px;}
.proDuction ul{ margin: 0 auto; padding:1rem 0;  }
.proDuction ul li{height:60px; text-align: center;float: left; width: 45%; }
.proDuction ul li a p{font-size: 20px; height: 60px; line-height: 60px; overflow: hidden; margin: 0 auto; text-align: center;  display: block; color: #fff;position: relative; font-weight: 300; border-radius:2px;}

.proDuction ul li:nth-child(even){margin:0 3% 3% 0;}
.proDuction ul li:nth-child(odd){margin:0 3% 3% 3%}
.proDuction ul li:nth-child(1) p{background: rgba(231, 0, 0, 0.33);}
.proDuction ul li:nth-child(2) p{background:rgba(246, 28, 75, 0.7)}
.proDuction ul li:nth-child(3) p{background: rgba(37, 190, 126, 0.63)}
/*.proDuction ul li:nth-child(4) p{background: rgba(255, 76, 66, 0.56)}*/
.proDuction ul li:nth-child(4) p{background: rgba(61, 163, 255, 0.57)}
/*.proDuction ul li:nth-child(5) p{background: rgba(246, 108, 0, 0.62)}*/
.proDuction ul li:nth-child(5) p{background: #FFB400;}
.proDuction ul li:nth-child(6) p{background:#FF7D00;}
.proDuction ul li:nth-child(7) p{background: #FCE8C0;}
.proDuction ul li:nth-child(8) p{background: #FCE9D9;}

.proDuction ul li a em{font-size: 12px; color:#515151;  display: block; height: 24px; line-height: 24px; font-style: normal;}
.proDuction ul li a .xq-xinlogoc{margin: 20px 0 0 2px; font-size: 22px; float: left; }
.proDuction ul li a .xq-xinlogoc .path1:before{color: #fff;}
.proDuction ul li a .xq-xinlogoc .path2:before{color: #fff;}
.proDuction ul li a .xq-clublogoc{margin: 22px 0 0 2px; font-size: 19px;  float: left; }
.proDuction ul li a .xq-clublogoc .path1:before{color: #fff;}
.proDuction ul li a .xq-clublogoc .path2:before{color: #fff;}
.proDuction ul li a .xq-xinbaologo{margin: 22px 0 0 4px; font-size: 18px; float: left;}
.proDuction ul li a .xq-vclogo{margin: 22px 0 0 4px; font-size: 16px; float: left;}
.proDuction ul li a .xq-aiclogo{margin: 22px 0 0 4px; font-size: 16px; float: left;}
.proDuction ul li a .xq-xclogo{margin: 23px 0 0 4px; font-size: 15px; float: left;}
.proDuction ul li a .xq-xinlogod{margin: 15px 0 0 16px; font-size: 14px; float: left;}
.proDuction ul li a .nameChanl{font-size: 13px;float: left;margin: 2px 0 0 0px; background: rgba(0,0,0,.15);  width: 64px; text-align: center; height: 20px; line-height: 20px;}

.headMenu_open{position: fixed;background: #f1f1f1; z-index: 9999; top: 45px; padding:10px 0;display: block;}
.headMenu_open,.menuPop{min-width: 320px; max-width: 640px; width: 100%;}
/* menu List end */

#go-top { margin: 5px; width: 40px;height: 40px;border-radius: 2px;opacity: 0.9;background:#CCB980 url(http://m.qdxin.cn/img/ui-gotop-icon.png) no-repeat center center; -webkit-background-size: 18px 15px;text-indent: 9999em;}
/* disno */
.qdxinChanl,
.homeEm,
.mnShow,
.chanNavTB p .moreLou,.jtNList,.listPaiH,
.pubDiv,
.pubDiv320H,
.pubDiv300,
.wb-wx-base,
.mhide,
.hiddBase{display: none!important;}
/* disno end */
.pcnshow{
    display: block;
}

.navSearch{background: #f1f1f1; width: 100%; position:fixed;  top: 44px; padding-top: 25px; display: none;height: calc(100% - 44px);}
.navSearch:before{
    content: "";
    position: absolute;
    width: 8px; height: 8px;  z-index: 888; position: absolute; right: 64px; background: #f1f1f1; transform:rotate(45deg);
    top: -4px;
    -ms-transform:rotate(45deg);-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);
}

.navSearch .soinpt{ width: calc(100% - 30px);background-color:#fff; overflow: hidden;margin: 0 auto; }
.navSearch .soinpt input{border:0; height: 40px; line-height: 40px; background: #fff; border-radius:0; font-size: 16px; overflow: hidden;flex: 1;padding-left: 10px;box-sizing: border-box;margin-top: 5px
}
.navSearch .soinpt input,
.navSearch .soinpt p
{
    /*border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;*/
}
.navSearch .soinpt p
{
    /*border-left: 1px solid #aaa;*/
}

.navSearch .soS{float: left;line-height: 42px;flex: 0 0 80px;}
.navSearch .soS a{
    display: block;
background: #f0ba00; height: 50px;line-height: 50px;color: #fff;
}


.touTiao{padding: 10px; position:relative;}
.touTiao dt{width: 100%;}
.touTiao dt em{width: 1px;height: 0;overflow: hidden;display: none;}
.touTiao dd{display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack:center; -moz-box-pack:center; -webkit-box-align:center; -moz-box-align:center; text-align: center;margin-bottom: 10px;}
.touTiao dd h1 a{font-size:22px; line-height: 32px; display: block; color: #111167;font-weight: 700;}
.touTiao dd p{display:none;}
.touTiao dt img{width: 100%}

/*.lay320,.lay640{margin: 10px;}*/
/*.wrap{width: 100%;height: 0;padding-bottom: 60%;overflow: hidden;}*/
.lay320{ background: #F5F5F5; /*border-bottom: 1px solid #ccc;*/}
.homeListN{margin: 0 10px;}
.chanNavT{height: 40px; margin:20px 0 10px 0px; }
.chanNavT p{height: 40px;position: relative;border-top: 1px dashed #ccc;}
.chanNavT p .titleK a{border-top: 2px solid #f0ba00;font-size: 20px; height: 40px; line-height: 40px; color: #4F4E4E;display: block;width: 110px;}
.chanNavT p .titleK a em{position: absolute; left: 50%; width: 6px; height: 6px; bottom: -5px; background: #FFC200;-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); margin-left:-3px; }
.chanNavT p .moreK a{ position: absolute; right: 0; height: 40px; line-height: 40px; color: #555;top: 0 }
.chanNavT .titleK{
    display: block;
    height: 40px;
    margin-top: -1px
    }
.chanNavT .titleK small{
    display: none;
}

.titleBig{padding: 8px 0;}
.titleBig a{line-height: 30px;  font-size: 20px; color: #404040;}
.redLink a{color: #E74C3C; }

.mBot10{padding-bottom: 10px;}

.listNews14 li,.listNews14t li{line-height: 24px; border-bottom: 1px dotted #ddd; padding: 8px 0; }
.listNews14 li:last-child,.listNews14t li:last-child{
    border-bottom: 0px;
}



/* add 160617 */
.right490,.left490{margin: 10px;}
.redLink a{ color:#1D2150;}
.redLink + p{color: #777; font-size: 14px; line-height: 20px; margin-bottom: 10px;}

.nesListQh{}
.nesListQh dt{height: 200px; overflow: hidden;}
.nesListQh dt img{width: 100%;object-fit: cover;min-height: 100%;}
.nesListQh dd{border-bottom: 1px solid #ddd; padding-bottom:5px;}

.nesListQh dd > p{margin: 5px 0;}
.nesListQh dd > p a{font-size: 18px; line-height: 160%; }
.nesListQh dd > span{color: #888; font-size: 13px; line-height: 160%;}
.banerPy {display: flex;flex-flow: wrap;box-sizing: border-box;}
.banerPy li{display: inline-block; text-align: center;width:33%;padding: 10px;box-sizing: border-box;}
.banerPy li img{width: 100%;}
.yqlj a{display: inline-block; margin:5px; color: #1D2150;}

.wd120 i{width: 90px; height: 36px; background-position: -2px -42px; display: block;position: absolute;left: 50%;transform: translate(-50%,0); margin-top:8px;}
/* add 160617 end */


/*.listNews14 li:last-child,.listNews14t li:last-child{border-bottom: 0;}*/
.nolineB li:last-child{border-bottom: 0;}
.listNews14 li a,.listNews14t li a{font-size: 16px; display: block;}
.listNews14 li a:active,.listNews14t li a:active{ background: #ccc;}
.mokuaiupDown{ background: #F5F5F5; margin-top: 16px; border-bottom:1px solid #ccc; }
.mokuaiupDown dl{margin:0 10px;}
.mokuaiupDown dl dt{}
.mokuaiupDown dl .gao56{height:56px; position: relative;  border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; overflow: hidden;}
.mokuaiupDown dl dt .imgPic140{ overflow: hidden; height: 54px;text-align: center; position: absolute; left: 0; width: 80px; }
.mokuaiupDown dl dt .imgPic140 img{width: 100%; }
.mokuaiupDown dl dt .gaiYao{line-height: 30px; text-align:left; margin-bottom: 10px; margin-left:100px;display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack:center; -moz-box-pack:center; -webkit-box-align:center; -moz-box-align:center; height: 54px; }
.mokuaiupDown dl dt .gaiYao a{line-height: 24px; font-size: 18px;}
.mokuaiupDown dl dt .gaoYYh{font-size: 12px; line-height: 18px; color: #777; margin-top: 10px;}

.mokuaiupDown2{ margin: 10px;}
.mokuaiupDown2 dl dt .gaoYYh{display: none;}
.mokuaiupDown2 dl dt{border-bottom:1px solid #ccc;}

.bot1000{margin: 10px 0; border-top:1px solid #999; }
.bot1000 ul li{font-size: 12px; text-align: center; color: #555; line-height: 30px;}
.bot1000 ul li:first-child,.bot1000 ul li span{display: none;}

.touchKX50{background: #fff;padding-top: 75px}


.nesListQ{ border-bottom: 1px solid #e2e2e2; padding: 10px 0; margin:0 10px; clear: both; overflow: hidden; height: 100%; }
.nesListQ dt{ float:left; width:80px; overflow: hidden; margin-right: 10px; height: 55px;}
.nesListQ dt img{ width:80px;}
.nesListQ dd{position: relative; }
.nesListQ dd .biaoTiLink a{font-size:16px; line-height: 24px;}
.nesListQ dd .dataR,.nesListQ dd span{display: none;}

.left630 .nesListQ:nth-child(5n){border-bottom: 1px dotted #999; padding-bottom: 20px; margin-bottom: 10px; }

.fenGeBg{background: #fff;}

.pageArea{  padding:10px 0; margin:0 10px;}
.pageArea ul{font-family:Tahoma; font-size: 12px; text-align:center; margin:10px;}
.pageArea ul li{margin-right:4px; display:inline-table;}
.pageArea ul li a{color:#555; background:#FFF; border:1px solid #E1E1E1; padding:10px 15px; text-decoration:none;}
.pageArea ul .dang{padding:0 10px;}
.pageArea ul li:last-child{display: none;}


.pageArea ul li:first-child,
.pageArea ul li:nth-child(6),
.pageArea ul li:nth-child(7),
.pageArea ul li:nth-child(2),

.saoPhone
{display:none;}


#pages{margin:0 10px;height: 30px; line-height: 30px; clear: both; overflow: hidden; height: 100%;}
#pages span{float: left; font-size: 14px;padding:0px 10px;  font-weight: 500; color: #888; margin-bottom: 6px; }
#pages a{color:#555; background:#FFF; border:1px solid #E1E1E1; padding:0px 8px; text-decoration:none;   font-size: 14px;  float: left; margin: 0 5px 6px 5px;}
#pages a:hover{background:#FFC000; color:#fff;border:1px solid #FFC000;}

.titleHead{padding: 75px 4% 10px 4%; padding-bottom: 10px;  position: relative;}
.titleHead h1{font-size: 22px; line-height: 30px;}
.titleHead .rightDate div{font-size: 12px; color: #777;}
.titleHead .rightDate div:first-child{height: 20px; line-height: 20px;}
.titleHead .rightDate div:nth-child(3){float: left; margin-right: 10px;}
.titleHead .readNum{text-align: right; color: #FF8500; font-size: 16px;position: absolute;right: 0;bottom: 10px;right: 10px;}


#Cnt-Main-Article-xin{padding: 10px 4%;background: #fff;}
#Cnt-Main-Article-xin center img{width: 100%;}
#Cnt-Main-Article-xin h6{margin-top:10px; font-size: 14px; color:#666; line-height: 150%;}
#Cnt-Main-Article-xin h6::after{content: "↑"; padding-left: 10px; font-size: 14px;}

#Cnt-Main-Article-xin .imgtxt{margin-top:10px; font-size: 14px; color:#666; line-height: 150%;}
#Cnt-Main-Article-xin .imgtxt::after{content: "↑"; padding-left: 10px; font-size: 14px;}

body #houseInfo{margin-bottom: 10px; }
body #houseInfo p{margin: 0;padding: 0 10px 0 0; text-indent: 0; float: left;font-size: 16px;  color: #5E5B5B;}
body #houseInfo .jiage{color:#E74C3C;}

.baohanP p{line-height:32px; font-size: 18px; margin:10px 0;}

.baohanP img{max-width: 100%;}


.fenXang .bdsharebuttonbox a
{background-image:url(http://libs.qdxin.cn/basic/img/supplement-icon.png);background-image: -webkit-image-set(url(http://libs.qdxin.cn/basic/img/supplement-icon.png) 1x,url(http://libs.qdxin.cn/basic/img/supplement-icon@2x.png) 2x);background-repeat: no-repeat; text-indent: -9999em;}

.fenXang{ overflow: hidden; padding: 10px; background: #f5f5f5;}
.fenXang .fenC{height: 46px; line-height: 46px;  font-size: 18px;display: block;width: 100px;text-align: center;position: relative;margin: 0 auto;}
.fenXang .fenC::before,
.fenXang .fenC::after
{
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    border-top: 1px solid #777;
    top: 50%;
}
.fenXang .fenC::before{
    left: -10px;
}
.fenXang .fenC::after{
    right: -10px;
}

.fenXang .bdsharebuttonbox{display: flex;justify-content: center;width: 100%;}

.fenXang .bdshare-button-style2-24 a{margin: 0;}
.fenXang .bdsharebuttonbox .bds_tsina,
.fenXang .bdsharebuttonbox .bds_weixin,
.fenXang .bdsharebuttonbox .bds_sqq,
.fenXang .bdsharebuttonbox .bds_tqf,
.fenXang .bdsharebuttonbox .bds_qzone{display: inline-block; width:23px; height: 46px; margin:6px; border-radius:23px;}

.fenXang .bdsharebuttonbox .bds_tsina{ background-position: 4px 0px;background-color: #E90D24;}
.fenXang .bdsharebuttonbox .bds_weixin{ background-position: -39px 0px;background-color: #4EAE3B;}
.fenXang .bdsharebuttonbox .bds_tqf{ background-position: -78px 0px;background-color: #008900;}
.fenXang .bdsharebuttonbox .bds_sqq{ background-position: -120px 0px;background-color: #1ABAE4;}

.zhuanZai{background: #f5f5f5; color: #D34E1E; text-align: center; font-size: 12px; padding: 10px 0;}
.titleNavXiang{background: #f5f5f5; padding:10px 10px 0 10px; margin-top: 16px; border-top:1px solid #eee; }
.titleNavXiang p{height: 20px; line-height: 20px; font-size: 18px; border-left:4px solid #FF9900; padding-left: 10px; }

.yixiaoBiao{background: #f5f5f5; padding:10px;}


.yixiaoBiao{ border: 1px solid #f1f1f1; padding:16px 10px; }
.yixiaoBiao dl dt p{ height: 24px; margin-bottom: 20px; font-size: 14px;}
.yixiaoBiao dl dt p input{padding: 0 5px; border: 1px solid #ccc; background: #fff;float: left; height: 24px; width: 100px;}
.yixiaoBiao dl dt p label{width: 70px; float: left; height: 24px; line-height: 24px; padding-right: 10px; text-align: right;}
.yixiaoBiao dl dt p label em{color: #ff0000;}
.yixiaoBiao dl dt p select{height: 24px; border: 1px solid #ccc; width: 110px; text-align: center; padding: 0 0 0 10px; background: #fff; background: #fff;}
.yixiaoBiao dl dt .tishi{height: 40px;}
.yixiaoBiao dl dt .tishi span{height: 24px; line-height: 24px; float: left; margin-left: 10px; color: #E66800; font-size: 12px;}
.yixiaoBiao dl dt .huoqu{height: 40px; position: relative;}
.yixiaoBiao dl dt .huoqu span a{ position: absolute; right:0;   height: 26px; line-height: 26px; background: #EC0217; margin-right: 10px; padding: 0 10px; color: #fff; font-size: 11px;}
.yixiaoBiao dl dd{text-align: center; margin: 10px 0 0 0; border-top:1px solid #CFC9B2; padding-top: 10px;}
.yixiaoBiao dl dd a{display: inline-table; height: 36px; line-height: 36px; background:#d27f00; font-size: 16px; color: #fff; padding: 0 60px; border-radius: 3px; }

.listLieH{}
.listLieH li{border-bottom:1px solid #ccc; padding: 6px 0; font-size: 11px; color: #777;}
.listLieH li a{font-size: 18px;line-height: 32px;margin-right: 10px;}

.base-alert{    
    width: 224px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: fixed;
    line-height: 50px;
    left: 50%;
    top: 30%;
    margin-left: -112px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 0px;
    z-index: 11;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.pubm320{margin: 10px 0;}
.pubm320 img{ width: 100%;}


.titleHead .pubm320{margin: 0 0 10px 0;}
.weixinLogoF{ position:absolute; top:-9999em; }

.m-wx-base{margin-bottom: 20px;background: url(../img/wx-add-title_n.png) no-repeat top center;display: flex;box-sizing: border-box;padding-top: 13vw;background-size: 100% auto;margin-top: 20px;}
.m-wx-base .wx{}
.m-wx-base p img{width: 100%;display: block;margin: 0 auto;}
.m-wx-base .suo{width: 86%;display: flex;box-sizing: border-box;margin: 0 auto;}
.vidoIfa{width: 300px; height: 400px;}


#leftMa,#rightMa{display: none;}

.neiListQ{margin-top: 20px;}
.neiListQ dt{font-size: 22px;font-weight: 500;}
.listLieH{padding: 0px; background: #f5f5f5;}

.searchMenu p .w-sosuo{display: block;width: 30px;height: 30px;background-position: -96px -40px;user-select: none;}
.searchMenu p .w-sosuo-close{
    display: block;
    width: 30px;height: 30px;
    background: none;
    position: relative;
}
.searchMenu p .w-sosuo-close:before,
.searchMenu p .w-sosuo-close:after{
    content: "";
    position: absolute;
    width: 26px;
    height: 1px;
    top: 50%;
    left: 0;
    border-top: 1px solid #888;
}
.searchMenu p .w-sosuo-close:before{
    transform: rotate(45deg);
}
.searchMenu p .w-sosuo-close:after{
    transform: rotate(-45deg);
}

.titleHead  .readNum .w-yuedu{width: 20px;height: 20px;background-position: -274px -98px;background-size: 160px; float: right;}


.cenTn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    position: relative;
    background: url(../img/search-title-m_n.png) no-repeat 10px center;
    background-size: auto 60%;
}
.navSearch{
    display: none;
}
.top-logo{
    display: inline-block;
    height: 30px;
    overflow: hidden;
}
.top-logo img{
    height: 55px;
}

.navSearch .soinpt{display: flex;border: 1px solid #f0ba00;}
.navSearch .soinpt .title{display: none;}
.navSearch .soinpt p{font-size: 12px;flex: 0 0 75px;position: relative;box-sizing: border-box;height: 50px;display: flex;align-items: center;flex-flow: wrap;justify-content: center;}
.navSearch .soinpt p::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 30px;
    border-right: 1px solid #ccc;
}
.navSearch .soinpt p em{display: block;text-align: center;height: 18px;line-height: 18px;}
.navSearch .soinpt p em:first-child{
    margin-bottom: -10px
}

.so-list{margin-top: 20px;}
.so-list li{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 15px 0 30px;
}
.so-list li:before{
    content: "";
    position: absolute;
    display: block;
    background: #ccc;
    width: 6px;
    height: 6px;
    top: 25px;
    left: 15px;
    margin-top: -3px;
    border-radius: 50%;
}
.so-list li a{display: block;text-align: left;padding: 5px 0;}


.content-item .titlebar{
    margin: 0 auto 30px;
}
.content-item .short-title{
    left: 50%;
    transform: translate(-50%, 0px);
}
.btns-wrapper{
    display: flex;
    width: 100%;
}
.btns-wrapper>.other_btn{
    width: 60%!important;
}
.btns-wrapper>.submit_btn{
    width: 32%;
}

.bot1000{
    background-color: #f9f9f9!important;
    border-top: 1px solid #ccc!important;
    margin: 0 auto!important;
}

.rightDate{
    margin-top: 5px;
}

.nowlist{
    position: fixed;
    top: 44px;left: 0;
    color: #fff!important;padding: 5px 10px;
    font-size: 14px;
    background: #E95E5E;
    transition: all 0.2s;
}
.nowlist.center{
    left: 50%;
    transform: translate(-50%, 0);
}
.nowlist::after,
.nowlist::before{
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px;
}
.nowlist::after{
    border-right: 10px solid transparent;
    right: -10px;
    border-top: 28px solid #E95E5E;
}
.nowlist::before{
    border-left: 10px solid transparent;
    left: -10px;
    border-top: 28px solid #E95E5E;
}



.touTiao dd h1 a,
.chanNavT p .titleK a,
.titleHead h1,
.menuTan li a,
.chanNavT p .titleKN,
.chanNavT p .titleKN small
{font-family: "qdxin serif SC";font-weight: 700;}

.seeinphone{display: none;}

.indexshow{display: block!important;}

#popup-box{max-width: 640px;height: 100%;position: fixed;background: rgba(6,6,6,1);left: 0;right: 0;top: 0;z-index: 1200;margin: 0 auto;display: none;}

#popup-box .imgbox{width: 100%;height: 100vh;display: flex;justify-content: center;align-items: center;overflow-y: auto;-webkit-overflow-scrolling:touch;}
#popup-box .imgbox img{display: block;width: 100%;height: auto;}
#popup-box .h6box{position: absolute;padding: 10px;bottom: 0;left: 0;right: 0;font-size: 12px;line-height: 18px;color: #74787B;background: #f2f2f2;}
#popup-box .out{animation:moveOut 0.4s;transform: translate(0,100%)}
#popup-box .in{animation:moveIn 0.4s;}
@keyframes moveIn{
    from {transform: translate(0,100%)}
    to{transform: translate(0,0%)}
}
@keyframes moveOut{
    from {transform: translate(0,0)}
    to{transform: translate(0,100%)}
}

/* 给图片外层添加放大标识符 */
.imgwrap{position: relative;}
.imgwrap:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: block;
    background: rgba(255,255,255,0.7) url(http://m.qdxin.cn/img/sprit-190527@2x.png) no-repeat;
    background-size: auto 300px;
    background-position: -232px -203px;
}

.innerpage.showright{
    display: block;
    margin-top: 20px;
}
.innerpage.showright .mnShow,
.innerpage.showright .pubDiv300
{
    display: block!important;
    margin-bottom: -5px;
}
.innerpage.showright .jtNList{
    display: flex!important;
}
.innerpage dl.jtNList:last-child{
    border: 0;
}

.chanNavT{height: 40px; margin-bottom: 15px; margin-top: 10px;padding: 0 0px;}
.chanNavT p{height: 36px; border-top: 0px dashed #ccc; position: relative;font-weight: 700;}
.chanNavT p .titleK{
    display: block;
    position: relative;
}
.chanNavT p .titleK:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border:2px solid #F0BA00;
    border-radius: 50%;
    top: -6px;
    left: 10px;
    z-index: 10;
}
.chanNavT p .titleK a{border-top: 2px solid #FFC200;font-size: 18px; height: 40px; line-height: 40px;  color: #0d135d;margin-top: -1px;float: left;}
.chanNavT p .titleK a em{position: absolute; left: 50%; width: 6px; height: 6px; bottom: -5px; background-position: -118px -147px;}
.chanNavT p .titleK small{border-left: 1px solid #FFC200;margin-left: 10px;padding-left: 10px;margin-top: 14px;float: left;color: #555;font-size: 13px;font-weight: normal;}

.chanNavT p .titleKN{border-left: 8px solid #F0BA00;font-size: 18px; height: 36px; line-height: 36px; position: absolute; left: 0; color: #555;padding-left: 10px;}
.chanNavT p .titleKN em{position: absolute; left: 50%; width: 6px; height: 6px; bottom: -5px; background-position: -118px -147px;}
.chanNavT p .titleKN small{
    position: absolute;
    width: 140px;
    right: -155px;
    bottom: 6px;
    height: 14px;
    line-height: 14px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    font-size: 14px;
}

.jtNList{height: 90px;padding: 15px 15px;align-items: center;position: relative;}
.jtNList::after{
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px solid #e3e3e3;
    bottom: 0;
    left: 15px;
}
.jtNList.noborder::after{
    display: none;
}
.jtNList dt{flex: 0 0 110px;overflow: hidden; height: 70px; }
.jtNList dt img{width:100%; overflow: hidden;}
.jtNList dd{flex: 1;padding: 0 0 0 10px;}
.jtNList dd p{}
.jtNList dd p a{ font-size: 16px; line-height: 24px;display: inline-block;}
.jtNList dd span{line-height: 18px; font-size: 12px; color: #848484;display: none;}

.innerpage.showright .pubDiv300{
    width: 100%;
    padding: 10px 0 20px;
}
.innerpage.showright .pubDiv300 img{display: block;width: 100%;}


/* sw轮播 */
.slides-wrapper{
    position: relative;
}
.slides-wrapper a{
    display: block;
}

.slides-wrapper .arrow-left,
.slides-wrapper .arrow-right{
    display: none;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    width: 17px;
    height: 30px;
    background-image: url(../img/arrows_swp.png);
    background-repeat: no-repeat;
    z-index: 100;
}
.slides-wrapper .arrow-left {
  background-position: left top;
  left: 10px;
}
.slides-wrapper .arrow-right {
    background-position: left bottom;
    right: 10px;
}
.slides-wrapper .swiper-container{
    height: 210px;
    width: 100%;
}
.slides-wrapper .swiper-slide{
    position: relative;
}
.slides-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.slides-wrapper .swiper-slide span{
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 92%;
    padding: 0 4% 0 4%;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow :ellipsis;
    white-space :nowrap;
}
.slides-wrapper .pagination {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom:40px;
  width: 100%;
  z-index: 100;
}
.slides-wrapper .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.5s;
}
.slides-wrapper .swiper-active-switch {
  background: #F0BA00;
  width: 24px;
}
/* sw轮播 end */

/* video原生 */
.video-wrapper{
display: block;
padding: 10px 0;
}
.video-wrapper img{
width: 100%;
}
.video-wrapper.isV video{
width: 100%;
margin: 0 auto;
}
.video-wrapper video{
display: block;
width: 100%;
object-fit:fill;
}
/*video end*/
