@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-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0 auto!important;zoom:1;max-width: 1920px;min-width:320px;width:100%;color:#333;background-color: #fff;font-size:14px;line-height:24px;font-family:"Arial","Microsoft YaHei";/*禁止选择*//*-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;*/letter-spacing: 0.06em;}
*{-webkit-box-sizing:border-box;box-sizing:border-box;word-break: break-word;outline: 0;margin:0;padding:0;border:0;}
:before,
:after{-webkit-box-sizing:border-box;box-sizing:border-box;word-break: break-word;outline: 0;}
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的默认样式*/
.ul,.ul>li{list-style:none;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:"Arial","Microsoft YaHei";outline:none;/*强制去除表单自带的样式*/}
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;}
/*初始化表单元素*/
textarea,input,select{background:none;border:none;}
/*select{appearance: none;display: block;width: 100%;-moz-appearance: none;-webkit-appearance: none;background: url(../images/select.jpg) no-repeat scroll right center transparent;padding-right: 0;line-height: 22px;cursor: pointer;padding: 12px 15px;border: 1px solid #d3d3d3;height: 50px;background: none\9!important;background: none\0!important;}*/

/*去除figure*/
canvas{display:block;}
/*初始化图片*/
img{border:none;border:0;vertical-align:top;max-width:100%;height: auto!important;}
/*初始化a*/
a,a:focus{color:#555;text-decoration:none;}
a:hover{color:#0e34a0;}
a,a:hover{outline:none;text-decoration:none;}

/*全局样式*/
.qui-warp1180{max-width: 1180px;margin: 0 auto;}
.qui-warp1560{max-width: 1560px;margin: 0 auto;}
.qui-warp{max-width:1300px;margin: 0 auto;}
.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-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%;}
.qui-ts{white-space: pre-wrap!important;}
.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: 22px;width: 100%;}
.qui-text:focus{border-color: #0e34a0;}
.qui-dis-inb{display: inline-block;vertical-align: top;}
.qui-dot{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.qui-dot2{-webkit-line-clamp: 2;overflow : hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.qui-dot3{-webkit-line-clamp: 3;overflow : hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.qui-dot4{-webkit-line-clamp: 4;overflow : hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.qui-pic{position:relative;height: 0;overflow: hidden;}
.qui-pic img{position: absolute;left: 0;top: 0;width: 100%;display: block;min-height: 100%;}

/*颜色*/
.qui-col-df{color:#0e34a0!important;}/*默认*/
.qui-col-ccc{color:#ccc!important;}
.qui-col-333{color:#333!important;}
.qui-col-666{color:#666!important;}
.qui-col-999{color:#999!important;}
/*背景*/
.qui-bg-fff{background-color: #fff!important;}
.qui-bg-f8f8f8{background-color: #f8f8f8!important;}
.qui-bg-f5f5f5{background-color: #f5f5f5!important;}
/*字号*/
.qui-fons12{font-size: 12px!important;}
.qui-fons14{font-size: 14px!important;}
.qui-fons16{font-size: 16px!important;}
.qui-fons18{font-size: 18px!important;}
.qui-fons20{font-size: 20px!important;}
.qui-fons22{font-size: 22px!important;}

/*滚动条样式*/
.qui-gdt::-webkit-scrollbar{width:5px;}
.qui-gdt::-webkit-scrollbar-track{background-color:#f2f2f2;}
.qui-gdt::-webkit-scrollbar-thumb{background-color:#bbb;}
.qui-gdt::-webkit-scrollbar-thumb:hover{background-color:#555}
.qui-gdt::-webkit-scrollbar-thumb:active{background-color:#666} 
.qui-gdt{overflow:auto;}

/*图片放大*/
.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);}
.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-boxH{height: 51px;} 
.quihomebd .qui-top-boxH{height: 0;}
.qui-top-box{background: #001a60;color: #fff;height: 52px;position: fixed;width: 100%;left: 0;top: 0;z-index: 99;}
.qui-top-box a{color: #fff;}
.qui-top-box .qui-logo{display: block;background: url(../images/lgbg.png) center bottom no-repeat;padding: 13px 0;min-width: 261px;}
.qui-top-box .qui-logo img{display: block;height: 59px!important;margin-left: auto;margin-right: auto;}
.qui-top-nav .lan{ display: none}
.qui-top-nav .ULLIST>li{float: left;}
.qui-top-nav .ULLIST>li>a{display: block;line-height: 20px;font-size: 16px;color: #fff;padding: 16px 25px;}
.qui-top-nav .ULLIST>li>a:hover,
.qui-top-nav .ULLIST>li.on>a,
.qui-top-nav .ULLIST>#topNavID0.on>a:hover{ color: #5ac3f0;}
.qui-top-nav .ULLIST>#topNavID0.on>a{ color: #fff;}

.qui-language>a{display: inline-block;vertical-align: top;padding: 0 5px;border-radius: 3px;border: 1px solid #fff;font-size: 16px;color: #fff;text-align: center;min-width: 80px;line-height: 23px; transition: all 0.5s;}
.qui-language>a:hover{ color: #5ac3f0; border-color: #5ac3f0;}
.qui-language{position: relative;margin-left: 25px;margin-top: 12.5px;}
.qui-language .quien{position: absolute;width: 100%;text-align: center;left: 0;top: 100%;z-index: 99;background: #001a60;padding: 10px 0;display: none;}
.qui-language:hover .quien{display: block;}

/* ban */
.qui-ban{position: relative;}
.qui-ban img{width: 100%;display: block;}
.qui-ban .qui-wap{display: none;}
.qui-ban .quiinfo{position: absolute;color: #fff;font-size: 48px;font-weight: bold;left: 50%;top: 50%;margin-left: -650px;transform: translateY(-50%);-webkit-transform: translateY(-50%); line-height: 1.5;}
.qui-ban .bantxt{font-size: 8px; line-height: 1;}
.qui-ban .tit{color: #5EC3EF; font-size: 48px;}
.qui-ban .subtit{font-weight: normal; font-size: 36px;}
@media(max-width: 1024px){
	.qui-ban .bantxt{font-size: 8px!important;}
	.qui-ban .tit{color: #5EC3EF; font-size: 30px;}
	.qui-ban .subtit{font-weight: normal; font-size: 18px;}
}

.qui-menu{border-bottom: 2px solid #5ac4f1; padding-bottom: 1px;}
@media (min-width:1025px){
.qui-menu .ULLIST{padding-right: 400px;}
}
.qui-menu .ULLIST>li{display: inline-block;vertical-align: top;margin-right: 8%;}
.qui-menu .ULLIST>li>a{display: block;line-height: 30px;text-align: center;padding: 28px 25px;color: #999;font-size: 24px;border-bottom: 4px solid transparent;margin-bottom: -2px;}
.qui-menu .ULLIST>li.on>a{color: #001960;border-bottom-color: #001960;}
.qui-menu .ULLIST>li>a:hover{color: #001960;}
.qui-menu .qui-warp{position: relative;}
.qui-prosearch{position: absolute;right: 0;top: 50%;margin-top: -18px;width: 400px;}
.qui-prosearch .qui-text{line-height: 36px;height: 36px;border-radius: 36px;border: 1px solid #b6b6b7;padding: 0 50px 0 22px;font-size: 20px;}
.qui-prosearch .probtn{width: 50px;height: 100%;position: absolute;right: 0;top: 0;background: url(../images/pross.png) center no-repeat;}

.qui-main-box{padding: 55px 0 85px;background: top center repeat;}

.qui-footer{background: #001a60;padding: 45px 0;color: #fff;}
.qui-footer a{color: #fff;}
.qui-footer .quinav{padding-bottom: 40px;}
.qui-footer .quinav a{margin-right: 50px;}
.qui-footer .wap{ display: none}

.qui-footer .quibox{line-height: 30px;position: relative;padding-right: 100px;}
.qui-footer .quibox .quilogo{position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.qui-footer .gaba{margin-left: 50px;}


@media (max-width:1660px){
.qui-warp1560{padding: 0 2%;max-width: 100%;}
}
@media (max-width:1360px){
.qui-warp{padding: 0 2%;max-width: 100%;}

.qui-ban .quiinfo{margin-left: 0;left: 2%;font-size: 34px;font-weight: normal;}

}
@media (max-width:1260px){
.qui-warp1180{padding: 0 2%;max-width: 100%;}

.qui-language{margin-left: 0;}
.qui-top-nav .ULLIST>li>a{padding-left: 20px;padding-right: 20px;}
}
.qui-nav-btn{display: none;}
.qui-wap-bg{display: none;}
.qui-body-ovh{overflow: hidden;}
@media (max-width:1024px){
.qui-top-box .qui-logo{background: none;padding: 0;min-width: 0;}
.qui-top-box .qui-logo img{height: 36px!important;}

.qui-top-boxH{height: 60px!important;}
.qui-top-box{padding: 12px 0;width: 100%;z-index: 9999;top: 0;left: 0;height: auto;}
.qui-top-nav{position: fixed;max-width: 360px;width: 72%;left: -100%;top: 0;z-index: 1001;height: 100%;padding: 0 0 30px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;overflow:auto;background: #001a60;}
.qui-top-nav .qui-warp{padding: 0;}
.qui-top-nav .ul{ max-width: 90%; margin: auto}
.qui-top-nav .ul>li{width: 100%;float: none;border-bottom: 1px solid #fff;}
.qui-nav-btn{position: absolute;z-index: 2;width: 30px;height: 30px;background: url('../images/btn_bg.png') right center no-repeat;background-size: auto 26px;display: block;right:4%;top: 50%;margin-top: -15px;}
.qui-wap-bg{position: fixed;width: 100%;height: 100%;left: 0;top: 0;overflow: hidden;z-index: 1000;background: rgba(255, 255, 255, .85);display: none;}
.qui-body-ovh .qui-top-nav{left: 0;}
.qui-close{ text-align: right; padding: 5% 5% 0 5%;}
.qui-close a{ position: relative;display: inline-block;width: 30px; height: 30px;}
.qui-close a:before,
.qui-close a:after{ content: ''; width: 100%; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: #5cc4f1; transition: 0.5s}
.qui-close a:before{ transform: rotate(45deg)}
.qui-close a:after{ transform: rotate(-45deg)}

.qui-language{margin-right: 45px;margin-top: 5.5px; display: none}
.qui-top-nav .lan{ padding-top: 4%; padding-left: 20px; display: block;max-width: 90%; margin: auto;}
.qui-top-nav .lan a{ margin-right: 10%}
.qui-top-nav .lan a.on{ color: #5cc4f1}
.qui-warp{padding: 0 6%;}
.qui-warp1560{padding: 0 4%;}

}
@media (max-width:640px){
.layui-layer-hui .layui-layer-content{padding: 5px 10px;}

}


/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:65px 0 0;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;min-width: 40px;text-align: center;background: #fff;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#57c3f2; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px;overflow:hidden;font-family: '宋体';height:38px;font-size: 20px;}
@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages em,
.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 5px; }
}

.qui-prolist .ULLIST{overflow: hidden;margin: -25px;}
.qui-prolist .ULLIST .li{width: 33.333333333%;padding: 25px;float: left;}
.qui-prolist .ULLIST .li .qui-hover{display: block;text-align: center;border: 1px solid #e7e8e8;background-color: #fff;}
.qui-prolist .ULLIST .li .h3{font-size: 20px;color: #666;line-height: 50px;border-bottom: 1px solid #e7e8e8;font-weight: normal;padding: 0 15px;}
.qui-prolist .ULLIST .li .quidiv{font-size: 14px;color: #666;line-height: 50px;padding: 0 15px;}
.qui-prolist .ULLIST .li .qui-pic{padding-bottom: 70%;}

.qui-prolist .ULLIST .li .qui-hover:hover .h3{color: #5cc4f1;}

.qui-main-boxall{padding: 120px 0 130px;}
@media (max-width:1360px){
.qui-prolist .ULLIST{margin: -1%;}
.qui-prolist .ULLIST .li{padding: 1%;}
.Page002046 .Pages{padding-top: 25px;}

.qui-main-box{padding: 45px 0;}

.qui-menu .ULLIST>li{margin-right: 20px;}
.qui-menu .ULLIST>li>a{padding-left: 0;padding-right: 0;}
.qui-prosearch{right: 2%;}

}

@media (max-width:1024px){
.qui-menu .ULLIST{text-align: center;}
.qui-menu .ULLIST>li>a{font-size: 16px;border-bottom-width: 2px;padding: 20px 0 12px;}
.qui-prosearch .qui-text{font-size: 16px;}
.qui-prosearch{width: 260px;}

.qui-footer{padding: 25px 0;}
.qui-footer .quinav{padding-bottom: 10px;text-align: center;}
.qui-footer .quinav a{margin:0 10px;}
.qui-footer .gaba{margin-left: 15px;}

.qui-prosearch{position: relative;top: 0;margin-top: 0;margin: 20px auto 25px;}

.qui-prosearch .qui-text{font-size: 14px;padding-left: 15px;}

.qui-prolist .ULLIST .li .h3{font-size: 16px;line-height: 42px;}
.qui-prolist .ULLIST .li .quidiv{line-height: 40px;}

}
.quibah{display: inline-block;vertical-align: top;}
.footH{ display: none;}
@media (max-width:640px){
.qui-prolist .ULLIST .li{width: 50%;}
.qui-prolist .ULLIST .li .quidiv{padding: 0 5px;}
.qui-prolist .ULLIST .li .h3{padding: 0 5px;}
.qui-footer .quinav{padding-bottom: 0;}
.qui-footer .quinav a{display: inline-block;vertical-align: top;margin: 0 5px;}
.qui-footer .quibox a{display: inline-block;vertical-align: top; font-size: 12px;}
.quibah{font-size: 12px;}
.qui-footer .quibox{line-height: 24px;text-align: center;padding-right: 0;}
.qui-footer .quibox .quilogo{position: relative;transform: translateY(0);-webkit-transform: translateY(0);top: 0;margin: 15px auto;text-align: center;}
.qui-footer .gaba{margin-left: 0;}

.qui-ban .qui-pc{display: none;}
.qui-ban .qui-wap{display: block;}
.qui-ban .quiinfo{font-size: 20px;}
/* .qui-footer{ position: fixed; left: 0; bottom: 0; width: 100%; z-index: 10;} */
.qui-footer{ padding: 5% 0 2% 0}
.qui-footer .quinav,
.qui-footer .quibox .quilogo,
.qui-footer .quitxt{ display: none;}
.qui-footer .wap{ display: block}
.qui-footer .wap .logo{ text-align: center}
.qui-footer .wap .logo img{width: 150px;}
.qui-footer .wap .link{ text-align: center; padding: 3% 0; position: relative}
.qui-footer .wap .link li{ float: left; width: 33.333%; padding: 0 1%}
.qui-footer .wap .link li a{ padding: 4% 0; display: block; border-radius: 6px; background: #56c3f1; color: #001a60; font-size: 16px;}
.qui-footer .wap .link li a img{ width: 30%; vertical-align: middle; margin-right: 5%}
.qui-footer .wap .link li span{ width: 60%; max-width: 165px;padding:10px; margin: auto; left: 0; right: 0; bottom: 60px; background: #fff; position: absolute; display: none; border: 1px solid #a1d9f7}
}

/* .RighInfo002254 为demo编号 */
.RighInfo002254{}
.RighInfo002254 .list_img{}
.RighInfo001774 .slick-slider { position:relative;z-index: 1; display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.RighInfo001774 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.RighInfo001774 .slick-list:focus {outline: none}
.RighInfo001774 .slick-list.dragging {cursor: pointer;cursor: hand;}
.RighInfo001774 .slick-slider .slick-track, 
.RighInfo001774 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.RighInfo001774 .slick-track {position: relative; top: 0; left: 0; display: block;}
.RighInfo001774 .slick-track:before, 
.RighInfo001774 .slick-track:after{display: table; content: '';}
.RighInfo001774 .slick-track:after{ clear: both;}
.RighInfo001774 .slick-loading .slick-track { visibility: hidden;}
.RighInfo001774 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.RighInfo001774 .slick-slide .slick-loading img { display: none;}
.RighInfo001774 .slick-slide .dragging img { pointer-events: none;}
.RighInfo001774 .slick-initialized .slick-slide { display: block;}
.RighInfo001774 .slick-loading .slick-slide { visibility: hidden;}
.RighInfo001774 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.RighInfo001774 .slick-arrow .slick-hidden { display: none;}

.RighInfo001774 .title{ color:#000; font-size:18px; border-bottom:1px solid #e5e5e5;padding:15px 0; margin-bottom:30px;}
.RighInfo001774 .list_img{float:left; width:42%;}
.RighInfo001774 .big li figure{ padding-bottom:100%; background-size:contain;}
.RighInfo001774 .small{ position: relative;margin-top: 30px;}
.RighInfo001774 .small .slick-arrow{ position:absolute; height:100%; top:0; width:25px; z-index:10; cursor:pointer; border: 0;background: none;padding: 0;}
.RighInfo001774 .small .slick-prev{ left:0;}
.RighInfo001774 .small .slick-next{ right:0;}
.RighInfo001774 .small .slick-disabled{ cursor:default;}
.RighInfo001774 .small .slick-arrow span{ font-size:20px; color:#ccc;}
.RighInfo001774 .small li figure{ margin:0 auto; padding-bottom:100%; background-size:contain;width:100%; border:1px solid #e5e5e5;cursor: pointer;}
.RighInfo001774 .small li.slick-current figure{ border-color:#58c4f2;}
.RighInfo001774 .small li{padding: 13px;}
.RighInfo001774 .small .ul{margin: -13px;}

.RighInfo001774 .intro{margin-left: 42%;padding-left: 105px;font-size: 16px;color: #666;}
.RighInfo001774 .intro dl{color:#666; display:table; width:100%; padding-bottom:25px;}
.RighInfo001774 .intro dt,
.RighInfo001774 .intro dd{ display:table-cell; vertical-align:top; line-height:30px;}
.RighInfo001774 .intro dt{ width:65px;font-weight: bold;}
.RighInfo001774 .intro .dl1{border-bottom: 1px solid #e0e1e1;padding-bottom: 20px;margin-bottom: 25px;}
.RighInfo001774 .intro .dl2 dt{line-height: 36px;}
.RighInfo001774 .intro dd .h3{font-size: 24px;color: #58c4f2; margin:0;}
.RighInfo001774 .intro dd a{float:left;border:1px dashed #ccc; margin-right:10px; text-align:center; line-height:34px;color:#666; cursor:pointer; padding:0 15px;}
.RighInfo001774 .intro dd a.on{border:1px solid #58c4f2;}
.RighInfo001774 .intro dd i{ display:inline-block;background: #e7161b;color: #fff;font-style: normal; font-size:12px;padding: 0 8px;}
.RighInfo001774 .intro dd .num{ height:30px; line-height:30px; width:50px; text-align:center;border: 1px solid #d9dbdb;padding: 0 5px;display: block;}
.RighInfo001774 .buy a{display:inline-block; font-size:20px;height:40px; line-height:40px; color:#666; font-weight:bold;text-align:center; padding:0 30px;border:1px solid #58c4f2;background:#58c4f2;min-width: 140px;}
.RighInfo001774 .buy a.gobuy{margin-right:10px;color:#fff;}
.RighInfo001774 .buy a.addcart{border-color:#e7e7e7;}


@media(max-width:1360px){
.RighInfo001774 .intro{padding-left: 3%;font-size: 16px;}
.RighInfo001774 .intro dl{padding-bottom: 2.5%;}
.RighInfo001774 .intro dd a{font-size: 14px;line-height: 26px;padding: 0 8px;}

.qui-main-boxall{padding: 45px 0;}

.RighInfo001774 .intro .dl1{padding-bottom: 15px;margin-bottom: 20px;}
.RighInfo001774 .intro dt, .RighInfo001774 .intro dd{line-height: 26px;}
.RighInfo001774 .intro dd .h3{font-size: 20px;}

.RighInfo001774 .intro .dl2 dt{line-height: 28px;}
.RighInfo001774 .intro dd .num{font-size: 12px;width: 40px;line-height: 24px;height: 26px;}

.RighInfo001774 .small li{padding: 2px;}
.RighInfo001774 .small .ul{margin: -2px;}

.RighInfo001774 .small{margin-top: 2vw;}
.RighInfo001774 .buy a.gobuy{font-size: 16px;font-weight: normal;min-width: 0;}

}
@media(max-width:1000px){
.RighInfo001774 .intro{width:55%; margin-right:0;}
}
@media(max-width:768px){
.RighInfo001774 .list_img,
.RighInfo001774 .guess_like,
.RighInfo001774 .faq,
.RighInfo001774 .intro{ float:none; width:auto; margin-bottom:3%;}
.RighInfo001774 .tableInfo dd{ width:50%;}
.RighInfo001774 .intro{margin-left: 0;padding-left: 0;padding-top: 2vw;}
}
@media(max-width:640px){
.qui-main-boxall,
.qui-main-box{padding: 30px 0;}

}

.map_con{width: 100%;height: calc(100vh - 52px);}

.RighInfo002275 { position: relative;z-index: 1;/* margin-top: 52px;*/}
.RighInfo002275 .text{ position: absolute;  left: 50.5%; top: 50%; width: 460px; z-index: 100;padding:30px 20px;margin-top:-200px;font-size: 14px; color:#fff;line-height: 32px;background:#011961 url(../images/conbg2.jpg) 90% bottom no-repeat;margin-left: -744px;max-width: 100%;}

.RighInfo002275 .text .title{ font-size: 36px; color: #fff;font-weight: bold;margin-bottom: 20px;}
.RighInfo002275 .text .p img{ width: 20px; display: inline-block;vertical-align: middle;margin-right: 10px; }
.RighInfo002275 .text .erweima{ width:85px;text-align: center;margin-top: 20px;font-size: 16px;}
.RighInfo002275 .text .erweima img{ margin-bottom: 5px;display: block;width: 100%;}

.BMap_Marker>div{overflow: visible!important;}
.BMap_Marker img{margin-top: -40px!important;margin-left:75px!important; width: 70%;}
@media(max-width:640px){
.BMap_Marker img{ width: 100px}
}

@media(max-width:1660px){
.RighInfo002275 .text{left: 5%;margin-left: 0;}
}
@media(max-width:1024px){
.map_con{height: 70vh;}
.RighInfo002275 .text{padding: 25px 20px;background-size: auto 35%; position: initial; margin-top: 0; width: 92%; margin: 3% auto;}
.RighInfo002275 .text .title{font-size: 30px;font-weight: normal;margin-bottom: 5px;}
.RighInfo002275 .text .erweima{margin-top: 15px;}
}
@media(max-width:640px){
.RighInfo002275 .text .title{font-size: 24px;}
}

.qui-newslist .ULLIST .li .qui-hover{display: block;position: relative;border: 1px solid #e3e3e3;overflow: hidden;min-height: 280px;font-size: 16px;color: #666;}
.qui-newslist .ULLIST .li:not(:last-child){margin-bottom: 50px;}
.qui-newslist .ULLIST .li .quiimg{width: 400px;position: absolute;height: 100%;left: 0;top: 0;overflow: hidden;}
.qui-newslist .ULLIST .li .quiinfo{margin-left: 400px;padding: 50px 55px 40px;text-align: justify;}
.qui-newslist .ULLIST .li .h3{font-size: 22px;color: #001a60;margin-bottom: 30px;}
.qui-newslist .ULLIST .li .quitxt{line-height: 30px;min-height: 60px;margin-bottom: 54px;}
.qui-newslist .ULLIST .li .span{float: right;color: #5cc4f1;padding-right: 26px;background: url(../images/newsico.jpg) right center no-repeat;}
.qui-newslist .ULLIST .li time{float: left;}
.qui-newslist .ULLIST .li .quimm{overflow: hidden;}
@media(max-width:1024px){
.qui-newslist .ULLIST .li .quiimg{width: 34%;}
.qui-newslist .ULLIST .li .quiinfo{margin-left: 34%;padding: 30px;}
.qui-newslist .ULLIST .li .qui-hover{min-height: 0;}
.qui-newslist .ULLIST .li .quitxt{margin-bottom: 20px;}
.qui-newslist .ULLIST .li .h3{margin-bottom: 20px;}
.qui-newslist .ULLIST .li:not(:last-child){margin-bottom: 20px;}

}
@media(max-width:500px){
.qui-newslist .ULLIST .li .quiimg{position: relative;width: 100%;height: auto;padding-bottom: 70%;}
.qui-newslist .ULLIST .li .quiinfo{margin-left: 0;padding: 15px 10px;}
.qui-newslist .ULLIST .li .h3{font-size: 18px;font-weight: normal;margin-bottom: 5px;}
.qui-newslist .ULLIST .li:not(:last-child){margin-bottom: 2vw;}
.qui-newslist .ULLIST .li .qui-hover{font-size: 14px;}
.qui-newslist .ULLIST .li .quitxt{line-height: 26px;min-height: 52px;margin-bottom: 10px;}
}

.RighInfo002228 .auto {
max-width:910px;margin: 0 auto;
}
.RighInfo002228 .single-header {
text-align:center;
}
.RighInfo002228 .single-header h1 {
font-size:20px;
margin:0 0 20px 0;color:#58c4f2 ;
line-height: 1.4;
font-weight:normal;
}
.RighInfo002228 .single-header h3 {
color:#999;
font-size:16px;
margin:0;
font-weight:normal;
position:relative;
}
.RighInfo002228 .single-header h3:after {
content:"";
display:block;
height:1px;
background-color:#f3eee9;
width:100%;
z-index:1;
margin-top:15px;
}
.RighInfo002228 .single-header h3 span {
position:relative;
z-index:2;
padding:0 30px;
background-color:#fff;
}
.RighInfo002228 .single-content {
text-justify:inter-ideograph;
text-align:justify;
word-wrap:break-word;
overflow:hidden;
font-size:16px;
line-height:24px;
color:#666;
padding-top:2%;
}
.RighInfo002228 .single-content p {
line-height: 1.9;
/* text-indent:2em; */
margin:0;
padding:10px 0;
}
.RighInfo002228 .single-content .no-textindent {
text-indent:0;
}
.RighInfo002228 .fr {
float:none;
}
.RighInfo002228 .col2+.col2 {
margin-top:10px;
}
@media(max-width:950px) {
.RighInfo002228 .auto {
padding:0 2%;
}
}
@media screen and (min-width:465px) {
.RighInfo002228 .col2 {
width:48%;
}
.RighInfo002228 .fr {
float:right;
}
.RighInfo002228 .col2+.col2 {
margin-top:0;
}
}
@media screen and (min-width:768px) {
.RighInfo002228 .single-header h1 {
font-size:24px;
}
.RighInfo002228 .single-header h3 {
font-size:18px;
}
.RighInfo002228 .single-content p {
padding:15px 0;
}
.RighInfo002228 .single-header h3:after {
background-color:#f3eee9;
position:absolute;
top:50%;
z-index:1;
margin-top:0;
}
}
@media screen and (min-width:1024px) {
.RighInfo002228 .single-header h1 {
font-size:30px;

}
}
.RighInfo002228 .img1 {    position: relative;
width: 100%;
}
.RighInfo002228 .img2, .img3, .img4 {
width: 31.5%;
margin-top: 20px;
}
.RighInfo002228 .img2, .img3 {
margin-right:2%;
}
.RighInfo002228 .single-content h2 {
color: #58c4f2;
font-weight: 500;
}
.RighInfo002228 dl.info-page.clearfix {
margin:4% 0;
}
.RighInfo002228 dl.info-page.clearfix .dot {
display: inline-block;
}
.RighInfo002228 dl.info-page.clearfix .dot:nth-child(2) {
float:right;
}
.RighInfo002228 .info-page.clearfix {
margin: 60px 0 0;
}

.RighInfo002228 .return{ width: 100px; padding:5px 0px; line-height: 2;border:1px solid #58c4f2; margin:62px auto; text-align: center;float: right;color: #58c4f2;}

@media(max-width:640px) {
.RighInfo002228 .single-header h1{margin-bottom: 15px;}
.RighInfo002228 .single-content h2{line-height: 1.4;}
.RighInfo002228 .img2, .img3, .img4{margin-top: 10px;margin-right: .5%;width: 31.333333333%;}
.RighInfo002228 .info-page.clearfix{margin-top: 20px;}
.RighInfo002228 .return{margin: 20px 0 0;float: none;display: block;padding: 0 10px;line-height: 38px;}

}

.qui-coopbox{font-size: 16px;color: #666;text-align: justify;}
.qui-coopbox .qui-warp{border-bottom: 1px solid #919091;padding-bottom: 85px;padding-top: 85px;position: relative;}

/*.qui-coopbox1{ margin-bottom: -3%;}*/
.qui-coopbox1 .quiinfo{ width: 48%;}
.qui-coopbox1 .quiinfo p{padding: 14px 0;}

.qui-nameall{font-size: 40px;font-weight: bold;padding-bottom: 35px;margin-bottom: 35px;position: relative;color: #001a60;line-height: 1;}
.qui-nameall:after{content: '';width: 58px;height: 2px;background: #757475;position: absolute;left: 0;top: 100%;}
.qui-nameall2:after{display: none;}
.qui-nameall2{padding-bottom: 0!important;}

.qui-coopbox2 .ULLIST{margin: -30px -55px;overflow: hidden;text-align: left;}
.qui-coopbox2 .ULLIST .li{width: 33.333333333%;float: left;color: #666;font-size: 16px;line-height: 30px;padding: 30px 55px;}
.qui-coopbox2 .ULLIST .li .h3{font-size: 20px;color: #5cc4f1;margin-bottom: 15px;}
.qui-coopbox2 .ULLIST .li:nth-child(3n+1){clear: both;}

.quitable{width: 100%;text-align: center;border-collapse: collapse;}
.quitable td{border: 1px solid #818081;line-height: 22px;padding: 15px;}

.qui-coopbox1 .quipic{width:54%;position: absolute;bottom: 0;}

.qui-coopbox3 .ULLIST{padding-bottom: 50px;padding-right: 22%;font-size: 0;}
.qui-coopbox3 .ULLIST .li{width: 49.95%;display: inline-block;vertical-align: top;font-size: 16px;padding: 10px 15px 10px 0;}
.qui-coopbox3 .ULLIST .li em{display: inline-block;vertical-align: middle;width: 24px;height: 24px;border-radius: 50%;text-align: center;color: #fff;background: #5cc4f1;font-style: normal;margin-right: 10px;}

.qui-coopbox4 .qui-divbox{padding-right: 36%;}
.qui-coopbox4 .ULLIST{font-size: 0;margin: -30px -60px;text-align: left;}
.qui-coopbox4 .ULLIST .li{width: 49.5%;display: inline-block;vertical-align: top;color: #666;font-size: 16px;line-height: 30px;padding: 30px 60px;}
.qui-coopbox4 .ULLIST .li .h3{font-size: 20px;color: #5cc4f1;margin-bottom: 15px;}

.qui-coopbox5 li{margin-right: 72px; float: left; position: relative; vertical-align: top;width: 80px; height: 80px;  color: #fff; text-align: center; border-radius: 50%; background-color: #5BC4F1; margin-bottom: 20px;}
.qui-coopbox5 li:not(:last-child)::before{content: '>'; position: absolute; color: #5BC4F1; right: -45px; top: 50%; transform: translateY(-50%); font-size: 30px;}
.qui-coopbox5 li span{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.qui-coopbox5 li:last-child{margin-right: 0;}
@media(max-width: 1400px){
	.qui-coopbox5 li{width: 70px; height: 70px; margin-right: 45px;}
	.qui-coopbox5 li:not(:last-child)::before{right: -25px; font-size: 20px;}
	.qui-coopbox5 li span{font-size: 12px;}
}
@media(max-width: 640px){
	.qui-coopbox5 li{width: 50px; height: 50px; margin-right: 20px;}
	.qui-coopbox5 li:not(:last-child)::before{right: -15px; font-size: 20px;}
	.qui-coopbox5 li span{font-size: 12px; line-height: 1.2;}
}

.qui-formbox{padding-top: 20px;}
.qui-formbox .ULLIST{margin: -8px -15px;}
.qui-formbox .li{width: 33.33333333333%;padding: 8px 15px;float: left;color: #666;font-size: 16px;}
.qui-formbox .li2{width: 100%;}
.qui-formbox .li1{width: 100%;}
.qui-formbox .li .quitt{float: left;line-height: 42px;}
.qui-formbox .li .quiint{margin-left: 90px;}
.qui-formbox .li .quiint.qui-text{width: auto;}
.qui-formbox .li .quiint.qui-text select{display: inline-block;vertical-align: top;height: 36px;line-height: 36px;margin-top: 2px;font-size: 16px;color: #666;margin-right:110px;}
.qui-formbox .li .quiint.qui-text select:last-child{margin-right: 0;}
.qui-formbox .qui-text{color: #666;border: 1px solid #7b7b7b;padding: 0 20px;line-height: 40px;border-radius: 6px;font-size: 16px;}
.qui-formbox textarea.qui-text{line-height: 20px;padding: 10px 20px;}
.qui-formbox .qui-text:focus{border-color: #5cc4f1;}
.qui-formbox .liBtn{margin-top: 50px;text-align: center;}
.qui-btn-df{cursor: pointer;background: #fff;color: #5cc4f1;font-size: 16px;border: 2px solid #5cc4f1;border-radius: 6px;min-width: 126px;text-align: center;display: inline-block;vertical-align: top;line-height: 40px;}
.qui-btn-df:hover{color: #fff;background: #5cc4f1;}
.qui-coopbox{overflow: hidden;}
@media(max-width:1200px) {
.qui-coopbox2 .ULLIST .li{padding: 1%;}
.qui-coopbox2 .ULLIST{margin: -1%;}
.qui-coopbox4 .ULLIST .li{padding: 1%;}
.qui-coopbox4 .ULLIST{margin: -1%;}
.qui-formbox .li .quiint.qui-text select{margin-right: 20px;}
.qui-formbox .liBtn{margin-top: 10px;}
.qui-formbox{padding-top: 0;}
.qui-coopbox3 .ULLIST{padding-right: 0;padding-bottom: 2vw;}
.qui-coopbox4 .qui-divbox{padding-right: 0;}

}
@media(max-width:1024px) {
.qui-coopbox .qui-warp{padding-top: 45px;padding-bottom: 45px;}

.qui-nameall{font-size: 30px;padding-bottom: 20px;margin-bottom: 20px;}
.qui-coopbox1 .quiinfo p{padding: 2px 0;}

.qui-coopbox2 .ULLIST .li .h3{margin-bottom: 6px;}
.qui-coopbox4 .ULLIST .li .h3{margin-bottom: 6px;}

}
@media(max-width:800px) {
	.qui-formbox{max-width: 500px;margin: 0 auto;}
	.qui-formbox .li{width: 100%;}

	.qui-coopbox .qui-warp{padding-top: 6%;padding-bottom:6%;}
	.qui-nameall{font-size: 20px;text-align: center;}
	.qui-nameall:after{left: 50%;margin-left: -29px;}

.qui-coopbox1 .quiinfo{padding-bottom: 10px;}
.qui-coopbox1 .quipic{display: table-footer-group;position: relative;padding-bottom: 3%}

.qui-coopbox2 .ULLIST .li{width: 50%;line-height: 24px;font-size: 12px;}
.qui-coopbox2 .ULLIST .li:nth-child(3n+1){clear: none;}
.qui-coopbox2 .ULLIST .li:nth-child(2n+1){clear: both;}
.qui-coopbox2 .ULLIST .li .h3{font-size: 18px;font-weight: normal;margin-bottom: 2px;}

.qui-coopbox3 .ULLIST{margin: -1%;}
.qui-coopbox3 .ULLIST .li{padding: 1%;font-size: 14px;width: 100%;}

.quitable td{font-size: 12px;padding: 6px 2px;line-height: 18px;}
.qui-coopbox4 .ULLIST .li{width: 50%;line-height: 24px;font-size: 12px;}
.qui-coopbox4 .ULLIST .li .h3{font-size: 18px;font-weight: normal;margin-bottom: 2px;}

.qui-formbox .li .quiint{margin-left: 80px;}

.qui-formbox .qui-text{padding: 0 12px;}
.qui-formbox .li .quiint.qui-text select{margin-right: 0;display: block;margin-bottom: 5px;border: 1px solid #7b7b7b;width: 100%;border-radius: 6px;padding: 0 12px;line-height: 40px;height: 42px;}
.qui-formbox .li .quiint.qui-text select:last-child{margin-bottom: 0;}
.qui-formbox .li .quiint.qui-text{height: auto;min-height: 42px;border: 0;padding: 0;}
.qui-formbox textarea.qui-text{padding: 10px 12px;}
.qui-formbox .liBtn{margin-top: 0;}
.qui-btn-df{border-width: 1px;}

}
@media(max-width: 640px){
	.qui-coopbox1 .quiinfo p{font-size: 14px;}
}


.qui-nameabt{font-size: 48px;font-weight: bold;padding-bottom: 35px;margin-bottom: 36px;position: relative;color: #1e2d65;line-height: normal;text-align: center;}
.qui-nameabt:after{content: '';width: 50px;height: 2px;background: #ccc;position: absolute;left: 50%;top: 100%;margin-left: -25px;}

.qui-aboutbox{background-position: center;background-size: cover;background-repeat: no-repeat; position: relative;}
.qui-aboutbox .divDot{ position: absolute; left: 0; bottom: 20px; width: 100%; z-index: 100;}
.qui-aboutbox .quitxt{font-size: 16px;line-height: 30px;}

.qui-aboutbox1{/*padding: 120px 0 130px;background: url(../images/mainbg.jpg) top center no-repeat;*/}

.qui-aboutbox1 .quitxt{color: #666;text-align: center}
.qui-aboutbox1 .quiimg{margin-top: 75px;}

.qui-aboutbox2{padding: 120px 0 160px;background: url(../images/abtbg2.jpg) top center no-repeat;color: #fff;text-align: center;background-size: cover;position: relative;}
.qui-aboutbox2 .qui-divbox img{position: absolute;bottom: 0;left: 19.6354166667%;width: 14.0625%;}
.qui-aboutbox2 .qui-nameabt{color: #5cc4f1;}
.qui-aboutbox2 .qui-nameabt .quisub{font-size: 40px;margin-top: 20px;font-size: 40px;font-weight: normal;}
.qui-aboutbox2 .quitxt{max-width: 800px;margin: 0 auto;position: relative;z-index: 1;}

.slick-arrow{width: 32px;height: 32px;position: absolute;top: 50%;margin-top: -16px;z-index: 9;cursor: pointer;border: 0;background: center no-repeat;background-size: contain;overflow: hidden;text-indent: -99em;}
.slick-prev{left: 6.77083333333%;background-image: url(../images/hbtn1.png);}
.slick-next{right: 6.77083333333%;background-image: url(../images/hbtn2.png);}

/* @media(min-width: 1025px){ */
	.qui-homeban .slick-arrow{height: 100%; top: 0; width: 10%;}
	.qui-homeban .slick-prev{left: 0; background-image: none;}
	.qui-homeban .slick-prev::before{content: ''; background: url(../images/left-arrow-icon.png)no-repeat center #001960; width: 40px; height: 40px; position: absolute; top: 50%; right: 0; border-radius: 50%; opacity: 0; transition: all .3s;}
	.qui-homeban .slick-prev:hover::before{opacity: 1;}
	.qui-homeban .slick-next{right: 0; background-image: none;}
	.qui-homeban .slick-next::before{content: ''; background: url(../images/right-arrow-icon.png)no-repeat center #001960; width: 40px; height: 40px; position: absolute; top: 50%; left: 0; border-radius: 50%; opacity: 0; transition: all .3s;}
	.qui-homeban .slick-next:hover::before{opacity: 1;}
/* } */
@media(max-width: 640px){
	.qui-homeban .slick-prev::before,
	.qui-homeban .slick-next::before{width: 35px; height: 35px; background-size: 30%; top: 60%;}
}


.qui-aboutbox6{background-image: url(../images/abtbg6.jpg);background-position: bottom center;}
.qui-txthover .ULLIST{margin: -12px;overflow: hidden;padding-top: 120px;}
.qui-txthover .ULLIST .li{width: 25%;float: left;padding: 12px;}
.qui-txthover .ULLIST .li .qui-hover{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 206.666666667%;cursor: unset;}
.qui-txthover .ULLIST .li .qui-hover:hover .qui-imgbg{-webkit-transform:scale(1);transform:scale(1);}
.qui-txthover .ULLIST .li .quiinfo1{position: absolute;z-index: 2;top: 0;right: 25px;min-width: 130px;color: #fff;padding: 20px 10px;text-align: center;line-height: 1;background: #001a60;max-width: 50%;}
.qui-txthover .ULLIST .li .quiinfo1 .h3{font-size: 24px;margin-bottom: 10px;}
.qui-txthover .ULLIST .li .quiinfomm{position: absolute;left: 0;top: 0;background: #5cc4f1;color: #fff;z-index: 5;height: 100%;padding:50px 30px;text-align: justify;opacity: 0;}
.qui-txthover .ULLIST .li .quiinfomm .h3{font-size: 46px;line-height: 1.2;margin-bottom: 24px;color: #001a60;text-align: center;}
.qui-txthover .ULLIST .li .quiinfomm .p{color: #001a60;text-align: center;position: relative;font-size: 26px;line-height: 1.2;margin-bottom: 18px;padding-bottom: 18px;}
.qui-txthover .ULLIST .li .quiinfomm .p:after{content: '';width: 30px;height: 2px;position: absolute;left: 50%;margin-left: -15px;bottom: 0;background: #fff;}
.qui-txthover .ULLIST .li .quiinfomm .quitxt{max-height: 420px;font-size: 15px;line-height: 1.875;}
.qui-txthover .ULLIST .li .qui-hover:hover .quiinfomm{opacity: 1;}

.qui-txthover .ULLIST .li2{width: 50%;}
.qui-txthover .ULLIST .li2 .qui-hover{padding-bottom: 100%!Important;height: 0!important;}

.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .h3{font-size: 46px;line-height: 1.2;margin-bottom: 24px;}
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .p{font-size: 26px;line-height: 1.2;margin-bottom: 18px;padding-bottom: 18px;}
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm{padding: 80px 56px;}
.qui-homeser .qui-txthover .ULLIST .li2 .quiinfomm{padding: 145px 120px 60px;}
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .quitxt{line-height: 1.5;text-align: justify;max-height: 300px;}



@media(max-width:1360px) {
.qui-aboutbox1{padding: 45px 0;}
.qui-nameabt{font-size: 40px;padding-bottom: 20px;margin-bottom: 20px;}
.qui-aboutbox1 .quiimg{margin-top: 20px;}

.qui-aboutbox2{padding: 45px 0;}

.qui-aboutbox2 .qui-divbox img{left: 2%;}
.qui-aboutbox2 .qui-nameabt .quisub{font-size: 30px;margin-top: 10px;}

.qui-txthover .ULLIST{padding-top: 25px;margin: -4px;}
.qui-txthover .ULLIST .li{padding: 4px;}
.qui-txthover .ULLIST .li .quiinfo1{right: 5px;}

.qui-txthover .ULLIST .li .qui-hover{padding-bottom: 0;height: 500px;}
.qui-txthover .ULLIST .li .quiinfomm{padding: 35px 15px;font-size: 14px;}
.qui-txthover .ULLIST .li .quiinfomm .quitxt{max-height: 330px;}

}
@media(max-width:1024px) {
.qui-txthover .ULLIST .li .quiinfo1 .h3{font-size: 20px;}

}
@media(max-width:800px) {
.qui-txthover .ULLIST .li{width: 50%;}

}
@media(max-width:640px) {
.qui-nameabt{font-size: 20px;line-height: 1.2;padding-bottom: 16px;margin-bottom: 16px;}
.qui-aboutbox .quitxt{line-height: 28px; font-size: 14px;}
.qui-aboutbox .quitxt p{display: inline;}
.qui-aboutbox2 .qui-nameabt .quisub{font-size: 18px;}

.qui-aboutbox1,
.qui-aboutbox2{padding: 30px 0;}
.qui-aboutbox2 .qui-divbox img{display: none;}

.qui-txthover .ULLIST .li .qui-hover{padding-bottom: 206.666666667%;height: 0;}
.qui-txthover .ULLIST .li .quiinfomm .quitxt{max-height: none;padding-right: 0!important;font-size: 13px;}
.qui-txthover .ULLIST .li .quiinfomm{ width: 100%; max-height: 100%;overflow: auto;padding: 20px 10px;}
.qui-txthover .ULLIST .li .quiinfomm .h3{font-size: 20px;margin-bottom: 5px;}
.qui-txthover .ULLIST .li .quiinfomm .p{ font-size: 16px;}
}

.qui-homeban{position: relative;}
.qui-homeban .quiinfo{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 19.0625%;font-size: 16px;color: #fff;line-height: 30px;max-width: 100%;}
.qui-homeban .quiinfo>a{display: inline-block;vertical-align: top;padding: 0 15px;line-height: 30px;border-radius: 4px;border: 1px solid #fff;text-align: center;min-width: 90px;color: #fff;}
.qui-homeban .quiinfo>a:hover{background: #1e2d65;border-color: #1e2d65;}
.qui-homeban .quiinfo .quitxt{margin: 10px 0 20px;}
.qui-homeban .quiinfo h3{font-size: 48px; line-height: normal;}
.qui-homeban .quiinfo2{max-width: 540px;left: 19.0625%;}
.qui-homeban .divDot{ position: absolute; left: 0; bottom: 20px; width: 100%; z-index: 10;}
.qui-homeban.qui-homeban22 .qui-warp{position: absolute; left: 50%; top: 0; height: 100%; width: 96%; transform: translateX(-50%);}
.qui-homeban.qui-homeban22 .quiinfo,
.qui-homeban.qui-homeban22 .quiinfo2{left: 0!important;}

.qui-homeban-full .li>a>.quiwap{ display: none; width: 100%}
@media(min-width:1201px) {
.qui-homeban-full .li{height: 100vh!important;}
.qui-homeban-full .li>a{position: absolute;left: 0;top: 50%;width: 100%;min-height: 100vh;transform: translateY(-50%);-webkit-transform: translateY(-50%);background: center no-repeat;background-size: cover;}

.qui-homeban-full .li>a>.quipc{position: absolute;left: 0;top: 50%;width: 100%;min-height: 100vh;transform: translateY(-50%);-webkit-transform: translateY(-50%);object-fit: cover;}

}

@media(max-width:1200px) {
	.qui-homeban .quiinfo h3{font-size: 20px;font-weight: normal;}
	.qui-homeban .quiinfo2{max-width: 50%;left: 2%;max-height: 92%;overflow: auto;font-size: 14px;line-height: 22px;}
.qui-homeban .quiinfo>a{font-size: 12px;min-width: 60px;line-height: 26px;}
.qui-homeban22 .li>img{min-height: 220px;object-fit: cover;}
.qui-homeban-full .li>a>.quipc{ display: none}
.qui-homeban-full .li>a>.quiwap{ display: block}
.fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{height: auto!important;}

}
@media(max-width: 1024px){
	.qui-homeban .divDot{bottom: 80px;}
}

@media(max-width:640px) {
	.qui-homeban .quiinfo2{max-width: 96%;}
	.qui-homeban .quiinfo .quitxt{margin: 2px 0;}
}

.qui-homeban .quiinfo img{display: inline-block;width: auto;opacity: 0;transform: scale(.2);-webkit-transform: scale(.2);max-height: 90%;max-width: 90%;-webkit-transition:all .8s ease-out;transition:all .8s ease-out;}
.qui-homeban .slick-current .quiinfo img{transform: scale(1);-webkit-transform: scale(1);opacity: 1;}

.qui-homenum{padding: 50px 0;background: #fff;}
.qui-homenum .ULLIST{overflow: hidden;}
.qui-homenum .ULLIST .li{text-align: center;font-size: 20px;color: #5cc4f1;line-height: 1; display: inline-block;}
.qui-homenum .ULLIST .li .con{ padding: 0 40px;}
.qui-homenum .ULLIST .li .qui1{font-size: 100px;font-weight: bold;padding-bottom: 5px;}
.qui-homenum .ULLIST .li .qui1 *{font-style: normal;}
.qui-homenum .ULLIST .li .f90{ font-size: 90px;}
.qui-homenum .ULLIST .li .f80{ font-size: 80px;}
.qui-homenum .ULLIST .li .f70{ font-size: 70px;}
.qui-homenum .ULLIST .li .top{ vertical-align: top;}

.qui-homesol{background: url(../images/homebg3.jpg) top center no-repeat;/*padding: 190px 0 175px;*/background-size: cover;}
.qui-homesol .quipic{width: 44.2307692308%;}
.qui-homesol .quipic .quiwap{display: none;}
.qui-homesol .quipic:hover .quipc{display: none;}
.qui-homesol .quipic:hover .quiwap{display: inline-block;}

.qui-homesol .quiinfo{padding-right: 140px;font-size: 18px;text-align: justify;color: #666;}
.qui-homesol .quiinfo h3{color: #1e2d65;font-size: 48px;margin-bottom: 2%;line-height: normal;}
.qui-homesol .quiinfo h4{color: #5cc4f1;font-size: 40px;font-weight: normal;margin-bottom: 27px;line-height: normal;}
.qui-homesol .quiinfo p{padding-right: 20px;}
.qui-homesol .quitxt{ line-height: 30px;}

.lxwm .qui-float{display: none;}
/*悬浮*/
.qui-float{position: fixed;right: 0;/*top: 50%;margin-top: -171px;*/bottom:0;width: 117px;height:300px;background: url(../images/frimg2.png) top center no-repeat;text-align: center;z-index: 99; }
.qui-float dl{ position: relative;}
.qui-float dt{ width: 60px;height:60px; margin: auto; cursor: pointer; background:no-repeat center center}
.qui-float dd{ display: none; position: absolute; right: 115px; top: 0; width: 173px; padding:10px 5px; border: 1px solid #a1d9f7; background-color: #fff;}
.qui-float dd span{ padding:5px 0;display: block;}
.qui-float .quiimg{ padding-top: 70px;}
.qui-float .quiimg dt{background-image: url("../images/fltico5.png")}
.qui-float .store dt{background-image: url("../images/store.jpg")}
.qui-float .store dd{ width: 180px; bottom: 0; top: auto}
.qui-float .store a{ display: block;}
.qui-float .store span img{ width: 100%}
.qui-float .quitel dt{background-image: url(../images/fltico3.png);}
.qui-float .top a{ display: block; height: 45px;}
.qui-float .quiGoTop{background: url(../images/fltico4.png) no-repeat center;}
.qui-float .quiGoTopbtn{ display: none;}
#fullpage .qui-float{ display: none;}
.fullpageRight .qui-float .quiGoTopbtn{ display: block;}
.fullpageRight .qui-float .quiGoTopon{ display: none;}
@media(max-width:1360px) {
.qui-float{right: 10px;}
}
@media(max-width:1024px) {
.qui-float{display: none;}
}

.qui-homeser{padding: 170px 0 160px;background: url(../images/hbg3.jpg) top center no-repeat;color: #fff;background-size: cover;}
.qui-homeser .qui-divbox{text-align: center;position: relative;padding-bottom: 140px;}
.qui-homeser .qui-divbox .quitxt{font-size: 20px;line-height: 30px;max-width: 750px;margin: 0 auto;position: relative;z-index: 1;}
.qui-homeser .qui-nameabt{color: #5cc4f1;}
.qui-homeser .qui-nameabt:after{background: #fff;}
.qui-homeser .quisub{color: #5cc4f1;font-size: 40px;margin-top: 25px;font-weight: normal; line-height: 30px;}
.qui-homeser .qui-divbox>img{position: absolute;left: 5%;bottom: 0;width: 20.3846153846%;}
.qui-homeser .qui-divbox2 .ULLIST{padding-top: 0;}

.qui-homelg{overflow: hidden;background: #fff;padding: 100px 0;}
@media(min-width:1200px) {
.qui-homelg{min-height: 100vh;padding: 120px 0;}
}
.qui-homelg .quitxt{max-width: 740px;color: #666;text-align: center;line-height: 1.875;font-size: 16px;margin: 0 auto 50px;}
.qui-homelg .ULLIST .li{width: 14.2857142857%;float: left;padding: 20px;}
.qui-homelg .qui-divbox{overflow: hidden;position: relative;}
.qui-homelg .qui-divbox:after,
.qui-homelg .qui-divbox:before{position: absolute;top: 0;height: 100%;width: 200px;background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);right: 0;content: '';z-index: 10;}
.qui-homelg .qui-divbox:before{left: 0;background: linear-gradient(-90deg,hsla(0,0%,100%,0) 0,#fff);}

.qui-homelg .ULLIST{overflow: hidden;margin: -20px;}
.qui-homelg .ULLIST .li .qui-hover{display: block;background: #fff;}
.qui-homelg .ULLIST .li .qui-ytable-cell{height: 80px;padding: 5px;text-align: center;}
.qui-homelg .ULLIST .li .qui-ytable-cell img{max-height: 70px;}

.qui-homenews{padding: 70px 105px;background: #001a60 url(../images/hnewsbg.jpg) top center no-repeat;background-size: cover;overflow: hidden;}
.qui-homenews .ULLIST .li .qui-hover{display: block;font-size: 16px;color: #fff;text-align: center;}
.qui-homenews .ULLIST .li .qui-pic{padding-bottom: 53.5714285714%;}
.qui-homenews .ULLIST .li .h3{color: #fff;font-size: 18px;font-weight: normal;margin:40px 0 15px;}
.qui-homenews .ULLIST .li:hover .h3{color: #5cc4f1;}
.qui-homenews .ULLIST .li{padding: 7px;opacity: .25; position: relative;}
.qui-homenews .ULLIST .li::before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100;}
.qui-homenews .ULLIST .li .h3{opacity: 0;}
.qui-homenews .ULLIST .li .quimm{opacity: 0;}
/*.qui-homenews .ULLIST{margin: -7px;overflow: visible;}*/
.qui-homenews .slick-list{overflow: visible;margin: -7px;}
.qui-homenews .ULLIST .slick-current{opacity: 1;}
.qui-homenews .ULLIST .slick-current::before{ display: none;}
.qui-homenews .ULLIST .slick-current .h3{opacity: 1;}
.qui-homenews .ULLIST .slick-current .quimm{opacity: 1;}

/* @media(min-width: 1025px){ */
.qui-homenews .slick-arrow{height: 75%; top: 0; width: 50px;}
.qui-homenews .slick-prev{background-image: none; left: 0;}
.qui-homenews .slick-prev::before{content: ''; width: 40px; height: 40px; background: url(../images/left-arrow-icon.png)no-repeat center #134ce9; border-radius: 50%; position: absolute; right:0; top: 50%; opacity: 0; transition: all .3s;}
.qui-homenews .slick-prev::before{opacity: 1;}
.qui-homenews .slick-next{background-image: none; right: 0;}
.qui-homenews .slick-next::before{content: ''; width: 40px; height: 40px; background: url(../images/right-arrow-icon.png)no-repeat center #134ce9; border-radius: 50%; position: absolute; left: 0; top: 50%; opacity: 0; transition: all .3s;}
.qui-homenews .slick-next::before{opacity: 1;}
/* } */
@media(max-width: 640px){
	.qui-homenews .slick-arrow{margin-top: 0;}
	.qui-homenews .slick-prev::before,
	.qui-homenews .slick-next::before{top: 45%;}
}

.divDot{position: relative;margin-top: 30px;text-align: center;font-size: 0;line-height: 8px;}
.divDot li{display: inline-block;vertical-align: top;cursor: pointer;width: 8px;height: 8px;border-radius: 50%;background: #fff;margin: 0 7px;}
.divDot li.slick-active{background: #5cc4f1;}
.divDot li button{display: none;}
@media (max-width: 1660px){
.qui-homenum .ULLIST .li .qui1{font-size: 60px;}
	.qui-homesol .quiinfo{padding-right: 3%;}
	.qui-homesol{padding: 60px 0;}
	.qui-homenum .ULLIST .li .f90{ font-size: 50px;}
	.qui-homenum .ULLIST .li .f80{ font-size: 40px;}
	.qui-homenum .ULLIST .li .f70{ font-size: 30px;}
}
@media (max-width: 1360px){
	.qui-homeser .qui-txthover .ULLIST .li .quiinfomm{padding: 40px 20px;}
	.qui-homeser .qui-txthover .ULLIST .li2 .quiinfomm{padding: 100px 45px;}
	.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .h3{font-size: 26px;margin-bottom: 16px;}
	.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .p{padding-bottom: 12px;margin-bottom: 12px;font-size: 18px;}

	.qui-homeser{padding: 45px 0;}
	.qui-homeser .qui-divbox{padding-bottom: 30px;}
	.qui-homeser .qui-divbox>img{display: none;}

	.qui-homenews{padding: 45px 0;}

	.qui-homenews .ULLIST .li{padding: 1px;}
	.qui-homenews .slick-list{margin: -1px;}
	.qui-homenews .ULLIST .li .h3{margin: 15px 0 5px;font-size: 16px;}
	.qui-homenews .ULLIST .li .qui-hover{font-size: 14px;}

	.divDot{margin-top: 15px;}


}
@media (max-width: 1024px){
	.qui-homeser .qui-txthover .ULLIST .li .quiinfomm{padding: 40px 20px;}
	.qui-homeser .qui-txthover .ULLIST .li2 .quiinfomm{padding: 60px 20px;}

.qui-homeser .qui-divbox .quitxt{font-size: 16px;}

	.qui-homesol{padding: 45px 0;}

.qui-homesol .quiinfo h3{font-size: 26px;}

.qui-homesol .quiinfo h4{font-size: 20px;}
.qui-homesol .quiinfo{font-size: 16px;}

.qui-homenum{padding: 30px 0;}
.qui-homenum .ULLIST .li{font-size: 16px;}
/* .qui-homenum .ULLIST .li .qui1{font-size: 40px;font-weight: normal;}
.qui-homenum .ULLIST .li .f90{ font-size: 30px;}
	.qui-homenum .ULLIST .li .f80{ font-size: 26px;}
	.qui-homenum .ULLIST .li .f70{ font-size: 20px;} */
.qui-homelg{padding: 45px 0;}
.qui-homelg .quitxt{margin-bottom: 30px;}
.qui-homelg .ULLIST .li{padding: 2px;}
.qui-homelg .ULLIST{margin: -2px;}

}
@media (max-width: 900px){
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm{overflow: auto;max-height: 100%;}
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .quitxt{max-height: none;}
	.qui-homeser .qui-txthover .ULLIST .li .quiinfomm{padding: 30px 20px;}
.qui-homeser .quisub{font-size: 16px;margin-top: 6px;}
.qui-homeser .qui-divbox .quitxt{font-size: 14px;}
.qui-homeser .qui-divbox .quitxt p{display: inline;}
.qui-homeser .qui-divbox{padding-bottom: 20px;}

.qui-homelg .ULLIST .li .qui-ytable-cell{height: 70px;}
.qui-homelg .ULLIST .li .qui-ytable-cell img{max-height: 60px;}
.qui-homenum .ULLIST .li .con{ padding: 0 20px;}
.qui-homenum .ULLIST .li .qui1{font-size: 50px;}
	.qui-homenum .ULLIST .li .f90{ font-size: 40px;}
	.qui-homenum .ULLIST .li .f80{ font-size: 30px;}
	.qui-homenum .ULLIST .li .f70{ font-size: 20px;}
}
@media (max-width: 640px){
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .h3{font-size: 20px;margin-bottom: 8px;font-weight: bold;}
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .p{font-size: 16px;padding-bottom: 10px;margin-bottom: 10px;}
.qui-homeser .qui-txthover .ULLIST .li .quiinfomm .quitxt{font-size: 12px;}
	.qui-homeser .qui-txthover .ULLIST .li .quiinfomm{padding: 24px 14px;}

.qui-txthover .ULLIST .li .quiinfo1{padding: 10px 2px;width: 100px;right: 0;}
	.qui-txthover .ULLIST .li .quiinfo1 .h3{font-size: 16px;margin-bottom: 6px;}
	.qui-txthover .ULLIST .li .quiinfo1 .p{font-size: 12px;}
.qui-homeser .qui-txthover .ULLIST .li2{width: 100%;}

.qui-homesol .quiinfo{padding-right: 0;padding-bottom: 15px;}
.qui-homesol .quiinfo p{padding-right: 0; font-size: 14px; line-height: 1.8;}
.qui-homesol .quipic{display: table-footer-group;}

.qui-homenum{padding: 10px 0;}
.qui-homenum .ULLIST .li .qui1{font-weight: normal;}
.qui-homesol .quiinfo h3{font-size: 20px; margin-bottom: 8px;}
.qui-homesol .quiinfo h4{font-size: 18px; margin-bottom: 6px;}
.qui-homesol{padding: 30px 0;}

.qui-homelg .quitxt{font-size: 14px;}
.qui-homelg{padding: 30px 0;}
.qui-homelg .quitxt{margin-bottom: 20px;}
.qui-homelg .ULLIST .li{width: 25%;}
.qui-homelg .ULLIST .li .qui-ytable-cell{height: 50px;padding: 3px;}
.qui-homelg .ULLIST .li .qui-ytable-cell img{max-height: 44px;}

	.qui-homenews{padding: 30px 6% 6%;}
	/* .qui-homenews .slick-arrow{margin-top: -60px;} */


	}


.ul202201071042{position: relative;width: 100%;max-width: 772px;display: inline-block;vertical-align: top;}
.ul202201071042 .li{width: 24.3523316062%;height: 54.3352601156%;position: absolute;background: #fff;border-radius: 50%;border: 2px solid #5ac3f0;text-align: center;}
.ul202201071042 .li .qui1{font-size: 28px;font-weight: bold;color: #5ac3f0;position: absolute;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 0;width: 100%;padding: 5px;max-height: 100%;top: 50%;}
.ul202201071042 .li .qui2{display: block;color: #fff;line-height: 1.25;text-align: center;font-size: 24px;position: absolute;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 0;width: 100%;padding: 10px;max-height: 100%;top: 50%;display: none;}

.ul202201071042 .li1{left: 18.9119170984%;top: 0;}
.ul202201071042 .li2{right: 19.0414507772%;top: 0;}
.ul202201071042 .li3{left: 0%;bottom: 0;}
.ul202201071042 .li4{left: 37.8238341969%;bottom: 0;}
.ul202201071042 .li5{right: 0%;bottom: 0;}

.ul202201071042 .li:hover{background: #0a1464;border-color: #0a1464;}
.ul202201071042 .li:hover .qui1{display: none;}
.ul202201071042 .li:hover .qui2{display: block;}


@media (max-width: 900px){
.ul202201071042 .li .qui1{font-weight: normal;font-size: 20px;}
}
@media (max-width: 640px){
	.ul202201071042 .li .qui1{font-size: 14px;}
	.ul202201071042 .li .qui2{font-size: 12px;}

}
.AboutBox .qui-top-boxH{ display: none;}
@media (max-width: 1024px){
.AboutBox .qui-top-boxH{ display: block}
}
@media (min-width: 1025px){
	.hidden{ overflow: hidden;}
	.aboutBanner,
	.section .qui-ban{ height: 100%; }
	.section .qui-ban{ padding-top: 49px;}
}



