@charset "utf-8";

/*全局初始化样式*/
body{font-size:14px;line-height:24px;font-family:'苹方','Microsoft YaHei','SimHei','Arial','helveticaNeue','Sans-serif';color:#333;width:100%;min-width:320px;zoom:1;/*禁用Webkit内核浏览器的文字大小调整功能*/-webkit-text-size-adjust:none;/*取出点击出现半透明的灰色背景*/-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight:rgba(0,0,0,0);/*设置字体的抗锯齿或者说光滑度*/-webkit-font-smoothing:antialiased;/*整个页面都禁止选择*/-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow-x:hidden;padding:0;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box; background: #fff;}
:after,
:before,
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
input:-moz-placeholder,
textarea:-moz-placeholder{color:#ccc;opacity:1;}
input::-moz-placeholder,
textarea::-moz-placeholder{color:#ccc;opacity:1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color:#ccc;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color:#ccc;}



/* 2024-06-03 新增*/
.qui-home-ban.inner-ban .ULLIST .li 
.qui-home-ban.inner-ban .ULLIST .li .bcpicbg img { height: 560px; }
.qui-home-ban.inner-ban .ULLIST .li .bcpicbg img.wap{ width:100%; height:auto; }

.bccont { max-width:1280px; padding:32px 0 74px; background:url(../images/bc-cont2-bg.png) center center no-repeat; border:1px #e5e5e5 solid; margin:40px auto; position:relative; z-index:1;  }
.bcxjbg { position:absolute; top:0px; width:100%; z-index:-10; left:0; height:100%; }
.crf {content: ""; display:table; clear:both; }

.bcewm { display:inline-block; width:40%; margin:0 4%; text-align:center; font-size:16px; z-index:10; }
.bcewm .wap { display: none; }
.bcewm p { font-weight: bold; }
.bgtit { margin:20px auto; text-align:center; font-size:32px; font-weight:bold; }
.bgtit .bdtit { font-size:40px; color:#e94e1a; }
.btnkefu { color:#333; width:160px; height:40px; line-height:40px; font-size:18px; background-color:#fff; border-radius:44px; text-align:center; display:block; font-size:16px; margin:10px auto; }
.clorg { color:#fff;}


.bccxbox,.bctsbox { max-width:1280px; text-align:center; margin:0 auto; position:relative; padding:0px 0 40px; }
.bccx { display:inline-block; width:calc(24.11% - 2px); margin-right:1%; border:1px #e5e5e5 solid; }
.bcts { display:inline-block; width:49%; margin-right:1%; margin-bottom:24px; }
.bctitle { margin:40px auto; font-size:40px; font-weight:bold; color:#e94e1a; text-align:center; }
.bccxbox .last,.bctsbox .last {  margin-right:0px; }

@media(max-width:1080px){
	.bccx { width:calc(24% - 2px); margin-right:1%; border:1px #e5e5e5 solid; }
}

@media(max-width:640px){
	.qui-home-ban.inner-ban.bcbanner .ULLIST .li { height:auto; }
	.qui-home-ban.inner-ban .ULLIST .li .bcpicbg img.wap{ width:100%; height:auto; }
	.qui-home-ban.inner-ban .ULLIST .li .bcpicbg img { height: 400px; }
	.bccont {max-width:calc(100% - 2px); padding:10px 0; margin:24px auto;background:url(../images/bc-cont2-bg2.png) center center no-repeat; background-size:auto 100%; }
	.bcxjbg { width:100%; }
	.bcewm {width:34%; font-size:12px; }
	.bccont .fl { margin:0 15% 0 0%; }
	.bccont .fr { margin:0 0% 0 15%; }
	.bccont .fr img { width:50%; }
	.bccont p { margin:5px 0 0; }
	.bgtit { margin:10px auto; text-align:center; font-size:20px; font-weight:bold; }
	.bgtit .bdtit { font-size:24px; }
	.btnkefu { width:100px; height:32px; line-height:32px; font-size:16px; border-radius:16px; font-size:13px; margin:10px auto; }
 
	.bccxbox,.bctsbox { max-width:100%;  padding:0px 0 24px; }
	.bccx { width:calc(48.8% - 2px); margin:0 1% 16px 0; }
	.bcts { width:calc(100% - 0px); margin:0 0 16px; }
	.bctitle { margin:0 auto 16px ; font-size:28px; }	
	.bccxbox .last { margin-right:1.6%; }
	.bccxbox .rsbox { margin-right: 0px; }

	.bcewm .pc { display: none; }
	.bcewm .wap { display: block; }
	
}

