@charset "utf-8";
/*全局初始化样式*/
body{/*禁用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;*//*其他初始化*/-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden;padding:0;margin:0 auto;font-size:.14rem;line-height:.24rem;color:#111;width:100%;min-width:320px;zoom:1;background-color:#f5f5f5;word-break:break-word;/*max-width:1920px;*/}
html{-webkit-text-size-adjust:100%;font-size:100px;position: relative;min-height: 100vh;}
body,
input,
pre,
select,
th,
td,
textarea{font-family:'Noto Sans SC',-apple-system,BlinkMacSystemFont,"Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;font-size:0.14rem;}
ul,
ol{list-style:revert}
ul>li{list-style:revert;}
ol>li{list-style:revert;}
.ul,
.ol,
.ul>li,
.ol>li{list-style:none;}
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}

.qui-ibox{width:.8rem;height:.8rem;display:flex;align-items:center;justify-content:center;}
.qui-ibox img{max-height:100%;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{display:block;padding:0;margin:0}
p{min-height:4px;}
em,
i{font-style:normal;}
*,
:before,
:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;word-break:break-word;outline:0;}
table{word-break:break-word;border-collapse:collapse;max-width:100%;}
table td{padding:10px;border:1px solid #eee;}
video{max-width:100%;}
input:-moz-placeholder,
textarea:-moz-placeholder{color:#C6CACE;opacity:1;}
input::-moz-placeholder,
textarea::-moz-placeholder{color:#C6CACE;opacity:1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color:#C6CACE;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color:#C6CACE;}
.ul,
.ul>li,
.dl,
.dl>dd,
.dl>dt{list-style:none;font-weight:normal;}
input:focus{outline:none;}
input,
button,
select,
textarea{background:none;border:none;border-radius:0;-webkit-border-radius:0;color:#333;outline:none;resize:none;}
canvas{display:block;}

/*初始化图片*/
img{border:none;border:0;vertical-align:top;max-width:100%;height:auto!important;}

/*初始化a*/
a,
a:focus{color:#666;text-decoration:none;cursor:pointer;}
a:hover{color:#3582C4;}
a,
a:hover{outline:none;text-decoration:none;-webkit-transition:all 0.25s linear 0.01s;transition:all 0.25s linear 0.01s;}


/*全局样式*/
.qui-warp{max-width:1200px;width:96%;margin-left:auto;margin-right:auto;}
.qui-main-box{margin: .2rem 0;}
.qui-clear{clear:both;height:0;overflow:hidden;}
.qui-clearfix{zoom:1;}
.qui-clearfix:after{content:'';display:block;height:0;visibility:hidden;clear:both;}
.qui-tabfix{zoom:1;}
.qui-tabfix:after{content:'';display:table;width:100%;}
.qui-ytable{display:table;width:100%;table-layout:fixed;}
.qui-ytable-cell{display:table-cell;vertical-align:middle;overflow:hidden;}
.qui-ytable-cell img{max-height:100%;}
pre,
.qui-ts{white-space:pre-line;}
.qui-tss{white-space:pre-wrap;}
.qui-tl{text-align:left!important;}
.qui-tr{text-align:right!important;}
.qui-tc{text-align:center!important;}
.qui-tj{text-align:justify!important;}
.qui-fl{float:left!important;}
.qui-fr{float:right!important;}
.qui-text{display:block;line-height:.42rem;height:.42rem;width:100%;border:1px solid #eee;padding:0 .2rem;}
.qui-ds-inb{display:inline-block;vertical-align:top;*zoom:1;*display:inline;}
.qui-ds-none{display:none;}
.qui-ovh{overflow:hidden;}

/*.qui-dot{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;display:block;}*/
.qui-dot,
.qui-dot2,
.qui-dot3,
.qui-dot4,
.qui-dot5,
.qui-dot6{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.qui-dot{-webkit-line-clamp:1;}
.qui-dot2{-webkit-line-clamp:2;}
.qui-dot3{-webkit-line-clamp:3;}
.qui-dot4{-webkit-line-clamp:4;}
.qui-dot5{-webkit-line-clamp:5;}
.qui-dot6{-webkit-line-clamp:6;}
.qui-pic{position:relative;height:0;overflow:hidden;-webkit-transform:rotate(0deg);}
.qui-pic img{position:absolute;left:0;top:0;width:100%;display:block;min-height:100%;height: 100%!important;object-fit: cover;}

.qui-abox{position: relative;height: 0;padding-bottom: 66.6666667%;overflow: hidden;}
.qui-abox img{position: absolute;max-width: 100%;max-height: 100%;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);}


/*颜色*/
.qui-col-df{color:#3582C4!important;}

/*默认*/
.qui-col-cc{color:#ccc!important;}
.qui-col-00{color:#000!important;}
.qui-col-33{color:#333!important;}
.qui-col-66{color:#666!important;}
.qui-col-99{color:#999!important;}
.qui-col-ff{color:#fff!important;}
.qui-col-red{color:red!important;}

/*背景*/
.qui-bg-black70{position:fixed;width:100%;height:100%;left:0;top:0;z-index:99999;display:none;background:rgba(0,0,0,.7);}
.qui-bg-ff{background-color:#fff!important;}
.qui-bg-f8{background-color:#f8f8f8!important;}
.qui-bg-f5{background-color:#f5f5f5!important;}
.qui-bg-f7f8fa{background-color:#f7f8fa!important;}

/*字号*/
.qui-fs12{font-size:.12rem!important;}
.qui-fs14{font-size:.14rem!important;}
.qui-fs16{font-size:.16rem!important;}
.qui-fs18{font-size:.18rem!important;}
.qui-fs20{font-size:.20rem!important;}
.qui-fs22{font-size:.22rem!important;}
.qui-fs24{font-size:.24rem!important;}
.qui-fs26{font-size:.26rem!important;}
.qui-fs28{font-size:.28rem!important;}
.qui-fs30{font-size:.30rem!important;}
.qui-fs32{font-size:.32rem!important;}
.qui-fs34{font-size:.34rem!important;}
.qui-fs36{font-size:.36rem!important;}
.qui-fs38{font-size:.38rem!important;}
.qui-fs40{font-size:.40rem!important;}
.qui-fs42{font-size:.42rem!important;}

/*边距*/
.qui-pad2{padding:2%!important;}
.qui-pad3{padding:3%!important;}
.qui-pad20{padding:.20rem!important;}
.qui-pad30{padding:.30rem!important;}
.qui-pad40{padding:.40rem!important;}
.qui-mar-t10{margin-top:.10rem!important;}
.qui-mar-t20{margin-top:.20rem!important;}
.qui-mar-t30{margin-top:.30rem!important;}
.qui-mar-t40{margin-top:.40rem!important;}
.qui-mar-b10{margin-bottom:.10rem!important;}
.qui-mar-b20{margin-bottom:.20rem!important;}
.qui-mar-b30{margin-bottom:.30rem!important;}
.qui-mar-b40{margin-bottom:.40rem!important;}
.qui-mar-l10{margin-left:.10rem!important;}
.qui-mar-l20{margin-left:.20rem!important;}
.qui-mar-l30{margin-left:.30rem!important;}
.qui-mar-l40{margin-left:.40rem!important;}
.qui-mar-r10{margin-right:.10rem!important;}
.qui-mar-r20{margin-right:.20rem!important;}
.qui-mar-r30{margin-right:.30rem!important;}
.qui-mar-r40{margin-right:.40rem!important;}
.qui-mar-t2{margin-top:2%!important;}
.qui-mar-t3{margin-top:3%!important;}
.qui-mar-t4{margin-top:4%!important;}
.qui-mar-t60{margin-top:.60rem!important;}
.qui-mar-t80{margin-top:.80rem!important;}

/*flex布局*/
.qui-flex{display:flex;align-items:center;justify-content:space-between;flex-wrap: wrap;}
.qui-fw-w{flex-wrap:wrap!important;}
.qui-fw-nw{flex-wrap:nowrap!important;}
.qui-jc-fs{justify-content:flex-start!important;}
.qui-jc-fe{justify-content:flex-end!important;}
.qui-jc-fc{justify-content:center!important;}
.qui-fd-c{flex-direction:column!important;}
.qui-ai-fs{align-items:flex-start!important;}
.qui-ai-fe{align-items:flex-end!important;}
.qui-ai-fc{align-items:center!important;}
.qui-flex-a{flex:auto!important;}
.qui-flex-1{flex:1!important;}
.qui-flex-0{flex-shrink:0!important;}

/*滚动条样式*/
.qui-gdt::-webkit-scrollbar{width:5px;height:5px;}
.qui-gdt::-webkit-scrollbar-track{background-color:#f2f2f2;}
.qui-gdt::-webkit-scrollbar-thumb{background-color:#3582C4;border-radius:2.5px;}
.qui-gdt::-webkit-scrollbar-thumb:hover{background-color:#3582C4;border-radius:2.5px;}
.qui-gdt::-webkit-scrollbar-thumb:active{background-color:#3582C4;border-radius:2.5px;}

/*图片放大*/
.qui-hover{display:block;-webkit-transform:rotate(0deg);overflow:hidden;}
.qui-img{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
a:hover .qui-img{-webkit-transform:scale(1.1);transform:scale(1.1);}
a:hover .qui-abox .qui-img{-webkit-transform:scale(1.1) translateX(-50%) translateY(-50%);transform:scale(1.1) translateX(-50%) translateY(-50%);}
.qui-hover:hover .qui-img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.qui-imgbg{position:absolute;width:100%;height:100%;left:0;top:0;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
a:hover .qui-imgbg{-webkit-transform:scale(1.1);transform:scale(1.1);}
.qui-hover:hover .qui-imgbg{-webkit-transform:scale(1.1);transform:scale(1.1);}
.qui-imgbgn{position:absolute;width:100%;height:100%;left:0;top:0;background-position:center;background-repeat:no-repeat;background-size:cover;}

/* 头部 */
.qui-top-box{position:relative;width:100%;left:0;top:0;background: center no-repeat;background-size: cover;z-index:90;}
.qui-top-box .qui_top_info{position: absolute;width: 100%;left: 0;top: .16rem;display: flex;align-items: center;justify-content: space-between;}
.qui-top-box .qui_top_info .quia{margin-left: .2rem;color: #111;}
.qui-top-box .qui_top_info .quia:hover{color: #3582C4;text-decoration: underline;}
.qui-top-box .qui_topdiv{min-height: 4.45rem;position: relative;padding-bottom: .88rem;}
.qui-top-box .qui-logo img{display:block;max-height:.9rem!important;}
.qui-top-box .qui-search-box{position:relative;width:4rem;}
.qui-top-box .qui-search-box .qui-text{padding:0 .6rem 0 .23rem;border:0;line-height:.48rem;height:.48rem;box-shadow: 0 .04rem .32rem rgba(230, 239, 246, 0.69);
border-radius: .12rem;background: #fff;}
.qui-top-box .qui-search-box .qui-ss-btn{position:absolute;width:.6rem;height:100%;top:0;right:0;background:url('../images/top_ss.svg') center no-repeat;z-index:1;background-size: auto .24rem;}

.qui-top-nav{background: url(../images/navbg.png) center bottom no-repeat;position: absolute;bottom: 0;width: 100%;left: 0;z-index: 10;height:.88rem;}
.qui-top-nav .ULLIST{display:flex;align-items:center;justify-content: space-between;}
.qui-top-nav .ULLIST>li{flex: auto;}
.qui-top-nav .ULLIST>li>a{display:block;line-height:.88rem;text-align:center;font-size:.18rem;color:#fff;padding:0 0;}
.qui-top-nav .ULLIST>li>a>em{display: inline-block;vertical-align: middle;padding: .1rem 0;position: relative;line-height: 1;}
.qui-top-nav .ULLIST>li>a>em:after{content: '';width: 0;height: .04rem;border-radius: .04rem;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;background: #fff;transition: all .4s ease-out;}
.qui-top-nav .ULLIST>li.on>a{font-weight: bold;}
.qui-top-nav .ULLIST>li.on>a>em:after{width: .24rem;}

/*二级下拉*/
.qui-top-nav .ULLIST>li{position:relative;}
.qui-submenu{position:absolute;width:100%;min-width:1.2rem;left:50%;top:100%;-webkit-transform:translateX(-50%) translateY(-.1rem);z-index:10;pointer-events: none;-webkit-transition: all .4s ease-out;opacity: 0;font-size: .16rem;}
.qui-submenu>dd>a{display:block;padding:.18rem .15rem;text-align:center;border-bottom:1px solid #fff;color: #fff;background: rgba(53, 130, 196, 1);}
.qui-submenu>dd>a:hover{background: rgba(53, 130, 196, .85);}

@media (min-width:1025px){
.qui-top-nav .ULLIST>li:hover .qui-submenu{pointer-events: auto;opacity: 1;-webkit-transform:translateX(-50%);}
}

/* ban */
.qui-ban{position: relative;}
.qui-ban img{width:100%;display:block;}
.qui-ban .qui-wap{display:none;}
.quiShareImg{background:#fff;border-radius:5px;padding:10px;text-align:center;display:none;}
.quiShareImg .quitxt{margin-bottom:6px;}

/*分页*/
.Pages{zoom:1;overflow:hidden;text-align:center;padding:.2rem 0;font-size:0;line-height:0;}
.Pages *{display:inline-block;vertical-align:top;font-weight:normal;font-style:normal;}
.Pages a{font-size:.14rem;min-width:32px;height:32px;line-height:32px;text-align:center;background:#f6f6f6;padding:0 .1rem;margin:0 .05rem;overflow:hidden;border-radius: .04rem;}
.Pages a:hover,
.Pages a.a_cur{background-color:#3582C4;color:#fff;}
.Pages a.a_prev,
.Pages a.a_next{font-family:'宋体';font-weight:bold;min-width:.6rem;}
.qui-nav-btn{display:none;}
.qui-wap-bg{display:none;}
.qui-body-ovh{overflow:hidden;}
.qui-top-boxH{height:0;}

.qui-single{line-height: 1.875;text-align: justify;}
.qui-single p{min-height: .2rem;}

.qui-pc-show{display: block!important;}
.qui-wap-show{display: none!important;}

.qui-footer{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;background: #fff;}
.qui_footer1{padding: .35rem 0 .25rem;border-bottom: .01rem solid #EFEFEF;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.qui_footer1 a{color: #3582C4;padding: .02rem .14rem;}
.qui_footer1 a:first-child{margin-left: 0;}
.qui_footer1 a:last-child{margin-right: 0;}
.qui_footer1 a:hover{text-decoration: underline;}

.qui_footer2{padding: .5rem 0 .4rem;}
.qui_footer2 .qui_bot_links{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.qui_footer2 .qui_bot_links a{position: relative;padding: .02rem .1rem;color: #3582C4;}
.qui_footer2 .qui_bot_links a:after{content: '';width: .01rem;height: .1rem;position: absolute;left: 100%;top: 50%;margin-top: -.05rem;background: #3582C4;}
.qui_footer2 .qui_bot_links a:last-child:after{display: none;}
.qui_footer2 .qui_bot_links a:hover{text-decoration: underline;}
.qui_footer2 .qui_copy{color: #767D83;padding: .1rem 0 .15rem;}
.qui_footer2 .qui_copy a{color: #767D83;}
.qui_footer2 .qui_copy a:hover{text-decoration: underline;color: #3582C4;}
.qui_footer2 .qui_copy .qui-ds-inb{padding: .02rem .11rem;}

.qui_footer2 .qui_bot_img{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.qui_footer2 .qui_bot_img img{max-height: .52rem;margin: .05rem;}

@media (max-width:1024px){

.qui-single p{min-height: .1rem;}

	.Pages{padding-top:.25rem;}
	.qui-top-box .qui-logo img{display:block;max-height:.42rem!important;}
	.qui-top-box{padding:.12rem 0;}
	.qui-top-nav{position:fixed;max-width:360px;width:72%;left:-100%;top:0;z-index:1001;height:100%;padding: .2rem 0;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;overflow:auto;background:#3582C4;}
	.qui-top-nav .ULLIST{padding:0;margin:0;flex-direction: column;}
	.qui-top-nav .ULLIST>li{width:100%;float:none;border-bottom:1px solid #eee;margin:0;}
	.qui-top-nav .ULLIST>li>a{text-align: left;line-height: .36rem;padding: .2rem;position: relative;}
	.qui-nav-btn{position:absolute;z-index:2;width:.3rem;height:.3rem;background:url('../images/btn_bg.svg') right no-repeat;background-size:auto .26rem;display:block;right:2%;top:50%;margin-top:-.15rem;}
	.qui-wap-bg{position:fixed;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:1000;background:rgba(0,0,0,.65);display:none;}
	.qui-body-ovh .qui-top-nav{left:0;}


	.qui-top-nav .ULLIST>li .quiaa{position: absolute;right: .2rem;top: 0;width: 1rem;height: .76rem;background: url(../images/mm2.svg) right center no-repeat;background-size: auto .12rem;z-index: 10;cursor: pointer;}
	.qui-top-nav .ULLIST>li .qui-submenu{pointer-events: auto;opacity: 1;-webkit-transform:translateX(0);position: relative;background: transparent;padding: 0;border-top:1px solid transparent;display: none;left: auto;top: auto;transition: none;width: 100%;border: 0;border-radius: 0;box-shadow: none;border-top:1px solid #eee;}
	.qui-top-nav .ULLIST>li .qui-submenu>dd>a{font-size: .18rem;padding: .2rem .3rem;white-space: normal;text-align: left;color: rgba(255, 255, 255, .85);}
	.qui-top-nav .ULLIST>li .qui-submenu>dd:last-child>a{border-bottom: 0;}


.qui-top-nav .qui-warp{padding: 0;max-width: 100%;width: 100%;}
.qui-top-box .qui_top_info{top: 0;}
.qui-top-box .qui_topdiv{padding: 0 .5rem 0 0;min-height: 1.2rem;}

}
.qui-top-box .quisswap{display: none;}
@media (max-width:640px){
	.qui-ban .qui-pc{display:none;}
	.qui-ban .qui-wap{display:block;}

.qui-wap-show{display: block!important;}
.qui-pc-show{display: none!important;}

.qui-top-box .qui_top_info .qui_ll{font-size: 0;}

.qui-top-box .qui-search-box{width: 100%;position: absolute;left: 0;top: 100%;display: none;}
.qui-top-box .qui-search-box .qui-text{border-radius: 0;}

.qui-top-box .qui_topdiv{min-height: .3rem;position: static;}
.qui-top-box .qui-logo img{display:block;max-height:.3rem!important;}

.qui-top-box .qui_top_info{top: 50%;transform: translateY(-50%);line-height: .32rem;width: auto;right: 1rem;left: auto;white-space: nowrap;}

.qui-top-box .quisswap{width: .3rem;height: .3rem;background: url(../images/top_ss.svg) center right no-repeat;background-size: auto .22rem;display: block;}

.qui-top-box .qui_top_info .quia{margin-left: .15rem;color: #3582C4;}
.qui-top-box .qui_top_info{display: none;}

.qui-top-box{position: fixed;}
.qui-top-boxH{height: .54rem;}

}

/*搜索列表*/
.qui-tt-list .qui-hover{display:block;overflow:hidden;line-height:54px;border-bottom:1px solid #eee;}
.qui-tt-list .qui-hover time{float:right;padding-left:5px;}
.qui-tt-list .qui-hover .qui-dot{margin-right:80px;}

/*网站地图*/
.sitemap li{padding:2% 0;border-bottom:solid 1px #eeeeee}
.sitemap li span{font-size:16px;}
.sitemap dl{padding:1% 0 0;}
.sitemap dt{display:inline-block;opacity:0.8;padding-right:20px;}

/*新闻详情*/

.qui-news-info{padding-top: .3rem;}
.qui-news-info .qui-newstt{font-size:.24rem;line-height:1.4;color:#333;text-align:center;font-weight: bold;}
.qui-news-info .qui-newstm{color:#999;text-align:center;padding:.15rem 0 .25rem;border-bottom:1px solid #eee;}
.qui-news-info .qui-newstm .span{display:inline-block;vertical-align:top;font-size:.16rem;padding:0 .07rem;}
.qui-news-info .qui-newsinfo{padding:.3rem 0;margin:0 auto;line-height:.3rem;color:#666;text-align:justify;}
.qui-news-info .qui-newsinfo p{min-height: .2rem;}
.qui-news-info .qui-newsback{margin-bottom:.3rem;text-align:center;}
.qui-news-info .qui-newsback a{display:inline-block;vertical-align:top;min-width:1.8rem;text-align:center;line-height:.48rem;border-radius:.48rem;color:#fff;background:#3582C4;padding:0 .25rem;font-size: .18rem;}
.qui-news-info .qui-newsback a:hover{box-shadow: .02rem .03rem .1rem rgba(0, 0, 0, .3);}
.qui-news-info .qui-newsback a span{display:inline-block;vertical-align:top;}
.qui-news-info .qui-newsbtn{padding-top:.3rem;border-top:1px solid #eee;}
.qui-news-info .qui-newsbtn .dl{margin-bottom:.1rem;}

/*友情链接*/
.qui-logo-list .ULLIST{overflow:hidden;margin:-1%;}
.qui-logo-list .ULLIST .li{width:16.666666666666%;float:left;padding:1%;text-align:center;}
.qui-logo-list .ULLIST .li .qui-ytable-cell{text-align:center;height:80px;border:1px solid #eee;padding:5px;}
.qui-logo-list .ULLIST .li .qui-ytable-cell img{max-height:70px;}
.qui-logo-list .ULLIST .li .h3{font-size:16px;color:#333;font-weight:normal;margin-top:8px;}
.qui-logo-list .ULLIST .li a:hover .h3{color:#3582C4;}
.qui-logo-list .ULLIST .li a{display:block;}
@media(max-width:1024px){
	.qui-logo-list .ULLIST .li{width:25%;}
}
@media(max-width:640px){
	.qui-logo-list .ULLIST .li{width:33.333333%;}
}
@media(max-width:480px){
	.qui-logo-list .ULLIST .li{width:50%;}
	.qui-logo-list .ULLIST .li .h3{font-size:14px;margin-top:5px;}
	.qui-logo-list .ULLIST .li .qui-ytable-cell img{max-height:60px;}
	.qui-logo-list .ULLIST .li .qui-ytable-cell{height:70px;}
}


.qui_homebox{margin-top: .18rem;}
.qui_homebox:first-child{margin-top: .5rem;}
.qui_homebox:last-child{margin-bottom: .82rem;}

.qui_all_boxh{background: #fff;padding: .1rem;border-radius: .05rem;}

.qui_homebox3 .ULLIST{display: flex;flex-wrap: wrap;justify-content: space-between;margin: -.08rem;}
.qui_homebox3 .li{flex: 1;padding: .08rem;}
.qui_homebox3 .li .qui-hover{border-radius: .05rem;background: #F2F9FF;display: flex;align-items: center;justify-content: center;padding: .2rem;min-height: .62rem;color: #767D83;line-height: 1.3;}
.qui_homebox3 .li .qui-ibox{width: .22rem;height: .22rem;flex-shrink: 0;margin-right: .07rem;}
.qui_homebox3 .li .qui-hover:hover{box-shadow: .02rem .03rem .1rem rgba(0, 0, 0, .3);color:#3582C4;}

.qui_home_tt{display: flex;justify-content: space-between;align-items: center;line-height: .2rem;background: url(../images/ttbg3.png) left bottom no-repeat;background-size: 100% .02rem;padding: .1rem 0;margin-bottom: .1rem;}
.qui_home_tt .quimm{flex-shrink: 0;white-space: nowrap;color: #C6CACE;font-size: .13rem;padding-right: .1rem;background: url(../images/mm.svg) right center no-repeat;background-size: auto .06rem;}
.qui_home_tt .quimm:hover{color: #3582C4;}
.qui_home_tt .qui_ll{flex: 1;display: flex;align-items: center;padding-left: .18rem;background: url(../images/ttbg2.svg) left center no-repeat;background-size: auto .2rem;}
.qui_home_tt .quien{color: #C6CACE;font-size: .13rem;margin-left: .1rem;text-transform: uppercase;font-weight: 500;}
.qui_home_tt .quicn{font-size: .18rem;font-weight: bold;}

.qui_homeflex{display: flex;justify-content: space-between;}
.qui_home_w3{width: calc(33.3333333333% - .09rem);}
.qui_home_w2{width: calc(50% - .09rem);}

.qui_home_ttlist .li{padding: .03rem 0;}
.qui_home_ttlist .li .qui-hover{border-radius: .05rem;padding: 0 .12rem;display: flex;align-items: center;justify-content: space-between;line-height: .4rem;color: #767D83;}
.qui_home_ttlist .li time{flex-shrink: 0;white-space: nowrap;padding-left: .3rem;color: #C6CACE;font-size: .12rem;}
.qui_home_ttlist .li .qui-dot{color: #767D83;}
.qui_home_ttlist .li:nth-child(odd) .qui-hover{background: #f8f8f8;}
.qui_home_ttlist .li .qui-hover:hover{background: #F2F9FF;}
.qui_home_ttlist .li .qui-hover:hover *{color: #3582C4;}
.qui_home_ttlist .li .quinum{flex-shrink: 0;width: .2rem;height: .2rem;text-align: center;line-height: .2rem;font-size: .10rem;border-radius: .04rem;background: #F2F9FF;margin-right: .06rem;}
.qui_home_ttlist .li .qui-dot{flex: 1;}
.qui_home_ttlist .li:nth-child(1) .quinum,
.qui_home_ttlist .li:nth-child(2) .quinum,
.qui_home_ttlist .li:nth-child(3) .quinum{background: #3582C4;color: #fff;}

.qui_home_tabtt{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: .1rem;border-bottom: .01rem solid #EFEFEF;}
.qui_home_tabtt .quia{margin-right: .29rem;color: #767D83;font-size: .16rem;padding-bottom: .06rem;margin-bottom: -.01rem;position: relative;line-height: 24px;}
.qui_home_tabtt .quia:last-child{margin-right: 0;}
.qui_home_tabtt .quia:after{content: '';width: 0;height: .03rem;border-radius: .03rem;background: #3582C4;position: absolute;left: 50%;bottom: -.01rem;transform: translateX(-50%);transition: all .4s ease-out;opacity: 0;}
.qui_home_tabtt .quia.on:after{width: 75%;opacity: 1;}

.qui_homebox5 .quibox{min-height: 2.3rem;}

.qui_ovv{position: relative;overflow: hidden;}
.qui_homebox6{margin-top: .5rem;}
.qui_homebox6 .ULLIST{display: flex;}
.qui_homebox6 .li .qui-pic{padding-bottom: 43.5606060606%;border-radius: .06rem;}

.qui_homebox6 .qui_ovv{padding: 0 29px;}

.qui_home_imglist .ULLIST{display: flex;margin: 0 -.11rem;}
.qui_home_imglist .ULLIST .li{padding: .11rem;width: 33.33333333%;}
.qui_home_imglist .ULLIST .li .qui-pic{padding-bottom: 52.8735632184%;border-radius: .06rem;}

.qui_all_btn{width: 20px;height: 20px;position: absolute;top: 50%;margin-top: -10px;border-radius: 50%;background: #fff url(../images/btn.svg) center no-repeat;background-size: auto .1rem;z-index: 10;cursor: pointer;}
.qui_all_btn:hover{background-color: #3582C4;background-image: url(../images/btn2.svg);}
.qui_all_btn.qui_prev{left: 0;}
.qui_all_btn.qui_next{right: 0;transform: rotate(180deg);}

.qui_home_news{padding: 0;overflow: hidden;}
.qui_home_news .ULLIST .li .qui-pic{padding-bottom: 3.78rem;}
.qui_home_news .ULLIST .li .quitt{text-align: center;padding: 0 .2rem;line-height: .5rem;font-size: .16rem;color: #111;}

.qui_all_dot{position: absolute;width: 100%;bottom: 0;display: flex;align-items: center;justify-content: center;z-index: 20;}


.qui_home_news .qui_all_dot{bottom: .6rem;justify-content: flex-end;padding-right: .04rem;}
.qui_home_news .swiper-pagination-bullet{opacity: .3;background: #f8f8f8;width: .07rem;height: .07rem;margin: 0 .1rem 0 0!important;}
.qui_home_news .swiper-pagination-bullet-active{width: .11rem;height: .11rem;background: #fff;opacity: 1;}
@media(max-width:1000px){
.qui_homeflex{flex-direction: column;}
.qui_homeflex>div{width: 100%;margin-bottom: .18rem;}
.qui_homeflex>div:last-child{margin-bottom: 0;}

.qui_home_tt .quien{font-size: .12rem;}

.qui_homebox6,
.qui_homebox:first-child{margin-top: .18rem;}
.qui_homebox:last-child{margin-bottom: .18rem;}
.qui_home_news .ULLIST .li .qui-pic{padding-bottom: 97.1722365039%;}

.qui_home_imglist .ULLIST{margin: 0 -.03rem .05rem;}
.qui_home_imglist .ULLIST .li{padding: .03rem;}

.qui_home_tabtt .quia{margin-right: .1rem;}

.qui_homebox3 .ULLIST{margin: -.05rem;}
.qui_homebox3 .li{padding: .05rem;}

}
@media(max-width:640px){
.qui_homebox3 .ULLIST{overflow: auto;flex-wrap: nowrap;}
.qui_homebox3 .li{flex: none;}

}

.qui_all_flex{display: flex;}
.qui_flex_left{flex: 1;font-size: .16rem;padding: 0 .1rem;}
.qui_flex_right{width: 3rem;flex-shrink: 0;margin-left: .1rem;}
.qui_flex_left .qui_home_ttlist{margin-bottom: .08rem;}
.qui_newspic{padding: .1rem;}
.qui_newspic .ULLIST .li2{width: 50%!important;}
.qui_newspic .li .qui-pic{padding-bottom: 97.1722365039%;}
.qui_newspic .li .quitt{text-align: center;font-size: .16rem;line-height: .4rem;}
.qui_newspic .li .qui-hover:hover .quitt{text-decoration: underline;}

.qui_home_ttlist .ULLISTBB{padding: .2rem 0;border-bottom: .01rem dashed #eee;}

.qui_locbox{padding: .15rem 0;display: flex;align-items: center;flex-wrap: wrap;border-bottom: .01rem solid #eee;margin-bottom: .1rem;font-size: .18rem;color: #666;}
.qui_locbox span{color: #111;}
.qui_locbox a{position: relative;padding-right: .3rem;}
.qui_locbox a:after{content: '>';font-family: '宋体';right: .1rem;position: absolute;top: 0;}

.qui_newspic .ULLIST{display: flex;flex-wrap: wrap;margin: -.05rem;}
.qui_newspic .ULLIST .li{padding: .05rem; width:100%}

.qui_flex_left .qui_home_ttlist2{margin-bottom: 0;}

.qui_flex_mune{width: 3rem;margin-right: .1rem;}

.qui-menu{background: #f5f5f5;min-height: 4rem;}
.qui-menu .ULLIST>li>a{display: block;padding: .14rem .2rem .14rem .34rem;font-size: .16rem;border-bottom: .01rem dashed #999;border-left: .05rem solid transparent;position: relative;line-height: .2rem;}
.qui-menu .ULLIST>li.on>a:after{position:absolute;top:50%;left:0;width:0;height:0;border-width:.03rem .05rem;border-style:solid;border-color:transparent;border-left-color:#3582C4;content: '';margin-top: -0.03rem;}
.qui-menu .ULLIST>li.on>a{color: #3582C4;border-left-color: #3582C4;}
.qui-menu .h3{font-size: .2rem;color: #fff;line-height: .2rem;padding: .2rem .2rem .2rem .45rem;background:#3582C4;}

.qui-formbox{max-width: 6rem;margin: .4rem 0 .4rem;}
.qui-formbox .ULLIST .li{margin-bottom: .2rem;overflow: hidden;}
.qui-formbox .qui-text{padding: .1rem .15rem;background: #fff;border: .01rem solid #eee;border-radius: .05rem;height: .42rem;}
.qui-formbox select{padding: .1rem .12rem;background: #fff;border: .01rem solid #eee;border-radius: .05rem;display: block;width: 100%;height: .42rem;}
.qui-formbox .qui-text:focus{border-color: #3582C4;}
.qui-formbox .qui-text[readonly='readonly']{cursor: no-drop;border: .01rem solid #eee;}
.qui-formbox textarea.qui-text{height: 1rem;line-height: 1.75;text-align: justify;}
.liRadio label{display: inline-block;vertical-align: top;margin: .09rem .2rem .09rem 0;}
.liRadio label input[type='radio']{margin-left: .15rem;}
.qui-formbox input[type='radio']{position: relative;top: .01rem;margin-right: .05rem;}
.qui-formbox input[type='checkbox']{position: relative;top: .01rem;margin-right: .05rem;}
.qui-formbox .divtt1{float: left;width: 1rem;text-align: right;padding-top: .09rem;}
.qui-formbox .divtt2{margin-left: 1.15rem;position: relative;}
.qui-formbox .liCode img{position: absolute;height: .4rem;top: .01rem;right: .01rem;}
.qui-btn-fm{display: inline-block;vertical-align: top;min-width: 1.2rem;font-size: .16rem;border-radius: .05rem;background: #3582C4;color: #fff!important;text-align: center;padding: 0 .15rem;line-height: .42rem;border: .01rem solid #3582C4;}
.qui-btn-fm2{background: #fff;color: #3582C4!important;}
.qui-formbox .qui-btn-fm2{margin-left: .2rem;}
.qui-formbox .quitm{cursor: pointer;}


.qui-list-msg{font-size: .14rem;text-align: center;margin-top: .4rem;}
.qui-list-msg .qui-ytable{display: table;}
.qui-list-msg .qui-ytable-cell{border-right: .01rem solid #eee;border-bottom: .01rem solid #eee;padding: .05rem;line-height: .2rem;line-height: .4rem;}
.qui-list-msg .ULLIST{border-left: .01rem solid #eee;border-top: .01rem solid #eee;}
.qui-list-msg .ULLIST .liTop .qui-hover{color: #333;font-weight: bold;cursor: default;}
.qui-list-msg .ULLIST .span2,
.qui-list-msg .ULLIST .span2{padding: .05rem .15rem;text-align: left;}
.qui-list-msg .ULLIST .span1{width: .8rem;white-space: nowrap;}
.qui-list-msg .ULLIST .span3{width: 1.8rem;white-space: nowrap;}
.qui-list-msg .ULLIST .span4{width: .9rem;white-space: nowrap;}
.qui-list-msg .ULLIST .li .qui-hover:hover{background: #f5f5f5;}

.qui-list-msg2{font-size: .16rem;text-align: justify;margin-bottom: .4rem;margin-top: .4rem;}
.qui-list-msg2 .qui-ytable-cell{border-right: .01rem solid #eee;border-bottom: .01rem solid #eee;padding: .15rem .2rem;height: .4rem;line-height: .26rem;}
.qui-list-msg2 .ULLIST{border-left: .01rem solid #eee;border-top: .01rem solid #eee;}
.qui-list-msg2 .ULLIST .span1{width: 1.2rem;}

.qui-single3{background-color: #f9f9f9;padding: 2.5% 2%;}


@media(max-width:1000px){
.qui_all_flex{flex-direction: column;}
.qui_all_flex>*{width: 100%;}

.qui_flex_left{margin-bottom: .15rem;}

.qui_newspic .ULLIST .li{width: 50%;}

.qui_home_ttlist .ULLISTBB{padding: .15rem 0;}

.qui-menu{min-height: 0;margin-bottom: .3rem;}

}
@media(max-width:640px){
	.qui-list-msg{overflow-x: auto;overflow-y: hidden;}
.qui-list-msg .ULLIST{min-width: 640px;}

}


