/*!
 * 财经
 * 更新于2021-1-21
 * 版权归属wpzt.net
 */

 *{box-sizing:border-box;}
 *:focus{outline:none;}
html {height:100%;}
body { 
	font-family:'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;line-height:1.4;color:#333;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*只在苹果设备有效，点击链接按钮时有灰色半透明背景*/
	-webkit-tap-highlight-color:transparent;/*去掉被点击时的高亮*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;/*边框和内边距算在内*/
	letter-spacing:.3px;/*字间距*/
	-webkit-font-smoothing:antialiased;/*去锯齿*/
	-moz-osx-font-smoothing:grayscale;
	height:100%
	}
a {text-decoration:none;}
a:hover,a:active {text-decoration:none;}
button,input,button:focus,input:focus {outline:none;}/*去掉点击时的边框*/
ul,li {margin:0;padding:0}
li {list-style:none;}
img {object-fit:cover;}/*图片全覆盖且不变形*/
h1,h2,h3,h4,h5,h6 {margin-top:0;padding:0;margin-bottom:0;}
h1{font-size:26px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
p,pre{margin:0;}

/*-----------------------------------布局宽度----------------------------------*/
/*大宽页--本框架针对浏览器大小有不同的宽度设置，以下container根据浏览器宽度设置三档，1400px&1200px&100%，自动切换*/

.container{padding:0;margin:0 auto;max-width:1200px}
@media (max-width:1200px){.container{max-width:100%;}
}

/*---列宽---*/
.col5{	width:5%;}
.col10{	width:10%;}
.col20{	width:20%;}
.col25{	width:25%;}
.col26{	width:26%;}
.col30{	width:30%;}
.col33{	width:33%;}
.col35{	width:35%;}
.col38{	width:38%;}
.col40{	width:40%;}
.col45{	width:45%;}
.col48{	width:48%;}
.col49{	width:49%;}
.col50{	width:50%;}
.col55{	width:55%;}
.col60{	width:60%;}
.col65{	width:65%;}
.col68{	width:68%;}
.col70{	width:70%;}
.col75{	width:75%;}
.col80{	width:80%;}
.col90{	width:90%;}
.col100{ width:100%;}
/*--三等分列宽*/
.col-3x{width:32%;}/*与弹性盒子同用，有间隔*/
.col-3d{width:33.33%;}
/*左侧带侧边栏工具的布局，侧边栏固定350px*/
.col350{width:350px;}
.col830{width:830px;}
.col850{width:850px;}
.height100{height:100%;}
.height50{height:50%;}

/*-------------------------弹性盒子（class请带上 d-flex）--------------------------*/
.fw-n{flex-wrap: nowrap;}/*不换行*/
.fw-w{flex-wrap:wrap;}/*换行*/
.fw-wr{flex-wrap: wrap-reverse;}/*换行，第一行在下方*/

.jc-fs {justify-content: flex-start;}/*左对齐*/
.jc-fe {justify-content:flex-end;}/*右对齐*/
.jc-c {justify-content:center;}/*居中*/
.jc-sb {justify-content:space-between;}/*两端对齐，项目之间的间隔都相等*/

.ai-fs {align-items: flex-start;}/*交叉轴的起点对齐*/
.ai-fe {align-items:flex-end;}/*交叉轴的终点对齐*/
.ai-c {align-items:center;}/*交叉轴的中点对齐*/
.ai-b {align-items:baseline;}/*项目的第一行文字的基线对齐*/
.ai-s {align-items: stretch;}/*占满整个容器的高度*/
/*----常用组合-----*/
.sb-c{justify-content:space-between;align-items:center;}/*两端对齐-交叉轴中点对齐*/
.sb-fs{justify-content:space-between;align-items: flex-start;}/*两端对齐-交叉轴起点对齐*/
.sb-s{justify-content:space-between;align-items: stretch;}/*两端对齐-占满整个容器的高度*/
.fs-c{justify-content:flex-start;align-items:center;}/*左对齐-交叉轴中点对齐*/
.fs-fs{justify-content:flex-start;align-items: flex-start;}/*左对齐-交叉轴起点对齐*/
.fs-s{justify-content:flex-start;align-items: stretch;}/*左对齐-占满整个容器的高度*/
.flexauto:after {content: "";flex: auto;}

/*----------------------------------边距--------------------------------------*/
/*--4个外边距--margin*/
.m0{	margin:0;}
.m5{	margin:5px;}
.m10{	margin:10px;}
.m15{	margin:15px;}
.m20{	margin:20px;}
.m25{	margin:25px;}
.m30{	margin:30px;}
.m35{	margin:35px;}
.m40{	margin:40px;}
.m45{	margin:45px;}
.m50{	margin:50px;}
.m55{	margin:55px;}
.m60{	margin:60px;}
.m65{	margin:60px;}
.m70{	margin:60px;}
.m75{	margin:60px;}
.m80{	margin:60px;}
.m85{	margin:60px;}
.m90{	margin:60px;}
/*--上下外边距--margin-top-bottom*/
.mtb0{	margin-top:0;margin-bottom:0;}
.mtb5{	margin-top:5px;margin-bottom:5px;}
.mtb10{	margin-top:10px;margin-bottom:10px;}
.mtb15{	margin-top:15px;margin-bottom:15px;}
.mtb20{	margin-top:20px;margin-bottom:20px;}
.mtb25{	margin-top:25px;margin-bottom:25px;}
.mtb30{	margin-top:30px;margin-bottom:30px;}
.mtb35{	margin-top:35px;margin-bottom:35px;}
.mtb40{	margin-top:40px;margin-bottom:40px;}
.mtb45{	margin-top:45px;margin-bottom:45px;}
.mtb50{	margin-top:50px;margin-bottom:50px;}
.mtb55{	margin-top:55px;margin-bottom:55px;}
.mtb60{	margin-top:60px;margin-bottom:60px;}
.mtb65{	margin-top:65px;margin-bottom:65px;}
.mtb70{	margin-top:70px;margin-bottom:70px;}
.mtb75{	margin-top:75px;margin-bottom:75px;}
.mtb80{	margin-top:80px;margin-bottom:80px;}
.mtb85{	margin-top:85px;margin-bottom:85px;}
.mtb90{	margin-top:90px;margin-bottom:90px;}
/*--左右外边距--margin-left-right*/
.mlrauto{	margin-left:auto;margin-right:auto;}
.mlr0{	margin-left:0;margin-right:0;}
.mlr5{	margin-left:5px;margin-right:5px;}
.mlr10{	margin-left:10px;margin-right:10px;}
.mlr15{	margin-left:15px;margin-right:15px;}
.mlr20{	margin-left:20px;margin-right:20px;}
.mlr25{	margin-left:25px;margin-right:25px;}
.mlr30{	margin-left:30px;margin-right:30px;}
.mlr35{	margin-left:35px;margin-right:35px;}
.mlr40{	margin-left:40px;margin-right:40px;}
.mlr45{	margin-left:45px;margin-right:45px;}
.mlr50{	margin-left:50px;margin-right:50px;}
.mlr55{	margin-left:55px;margin-right:55px;}
.mlr60{	margin-left:60px;margin-right:60px;}
.mlr65{	margin-left:65px;margin-right:65px;}
.mlr70{	margin-left:70px;margin-right:70px;}
.mlr75{	margin-left:75px;margin-right:75px;}
.mlr80{	margin-left:80px;margin-right:80px;}
.mlr85{	margin-left:85px;margin-right:85px;}
.mlr90{	margin-left:90px;margin-right:90px;}
/*--上外边距--margin-top*/
.mt0{	margin-top:0;}
.mt5{	margin-top:5px;}
.mt10{	margin-top:10px;}
.mt15{	margin-top:15px;}
.mt20{	margin-top:20px;}
.mt25{	margin-top:25px;}
.mt30{	margin-top:30px;}
.mt35{	margin-top:35px;}
.mt40{	margin-top:40px;}
.mt45{	margin-top:45px;}
.mt50{	margin-top:50px;}
.mt55{	margin-top:55px;}
.mt60{	margin-top:60px;}
.mt65{	margin-top:65px;}
.mt70{	margin-top:70px;}
.mt75{	margin-top:75px;}
.mt80{	margin-top:80px;}
.mt85{	margin-top:85px;}
.mt90{	margin-top:90px;}
/*--右外边距--margin-right*/
.mr0{	margin-right:0;}
.mr5{	margin-right:5px;}
.mr10{	margin-right:10px;}
.mr15{	margin-right:15px;}
.mr20{	margin-right:20px;}
.mr25{	margin-right:25px;}
.mr30{	margin-right:30px;}
.mr35{	margin-right:35px;}
.mr40{	margin-right:40px;}
.mr45{	margin-right:45px;}
.mr50{	margin-right:50px;}
.mr55{	margin-right:55px;}
.mr60{	margin-right:60px;}
.mr65{	margin-right:65px;}
.mr70{	margin-right:70px;}
.mr75{	margin-right:75px;}
.mr80{	margin-right:80px;}
.mr85{	margin-right:85px;}
.mr90{	margin-right:90px;}
/*--下外边距--margin-bottom*/
.mb0{	margin-bottom:0;}
.mb5{	margin-bottom:5px;}
.mb10{	margin-bottom:10px;}
.mb15{	margin-bottom:15px;}
.mb20{	margin-bottom:20px;}
.mb25{	margin-bottom:25px;}
.mb30{	margin-bottom:30px;}
.mb35{	margin-bottom:35px;}
.mb40{	margin-bottom:40px;}
.mb45{	margin-bottom:45px;}
.mb50{	margin-bottom:50px;}
.mb55{	margin-bottom:55px;}
.mb60{	margin-bottom:60px;}
.mb65{	margin-bottom:65px;}
.mb70{	margin-bottom:70px;}
.mb75{	margin-bottom:75px;}
.mb80{	margin-bottom:80px;}
.mb85{	margin-bottom:85px;}
.mb90{	margin-bottom:90px;}
/*--左外边距--margin-left*/
.ml0{	margin-left:0;}
.ml5{	margin-left:5px;}
.ml10{	margin-left:10px;}
.ml15{	margin-left:15px;}
.ml20{	margin-left:20px;}
.ml25{	margin-left:25px;}
.ml30{	margin-left:30px;}
.ml35{	margin-left:35px;}
.ml40{	margin-left:40px;}
.ml45{	margin-left:45px;}
.ml50{	margin-left:50px;}
.ml55{	margin-left:55px;}
.ml60{	margin-left:60px;}
.ml65{	margin-left:65px;}
.ml70{	margin-left:70px;}
.ml75{	margin-left:75px;}
.ml80{	margin-left:80px;}
.ml85{	margin-left:85px;}
.ml90{	margin-left:90px;}
/*--4个内边距--padding*/
.p0{	padding:0;}
.p5{	padding:5px;}
.p10{	padding:10px;}
.p15{	padding:15px;}
.p20{	padding:20px;}
.p25{	padding:25px;}
.p30{	padding:30px;}
.p35{	padding:35px;}
.p40{	padding:40px;}
.p45{	padding:45px;}
.p50{	padding:50px;}
.p55{	padding:55px;}
.p60{	padding:60px;}
.p65{	padding:65px;}
.p70{	padding:70px;}
.p75{	padding:75px;}
.p80{	padding:80px;}
.p85{	padding:85px;}
.p90{	padding:90px;}
/*--上下内边距--padding*/
.ptb0{	padding-top:0;padding-bottom:0;}
.ptb5{	padding-top:5px;padding-bottom:5px;}
.ptb10{	padding-top:10px;padding-bottom:10px;}
.ptb15{	padding-top:15px;padding-bottom:15px;}
.ptb20{	padding-top:20px;padding-bottom:20px;}
.ptb25{	padding-top:25px;padding-bottom:25px;}
.ptb30{	padding-top:30px;padding-bottom:30px;}
.ptb35{	padding-top:35px;padding-bottom:35px;}
.ptb40{	padding-top:40px;padding-bottom:40px;}
.ptb45{	padding-top:45px;padding-bottom:45px;}
.ptb50{	padding-top:50px;padding-bottom:50px;}
.ptb55{	padding-top:55px;padding-bottom:55px;}
.ptb60{	padding-top:60px;padding-bottom:60px;}
.ptb65{	padding-top:65px;padding-bottom:65px;}
.ptb70{	padding-top:70px;padding-bottom:70px;}
.ptb75{	padding-top:75px;padding-bottom:75px;}
.ptb80{	padding-top:80px;padding-bottom:80px;}
.ptb85{	padding-top:85px;padding-bottom:85px;}
.ptb90{	padding-top:90px;padding-bottom:90px;}
/*--左右内边距--padding*/
.plr0{	padding-left:0;padding-right:0;}
.plr5{	padding-left:5px;padding-right:5px;}
.plr10{	padding-left:10px;padding-right:10px;}
.plr15{	padding-left:15px;padding-right:15px;}
.plr20{	padding-left:20px;padding-right:20px;}
.plr25{	padding-left:25px;padding-right:25px;}
.plr30{	padding-left:30px;padding-right:30px;}
.plr35{	padding-left:35px;padding-right:35px;}
.plr40{	padding-left:40px;padding-right:40px;}
.plr45{	padding-left:45px;padding-right:45px;}
.plr50{	padding-left:50px;padding-right:50px;}
.plr55{	padding-left:55px;padding-right:55px;}
.plr60{	padding-left:60px;padding-right:60px;}
.plr65{	padding-left:65px;padding-right:65px;}
.plr70{	padding-left:70px;padding-right:70px;}
.plr75{	padding-left:75px;padding-right:75px;}
.plr80{	padding-left:80px;padding-right:80px;}
.plr85{	padding-left:85px;padding-right:85px;}
.plr90{	padding-left:90px;padding-right:90px;}
.plr-15{	padding-left:-15px;padding-right:-15px;}
/*--上内边距--padding-top*/
.pt0{	padding-top:0;}
.pt5{	padding-top:5px;}
.pt10{	padding-top:10px;}
.pt15{	padding-top:15px;}
.pt20{	padding-top:20px;}
.pt25{	padding-top:25px;}
.pt30{	padding-top:30px;}
.pt35{	padding-top:35px;}
.pt40{	padding-top:40px;}
.pt45{	padding-top:45px;}
.pt50{	padding-top:50px;}
.pt55{	padding-top:55px;}
.pt60{	padding-top:60px;}
.pt65{	padding-top:65px;}
.pt70{	padding-top:70px;}
.pt75{	padding-top:75px;}
.pt80{	padding-top:80px;}
.pt85{	padding-top:85px;}
.pt90{	padding-top:90px;}
/*--右内边距--padding-right*/
.pr0{	padding-right:0;}
.pr5{	padding-right:5px;}
.pr10{	padding-right:10px;}
.pr15{	padding-right:15px;}
.pr20{	padding-right:20px;}
.pr25{	padding-right:25px;}
.pr30{	padding-right:30px;}
.pr35{	padding-right:35px;}
.pr40{	padding-right:40px;}
.pr45{	padding-right:45px;}
.pr50{	padding-right:50px;}
.pr55{	padding-right:55px;}
.pr60{	padding-right:60px;}
.pr65{	padding-right:65px;}
.pr70{	padding-right:70px;}
.pr75{	padding-right:75px;}
.pr80{	padding-right:80px;}
.pr85{	padding-right:85px;}
.pr90{	padding-right:90px;}
/*--下内边距--padding-bottom*/
.pb0{	padding-bottom:0;}
.pb5{	padding-bottom:5px;}
.pb10{	padding-bottom:10px;}
.pb15{	padding-bottom:15px;}
.pb20{	padding-bottom:20px;}
.pb25{	padding-bottom:25px;}
.pb30{	padding-bottom:30px;}
.pb35{	padding-bottom:35px;}
.pb40{	padding-bottom:40px;}
.pb45{	padding-bottom:45px;}
.pb50{	padding-bottom:50px;}
.pb55{	padding-bottom:55px;}
.pb60{	padding-bottom:60px;}
.pb65{	padding-bottom:65px;}
.pb70{	padding-bottom:70px;}
.pb75{	padding-bottom:75px;}
.pb80{	padding-bottom:80px;}
.pb85{	padding-bottom:85px;}
.pb90{	padding-bottom:90px;}
/*--左内边距--padding-left*/
.pl0{	padding-left:0;}
.pl5{	padding-left:5px;}
.pl10{	padding-left:10px;}
.pl15{	padding-left:15px;}
.pl20{	padding-left:20px;}
.pl25{	padding-left:25px;}
.pl30{	padding-left:30px;}
.pl35{	padding-left:35px;}
.pl40{	padding-left:40px;}
.pl45{	padding-left:45px;}
.pl50{	padding-left:50px;}
.pl55{	padding-left:55px;}
.pl60{	padding-left:60px;}
.pl65{	padding-left:65px;}
.pl70{	padding-left:70px;}
.pl75{	padding-left:75px;}
.pl80{	padding-left:80px;}
.pl85{	padding-left:85px;}
.pl90{	padding-left:90px;}

/*-------------------------------清除浮动clearfix---------------------------------*/
.clearfix::after {display: block;clear: both;content: "";}

/*-------------------------------显示--display---------------------------------*/
.dis-none {display:none;}
.d-inline {display:inline !important;}
.d-inline-block {display:inline-block !important;}
.d-block {display:block !important;}
.d-table {display:table !important;}
.d-table-row {display:table-row !important;}
.d-table-cell {display:table-cell !important;}
.d-flex {display:-ms-flexbox !important;display:flex !important;}/*结合弹性盒子*/
.d-inline-flex {display:-ms-inline-flexbox !important;display:inline-flex !important;}

/*-------------------------------overflow---------------------------------*/
.overflow-auto {overflow:auto !important;}
.overflow-hidden {overflow:hidden !important;}

/*-------------------------------position---------------------------------*/
.position-s {position:static !important;}
.position-r {position:relative !important;}
.position-a {position:absolute !important;}
.position-f {position:fixed !important;}
.position-sticky {position:-webkit-sticky !important;position:sticky !important;}/*粘性位置*/
.fixed-top {position:fixed;top:0;right:0;left:0;z-index:1030;}
.fixed-bottom {position:fixed;right:0;bottom:0;left:0;z-index:1030;}

/*-------------------------------文字对齐方式---------------------------------*/
.textalign-c{text-align:center;}
.textalign-l{text-align:left;}
.textalign-r{text-align:right;}
.textalign-f{text-align:justify;}/*两端对齐*/

/*-------------------------------文字常用颜色值---------------------------------*/
.text-black{color:#000;}
.text-gray-3{color:#333;}
.text-gray-6{color:#666;}
.text-gray-9{color:#999;}
.text-gray-a{color:#aaa;}
.text-gray-b{color:#bbb;}
.text-gray-c{color:#ccc;}
.text-gray-e{color:#eee;}
.text-white{color:#fff;}
.text-red{color:#ff0000;}
.text-yello{color:#ffff00;}
.text-orange{color:#ff9900;}
.text-orange-d{color:#ff6600;}/*橘红色*/
.text-blue{color:#0094ff;}/*天蓝色*/
.text-green{color:#339933;}/*森林绿*/
.text-wood{color:#deb887;}/*实木色*/

/*-------------------------------背景常用色---------------------------------*/
.bgc-black{background-color:#000;}
.bgc-white{background-color:#fff;}
.bgc-gray-e{background-color:#eee;}/*灰色背景*/
.bgc-gray-de{background-color:#dedede;}/*de灰色背景*/
.bgc-gray-f4{background-color:#f4f4f4;}/*浅灰色灰色背景*/
.bgc-gray-f46{background-color:#f4f4f6;}/*偏蓝浅灰色灰色背景*/
.bgc-gray-f46{background-color:#f4f4f6;}/*偏蓝浅灰色灰色背景*/
.bgc-bluegray{background-color:#172433;}/*深蓝灰色背景-更多使用于页脚*/
.bgc-bluegray-00{background-color:#001328;}/*深蓝灰色接近黑色背景-更多使用于页脚*/
.bgopc-black-03{background-color:rdb(0,0,0,0.3);}/*黑色背景透明度0.3*/
.bgopc-black-05{background-color:rdb(0,0,0,0.5);}
.bgopc-black-07{background-color:rdb(0,0,0,0.7);}
.bgopc-white-03{background-color:rdb(255,255,255,0.3);}/*白色背景透明度0.3*/
.bgopc-white-05{background-color:rdb(255,255,255,0.5);}
.bgopc-white-07{background-color:rdb(255,255,255,0.7);}

/*-------------------------------常用边框 ---------------------------------*/
/*-------------------------------常用边框 ---------------------------------*/
.border-no{border:none;}
.border{border:1px #eee solid;}
.border-top{border-top:1px #eee solid;}
.border-right{border-right:1px #eee solid;}
.border-bottom{border-bottom:1px #eee solid;}
.border-left{border-left:1px #eee solid;}

/*-------------------------------常用圆角 ---------------------------------*/
.radius3{border-radius:3px;}
.radius5{border-radius:5px;}
.radius6{border-radius:6px;}
.radius8{border-radius:8px;}
.radius10{border-radius:10px;}
.radius15{border-radius:15px;}
.radius20{border-radius:20px;}
.radius50x{border-radius:50%;}

/*-------------------------------滤镜 ---------------------------------*/
  /*--动感模糊*/
.blur{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px); 
}


/*-------------------------------常用阴影 ---------------------------------*/
.boxshadow{box-shadow:0 0 6px #000;}
/*-------------------------------常用z-index ---------------------------------*/
.z-index-9{z-index:-9;}
.z-index-99{z-index:-99;}
.z-index-999{z-index:-999;}
.z-index-9999{z-index:-9999;}
.z-index-99999{z-index:-99999;}
.z-index9{z-index:9;}
.z-index99{z-index:99;}
.z-index999{z-index:999;}
.z-index9999{z-index:9999;}
.z-index99999{z-index:99999;}

/************************************************************************/
.site-wrapper{
	padding-top:80px;
	background:#f4f4f4;
}
/*ps端页头*/
.header-pc{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#1b1b1b;
	z-index:999;
}
.logo{
	height:56px;
	width:auto;
}
.header-logonav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

/*--登录注册*/


/*导航*/
.menunav{
	position:relative;
	z-index:99;
	width:100%;
	height:80px;
}
.menunav .navul{
	display:flex;
	justify-content:flex-end;
	text-align:center;
	/*flex-wrap:wrap;*/
}
.menunav .navul > li{
	position:relative;
	z-index:99;
}
.menunav .navul > li > a{
	display:block;
	line-height:80px;
	height:80px;
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	color:#fff;
	min-width:100px;
	position:relative;
	z-index:99;
	white-space:nowrap;
}
.menunav .navul > li.current-menu-item > a, .menunav .navul > li:hover > a{
	background:#e53e40;
}
.menunav .navul > li.menu-item-has-children a i{
	font-size:12px;
	position:absolute;
	top:0;
	right:-2;
	transition: all 0.25s;
}
.menunav .navul > li.menu-item-has-children:hover a i{
	 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menunav .sub-menu{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	box-shadow:3px 3px 6px rgba(0,0,0,0.16);
	padding:5px;
	transition:0.5s;
	-webkit-transition:0.5s;
	background:#fff;
	z-index:32;	
	display:none;
	opacity:0;
}
 .menunav .navul > li:hover .sub-menu{
	 top:80px;
	display:block;
	opacity:1;
 }
.menunav .sub-menu a{
	display:block;
	white-space:nowrap;
	color:#888;
	line-height:40px;
	height:40px;
	text-align:center;
	min-width:140px;
	font-size:15px;
	border-bottom:1px #dedede dotted;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.menunav .sub-menu li:last-child a{
	border-bottom:none;
}
.menunav .sub-menu li:hover a{
	background:#f4f4f4;
	color:#e53e40;
}
/*首页板块*/
.homebody{
	
	padding-left:120px;
	position:relative;
}
.homebkctn{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.homebk{
	margin-bottom:20px;
}
/*banner*/
.banner{
	 display:flex;
	 justify-content:space-between;
	 align-items:stretch;
	 margin-bottom:20px;
	 /*height:600px;*/
 }
 .banner img{
	 width:100%;
	 height:600px;
 }

.banner .swiper-container{
    --swiper-theme-color: #fff;/* 设置Swiper风格 */
    --swiper-navigation-color: #aaa;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 32px;/* 设置按钮大小 */
  }

.banner .swiper-pagination-bullet{
	width:10px;
	height:10px;
}
.banner  .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 20px;  
  }
  
  
  
  
  
  
  
  
/*首页列表*/
.homebk{
	padding-top:70px;
	padding-bottom:30px;
}
.homebk-title {
	margin-bottom:15px;
	position:relative;
	text-align:center;
	padding-bottom:15px;
}
.homebk-title h2{
	font-size:34px;
	color:#333;
	position:relative;
	z-index:99;
}
.homebk-title h2 a{
	font-size:34px;
	color:#333;
}
.homebk-title p{
	font-size:16px;
	color:#999;
	margin-top:10px;
}
.homebk-title:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:50px;
	height:3px;
	background:#e53e40;
}

/*首页列表一*/
.homebk1-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}
.homebk1-img img{
	width:100%;
	height:160px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.homebk1-item{
	width:calc(25% - 22.5px);
	background:#fff;
	margin-bottom:30px;
	transition:0.2s;
	-webkit-transition:0.2s;
	margin-right:30px;
	text-align: center;
}
.homebk1-item:nth-child(4n){
	margin-right:0;
}
.homebk1-item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.16);
	margin-top:-3px;
}
.homebk1-title{
	padding:15px;
	padding-left:70px;
	position:relative;
}
.homebk1-title img{
	position:absolute;
	left:15px;
	top:15px;
	width:46px;
	height:46px;
}
.homebk1-title h3{
	font-size:16px;
	font-weight:600;
	color:#333;
}
.homebk1-title p{
	font-size:12px;
	color:#999;
	margin-top:5px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homebk-2{
	text-align:center;
	color:#fff;
	padding:100px 0;
	height:450px;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.homebk-2 h2{
	font-size:30px;
	margin-bottom:15px;
}
.homebk-2 p{
	font-size:17px;
	margin-top:30px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.homebk-2 p img{
	width:48px;
	margin-right:15px;
}
.homebk-2 p span{
	font-size:48px;
	font-family: Impact;
}
.homebk3-item{
	text-align:center;
	padding:50px 25px;
	border-radius:10px;
}
.homebk3-item h3{
	margin-top:25px;
	margin-bottom:15px;
}
.homebk3-item p{
	color:#999;
}
.homebk4-ctn,.homebk5-ctn{
	 display:flex;
	justify-content:space-between;
	align-items:stretch;
 }
.homebk4-item{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	background:#fff;
	margin-bottom:20px;
	transition:0.3s;
	-webkit-transition:0.3s;
	position:relative;
	overflow:hidden;
	border:1px #eee solid;
}
.homebk4-l{
	width:45%;
}
.homebk4-l img{
	width:100%;
	height:auto;
}
.homebk4-r{
	width:50%;
	font-size:16px;
	line-height:1.8;
	padding-top:20px;
}
.lxwmbtn a{
	display:inline-block;
	padding:6px 15px;
	border:1px #e53e40 solid;
	color:#e53e40;
	margin-right:15px;
	margin-top:50px;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.lxwmbtn a:hover{
	background:#e53e40;
	color:#fff;
}
.homebk4-b{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	
}
.homebk4-b-item{
	width:calc(20% - 15px);
	margin-right:20px;
	height:130px;
}
.homebk4-b-item:last-child{
	margin-right:0;
	
}
.homebk4-b-item img{
	width:100%;
	height:100%;
}
.homebk5-l{
	width:45%;
}
.homebk5-r{
	width:45%;
}
.homebk5-title{
	margin-bottom:30px;
}
.homebk5-title h3 a{
	font-size:18px;
	font-weight:600;
	color:#333;
}
.homebk5-title h3{
	padding:10px 0;
	position:relative;
}
.homebk5-title h3:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:2px;
	background:#000;
}
.homebk5-title h3:after{
	content:"";
	position:absolute;
	left:40px;
	bottom:0;
	width:40px;
	height:2px;
	background:#e53e40;
}
.homebk5-l-top a{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	width:100%;
}
.homebk5-l-top img{
	width:35%;
	height:120px;
}
.homebk5-l-top div{
	width:60%;
	height:120px;
	position:relative;
}
.homebk5-l-top h4{
	color:#333;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
.homebk5-l-top p{
	color:#999;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
 
}
.homebk5-l-top .datetiem{
	font-size:13px;
	color:#bbb;
	position:absolute;
	bottom:10px;
	left:0;
	top:auto;
	height:32px;
	transform: translateY(0);
}
.homebk5-l-link a{
    color: #333;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    display: block;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.2s;
    -webkit-transition: 0.2s;
	position:relative;
	padding-right:100px;
}
.datetiem{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	font-size:13px;
	color:#bbb;
}
.homebk5-r-link li{
	margin-bottom:40px;
	padding-left:70px;
	position:relative;
	height:52px;
}
.shijian{
	position:absolute;
	top:0;
	left:0;
	border:1px #999 solid;
	font-size:12px;
	text-align:center;
	padding:3px 5px;
	letter-spacing:-1px;
	color:#999;
}
.shijian span{
	display:block;
	font-size:26px;
	font-weight:600;
	line-height: 28px;
	position:relative;
}
.shijian span:before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	width:10px;
	background:#999;
}
.homebk5-r-link a{
	color:#333;
	font-size:15px;
	font-weight:600;
	display:block;
	margin-bottom:5px;
}
.homebk5-r-link p{
	color:#999;
	font-size:13px;
	display:block;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
 
}
.homebk5-r-link a:hover, .homebk5-l-top:hover h4,.homebk5-l-link a:hover{
	color:#e53e40;
}
.photo_img img {
	box-sizing:border-box;
	border:1px solid #fff;
	transition:all .7s ease 0s;
}
.photo_img img:hover {
	box-sizing:border-box;
	border:1px solid #023246;
	box-shadow:1px 0px 15px -3px rgba(0,0,0,0.53);
	-webkit-box-shadow:1px 0px 15px -3px rgba(0,0,0,0.53);
	-moz-box-shadow:1px 0px 15px -3px rgba(0,0,0,0.53);
}
.photo_nr {
	display:flex;
	align-items:center;
	width:100%;
	margin:15px auto;
}
.informationText {
	width:100%;
	margin:15px auto;
	text-align:center;
}
.informationText span {
	background:#ffffff;
	color:#1C1F86;
}
.case ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
}
.photo_nr ul li {
	float:left;
	margin:0 15px;
	line-height:30px;
	text-align:center;
	background:#dedede;
	padding:10px;
}
.photo_nr .photo_img{
	width:260px;
	height:240px;
	background:#fff;
}
.photo_nr .photo_img img{
	width:100%;
	height:100%;
}
.photo_nr p {
	padding:0;
	margin:0;
}

.morecase {
    display: block;
    margin: 35px auto 10px;
    text-align: center;
    padding: 10px 15px;
    width: 240px;
	border:1px #e53e40 solid;
	color:#e53e40;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.morecase:hover{
	background:#e53e40;
	color:#fff;
}


/*侧边栏*/
.pagebody{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	
}
.pagebody-body{
	width:75%;
}
.sidebar{
	width:25%;
}
.sidebar-title{
	font-size:20px;
	border-bottom:1px #000 solid;
	padding-bottom:10px;
	position:relative;
}
.sidebar-title:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	height:2px;
	width:80px;
	background:#e53e40;
}
.sidebar-list1{
	margin:15px 0;
}
.sidebar-list1 li{
	border-bottom:1px #dedede solid;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.sidebar-list1 li a{
	height:50px;
	line-height:50px;
	color:#333;
	font-size:16px;
	position:relative;
	padding-left:40px;
	display:block;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.sidebar-list1 li:hover{
	background:rgba(255,255,255,0.6);
}
.sidebar-list1 li:hover a,.sidebar-list2 li:hover a{
	color:#e53e40;
}
.quan{
	width:10px;
	height:10px;
	position:absolute;
	top:50%;
	left:20px;
	transform:translateY(-50%);
	background:#f4f4f4;
	border:2px #bbb solid;
	border-radius:50%;
}
.sidebar-list1 li a i{
	font-size:12px;
	margin-right:5px;
	line-height:50px;
	color:#bbb;
}
.sidebar-list2{
	margin:15px 0;
}
.sidebar-list2 li{
	border-bottom:1px #dedede dotted;
}
.sidebar-list2 li a{
	height:50px;
	line-height:50px;
	color:#999;
	font-size:15px;
	position:relative;
	padding-left:20px;
	background:url("../images/list.gif"/*tpa=http://zoe.wpmee.com//style/images/list.gif*/) no-repeat 5px center;
	transition:0.2s;
	-webkit-transition:0.2s;
	display:block;
}
.sidebar-list3 li{
	color:#333;
	font-size:16px;
	margin:15px 0;
	padding-left:10px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.sidebar-list3 li span:first-child{
	white-space:nowrap;
}
.sidebar-list3 li i{
	margin-right:6px;
}
.pagebody-body .homebk5-r-link li{
	margin-bottom:0;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px #ddd dotted;
}

.pagebody-body  .shijian{
	top:30px;
}
.pagebody-body .homebk5-r-link a {
    font-size: 16px;
    margin-bottom: 8px;
}

/*页脚*/
footer{
	background:#f3f3f3;
	margin-top:40px;
}
.fot-1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:25px 0;
	
}
.fot-item{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:23%;
}
.fot-item h4{
	margin-bottom:10px;
}
.fot-2{
	border-top: 1px solid #bbb;
    background-color: #ddd;
}
.fot-item img{
	margin-right:15px;
}
.fot-2 ul{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:25px 0;
}
.fot-2 ul a{
	font-size:15px;
	color:#666;
	display:block;
	padding:0 25px;
}
.fot-3{
	background:#2e2e2e url("../images/footer-bg.png"/*tpa=http://zoe.wpmee.com//style/images/footer-bg.png*/) repeat;
	color:#fff;
	padding-top:40px;
}
.fot-3 ul h4{
	font-size:16px;
}
.fot-3 ul a{
	color:#afb0b4;
	height:26px;
	line-height:26px;
	display:block;
}
.fot-3 .container{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.fot-logo{
	margin-bottom:20px;
}
.fot-logo img{
	height:48px;
}
.fot-ewm {
	text-align:center;
}
.fot-ewm img{
	width:100px;
	height:100px;
	margin-top:15px;
}
.fot-3-iteml {
		display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	width:30%;
	border-right:1px #666 solid;
}
.fot-3-iteml img{
	width:60px;
	height:60px;
	margin-right:15px;
}

.fot-3-iteml p{
	margin-bottom:5px;
	font-size:14px;
	color:#fff;
}
.fot-3-iteml .lagetel{
	font-size:34px;
	font-family: Impact;
	letter-spacing:1px;
}
.fot-3-iteml a{
	color:#fff;
	width:240px;
	height:42px;
	line-height:42px;
	background:#e53e40;
	text-align:center;
	display:block;
	border-radius:50px;
	margin-top:15px;
	text-shadow:0 0 3px rgba(0,0,0,0.2);
}
.fot-3-itemm{
	width:55%;
	padding-left:40px;
}
.fot-3-itemm p{
	margin-bottom:10px;
	color:#dedede;
}
.fot-3-itemm p a{
	color:#dedede;
}
.fot-3-items{
	width:15%;
}
.fot-3 .friendlink{
	padding-top:20px;
	padding-bottom:30px;
	display:block;
	margin-top:20px;
	text-align:center;
	font-size:12px;
	opacity:0.5;
	border-top:1px #666 solid;
}
.friendlink a{
	color:#dedede;
	padding:0 10px;
	font-size:13px;
	margin-bottom:6px;
	display:inline-block;
}
.friendlink a:hover{
	color:#52caf7;
}

	
	
	
/*************************************内页*************************************/	
.pagebanner	{
	position:relative;
	background:url("../images/pagebanner1.jpg"/*tpa=http://zoe.wpmee.com//style/images/pagebanner1.jpg*/) repeat center;
	background-size:cover;
	height:360px;
	width:100%;
}
.pagebanner	img{
	height:360px;
	width:100%;
}	
.pagebanner-title{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	text-align:center;
}	
.pagebanner-title h2{
	font-size:42px;
	margin-bottom:20px;
}	
.pagebanner-title p{
	font-size:18px;
}	
	
/*面包屑*/
.wbreadcrumb{
	display:flex;
	 flex-wrap: nowrap;
	 align-items: baseline;
	color: #999;
    font-size: 14px;
	margin-bottom:30px;
	border-bottom:1px #dedede dotted;
}
.wbreadcrumb li{
    padding-left: 10px;
    padding-right: 10px;
}
.wbreadcrumb li a{
	color: #999;
}
/*分页*/
.w-fylink{
	display:flex;
	flex-wrap: nowrap ;
	justify-content:center;
	margin-top:40px;
}
.w-fylink a{
	display:block;
	border: 1px #dedede solid;
	border-radius:3px;
	padding:5px 10px;
	margin-left:3px;
	color:#666 ;
	font-size:12px;
}
.w-fylink a.active{
	background-color: #dedede;
    color: #666;
    border: 1px #dedede solid;
}
.w-fylink a:hover{
	background:#eee;
	border: 1px #eee solid;
}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active:hover{
	background-color: #eee;
    color: #fff;
}
/**********文章详情************/
.single{
	padding-left:20px;
	padding-right:20px;
}
.single-title{
	text-align: center;
    padding-top: 45px;
    padding-bottom: 35px;
    border-bottom: 1px #dedede dotted;
    margin-bottom: 20px;
}
.single-title h1 {
    margin-top: 0;
    font-size: 26px;
    line-height: 36px;
    color: #454545;
    margin-bottom: 20px;
}

.single-title-icon span {
	font-size:12px;
	color:#999;
	margin-right:10px;
}
.single-title-icon a {
	font-size:12px;
	color:#666;
	margin-right:10px;
}
.single-title-icon a:hover {
	color:#0094ff;
}
.single-title-icon i {
	font-size:13px;
	color:#999;
}
.single-ctn {
	font-size:16px;
	line-height:1.8;
	word-wrap:break-word;
	color:#555;
}
.single-ctn p {
	margin-bottom:16px;
	text-indent:30px;
}
.single-ctn img {
	width:50%;
	margin:20px auto;
	display:block;
}
blockquote:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 22px;
	display:block;
	width:36px;
	height:36px;
	background:url("../images/yinghao.png"/*tpa=http://zoe.wpmee.com//style/images/yinghao.png*/) no-repeat center;
	background-size:cover;
}
blockquote{
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #eee;
    border-left: 0;
    font-size: 16px;
    border-radius: 6px;
	margin-top:30px;
	margin-bottom:30px;
	color:#999;
}
.single-ctn p{
	margin-bottom:20px;
}
.single-ctn ul{

	margin-bottom:30px;
}
.single-ctn ul li{
	list-style-type:disc;
	float:left;
	width:50%;
	    list-style: none;
		line-height: 2.5;
}
.single-ctn h3{
	font-size:20px;
	font-weight:600;
	border-bottom:1px #dedede solid;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
	margin-top:30px;
}
.single-ctn h2:before{
	content:"";
	width:40px;
	height:4px;
	background:#FF7200;
	position:absolute;
	left:0;
	bottom:-2px;
}
.single-ctn h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	margin-top:30px;
}
.single-ctn img{
	width:auto;
	height:auto;
	display:block;
	margin:30px auto;
	max-width:100%;
}
/*相关推荐*/
.recommend-swiper {
	height:180px;
}
.recommend-swiper  .swiper-slide{
	transition:0.2s;
	-webkit-transition:0.2s;
}
.recommend-swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #ccc;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }










/*标签*/
.single-tag{
	font-size: 15px;
    color: #999;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:1px #dedede solid;
	margin-top:30px;
}
.single-tag a{
	display: inline-block;
    font-size: 13px;
    border:none;
	background:#eee;
    border-radius: 3px;
    color: #999;
    line-height: 20px;
    padding: 3px 8px;
    word-break: keep-all;
    white-space: normal;
	margin-right:5px;
	margin-bottom:10px;
}
.single-tag a:hover{
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}

/*翻页*/
.single-turepage{
	padding:20px 0;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.single-turepage > div{
	width:48%;
	position:relative;
	font-size:15px;
}
.single-turepage > div span{
	display:block;
}
.single-turepage > div a{
	color:#333;
}
.single-turepage > div i{
	position:absolute;
	top: 5px;
    font-size: 20px;
}
.single-turepage-prve{
	text-align:left;
	padding-left:25px;
}
.single-turepage-prve i{
	left:0;
}
.single-turepage-next{
	text-align:right;
	padding-right:25px;
}
.single-turepage-next i{
	right:0;
}
/*服务列表*/
.servicebtn{
	padding:10px;
}
.servicebtn a{
	display: block;
    width: 90%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px #e53e40 solid;
    color: #e53e40;
    transition: 0.2s;
    -webkit-transition: 0.2s;
	margin: 0 auto 10px;
}
.servicebtn a:hover{
	background:#e53e40;
	color:#fff;
}
.service .homebk1-item {
	margin-bottom:40px;
}
.service .homebk1-item:hover,.casepage .homebk1-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    margin-top: 0;
}
.service .homebk1-title:hover h3{
	color: #e53e40;
}
/*服务案例*/
.casepage .homebk1-item h3{
	font-size:16px;
	color:#333;
	padding:15px;
	font-weight:600;
	line-height:1.6;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.casepage .homebk1-img{
	width:100%;
	height:220px;
	overflow:hidden;
}
.casepage .homebk1-img img{
	height:220px;
	transition: 0.3s;
    -webkit-transition: 0.3s;
	width:220px;
}
.casepage .homebk1-item:hover .homebk1-img img{
	transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
.casepage .homebk1-item:hover h3{
	color:#e53e40;
}
/*服务详情*/
.service-single{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:30px;
	padding-bottom:50px;
	border-bottom:1px #ccc dotted;
	margin-bottom:30px;
}
.service-single-title{
	width:55%;
}
.service-single-title p{
	margin-top:15px;
	color:#999;
}
.service-single-img{
	width:40%;
}
.service-single-img img{
	
	width:100%;
}
.recommend-service h3{
	font-size: 14px;
    color: #333;
    padding: 15px;
    font-weight: 600;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.recommend-service img {
    height: 120px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

/*联系我们*/
.aboutmap{
	width:50%;
}
.aboutads{
	width:50%;
}
.contact-ctn{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	margin-top:50px;
}
.contact-title{
	text-align:center;
}
.contact-title h3{
	font-size:36px;
	padding-bottom:15px;
	border-bottom:1px #dedede solid;
	position:relative;
	margin-bottom:30px;
}
.contact-title h3:before{
  content: "";
    width: 120px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background: #e53e40;
    -webkit-transform: skewX(28deg);
	transform: skewX(28deg);
	margin-left:-60px;
}
.contact-title p{
	font-size:15px;
}
.aboutmap{
	height:398px;
	overflow:hidden;
}
.aboutads{
	background:#f4f4f4;
	padding:25px 40px 0 40px;
	font-size:16px;
}
.aboutads-item {
	padding:15px 25px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
		margin-bottom:25px;
		background:#eee;
}
.aboutads-item i{
	font-size:22px;
	margin-right:15px;
	line-height:1.5;

}
.aboutads-item p strong{
	line-height:2;
}
.aboutads-3{
	text-align:center;
}
.aboutads-3 img{
	width:150px;
	height:150px;
}
/*在线联系*/
.linemessage-ctn{
	background:#f4f4f4;
	padding:40px;
	font-size:15px;
}
.lineform-1{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	margin-bottom:20px;
	margin-top:40px;
}
.lineform-1 div{
	width:48.5%;
	background:#fff;
	padding:15px;
}
.lineform-1 label{
	margin:0;
}
.lineform-1 input{
	width:60%;
	border:none;
}
.lineform-2{
	background:#fff;
	padding:15px;
}
.lineform-2 label{
	display:block;
}
.lineform-2 textarea{
	width:100%;
	border:none;
}
.lineform-3b{
	margin-top:20px;
}
.lineform-3{
	background:#fff;
	padding:15px;
	width:30%;
	position:relative;
}
.lineform-3 input{
	border:none;
}
.lineform-3 label{
	margin-bottom:0;
}
.lineform-3 img{
    width: auto;
    height: 42px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.linemessage-ctn button{
	border:none;
	background:#e53e40;
	color:#fff;
	width:140px;
	line-height:38px;
	margin-top:15px;
}

.linemessage-ctn p{
	font-size:16px;
}
.linemessage-ctn p:first-child{
	font-size:24px;
	margin-bottom:15px;
	color:#e53e40;
}
/*关于我们*/
.aboutcompany{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	
}
.aboutcompany img{
	width:40%;
	height:auto;
}
.aboutcompany h3,.honor-title h3{
	font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 28px;
    border-bottom: 1px #dedede solid;
    position: relative;
}
.aboutcompany h3:after,.honor-title h3:after {
    content: "";
    width: 120px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #e53e40;
    -webkit-transform: skewX(28deg);
    transform: skewX(28deg);
}
.aboutcompany p{
	font-size:16px;
	color:#777;
	line-height:2;
	margin-top:20px;
}
.honor{
	padding-top:60px;
	/*background:url(../images/homebg2.jpg) repeat-x center;*/
}
.honor-ctn{
	text-align:center;
}

.honor-ctn .image{
	width:22%;
	margin-right:3%;
	margin-bottom:30px;
	height:180px;
	cursor:pointer;
	position:relative;
}
.honor-ctn .image img{
	width:100%;
	height:100%;
}
.honor-ctn .spotlight-group{
	display:flex;
	justify-content:flex-start;
	align-items:left;
	flex-wrap:wrap;

}
.honor-ctn .spotlight-group .image:hover span{
	display:block;
}
.cptestyle .photo_nr .photo_img{
	width:350px;
}
.cptestyle .photo_nr .photo_img img{
	width:100%;
}
.photo_img img {
	box-sizing:border-box;
	border:1px solid #fff;
	transition:all .7s ease 0s;
}
.photo_img img:hover {
	box-sizing:border-box;
	border:1px solid #023246;
	box-shadow:1px 0px 15px -3px rgba(0,0,0,0.53);
	-webkit-box-shadow:1px 0px 15px -3px rgba(0,0,0,0.53);
	-moz-box-shadow:1px 0px 15px -3px rgba(0,0,0,0.53);
}
.photo_nr {
	display:flex;
	align-items:center;
	width:100%;
	margin:15px auto;
}
.informationText {
	width:100%;
	margin:15px auto;
	text-align:center;
}
.informationText span {
	background:#ffffff;
	color:#1C1F86;
}
.case ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
}
.photo_nr ul li {
	float:left;
	margin:0 15px;
	line-height:30px;
	text-align:center;
	background:#dedede;
	padding:10px;
}
.photo_nr .photo_img{
	width:260px;
	height:240px;
	background:#fff;
}
.photo_nr .photo_img img{
	width:100%;
	height:100%;
}
.photo_nr p {
	padding:0;
	margin:0;
}

.listRotation {
	border:1px solid #023246;
}
.cptestyle {
	margin-bottom:60px;
}
.spotlight-group .image span{
	display:none;
	background:rgba(0,0,0,0.6);
	color:#fff;
	top:50%;
	left:50%;
	z-index:9;
	position:absolute;
	line-height:38px;
	height:38px;
	text-align:center;
	font-size:16px;
	border-radius:8px;
		-webkit-transition: 0.3s;
	transition: 0.3s;
	padding:0 30px;
	margin-left:-90px;
	
}
.pdtdsp-title .spotlight-group:hover span{
	display:block;
}
/*侧边客服咨询*/
.customer-f{
	position:relative;
	position:fixed;
	top:60%;
	right:0;
	width:60px;
	z-index:99;
}
.customer{

	background:#e53e40;
	width:60px;
	color:#fff;
	border-radius:5px 0 0 5px;
}
.customer div{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	border-top:1px #fff solid;
	position:relative;
	overflow:hidden;
}
.customer div:first-child{
	border:none;
}
.customer div a{
	color:#fff;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100px;
	transition: 0.3s;
    -webkit-transition: 0.3s; /* Safari */
}
.customer div span{
	display:block;
	height:60px;
	width:100%;
	padding:5px 10px;
	line-height:1.2;
	font-size:15px;
}
.customer div:hover a{
	top:-60px;
	color:#fff!important;
}
.QZ-up {
/*    width:100%;
    height: 60px;*/
    cursor: pointer;
	text-align:center;
	line-height:60px;
}
.customer i{
	font-size:28px;
}
.QZ-up i{
	font-size:24px;
}

.customer-f .customer-ewm{
	background:#e53e40;
	border-radius:8px;
	padding:5px;	
	position:absolute;
	left:-120px;
	top:90px;
	width:110px;
	height:110px;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	opacity:0;
	transition: 0.3s;
    -webkit-transition: 0.3s; /* Safari */
	z-index:99999;
}

.customer-f .customer-ewm img{
	width:100%;
	height:100%;
}
.customer-f .customer-ewm:before{
	content:"";
	width:0;
	height:0;
	border-left:10px #f4f4f4 solid;
	border-top:10px transparent solid;
	border-bottom:10px transparent solid;
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-5px;
	
}
.customer-weixin:hover .customer-ewm{
	display:block;
}

/*服务流程*/
.flowchart{
	background:#333;
		position:relative;
		height:480px;
		overflow:hidden;
}
.flowchart .home-title,.flowchart .home-title p{
	color:#fff;
}
.flowchart-ctn{
	position:relative;
	z-index:9;
}
.home_process {
	
	position:relative;
	overflow:hidden
}

.home_process .cont .box {
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	display:flex;
	margin-bottom:45px;
}
.home_process .cont .box .img img {
	display:block
}
.home_process .cont .box .text {
	padding-left:15px;
}
.home_process .cont .box .text h5 {
	color:#fff;
	font-size:18px;
	line-height:1.5;
}
.home_process .cont .box .text p {
	color: #fff;
    line-height: 1.5;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
}
.flowchart .homebk-title h2{
	color:#fff;
}
.platform_advantage_bg {
	position:absolute;
	top:-150px;
	left:0;
	width:100%;
	height:650px;
	z-index:0;
}
.platform_advantage_bg_z {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:100%
}
.platform_advantage_bg li {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	background:rgba(255,255,255,.15);
	bottom:-1.6rem;
	-webkit-animation:square 28s infinite;
	animation:square 28s infinite;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear
}
.platform_advantage_bg_z li {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	background:rgba(255,255,255,.15);
	bottom:-3rem;
	-webkit-animation:square_z 22s infinite;
	animation:square_z 22s infinite;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear
}
.platform_advantage_bg li:nth-child(1) {
	left:10%
}
.platform_advantage_bg li:nth-child(2) {
	left:20%;
	width:80px;
	height:80px;
	-webkit-animation-delay:200ms;
	animation-delay:200ms;
	-webkit-animation-duration:17s;
	animation-duration:17s
}
.platform_advantage_bg li:nth-child(3) {
	left:25%;
	-webkit-animation-delay:400ms;
	animation-delay:400ms
}
.platform_advantage_bg li:nth-child(4) {
	left:40%;
	width:80px;
	height:80px;
	-webkit-animation-duration:10s;
	animation-duration:10s;
	background-color:rgba(255,255,255,.25)
}
.platform_advantage_bg li:nth-child(5) {
	left:70%
}
.platform_advantage_bg li:nth-child(6) {
	left:80%;
	width:120px;
	height:120px;
	-webkit-animation-delay:3s;
	animation-delay:3s;
	background-color:rgba(255,255,255,.2)
}
.platform_advantage_bg li:nth-child(7) {
	left:32%;
	width:60px;
	height:60px;
	-webkit-animation-delay:7s;
	animation-delay:7s
}
.platform_advantage_bg li:nth-child(8) {
	left:55%;
	width:30px;
	height:30px;
	-webkit-animation-delay:15s;
	animation-delay:15s;
	-webkit-animation-duration:40s;
	animation-duration:40s
}
.platform_advantage_bg li:nth-child(9) {
	left:25%;
	width:20px;
	height:20px;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-animation-duration:40s;
	animation-duration:40s;
	background-color:rgba(255,255,255,.3)
}
.platform_advantage_bg li:nth-child(10) {
	left:90%;
	width:90px;
	height:90px;
	-webkit-animation-delay:11s;
	animation-delay:11s
}
@-webkit-keyframes square {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
100% {
	-webkit-transform:translateY(-300px)rotate(600deg);
	transform:translateY(-300px)rotate(600deg)
}
}
@keyframes square {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
100% {
	-webkit-transform:translateY(-300px)rotate(600deg);
	transform:translateY(-300px)rotate(600deg)
}
}
@-webkit-keyframes square_z {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
100% {
	-webkit-transform:translateY(-300px)rotate(500deg);
	transform:translateY(-300px)rotate(500deg)
}
}
@keyframes square_z {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
100% {
	-webkit-transform:translateY(-300px)rotate(500deg);
	transform:translateY(-300px)rotate(500deg)
}
}
/*团队*/
.team{
	position:relative;
}
.team-swiper .swiper-slide{
	position:relative;
	border:2px #dedede solid;
	height:420px;
	width:23%;
}
.team-swiper .swiper-slide img{
	width:100%;
	height:100%;
}
.team-item{
	position:absolute;
	top:290px;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	padding:10px 20px 60px 30px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.team-item h3{
	font-size:18px;
	font-weight:600;
	height:50px;
	line-height:50px;
	text-align:center;
}
.team-swiper .swiper-slide .team-item h3 img{
	width:32px;
	height:32px;
}
.team-btn{
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	z-index:99;
	background:#fff;
	padding:20px 15px;
	
}
.team-btn a{
	display:block;
	padding:0 10px;
	width:70%;
	height:38px;
	line-height:38px;
	font-size:15px;
	font-weight:300;
	background:#fff;
	border:1px #e53e40 solid;
	color:#e53e40;
	margin:0 auto;
	text-align:center;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.team-btn a:hover{
	background:#e53e40;
	color:#fff;
}
.team-rwjs{
	overflow-y: auto;
    height: 268px;
	padding-right:10px;
}
.team-rwjs p{
	color:#999;
	line-height:1.5;
	text-align:justify;
	text-indent: 2em;
}
.team-rwjs::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .team-rwjs::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #bbb;
  }
  .team-rwjs::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #f4f4f4;
  }

.team-swiper .swiper-slide:hover .team-item{
	top:0;
}
.team .swiper-button-prev{
	left: -60px;
	top:60%;
}
.team .swiper-button-next{
	right: -60px;
	top:60%;
}
.team {
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #dedede;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
  }
/*合作伙伴*/
.partner-swiper .swiper-slide{
	padding:10px;
	background:#fff;
	height:70px;
}
.partner-swiper a{
	display:flex;
	align-items:center;
	height:100%;
	width:100%;
	text-align:center;
	background:#fff;
}
.partner-swiper img{
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
}
.partner-ctn{
	position:relative;
	--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #bbb;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 34px;/* 设置按钮大小 */
}
.partner-ctn .swiper-button-prev{
	left:-30px;
}
.partner-ctn .swiper-button-next{
	right:-30px;
}
/*搜索页*/
.schpage-item{
	padding:30px  25px;
	background:#fff;
	margin-bottom:20px;
	position:relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.schpage-item h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	color:#333;
}
.schpage-item  p{
	font-size:15px;
	color:#999;
	margin-bottom:50px;
}
.schpage-item-btm{
	position:absolute;
	bottom:30px;
	left:25px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.schpage-item-btm div{
	margin-right:50px;
	color:#999;
}
.schpage-item-btm a{
	color:#999;
}
.schpage-item-btm a:hover{
	color:#169116;
}
.schpage-item:hover{
	box-shadow:0 0 8px rgba(0,0,0,0.2);
}












.mbhas{
		display:none;
	}
/***************************适配移动端*****************************/
@media (min-width:769px) and (max-width:1024px){
	.container{
		padding-left:15px;
		padding-right:15px;
		width:100%;
	}
	.logo{
		height:48px;
		top:-46px;
		bottom:auto;
	}
	.hdtopline-time:last-child{
		display:none;
	}
	.hdtopline-time{
		width:48%;
	}
	.hdtopline-ctn{
		padding-left:200px;
	}
	.footer-top p span{
		font-size:32px;
	}
	.team .swiper-button-prev{
		left: 15px;
		top:60%;
	}
	.team .swiper-button-next{
		right: 15px;
		top:60%;
	}
	.team-swiper .swiper-slide{
		width:32%;
	}
}
@media (max-width:768px){
	.site-wrapper{
		padding:0;
	}
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	.mb-hid{
		display:none;
	}
	.mb-has{
		display:block;
	}
	.footer-top{
		display:none;
	}
	/*移动端导航*/
	.header-m .logo{
		width:70%;
		text-align:center;
		width:auto;
		padding: 0;
		background:none;
		position: initial;
	}
	.header-m .logo img{
		max-width:100%;
		height:42px;
	}
	.searchmod{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		display:none;
		z-index:999;
	}
	.searchmod .search-form{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		background:#fff;
		padding:50px;
		border-radius:8px;
	}
	.searchmod .search-form input{
		width:520px;
		height:42px;
		border:none;
		border-bottom:1px #dedede solid;
		padding-left:15px;
		padding-right:50px;
	}
	.searchmod .search-form button{
		position:absolute;
		top:50px;
		right:50px;
		background:none;
		border:none;
	}
	.searchmod .search-form button i{
		font-size:28px;
	}
	.searchmod .search-form .closesearch{
		position:absolute;
		top:-10px;
		right:-10px;
		color:#777;
		background:none;
		box-shadow:none;
		padding:0;
	}
	.searchmod .search-form .closesearch i{
		font-size:14px;
		display:block;
		width:25px;
		height:25px;
		line-height:25px;
		background:#dedede;
		border-radius:50%;
		text-align:center;
	}
	.searchmod .search-form .closesearch:hover{
		box-shadow:none;
	}
	.mbnav{
		position:fixed;
		top:0;
		bottom:0;
		left:-100%;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		z-index:999;
		overflow-y:auto;
	}
	.mbnav nav{
		background:#fff;
		width:80%;
		padding:30px;
		min-height: 100%;
	}
	.mbnav .navclose{
		position:absolute;
		top:20px;
		right:50px;
		color:#000;
		display:block;
		width:40px;
		height:40px;
		line-height:40px;
		text-align:center;
		background:#ccc;
		border-radius:50%;
	}
	.mbnav .navclose i{
		font-size:20px;
	}
	.mbnavuc{
		padding:15px;
		background:#f4f4f4;
		color:#999;
	}
	.mbnavuc img{
		width:40px;
		height:40px;
	}
	.mbnavuc a{
		font-size:16px;
		color:#333;
		margin:0 10px;
	}
	.mbnavul{
		margin-top:15px;
	}
	.mbnavul > li {
		border-bottom:1px #dedede dotted;
	}
	.mbnavul > li > a{
		display:block;
		height:42px;
		line-height:42px;
		padding-left:10px;
		padding-right:10px;
		font-weight:600;
		font-size:16px;
	}
	.mbnavul .sub-menu{
		padding-left:15px;
		padding-bottom:15px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
	}
	.mbnavul .sub-menu li{
		width:48%;
		margin-bottom:6px;
	}
	.mbnavul .sub-menu li a{
		display:block;
		width:100%;
		height:36px;
		line-height:36px;
		text-align:center;
		background:#f4f4f4;
		border-radius:5px;
		
	}

	.header-m {
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:10px 15px;
		background:#1b1b1b;
	}
	.header-m a{
		color:#333;
	}
	.header-m a.mb-navbtn{
		color:#e53e40;
		display:block;
	}
	.header-m a i{
		font-size:20px;
	}
	.header-m .schcart-btn a i{
		font-size:24px;
		
	}
	.header-m .logo img{
		height:52px;
	}
	.searchmod{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,0.6);
		z-index: 999;
		padding: 20px;
		display: none;
	}
	.searchmod form{
		width:80%;
		margin:0 auto;
		background:#fff;
	}
	.search-form{
		width:85%;
		padding:20px;
	}
	.search-form input{
		width:100%;
	}
	.search-form button {
		top: 25px;
		right: 15px;
	}
	/*banner*/
	.banner img{
	 height:400px;
	}
	/*首页板块*/
	.banner{
		margin-top:20px;
	}
	.homebk {
		padding-top: 40px;
	}
	.homebk-ctn{
		width:100%;
	}
	.homebk-title h2 a{
		font-size:28px;
	}
	.homebk4-l,.homebk4-r {
		width: 100%;
	}
	.homebk4-r a {
		margin-right: auto;
		margin-top: 15px;
		width: 60%;
		text-align: center;
		margin-left: auto;
		display: block;
	}
	.homebk4-b{
		display:none;
	}
	.pagebody .homebk-ctn{
		width:100%;
	}
	.homebknav {
		display:none;
	}
	.homebk1-item {
		width:calc(50% - 15px) ;
	}
	.homebk1-item:nth-child(2n){
		margin-right:0;
	}
	.homebk5-l,.homebk5-r {
		width: 100%;
		margin-bottom:40px;
	}
	.team-swiper .swiper-slide {
		width: 35%;
	}
	.team .swiper-button-prev{
		left: 15px;
		top:60%;
	}
	.team .swiper-button-next{
		right: 15px;
		top:60%;
	}
	/*首页列表*/
	.homebk4-item{
		width:100%;
		margin-bottom:15px;
	}
	.homebk4-title{
		width:68%;
	}
	.homebk4-img{
		width:calc(30% - 20px);
	}
	/*侧边栏*/
	.sidebar {
		display:none;
	}
	.pagebody-body{
		width:100%;
		padding:0;
	}
	.contact-ctn{
	display:block;
	}
	/*联系我们*/
	.aboutmap,.aboutads{
		width:100%;
	}
	.contact{
		padding:0;
		width:100%;
		overflow:hidden;
	}
	.aboutads{
		padding:40px;
	}
	.contact-title h3{
		font-size:30px;
	}
	.lineform-3b{
		display:flex;
		justify-content:flex-end;
		align-items:stretch;
	}
	.lineform-3{
		width:45%;
	}
	.linemessage-ctn{
		padding:40px 20px;
	}
	/*移动端页脚跟随导航*/
	.mbfotnav{
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		background:#e53e40;
		display:flex;
		justify-content:space-between;
		align-items:center;
		z-index:99;
	}
	.mbfotnav > div{
		width:25%;
		text-align:center;
		color:#fff;
		padding:10px 0;
		border-right:1px solid rgba(255,255,255,0.3);
	}
	.mbfotnav > div img{
		display:block;
		margin:0 auto 6px;
	}
	.mbfotnav > div a{
		color:#fff;
	}
	.partner,.flowchart,.fot-3-items,.fot-2,.fot-3-iteml,.customer-f{
		display:none;
	}
}

@media (max-width:414px){
	.banner {
		margin:0;
	}
	.banner img {
		height: 230px;
	}
	.header-m .logo{
		width:70%;
		text-align:center;
		height: 42px;
		width:auto;
		padding: 0;
		background:none;
		position: initial;
	}
	.pagebanner img{
		height:220px;
	}
	.pagebanner-title h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.pagebanner-title p {
		font-size: 15px;
	}
	.header-m .logo img{
		max-width:100%;
		height:42px;
	}
	.recation{
		display:block;
		height:auto;
	}
	.recation-item,.recation-item:last-child {
		width:100%;
		height:200px;
		margin-bottom:15px;
	}
	.mbnav nav{
		padding:30px 15px;
	}
	.mbnav .navclose {
		top: 30px;
		right: 15px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.searchmod .search-form{
		width:85%;
		padding:20px;
	}
	.searchmod .search-form{
		width:85%;
	}
	.searchmod .search-form input{
		width:100%;
	}
	.searchmod .search-form button {
		width:65px;
		top: 25px;
		right: 15px;
	}
	/*首页板块*/
	.homebk1-ctn{
		display:block;
	}
	.homebk1-item{
		width:100%;
		margin-bottom:20px;
	}
	.homebknav {
		height:330px;
		top:220px;
	}
	.homebknav ul li {
		width: 50%;
		padding: 5px;
	}
	.banner{
		height:230px;
	}
	.banner-r{
		display:none;
	}
	.banner-l{
		width:100%;
	}
	.homebk2-ctn{
		justify-content:space-between;
	}
	.homebk2-item{
		width:48%;
		margin-right:0;
	}
	.homebk3-ctn ul li{
		width:100%;
	}
	.homebk-2 p span {
		font-size: 44px;
		font-family: Impact;
		display: block;
	}
	.team-swiper .swiper-slide {
		width: 80%;
	}
	.customer-f{
		display:none;
	}
	.homebk4-r a{
		width:100%;
	}
	/*专题*/
	.special .swiper-slide{
		width:60%!important;
		height: 125px;
	}
	.homebk4-img {
		width:100px;
		height: 80px;
		margin-right: 10px;
	}
	.homebk4-title{
		width: 68%;
		padding-top:5px;
		padding-bottom:5px;
	}
	.homebk4-title p{
		display:none;
	}
	.homebk4-date span{
		margin-right:15px;
	}
	.homebk4-title h3 a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		font-size:15px;
		padding-top:5px;
	}
	.homebk4-date{
		bottom:6px;
	}
	.homebk5-r-link li{
		height:auto;
	}
	.w-wznr{
		margin-bottom:0;
	}
	.single-ctn ul {
		padding-left: 20px;
	}
	.single-tag{
		margin-top:0;
	}
	.single-turepage{
		display:block;
	}
	.single-turepage > div{
		width:100%;
		padding-left:0px;
	}
	.single-turepage-next{
		padding-left:0px;
		padding-right:0;
		text-align:left;
		margin-top:10px;
	}
	.single-turepage > div span{
		display:flex;
		align-items:baseline;
		color:#999;
		font-size:14px;
	}
	.single-turepage > div span i{
		position:relative;
		display:inline-block;
		font-size:15px;
		margin-right:5px;
	}
	.homebk4-item-3img .homebk4-img a img{
		height:70px;
	}
	.homebk4-item-3img {
		height: 185px;
	}
	.homebk4-item-3img .homebk4-date span, .homebk4-item-noimg .homebk4-date span{
		margin-right:0;
	}
	.homebk4-item-noimg {
		height: 80px;
	}
	.single-turepage > div i{
		display:none;
	}
	.single {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-title{
		display:none;
	}
	.recommend .sidebar-title{
		display:block;
	}
	.service-single{
		display:block;
	}
	.service-single-img,.service-single-title{
		width:100%;
		margin-bottom:30px;
	}
	.service-single-title h1{
		text-align:center;
	}
	.aboutcompany{
		display:block;		
	}
	.aboutcompany-l{
		padding-right:0;
	}
	.aboutcompany img{
		width:100%;
	}
	.honor-ctn .spotlight-group{
		justify-content:space-between;
	}
	.honor-ctn .image{
		width:48%;
		margin-right:0;
		height:120px;
	}
	.aboutads{
	flex-wrap:wrap;
	padding:20px;
	}

	.aboutads-item{
		width:100%;
	}
	.aboutcompany{
		display:block;
	}
	.aboutcompany-l{
		padding:0 15px;
	}
	.aboutcompany img{
		width:100%;
	}
	.aboutcompany h3{
		font-size:24px;
	}
	.honor,.cptestyle  {
		padding:0 10px;
	}
	.honor-ctn .image {
		width: 47%;
	}
	.honor-ctn .image{
		height:105px;
	}
	.spotlight-group .image span {
		line-height: 26px;
		height: 26px;
		font-size: 12px;
		padding: 0 5px;
		margin-left: -50px;
	}
	.contact-title h3{
		font-size:26px;
	}
	.contact-title p{
		padding:0 20px;
	}
	.linemessage-ctn{
		padding:30px 15px;
	}
	.lineform-1 div{
		width:100%;
		margin-bottom:20px;
	}
	.lineform-1{
		display:block;
	}
	.lineform-3b{
		display:block;
	}
	.lineform-3{
		width:100%;
		margin-bottom:20px;
	}
	.lineform-3b button{
		width:100%;
		margin:0;
	}
	/*页脚*/
	.fot-1, .fot-2 {
		display: none;
	}
	.pc-has{
	display:none;
	}
	.fot-3-item{
		width:100%;
		padding:0 15px;
	}
	.fot-3 .container{
		padding-bottom:0;
	} 
	.fot-3-item p{
		font-size:13px;
		margin-bottom:5px;
	} 
	.fot-3 .friendlink{
		padding-bottom:20px;
	}
	.homebk-2 p img {
		width: 38px;
		margin-right: 10px;
	}
	.homebk-2 p span {
		font-size: 34px;
	}
	.partner{
		display:none;
	}
	.recommend-swiper .swiper-slide {
		width: 45%!important;
	}
		/*搜索页*/
	.schpage-item{
		padding: 20px 10px;
	}
	.schpage-item p{
		font-size:14px;
	}
	.schpage-item-btm{
		font-size:12px;
		left: 10px;
		bottom:20px;
	}
	.schpage-item-btm div{
		margin-right:20px;
	}
	.schpage-item-btm i{
		font-size:14px;
	}
} 














































































































