i,a,span,b {padding:0;margin: 0;font-weight: normal;}
html,body,blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family:"Source-Han-Light","Microsoft YaHei",sans-serif;
	background: #fff;
	color:#2d2d2d;
	font-size:.9em;
	position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
html,body {height:100%;}
ul,li {list-style: none;}
a {text-decoration: none;color:#2d2d2d;transition: all .35s ease;}
a:hover {}

/*幻灯片*/
.swiper-container {
	width:100%;
	height:600px;
	background:#eee;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	background-color:#393e46;
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing:border-box;
}

.swiper-pagination-bullet-active {background-color:#fff!important;}

.contactFor {
	position: absolute;
	display:flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	left:-840px;
	right:0;
	top:200px;
	bottom:0;
	margin:auto;
}

.contactFor a.mainBtn {
	background:#23c796;
	padding:10px 30px;
	font-size:1em;
	border-radius: 60px;
	-webkit-border-radius:60px;
	margin:0 20px;
}

.contactFor a.mainBtn:hover {
	background-color:#fff;
}

.contactFor a {
	color:#fff;
}

.contactFor a:hover {
	color:#23c796;
}

/*特色*/
.inlineTrait {
	position: relative;
	background-color:#fafafa;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}

.inlineTrait ul {
	width:100%;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

.inlineTrait ul>li {
	display:inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:10px 0 15px;
	flex:1 1 auto;
}

.inlineTrait ul>li h4 {
	font-size:1.2em;
	margin: -10px auto 0;
}
.inlineTrait ul>li span {
	font-size:.85em;
	color:#777;
}

.inlineTrait ul>li a img {
	width:70px;
	height: 70px;
}

/*首页产品*/
.productBox {
	position: relative;
	background:url(../images/productbox_bg.png) 50% 0 no-repeat;
	margin:0 auto;
	min-height: 400px;
	padding:60px 0;
}

.productItems {
	display:flex;
	flex-direction: row;
	padding:20px 40px;
	margin: 20px auto 0;
}

/*.myt,.udc {
	
}

.myt {
	background:url(../images/product_myt_bg.png) right top no-repeat;
}

.udc {
	background:url(../images/product_udc_bg.png) right top no-repeat;
}*/

.product_Item {
	flex:1;
	border:1px solid #ccc;
	padding: 20px 20px;
	box-sizing:border-box;
	transition: all .3s ease;
	background:#fff url(../images/product_bg.png) 50% 0 no-repeat;
}

.product_Item:hover {
	border-color:#23c796;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.itemPro {
	position: relative;
/*	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
}

.itemPro img {
	float:left;
	margin-right: 15px;
}

.itemPro h3 {
	font-size:2em;
	padding:10px 0;
}

.itemPro span {
	font-size:1em;
	color:#777;
}

.itemPro a {
	position: absolute;
	padding:4px 8px;
	background-color: #23c796;
	color:#fff;
	border-radius: 40px;
	right:0;
	top:15px;
	font-size:.85em;
}

.itemaBt {
	display:flex;
	flex-flow: row wrap;
	margin-top:10px;
	border-top:1px dashed #ccc;
	padding-top: 20px;
	justify-content: center;
}

.itemaBt li {
	width:50%;
	font-size:12px;
	padding:5px 0;
	box-sizing:border-box;
	text-align:left;
	overflow: hidden;
}

.itemaBt li i {
	display:inline-flex;
	width:24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	border:1px solid #23c796;
	color:#23c796;
	border-radius: 50%;
}

.itemaBt li span {
	padding-left: 5px;
}

.product_Item+.product_Item {
	margin-left:10px;
}

.productDesc {
	margin-top: 10px;
	padding:0 20px;
}

.productDesc p {
	color:#777;
	text-indent: 2em;
	line-height: 2em;
}

/*客户*/
.caseBandAll {
	display:flex;
	flex-flow:row wrap;
	margin:10px 0 40px;
}

.caseBandAll li {
	width:400px;
	height:180px;
	overflow: hidden;
	box-sizing:border-box;
	display:flex;
	justify-content: center;
	align-items: center;
}

.caseBandAll li:nth-of-type(even) {
	border-left:1px solid #efefef
	border-right:1px solid #efefef
}

.caseBandAll li img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .35;
    transition:all .3s ease;
}

.caseBandAll li img:hover {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    transform: scale(.85);
}

.caseList {
	border-top:1px solid #e2e2e2;
	padding:60px 0;
}

.allCase {
	display:flex;
	flex-direction: row;
	margin:60px auto 0;
	justify-content: space-around;
	padding: 0 40px;
	box-sizing:border-box;
}

.allCase li {
	flex:1;
	min-width:40px;
	display:inline-flex;
	padding:10px 10px;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	transition: all .3s ease;
}

.allCase li i {margin-right:10px;}

.allCase li:hover {
	border-color:#23c796;
	color:#23c796;
	background:#eefaf7;
}

.allCase li.caseHover {
	border-color:#23c796;
	color:#fff;
	background:#23c796;
}

.caseBox {
	overflow: hidden;
	margin-bottom: 20px;
}

.caseBox li {
	display:none;
}

.caseBox li.cShow {
	flex-flow: row;
	width:100%;
	justify-content: space-around;
	align-items: center;
}

.caseBox li.cShow>div {
	width:50%;
}

/*解决方案*/
.planAll {
	border-top:1px solid #e2e2e2;
	background: url(../images/plan_wrap_bg.png) 50% 0 repeat-y;
	padding:40px 0;
}

.planItem {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:10px 80px;
}

.planItem h3 {
	display:flex;
	font-size:1.75em;
	padding:10px 0;
	font-weight: 300;
}

.planItem p {
	color:#777;
	line-height: 2em;
	text-indent:2em;
	max-width: 580px;
}

.onMore {
	display:block;
	color:#2d2d2d;
	padding:10px 20px;
	width:140px;
	padding:8px 20px;
	text-align:center;
	margin:20px auto;
	letter-spacing: .05em;
}

.onMore:hover {
	color:#23c796;
}

.onMore i {
	margin-left:10px;
	font-size:.85em;
}

/*首页应用*/
.whatsapp {
	background:#393e46;
	position: relative;
}

.bw div.wrapTit h2 {color:#fff;}
.bw div.wrapTit p {color:#808a9b;}

.balance {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width:1200px;
	height:200px;
	margin:0 auto;
	overflow: hidden;
	top:0;
	left:0;
	right:0;
	z-index: 0;
	opacity: .35;
}

.mobiBox {
	display:flex;
	flex-flow:row wrap;
	position: relative;
	height: 200px;
	margin-top: 120px;
	margin-bottom:280px;
	padding-left:600px;
	z-index: 5;
}

.mobiBox>img,.mobiBox>p {
	display:inline-flex;
	flex:1;
}

.mobiBox>img {
	position: absolute;
	top:-122px;
	left:0;
}

.mobiBox>p {
	margin:50px 0;
	font-size:1em;
	line-height: 2em;
	text-indent:2em;
	color:#fff;
}

.mobiQrcode {
	width:420px;
	position: absolute;
	left:580px;
	top:220px;
	display:flex;
	flex-direction: row;
}

.mobiQrcode img {
	width:180px;
	height:180px;
}

.qrBox {
	display:flex;
	flex-direction: column;
}

.qrBox>span {
	background:#eefaf7;
	color:#23c796;
	padding:5px 10px;
	border-radius: 5px;
	position: relative;
	margin:20px 0;
}

.qrBox>a {
	display:flex;
	justify-content: center;
	align-items: center;
	width:180px;
	height:40px;
	margin-bottom:10px;
	border:1px solid #23c796;
	box-sizing: border-box;
	color:#23c796;
	background-color: #fff;
}

.qrBox>a:hover {
	border-color: #fff;
	color:#fff;
	background-color:#23c796;
}

.qrBox>a i {margin-right: 10px;font-size:1.4em;}
/*新闻动态*/


/*底部内容*/
.footer {
	background:#393e46 url(../images/bottom_bg.png) 50% bottom no-repeat;
	overflow: hidden;
	color:#677fba;
}

.footer a {
	color:#929aab;
	border-bottom: 1px solid rgba(242,110,50,0);
	padding:2px 0 1px;
	transition: all .25s ease;
}

.footer a:hover {
	color:#fff;
	border-color: #23c796;
}

.copyRight {
	color:#5c626c;
	background-color:#2b3037;
	text-align:center;
	height:40px;
	line-height:40px;
}

.bottomBox {
	padding:40px 0 50px;
	display:flex;
	flex-flow: row wrap;
}

.fotColumn {
	flex:1;
	width:20%;
	min-width: 20%;
}

.fotColumn dt {
	color:#fff;
	padding:0 0 10px;
}

.fotColumn dt:before {
	content:"";
	display:inline-block;
	width:2px;
	height:.8em;
	background:#23c796;
	margin-right:10px;
}

.fotColumn dd {
	padding-left: 12px;
	line-height: 2em;
	font-size:.95em;
}

.social {
	display:inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.social img {
	width:100px;
	height:auto;
	margin:0 auto;
}

.social>span {
	padding:5px 10px;
	border-radius: 30px;
	background-color:#2b3037;
	color:#fff;
	font-size:.85em;
	margin:10px auto;
}

.social p {
	color:#929aab;
	margin-top:5px;
}

/*新闻*/
.newsBox {
	border-top:1px solid #e2e2e2;
	background:url(../images/news_wrap_bg.png) top center repeat-x;
	text-align:center;
	margin-bottom:60px;
}

.newsList {
	width:100%;
	display:flex;
	flex-direction: row;
}

.newsList li {
	width:300px;
	height:260px;
	padding:20px;
	box-sizing:border-box;
	overflow: hidden;
}

.newsList li h2 {
	font-size:1.2em;
	font-weight: 300;
	line-height: 2em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.thumbnail {
	display:flex;
	width:260px;
	height:140px;
	overflow: hidden;
	margin-bottom: 10px;
}

.thumbnail img {
	width:260px;
	height:160px;
}

.thumbnail a {
	box-sizing: border-box;
	transition: all .3s ease;
}

.thumbnail a:hover {
	opacity: .4;
	transform: scale(1.15);
}

.newsList li a:hover {
	color:#23c796;
}

.newsList li p {
	color:#777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.moreNews {
	display:inline-flex;
	padding:8px 20px;
	background-color: #23c796;
	color:#fff;
	margin:40px auto 20px;
	border:1px solid #fff;
}

.moreNews:hover {
	border-color: #23c796;
	color:#23c796;
	background-color: #fff;
}

/*底部通栏*/
.contactBottom {
	background:#23c796 url(../images/contact_bottom_bg.png) 0 0 repeat;
	color:#fff;
	width:100%;
	height:160px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contactBottom h3 {
	font-size:2em;
	font-weight: 400;
	margin-top:20px;
}

.contactBottom a {
	display:inline-flex;
	padding:6px 20px;
	margin:15px auto;
	border:1px solid #fff;
	color:#fff;
}

.contactBottom a:hover {
	background-color: #fff;
	color:#23c796;
}

/*联系盒子*/
.contactBox {
	display:none;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:100%;
	height:100%;
	z-index: 99999;
	background:rgba(0,0,0,.45);
}

.contactBox>div {
	display:flex;
	flex-direction: column;
	width:100%;
	height:100%;
	position: relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}

.contactBox div.mailBox {
	position: relative;
	display:flex;
	flex-direction: column;
	background-color: #fff;
	width:640px;
	height:480px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
}

.mailfor {
	padding:30px 0;
	color:#999;
}

.mailfor a {
	margin:0 5px;
	color:#23c796;
}

.mailBox h6 {
	font-size:1.6em;
	line-height:2.2em;
	font-weight: 300;
	border-bottom: 1px solid #efefef;
}

.mailBox h6 i {
	margin-right: 10px;
}

.mailBox a.closeContactBox {
	color:#ec4444;
	display:block;
	text-align:center;
	width:50px;
	height:50px;
	line-height: 50px;
	font-size:2em;
	position: absolute;
	top:0;
	right:0;
}

.mailBox a.closeContactBox:hover {
	background-color: #ffecec;
}

.inputBox {
	display:flex;
	flex-flow:row wrap;
	justify-content: center;
	align-items: center;
}

.inputBox label {
	color:#777;
	float:left;
	width:80px;
	overflow: hidden;
	text-align:right;
}

.subInput {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex:1 0 50%;
	padding:10px 0 10px 20px;
	box-sizing:border-box;
}

.subInput>input {
	background: none;
	width:60%;
	border:none;
	height:30px;
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:5px;
	box-sizing:border-box;
}
.inputArea {
	width:100%;
	padding:10px 20px 10px 20px;
	box-sizing:border-box;
}

.inputArea>textarea {
	background: none;
	width:500px;
	height:140px;
	border:none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	resize: none;
	padding:5px;
	box-sizing:border-box;
}

.mailSend {
	display:block;
	width:160px;
	margin:10px auto 0;
	padding:10px 20px;
	border-radius: 8em;
	cursor: pointer;
	background-color: #fff;
	color:#23c796;
	border:1px solid #23c796;
}

.mailSend i {
	margin-right: 10px;
}

.mailSend:hover {
	background:#eefaf7;
}

/*文章与列表页*/
.topinfoBar {
	background-color:#393e46;
	position: relative;
	padding-top:70px;
}

.listContent {

}

.searchBox {
	border-top:1px solid #32373e;
	display:flex;
	width:100%;
	height:70px;
	padding:0 20px;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
}

.directory a {
	color:#929aab;
}

.directory a i {
	margin-right:5px;
}

.directory a:hover {
	color:#23c796;
}

.directory a+a:before {
	content:"›";
	margin:0 6px 0 2px;
	color:#5e6570;
}

.directory a.curD {
	color:#929aab!important;
	cursor: text;
}

.searchInput {position: relative;}

.searchInput input {
	border:1px solid rgba(255,255,255,0);
	background-color: #454c56;
	color:#fff;
	border-radius: 8em;
	padding:8px 12px 8px 32px;
	outline:none;
	transition: all .35s ease;
}

.searchInput input:focus {
	border-color:rgba(255,255,255,.35);
}


.searchInput input::-webkit-input-placeholder {
	color:rgba(150,150,150,.45);
}

.searchInput i.fa-search {
	position: absolute;
	left:12px;
	top:9px;
	color:#5e6570;
	font-size:1.2em;
}

.searchInput button {
	position: absolute;
	right:0;
	opacity: 0;
}

/*文章内容&文章列表*/
.article,.articleList {
	margin:60px auto;
}

.article>div.wrap {
	display:flex;
	flex-direction: row;
}

.content {
	width:868px;
}

.content p {
	font-size:1.2em;
	margin:10px 10px 10px 0;
	line-height:2em;
}

.content p>img {
	width:80%;
	height: auto;
	margin:0 auto;
	display: flex;
	justify-content: center;
}

.content p a {
	display:inline-block;
	color:#23c796;
	padding:0;
	margin:0 3px;
}

.content p a:hover {
	text-decoration: underline;
}

.dateBox {
	margin:10px 0;
	color:#999;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.dateBox>* {
	display:inline-block;
	margin-right: 40px;
}

.dateBox>span i {
	margin-right: 5px;
}

.metaBox {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin:60px 0;
}

.tagBar {
	display:inline-block;

}

.tagBar a {
	display:inline-block;
	font-size:.85em;
	padding:2px 10px 2px 6px;
	border:1px solid #23c796;
	color:#23c796;
	background: #fff;
	border-radius: 8em;
	margin-right: 10px;
	margin-bottom:5px;
}

.tagBar a:hover {
	background-color: #23c796;
	color:#fff;
}

.tagBar a>i {
	margin:0 5px;
}

.bdsharebuttonbox {
	min-width: 240px;
}

/*文章调用列表*/
div.newsbox {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

div.newsbox>div.newstable {
	width:33.3333%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding:20px 20px 0;
	box-sizing: border-box;
}

div.newsbox>div.newstable h3 {
	border-bottom:1px solid #23c796;
	padding:5px 0;
}

div.newsbox>div.newstable>strong {
	position: absolute;
	right:20px;
	top:25px;
}
div.newsbox>div.newstable>strong a {color:#999;}
div.newsbox>div.newstable>strong a:hover {
	color:#23c796;
}

ul.typelist {
	width:100%;
	margin:10px 0;
}

ul.typelist li {
	display: flex;
	width:100%;
	justify-content: space-between;
	line-height: 1.8em;
	margin-bottom: 2px;
}

ul.typelist li h4 {
	width: 70%;
	text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.typelist li h4 a {
	font-size:.95em;
}

ul.typelist li h4 a:hover {
	color:#23c796;
	text-decoration:underline;
}

ul.typelist li span {
	color:#999;
}

/*文章侧栏*/
.sidebar {
	width:300px;
	margin-left:32px;
	overflow: hidden;
	position: relative;
}

.sidebarL {
	width: 300px;
	margin-right:32px;
}

div.post-about {
	width:300px;
	border:1px solid #eee;
	background-color: #fff;
	padding:10px;
	margin-bottom: 20px;
	line-height: 1.75em;
	box-sizing: border-box;
	transition: all ease .3s;
}

div.post-about:hover {
	border-color:#23c796;
	background-color: #f8fffb;
	cursor: pointer;
}

div.post-about img {
	width: 90%;
	height: auto;
	margin:10px auto;
	display: flex;
	justify-content: center;
}

div.post-about p {
	margin-top: 20px;
	text-indent: 2em;
	padding:5px;
}

div.post-about a.contactUs {
	display: flex;
	justify-content: center;
	align-items: center;
	background:#23c796;
	color:#fff;
	margin:10px auto;
	padding:5px 0;
	border-radius: 4px;
	transition: all ease .25s;
}

div.post-about a:hover {
	background-color: #20a880;
}

div.post-about a.contactUs i {
	margin-right: 10px;
}

.sidebar dt {
	font-size:1.4em;
	font-weight: 400;
	padding-left: 10px;
	border-left:2px solid #23c796;
	margin:10px 0;
}

dl.relatedpost {
	display:flex;
	flex-direction: column;
}

.morepostFix {
	position: fixed;
	top:90px;
	transition: all ease .25s;
}

.sidebar dd+dd {
	margin-top: 10px;
}

.sidebar dd>a {
	display:block;
	padding:5px;
	box-sizing:border-box;
}

.sidebar dd>a:after {
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}

.sidebar dd>a:hover {
	background-color:#efefef;
}

.sidebar dd>a>img {
	width:58px;
	height:58px;
	float:left;
	margin-right: 10px;
	overflow: hidden;
}

.sidebar dd>a>h5 {
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar dd>a>p {
	font-size:.85em;
    margin-top: 3px;
    color: #999;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*文章列表*/
.blogerlist {

}

.blogerlist dt>h2 {
	font-size:1.6em;
	line-height: 3em;
}

.blogerlist dt>h2 i {
	margin-right: 10px;
	color:#23c796;
}

.blogerlist {
	display:flex;
	flex-direction: column;
}

.blogerlist>dd {
	display:flex;
	flex-direction: row-reverse;
	padding:10px 0;
}

.blogerlist>dd+dd {
	border-top: 1px solid #efefef;
	margin-top: 20px;
}

.blogerContent {
	width:100%;
	display:flex;
	flex-direction: row;
}

a.blogerCover {
	width:210;
	height:126px;
	margin-right: 20px;
	overflow: hidden;
}

a.blogerCover:hover {
	opacity: .75;
}

a.blogerCover:hover img {
	transform: scale(1.2);
}

a.blogerCover img {
	width:210px;
	height:126px;

	transition: all .3s ease;
}

.blogerinfo {
	width:100%;
}

.blogerinfo h3 a:hover {
	color:#23c796;
}

.blogerinfo p {
	font-size:14px;
	line-height: 1.4em;
	color:#999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.tagsline a {
	display:inline;
	padding:1px 6px;
	background-color: #efefef
}

.tagsline a:hover {
	background-color: #23c796;
	color:#fff;
}

.timeinline {
	width:140px;
	display:flex;
	flex-direction: column;
	color:#777;
}

.timeinline>span+span {
	margin-top: 10px;
}

.timeinline>span i {
	margin-right:5px;
}

/*分页导航*/
ul.pageNavigation {	
	margin:60px auto 0;
	text-align: center;
}

ul.pageNavigation li {
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 32px;
	text-align: center;
	color:#ccc;
	background:#eee;
	overflow: hidden;
	margin:0 5px;
}

ul.pageNavigation li strong {
	display: block;
	color:#fff;
	background: #23c796;
}

ul.pageNavigation li a {
	display: block;
	color:#2d2d2d;
	background:#efefef;
	transition: all .3s;
}

ul.pageNavigation li a:hover {
	color:#23c796;
	background:#eefaf7;
}

/*关于页面*/


.mailtoForm {
	width:100%;
	margin:60px auto;
	text-align:center;
	border:1px solid #efefef;
	padding-bottom: 40px;
}

/*通用*/
.clear:after {
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}

.rowR {
	flex-direction: row-reverse;
}

.colR {
	flex-direction: column-reverse;
}

.wrap {
	width: 1200px;
	margin:0 auto;
}

.wrapTit {
	text-align:center;
}

.wrapTit h2 {
	display:flex;
	justify-content: center;
	font-size:2em;
	padding:40px 0 20px;
	position: relative;
}

.wrapTit p {
	margin:0 auto 20px;
	color:#777;
}

.L {
	border-radius: 4px;
	-webkit-border-radius:4px;
}

.o {
	border-radius: 50%;
	-webkit-border-radius:50%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

.swiper-button-prev,.swiper-button-next {
	background-size:18px 29px!important;
	background-color: rgba(0,0,0,.1);
	padding:5px;
}

.swiper-button-prev:hover,.swiper-button-next:hover {
	background-color: rgba(0,0,0,.2);
}

.upTop {
	display: block;
	width:40px;
	height:40px;
	line-height: 34px;
	text-align: center;
	background:#000;
	color:#fff;
	font-size:28px;
	position: fixed;
	z-index: 99;
	right:20px;
	bottom:-42px;
	border:1px solid rgba(255,255,255,.45);
	transition: all .3s;
}

div.upTop a {
	display: block;
	width:40px;
	height:40px;
}

a.totop {
	color:#fff;
	transition: all .3s;
}

.upTop:hover {
	background:#23c796;
}

.overTop {
	bottom:20px;
}


/*左侧栏*/
.articleList>div.wrap {
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
}

.sideMenu {
	width:300px;
	overflow: hidden;
	display:flex;
	flex-direction: column;
    background: -moz-linear-gradient(115deg, #31ddaa 0%, #23c796 100%);
    background: -webkit-linear-gradient(115deg, #31ddaa 0%,#23c796 100%);
    background: -o-linear-gradient(115deg, #31ddaa 0%,#23c796 100%);
    background: -ms-linear-gradient(115deg, #31ddaa 0%,#23c796 100%);
    background: linear-gradient(115deg, #31ddaa 0%,#23c796 100%);
    padding:20px;
    box-sizing:border-box;
}

.sideMenu dt {
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid rgba(255,255,255,.25);
	color:#fff;
}
.sideMenu dt i {
	margin-right: 10px;
}

.sideMenu dd {
	display:flex;
}

.sideMenu dd+dd {
	margin-top:10px;
}

.sideMenu dd a {
	display:flex;
	width:100%;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	background:rgba(255,255,255,.07);
	color:#fff;
}

.sideMenu dd a:hover {
	text-indent: 1em;
	background:rgba(255,255,255,.3);
}


.helpbox {
	background-color:#fff;
	margin:0 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.helpbox h3 {
	display:flex;
	width:100%;
	height:60px;
	line-height: 60px;
	padding-left: 30px;
	color:#fff;
	background: #23c796 url(../images/bg_help.png) right top no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}

.helplist {
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
}

.helplist ul {
	width:50%;
	padding: 10px 30px;
	margin-top:10px;
	box-sizing: border-box;
}

.helplist ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color::#fff;
	margin:2px 0;
}

a.helpmore {
	display: inline-block;
	margin:10px auto;
	padding:5px 10px;
}
a.helpmore:hover {color:#23c796;}

a.helpmore i {margin-left: 10px;}

.helplist ul li a {padding:3px 0;max-width: 400px;border-radius:2px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.helplist ul li a:hover {color:#23c796;padding-left:10px;background:#dff9f0;}

.helplist ul li span {color:#999;}

/*公用*/
::-moz-selection{background:#23c796; color:#fff;}
::selection {background:#23c796; color:#fff;}
.flex {display: flex;}
.row {flex-direction: row;}
.column {flex-direction: column;}
.JCcenter {justify-content: center;}
.aliIcenter {align-items: center;}
.aliCcenter {align-content: center;}
.jubetween {justify-content: space-between;}
.juaround {justify-content: space-around;}
.alibetween {align-content: space-between;}
.aliaround {align-content: space-around;}
.txtoverflow {overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/*移动端*/
@media only screen and (max-width:1200px) {
	.copyRight a:nth-of-type(2),.bdsharebuttonbox,.post-about,.sidebarL,.setfilter,div.balance>video,.mobiQrcode {
		display: none;
	}

	.wrap {
		width:100%;
		padding:10px;
		box-sizing:border-box;
	}

	.swiper-container {
		height:300px;
	}

	.swiper-slide img {
		width:100%;
		height:auto;
	}

	.contactFor {
		left:auto;
		right:auto;
		top:auto;
		bottom:40px;
		margin: auto;
	}

	.swiper-button-prev,.swiper-button-next {
		display:none;
	}

	.inlineTrait ul>li {
		width:50%;
		margin:10px 0;
	}

	.productBox {
		background-position:right top;
		padding:0;
	}

	.productItems {
		flex-direction: column;
		padding:0;
	}

	.product_Item+.product_Item {
		margin:20px 0 0;
	}

	.itemPro h3 {
		font-size:1.45em;
	}

	.caseBandAll {
		height: 540px;
		overflow: hidden;
		padding-bottom:60px;
	}

	.caseBandAll li {
		width:50%;
	}

	.caseBandAll li img {
		width:240px;
		height:120px;
	}

	.caseList {
		padding:0;
	}

	.allCase {
		padding:0;
		margin:10px auto;
	}

	.allCase li {
		flex:1;
		padding:20px 0;
	}



	.allCase li span {display:none;}

	h2 {font-size: 1.4em!important;}

	.bottomBox {
		
	}

	.social {
		display:flex;
		width:100%;
	}

	.fotColumn {
		display:none;
	}

	.social {
		display:flex;
	}

	.social img {
		width:140px;
		height:auto;
	}

	.whatsapp {
		background:#393e46 url(../images/bg_balance.jpg) 40px center no-repeat;
		background-size:200% auto;
	}

	.balance {
		width: 100%;
		height: 100%;
	}

	.mobiBox {
		width:100%;
		height:auto;
		flex-flow: column;
		margin:0;
		padding:0;
		position: relative;
		box-sizing: border-box;
	}

	.mobiBox>img,.mobiBox>p {
		display:flex;
		margin:0;
		padding:0;
	}

	.mobiBox>img {
		width:100%!important;
		height: auto;
		position: relative;
	}

	.mobiBox>p {
		width:100%;
		position: relative;
		top:-80px;
	}

	.mobiQrcode {
		display:none;
		position: relative;
		top:0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobiQrcode a {
		display:none;
	}

	.planItem {
		padding:0;
		flex-direction: column;
		justify-content: center;
		text-align:center;
	}

	.planItem img {
		width:100%;
		height: auto;
	}

	.planItem>div h3 {
		justify-content: center;
		font-size: 1.2em;
	}

	.newsList {
		flex-direction: column;
		justify-content: center;
	}

	.thumbnail {
		width:100%;
		height: auto;
	}

	.thumbnail a,.thumbnail img {
		width:100%;
		height:auto;
	}

	.newsList li {
		height:auto;
		margin:0 auto 40px;
		padding:0;
	}

	.contactBottom h3 {
		font-size:2vh;
		font-weight: 400;
		margin-top:20px;
	}

	/*.swiper-container,.inlineTrait,.productBox,.caseList {display:none;}*/

	/* 联系表单 */
	.mailBox {
		background:rgba(255,255,255,.95)!important;
		width:100%!important;
		height:100%!important;
	}

	.mailBox h6 {
		background-color: #fff!important;
	}

	.subInput {
		flex:1 0 100%!important;
	}

	.subInput>input {
		width:70%!important;
	}

	.inputArea>textarea {
		width:100%;
		margin:10px auto 0;
	}

	/*文章列表*/
	.sideMenu {
		display:none;
	}
	.listContent {
		margin:0;
	}
	.directory {
		display:none;
	}
	.blogerlist>dd {
		flex-direction: column;
	}

	.blogerContent {
		flex-direction: column;
	}

	a.blogerCover {
		width:100%;
		height: auto
	}

	a.blogerCover img {
		width:100%;
		height:auto;
	}

	.timeinline {
		width:100%;
		margin-top:20px;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.timeinline>span+span {
		margin:0 0 0 20px;
	}

	.blogerlist>dd+dd {
		margin-top:10px;
	}

	/*文章详情*/
	.article {
		margin:10px 0;
	}

	.dateBox {
		flex-direction: auto;
		flex-flow: row wrap;
	}

	.metaBox {
		flex-direction:column;
		box-sizing:border-box;
	}

	.tagBar {
		margin-bottom:10px;
	}

	.tagBar a {
		padding:2px 10px 2px 6px;
		margin:5px 5px 0 0;
		font-size:.85em;
	}

	.article>div.wrap {
		flex-direction: column;
	}

	.content {
		width:100%;
	}

	.content>p>img {
		width:100%;
		height: auto;
	}

	.relatedpost {
		width:100%;
		height:130px;
		overflow: hidden;
	}

	.scrollX {
		width:100%;
		padding:0 10px 10px 0;
		display:flex;
		flex-direction: row;
		overflow: hidden;
		overflow-x:scroll;
		box-sizing: border-box;
	}

	.scrollX dd {
		border:1px solid #efefef;
	}

	.scrollX dd+dd {
		margin:0 0 0 10px;
	}

	.scrollX a {
		float:left;
		width:240px;
		padding:10px;
		background:#fff;
		box-sizing: border-box;
		position: relative;
	}

	.article .sidebar {
		width:100%;
		margin:0;
	}

	/*搜索*/

	.searchBox input {
		width:100%;
		box-sizing:border-box;
	}

	.searchInput {
		width: 100%;
		box-sizing:border-box;
	}

	/*首页文章*/
	div.newsbox>div.newstable {
		width:100%;
		padding:0 10px;
	}

	div.newsbox>div.newstable>strong {
		top:5px;
		right: 5px;
	}

	.typelist span {font-size:10px;}

	/*首页常见问题*/
	.helpbox {
		width:100%;
		margin:10px auto 0;
	}

	.helpbox h3 {
		padding-left:10px;
		background-position:140px top;
	}

	.helplist {
		padding:10px 0;
	}

	.helplist ul {
		width:100%;
		margin:0 auto;
		padding:0 5px;
	}

	.helplist ul li a {
		font-size:12px;
		max-width: 200px;
	}

	.helplist ul li span {
		font-size:11px;
	}


}

@media only screen and (max-width:420px) {
	.inlineTrait ul>li {
		flex:0 1 auto;
	}
}
.swiper-container{
	height:550px;	
}
