﻿@charset "utf-8";
/* CSS Document */

/* self-adaption global css v1.0
 * 此文件是网站全局自适应个性化css，也适当补充了自适应栅格系统（补充的是每行5个元素），此样式表在zui框架基础上进行开发，需要先引入zui核心文件。
 * This file is the global adaptive personalized CSS of the website, and it also complements the adaptive grid system (supplemented by 5 elements per line). This stylesheet is developed on the basis of the zui framework, which requires the introduction of the zui core file first.
 * 作者: 杨，2018.10.25。	written by carry yang, 2018.10.25
 * 使用此文件请保留我的信息，谢谢！	Please keep my information in this file, thank you!
 */

 @font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont.woff2') format('woff2'),
      url('iconfont.woff') format('woff'),
      url('iconfont.ttf') format('truetype'),
      url('iconfont.svg#iconfont') format('svg');
}
 /* project id 1272221 
@font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/font_1272221_u8993c1i3l.eot');
  src: url('//at.alicdn.com/t/font_1272221_u8993c1i3l.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1272221_u8993c1i3l.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1272221_u8993c1i3l.woff') format('woff'),
  url('//at.alicdn.com/t/font_1272221_u8993c1i3l.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1272221_u8993c1i3l.svg#iconfont') format('svg');
}*/

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* for global 全局 */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
}
@media (min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

body {
	background: #fff;
	color: #666;
	font-size: 16px;
}
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	blr:expression(this.onFocus=this.blur());
}
a:focus{outline:none;text-decoration: none;}
a:hover {outline:none;text-decoration: underline;color:#b40001;}
li {list-style: none;}


/* box size */
.no-margin {margin: 0;}
.no-padding {padding: 0;}

/* display */
.inline-block {display: inline-block}

/* position */
.pst-relative {position: relative;}

/* clear */
.clear-block {clear: both;}

/* vertical-align */
.vc-middle{display: inline-block;vertical-align: middle;}

/* font */
.text-12px{font-size: 12px}
.text-14px{font-size: 14px}
.text-18px{font-size: 18px}
.text-20px{font-size: 20px}

/* other */
.middle-ctrl{display: inline-block;height: 100%;width: 0px;vertical-align: middle;}


/* header */
#headerbar{border: none;background-color: #fff;font-size: 0px;position: relative;border-radius: 0;padding-bottom: 0px;}
#headerhd{display: inline-block;vertical-align: middle;}

#headernav {width: 100%;position: relative;box-sizing:border-box;background: url(../../images/bg2.jpg) repeat-x;}
#headernav .head-top{color: #000;font-size:14px;display:block;overflow: hidden;margin: 14px 0;}
#headernav .head-top .logo{width: 25%;float: left;}
#headernav .head-top .logo a{}
#headernav .head-top .top-center{width: 55%;float: left;}
#headernav .head-top .top-center p{margin-bottom: 0;}
#headernav .head-top .top-center p+p{margin-bottom: 0;}
#headernav .head-top .top-center p span { font-size: 25px; font-family: "Arial"; color: #ff1500; }
#headernav .head-top .top-right{width: 20%;float: left;text-align: right;font-size:12px;}
#headernav .head-top .top-right div{}
#headernav .head-top .top-right div a{color: #000;}
#headernav .head-top .top-right div a:hover{color: #b40001;text-decoration: underline;}
#headernav .head-top .top-right div span{margin:0 10px;}
#headernav .head-top .top-right div.time{margin-top: 20px;color: #ff1500;}
#headernav ul{text-align: center;float: none;}
#headernav ul>li{display: inline-block;position: relative;float: none;height:42px;width: 11.11%;}
#headernav ul>li>a {display: block;width: 100%;  font-size: 14px;color:#fff;padding: 0px;line-height: 38px;}
#headernav ul>li:hover>a{color: #fbe296;background:rgba(0,0,0,0);text-decoration: underline;}
#headernav ul>li .navplus{width: 100%; display: none;position: absolute;z-index: 1009;text-align: left;top: 70px;left:0;font-size: 0;background: #e91c28;border-top: 1px solid #b40001;border-radius:20px; }
#headernav ul>li .navplus>a{display:block;font-size: 14px;color: #fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;border-radius: 0px;padding: 14px 20px;height: 42px;line-height: 14px;}
#headernav ul>li .navplus>a i{margin-right: 2px;}
#headernav ul>li .navplus>a:hover{ background:#666; }

#m-headerbar {
	padding-top: 6px;
	padding-bottom: 6px;
	border: none;
	background-color: #fff;
	border-bottom: #d1d1d1;
	box-shadow: 0px 3px 5px 0px #d1d1d1;
}
#m-headerhd{
	pointer-events:auto;
}
#m-headerhd:hover{
	color: #5faecc;
}
#m-headerbar .hdtitle-img {
	/*
	 *width: 40px;
	 */
	width: auto;
	height: 40px;
}
#m-headerbar .hdtitle-img img{
	width: auto;
	height: 100%;
}
#m-headerbar .hdtitle-ch {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 1px;
	padding-left: 10px;
}
#m-headerbar .hdtitle-en {
	font-family: Georgia, "serif";
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1;
	padding-left: 10px;
}
#m-headerbtn{
	position: absolute;
	top:10px;
	right: 10px;
	color: #b40001;
	text-shadow: none;
	background-color: #fff;
	border-color: #b40001;
}
#leftmenulayout{
	display: none;
	width: 100%;
	height: 100%;
	width: 100vw !important;
	height: 100vh !important;
	position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
	opacity: .5;
}
#leftmenulayout span{
	display: block;
	width: 40%;
	height: 100%;
	margin-left: 60%;
	color: #7d7d7d;
	font-size: 4rem;
	overflow: hidden;
	text-align: center;
}
#leftmenu{
	display: none;
	width: 60%;
	height: 100% !important;
	width: 60vw;
	height: 100vh !important;
	background-color: #b40001;
	border-right:1px solid #333;
	position: fixed;
	z-index: 999999;
	box-shadow: rgba(0,0,0,.15) 0 .15rem .5rem,rgba(0,0,0,.25) 0 .15rem .5rem;
	overflow-y: auto !important;
}
#leftmenu>.items{
	display: block;
	width: 100%;
	border-bottom: 1px solid #8e0000;
	position: relative;
}
#leftmenu>.items>a{
	margin: 0 15%;
	font-size: 15px;
	display: block;
	height: 55px;
	line-height: 55px;
	position: relative;
	color: #fff;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: inherit;
}
#leftmenu>.items>i{
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
	height: 55px;
	width: 55px;
	font-size: 24px;
	line-height: 55px;
}
#leftmenu>.items>.listplus{
	display: none;
	text-align: center;
	padding: 10px 0;
}
#leftmenu>.items>.listplus>a{
	display: block;
	color: #fff;
	line-height:26px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: inherit;
}
/*
| ----------------------------------------------------------
| Glide styles
| ----------------------------------------------------------
| Here are slider styles
| banner滚动轮播插件的个性样式，需要配合jquery.glide.min.js使用
*/
.mainbanner{width: 100%;height:auto;font-size: 0px;}
.mainbanner ul,.mainbanner ul li{ list-style: none; margin: 0; padding: 0; font-size: 0; display: block; }
.mainbanner ul li{ float: left; }
.slider { position: relative; width: 100%; height: auto; overflow: hidden; }
.slides { height: auto; /* Simple clear fix */ overflow: hidden; /**	* Prevent blinking issue * Not tested. Experimental. */ -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; /** * Here is CSS transitions * responsible for slider animation in modern broswers */ -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); }
.slide { list-style: none; height: auto; float: left; clear: none; }
.arrowsWrapper{display:none;}
.slider:hover .arrowsWrapper{display:block}
.slider-arrow { position: absolute; display: block; margin-bottom: 0px; padding: 4%; text-decoration: none; text-align: center; opacity:1; }
.slider-arrow--right { bottom: 40%; right: 4%; background:url(../../images/right_jt.png) no-repeat center; background-size: 50%; }
.slider-arrow--left { bottom: 40%; left: 4%; background:url(../../images/left_jt.png) no-repeat center; background-size: 50%; }
.slider-nav {padding: 10px 0; border-radius:18px; position: absolute; bottom: 2%; text-align: center; }
.slider-nav__item { width: 15px; height: 15px; background: #fff; border: none; clear: none; display: inline-block; margin: 0 5px; border-radius: 50%; }
.slider-nav__item:first-child{margin-left: 10px;}
.slider-nav__item:last-child{margin-right: 10px;}
.screen-phone .slider-nav__item {width: 10px;height: 10px;}
.slider-nav__item:hover,.slider-nav__item--current { background: #e91c28; }



.thebreadcrumb{width: 100%;color:#b40001;font-size: 14px;text-align: left;line-height:36px;padding-top: 0;padding-bottom: 0;}
.thebreadcrumb a{color:#b40001;}
.thebreadcrumb a:hover{text-decoration: underline;}
.breadcrumb{display:inline-block;margin:0;padding: 0;}
.breadcrumb i{font-size: 16px;}
.breadcrumb > li + li::before {padding: 0 5px;color: #ccc;content: "»";}
.about_bg { background-color:#f7f8f8;}



.titlestyle-main{display: block;width: 100%;text-align: center;margin-bottom:10px;}
.titlestyle-main .line{display: block;width: 100%;height: 21px;background:url(../../images/line1.png) center center no-repeat;margin-top: 8px;}
.titlestyle-main .line_d { width:57px; height:2px; border-top:#288b9c 3px solid;}
.titlestyle-main .maintitle{font-size: 24px;color: #000;font-weight:700;text-transform:uppercase;}
.titlestyle-main .subtitle{font-size: 20px; color: #000;font-weight:400; padding:5px 0;}
.titlestyle-main .xxtitle{font-size: 16px; color: #828181;}


.screen-phone .titlestyle-main .maintitle{font-size: 20px;font-weight: 700; color: #000;}
.screen-phone .titlestyle-main .subtitle{font-size: 16px;color: #828181;text-transform:uppercase;}

.beautifulbtn1{ background-color: #b40001; height: 50px; line-height: 50px; width: 180px; font-size: 14px; text-align: center; max-width: 100%; display: inline-block; vertical-align: middle; position: relative; box-sizing: border-box; color: #fff !important; outline: none !important; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }

.beautifulbtn1::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #3f3b3a; -webkit-transform: scale(0,0); transform: scale(0,0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: all .3s ease-out; }

.beautifulbtn1:hover::before {-webkit-transform: scale(1,1);transform: scale(1,1);}
.lte-ie-8 .beautifulbtn1:hover {background: #3f3b3a;}
.screen-phone .beautifulbtn1{height: 40px;line-height: 40px;width: 120px;}

.contentbox img,.contentbox iframe,.contentbox iframe div{max-width: 100%;overflow: hidden;}

.padding{padding-top: 30px;padding-bottom: 50px;}
.screen-phone .padding{padding-top: 30px;padding-bottom: 30px;}

/*产品系列*/
.index-pro{font-size:18px;padding-top:30px;}
.index-pro .row{padding-top:10px;}
.index-pro .row .col{padding-bottom:30px;}
.screen-phone .index-pro .row .col{padding-bottom:20px;}
.index-pro .row .col .items{display: block; position: relative;}
.index-pro .row .col .items .pro-img{display: block; padding-top: 85%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.index-pro .row .col .items .pro-img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.index-pro .row .col .items .pro-img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1;border-radius:10px;}
.index-pro .row .col .items .pro-img>div>div>img { width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }
.index-pro .row .col .items .pro-imgtitle{text-align:center;font-size:14px;color: #000;display: none;margin:0;}
.screen-phone .index-pro .row .col .items .pro-imgtitle{display: block;}
.screen-tablet .index-pro .row .col .items .pro-imgtitle{display: block;}
.index-pro .row .col .items:hover .pro-con{opacity: 1;}
.screen-phone .index-pro .row .col .items:hover .pro-con{opacity:0;}
.screen-tablet .index-pro .row .col .items:hover .pro-con{opacity:0;}
.index-pro .row .col .items .pro-con{display: block;width: 100%; height: 100%; position:absolute;top: 0;left: 0;z-index: 10;background: #b40001;color: #fff;padding:30px 20px;opacity: 0;transition: all .3s ease-out; }
.index-pro .row .col .items .pro-con .pro-title { display: inline-block; font-size: 20px; line-height: 60px; border-bottom: 1px solid #fff; text-align: center; color: #fff; }
.index-pro .row .col .items .pro-con .pro-desc { font-size: 14px; line-height: 30px; text-align: left; color: #fff; margin: 20px 0; overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.index-pro .row .col .items .pro-con .pro-more {display: inline-block;font-size: 16px; line-height: 30px; color: #e12331; }
.index-pro .row .col .items .pro-con .pro-title,.index-pro .row .col .items .pro-con .pro-more{position: relative;left: 50%;transform: translate(-50%, 0);}

/* 关于 */
.index-about{font-size:18px;}
.index-about .about_img{width: 100%;height: auto;}
.index-about .about_img img{width: 100%;height: 300px; border: #c11404 2px solid;}
.screen-phone .index-about .about_img img{height:auto;}
.index-about .about { width: 100%; height: 300px; border: #ddd 1px solid; background: url(../../images/about_bg.jpg); background-size: 100% auto; background-repeat: no-repeat;color: #000; }
.screen-phone .index-about .about{height: auto;padding-bottom: 20px;}
.index-about .about .about_title { height: 80px; line-height: 80px; text-align: center; font-size: 20px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.screen-phone .index-about .about .about_title{height: 60px; line-height: 40px;}
.screen-phone .index-about .about .about_title a{font-size:16px;} 
.index-about .about .about_title a { color: #000; }
.index-about .about .about_title a:hover { color: #b40001; text-decoration: underline; }
.index-about .about .about_content { padding: 0 30px 0 23px; line-height: 22px; font-size: 14px; }
.index-about .about .about_content a { color: #000; }
.index-about .about .about_content a:hover { color: #e7545a; }

/* 主页新闻 */
.index-news { padding-top: 15px; }
.newslist { border: #fda69e 1px solid; color: #000; margin-bottom: 15px;height:225px; font-size:14px;}
.screen-phone .newslist{height: auto;}
.screen-tablet .newslist{height: auto;}
.newslist .newslist-title { height: 28px; line-height: 28px; padding-left: 15px; font-size: 13px; font-weight: bold; background: url(../../images/homelist_bg.jpg) repeat-x; border-bottom: #fda69e 1px solid; }
.newslist .newslist-title span { float: right; padding-right: 15px; }
.newslist .newslist-title span a { font-size: 12px; color: #000; font-weight: normal; }
.newslist .newslist-title span a:hover { text-decoration: underline; }
.newslist .newslist-title img { }
.newslist .newslist-con { padding: 10px 0;margin-bottom: 0;}
.newslist .newslist-con li { height: 25px; line-height: 25px; padding-left: 32px; background: url(../../images/arr2.gif) 18px center no-repeat; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 10px; }
.newslist .newslist-con li a { color: #000; }
.newslist .newslist-con li a:hover { color: #b40001; text-decoration: underline; }

/* 主页联系 */
.index-contact { width: 100%; height: 300px; border: #ddd 1px solid; font-size: 13px; line-height: 24px; padding-left: 20px; color: #000; }
.index-contact .c-title { color: #f63900; font-size: 24px; margin-top: 20px; padding-bottom: 20px; }
.index-contact .hong { color: #FF0000; font-size: 18px; }
.body-banner { padding-top: 16px; }
.body-banner img { border: #ddd 1px solid; padding: 1px; }
.right-banner { padding-top: 16px;margin-bottom: 15px; }
.right-banner img { border: #ddd 1px solid; padding: 1px; }
.right-news { color: #000; border: #ddd 1px solid; line-height: 24px; margin-bottom: 15px;height: 225px;overflow: hidden; }
.right-news .r-news-title { height: 28px; line-height: 28px; text-indent: 10px; background: url(../../images/homelist_bg.jpg) repeat-x; border-bottom: #ddd 1px solid; }
.right-news .r-news-title a { }
.right-news .r-news-con { line-height: 25px; padding: 10px 15px; font-size: 14px; }
.right-news .r-news-con p{margin-bottom: 0;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;}

/* 友情链接 */
.index-links { margin-bottom: 15px; border: #fda69e 1px solid; color: #000; }
.index-links>p { display: block; height: 28px; line-height: 28px; padding-left: 12px; font-size: 13px; font-weight: bold; background: url(../../images/homelist_bg.jpg) repeat-x; border-bottom: #fda69e 1px solid; margin-bottom: 0; }
.index-links>.link { width: 100%; height: auto; padding: 10px; line-height: 40px; font-size: 13px; }
.index-links>.link>a { display: inline-block; margin: 0 10px; color: #000; }
.index-links>.link>a:hover { color: #b40001; }


/*底部*/
#footerbar {width: 100%;font-size: 16px;color: #000;background-color: #fff;padding-bottom: 10px;}
#footerbar p{margin-bottom: 0;}
#footerbar .footer-bg{position: relative;background: url(../../images/foot_bg.jpg) repeat-x;border: #ddd 1px solid;padding-top: 10px;padding-bottom: 20px;}
#footerbar a{color: #000;}
#footerbar a:hover{color: #b40001;}
#footerbar #footerlinks{display: block;width: 100%;overflow: hidden;text-align: center;}
#footerbar #footerlinks a{display: inline-block;font-size: 12px;line-height: 28px; text-align:center;}
#footerbar #footerlinks span{display: inline-block;padding: 0 10px 0 5px;}
#footerbar .footer-con{line-height: 28px;font-size:13px;text-align: center;}
#footerbar .group-right>div{display: block;float: right;text-align: center;font-size: 12px;margin-right: 25px;}
.screen-phone #footerbar .footer-con{font-size:12px;line-height: 24px;}
.screen-phone #footerbar #footerlinks a{line-height: 24px;}
#m-footer{
	border-top: 1px solid #e91c28;
	background-color: #b40001;
}
#m-footer a{
	display: block;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}


.lilian {   padding:0; margin-top:10px;}
.lilian ul { padding:0;}
.lilian ul li {width:240px; float:left;list-style: none; color:#000; font-weight:bold; font-size:16px;}
.lilian ul li  p { font-weight:normal; font-size:14px; color:#666; margin-top:10px;}


.screen-tablet .lilian ul li {width:220px; }
.screen-tablet .lilian ul li  p { font-weight:normal; font-size:14px; color:#666; margin-top:10px;}

/* 留言页 */
.form{display: block;padding-bottom:30px;}
.form .contact{display: block;width: 100%;padding:0 10px;}
.form .bt1{padding: 0 20px 10px;}
.form .contact form label{display:block;font-size:14px;font-weight:400;}
.form .contact form{display: block;overflow: hidden;padding-top:10px;}
.form .contact input{display: inline-block;width: 250px;height: 30px;padding:0 5px;outline: none;margin-top:10px;}
.form .contact input.fl{float: left;}
.form .contact input.fr{float: right;}
.form .contact textarea{display: block;width: 60%;height: 80px;padding: 10px; margin-top:10px;outline: none;}
.screen-phone .form .contact textarea{width: 100%;}
.screen-phone .form .contact input{width: 100%;}
.screen-phone .form .contact .in_btn{width: 100%;margin-bottom: 10px;}
.form .contact .in_btn{display: inline-block;width: 200px;height: 40px;border:none;background: #b40001;color: #fff;outline: none;}
.form .contact .in_btn:hover{background: #000;}

/* ------------------------- list 列表页 --------------------------- */
/* list with cards style 卡片样式列表 */
/*核心业务-主页*/
.core{margin-top:80px;margin-bottom: 30px;}
.core .container{padding-left: 0;padding-right: 0;}
.screen-phone .core .container{padding-left: 10px;padding-right: 10px;}
.screen-phone .core{margin-top: 0;margin-bottom: 0;}
.liststyle0{margin-top:40px;}
.screen-phone .liststyle0{padding-left: 0;}
.screen-phone .liststyle0 .col{ padding-left: 5px;padding-right: 5px;}
.liststyle0 .item{display: block;background-color: #fff;text-align: center;color: #555657;border: 1px solid #b8b8b8;margin-bottom: 20px;position: relative;}
.liststyle0 .col{padding-right: 25px;padding-left: 25px;}
.screen-phone .liststyle0 .item{margin-bottom: 10px;}
.liststyle0 .item .itemimg{display: block;min-height:170px;padding-top: 60%;position: relative;font-size: 0;line-height: 0;}
.screen-phone .liststyle0 .item .itemimg{min-height:130px;top: -20px;}
.liststyle0 .item .itemimg>div{position: absolute;display:block;width: 112px;height: 112px;top:30px;left: 50%;margin-left:-56px; border:1px solid #fff; border-radius: 56px;background-color: #8c8d8d;}
.liststyle0 .item .itemimg>div>div{display: block;width: 57px;height: 57px;position: absolute;top: 26px;left: 28px;}
.liststyle0 .item .itemimg>div>div.img-data{background: url(../../images/icon/data.png) no-repeat center;}
.liststyle0 .item .itemimg>div>div.img-government{background: url(../../images/icon/government.png) no-repeat center;}
.liststyle0 .item .itemimg>div>div.img-estate{background: url(../../images/icon/estate.png) no-repeat center;}
.liststyle0 .item .itemimg>div>div.img-internet{background: url(../../images/icon/internet.png) no-repeat center;}
.liststyle0 .item .itemimg>div>div>img{width: 100%;min-height: 100%;border: none;padding: 0;margin: 0;}
.lte-ie-8 .liststyle0 .item .itemimg>div>div>img{width: 100%;height: 100%;position: relative;top: 0;left: 0;}
.liststyle0 .item .itemtitle{width: 90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;line-height: 32px;margin-bottom: 0px;margin: 0 5%;}
.liststyle0 .item .itemtitleEn{margin-bottom: 80px;color: #b6b6b6;font-size:14px;line-height: 20px;}
.screen-phone .liststyle0 .item .itemtitleEn{margin-bottom: 40px;line-height: 20px;}
.liststyle0 .item .itemline{width: 54px;height: 3px;position: absolute;left: 50%;bottom: 40px; margin-left:-27px;background-color: #b40001;}
.screen-phone .liststyle0 .item .itemline{bottom: 20px;}

.liststyle0 .item:hover{background-color: #b40001;box-shadow: 2px 5px 10px #8c8d8d;}
.liststyle0 .item:hover .itemimg>div{background-color: #fff;}
.liststyle0 .item:hover .itemimg>div>div.img-data{background-image: url(../../images/icon/data_2.png);}
.liststyle0 .item:hover .itemimg>div>div.img-government{background-image: url(../../images/icon/government_2.png);}
.liststyle0 .item:hover .itemimg>div>div.img-estate{background-image: url(../../images/icon/estate_2.png);}
.liststyle0 .item:hover .itemimg>div>div.img-internet{background-image: url(../../images/icon/internet_2.png);}
.liststyle0 .item:hover .itemtitle{color: #fff;}
.liststyle0 .item:hover .itemtitleEn{color: #b5dcf5;}
.liststyle0 .item:hover .itemimg>div>i{color: #b40001;}
.liststyle0 .item:hover .itemline{background-color: #fff;}

/*案例列表页*/
.caseliststyle1{margin-top:40px;padding-left: 10px;padding-right: 10px;}
.screen-phone .caseliststyle1{padding:0;}
.caseliststyle1 .item{display: block;width:100%;height: 100%; background-color: #fff;text-align: center;color: #555657;position: relative;}

.caseliststyle1 .col{padding-bottom: 10px;}

.caseliststyle1 .item .itemimg{display: block; padding-top: 70%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.caseliststyle1 .item .itemimg>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.caseliststyle1 .item .itemimg>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1; }
.caseliststyle1 .item .itemimg>div>div>img { width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }

.caseliststyle1 .item .itemtitle{width: 90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 20px;line-height: 40px;margin: 0 5%;}
.caseliststyle1 .item:hover .itemtitle{color:#b40001;}
.screen-phone .caseliststyle1 .item .itemtitle{font-size: 14px;}
.caseliststyle1 .item .itemcontent{width: 90%;height:100px;overflow:hidden;margin: 0 5%;margin-bottom: 30px;font-size:14px;line-height:24px;}
.caseliststyle1 .item_more .a_null{height:182px;}

/*产品列表页*/
.proliststyle1{padding-left: 0;padding-right: 0;}
.screen-phone .proliststyle1{padding:0;}
.proliststyle1 .item{display: block;width:100%;height: 100%; background-color: #fff;text-align: center;color: #555657;position: relative;}

.proliststyle1 .col{padding: 0 15px;padding-bottom: 20px;}
.screen-phone .proliststyle1 .col{padding: 0 10px;padding-bottom: 10px;}

.proliststyle1 .item .pro-img{display: block; padding-top: 100%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.proliststyle1 .item .pro-img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.proliststyle1 .item .pro-img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1;}
.proliststyle1 .item .pro-img>div>div>img { width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }



.proliststyle1 .item .itemtitle{display: block; width: 90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;line-height: 30px;margin: 0 5%;}
.screen-phone .proliststyle1 .item .itemtitle{font-size: 12px;}
.proliststyle1 .item .itemcontent{width: 90%;height:100px;overflow:hidden;margin: 0 5%;margin-bottom: 30px;font-size:14px;line-height:24px;}
.proliststyle1 .item_more .a_null{height:182px;}


/* 新闻列表样式 */
.liststyle2 .items{width: 100%;background: url(../../images/arr3.gif) 12px no-repeat;font-size: 14px;line-height: 30px;}
.liststyle2 .items>a{display: block;position: relative;}
.liststyle2 .items .news-con{display: block;width: 100%;float: left;padding-left: 30px;padding-right: 70px;}
.liststyle2 .items .news-con p{width: 100%;text-align: left;margin-bottom: 0; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.liststyle2 .items .news-con .news-title{color: #000;}

.liststyle2 .items .news-con .news-detailtime{
	width: 70px;
	font-size: 13px;
	display: block;
	color: #999;
	float: right;
	text-align: center;
	position: absolute;
	top: 0;right: 0;
	background: #fff;
}
.liststyle2 .items:hover .news-con .news-title{color: #0789f2;text-decoration: underline;}



/*联系我们-主页*/
.contact{width: 100%;height: auto;background:url(../../images/contact-bg.png);position: relative;}
.contact .container{position: relative; z-index: 1;}
.contact .layer{width: 100%;height: 100%;position: absolute;top: 0;left:0; background: rgba(0,0,0,.6);z-index: 0;}
.contact .container .maintitle{color: #fff;margin-top: 40px;}
.contact .container .subtitle{color: #fff;}
.contact .container p{font-size: 48px;line-height: 200px; color: #fff;margin-top: 20px;margin-bottom: 30px;}

/*友情链接-主页*/
.links{display: block;width: 100%;padding-left: 0; padding-top: 50px;padding-bottom: 50px;overflow: hidden; color: #000;}
.links li{float: left;margin-right: 20px;}
.links li a{display: block;width: 100%;height: 100%; color: #000;}
.links li a:hover{color: #b40001;}
.screen-phone .links{padding-top: 20px;padding-bottom: 20px;}
.screen-phone .links li:first-child{float: none;}


/* join 加入我们列表样式 */
.liststyle3{text-align: center;font-size: 0px;line-height: 0px;overflow: hidden;}
.liststyle3 p{margin: 0px;}
.liststyle3 .group-title{display: block;width: 100%;color: #333;font-size: 24px;line-height: 50px;}
.liststyle3 .item{display: block;width: 100%;color: #fff;background-color: #3f3b3a;position: relative;}
.liststyle3 .item.item-hd{background-color: #b40001;}
.liststyle3 .item.item-2n{background-color: #534E4D;}
.liststyle3 .item.active{background-color: #f1f1f1;color: #333;}
.liststyle3 .item>span{display: inline-block;width:16.66667%;font-size: 16px;line-height: 40px;position: relative;}
.liststyle3 .item>span .morebtn{
	display:inline-block;
	font-size: 14px;
	line-height: 14px;
	background: #b40001;
	margin: 0;
	color: #fff;
	padding:8px 15px 8px 20px;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.liststyle3 .item>span .morebtn:hover{background: #fff;color: #666;}
.liststyle3 .item.active>span .morebtn:hover{background: #3f3b3a;color: #fff;}
.liststyle3 .item>span .morebtn .icon{
	display: inline-block;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.liststyle3 .item.active>span .morebtn .icon{transform: rotate(180deg)}
.liststyle3 .item.item-hd>span{font-size: 24px;line-height: 40px;}
.liststyle3 .item .items-main{display: none;width: 100%;color: #534E4D;background-color: #f1f1f1;font-size: 14px;line-height: normal;text-align: left;padding: 2% 4%;}
.screen-phone .liststyle3 .group-title{font-size: 16px;line-height: 42px;}
.screen-phone .liststyle3 .item>span{width: 25%;font-size: 14px;line-height: 30px;vertical-align: top;}
.screen-phone .liststyle3 .item.item-hd>span{font-size: 16px;line-height: 40px;}
.screen-phone .liststyle3 .item>span.xs-hidden{display: none;}
.screen-phone .liststyle3 .item>span .morebtn{display:inline-block;font-size: 12px;line-height: 12px;padding: 4px;}

/* contact 联系我们列表样式 */
.liststyle4{}
.liststyle4 .item{display: block;}
.liststyle4 .item .item-main{display: block;width: 100%;}
.liststyle4 .item .item-main .title{font-size: 20px;color: #000;}
.liststyle4 .item .item-map{width: 100%;position: relative;padding-top: 56%;overflow: hidden;min-height: 320px;}
.lte-ie-8 .liststyle4 .item .item-map{padding-top: 15%;}
.liststyle4 .item .item-map>div{width: 100%;height: 100%;top: 0; position:absolute;}

/* developmentlist 发展历程时间轴列表样式 */
.liststyle5{width: 100%;height: 510px;overflow: hidden;position: relative;font-size: 0px;}
.liststyle5 .group-main{width: auto;height: 510px;white-space: nowrap;position: absolute;}
.liststyle5 .group-main .item{display: inline-block;width: 180px;height: 500px;margin: 5px;position: relative;vertical-align: top;}
.liststyle5 .group-main .item .maintitle{position: absolute;display: block;width: 100px;height: 100px;color: #fff;border-radius: 50%;background: #c8cac9;font-size: 18px;white-space: normal;padding: 12px;line-height: 1.2;text-align: center;top: 91px;left: 50%;margin-left: -50px;z-index: 3;behavior: url(style/PIE/PIE.htc);}
.liststyle5 .group-main .item .items-line{position: absolute;display:block;width: 4px;height: 50px;background: #c8cac9;top: 191px;left: 50%;margin-left: -2px;z-index: 2; }
.liststyle5 .group-main .item .items-arrow{position: absolute;display:block;width: 100%;height: 18px;top: 241px;overflow: visible;z-index: 1;}
.liststyle5 .group-main .item .items-arrow .arrowtop{
	position: relative;
	display: block;
	width: 100%;
	height: 9px;
	background: #c8cac9;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	-ms-transform: skew(40deg);
	transform: skew(40deg);
}
.liststyle5 .group-main .item .items-arrow .arrowbottom{
	position: relative;
	display: block;
	width: 100%;
	height: 9px;
	background: #c8cac9;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	-ms-transform: skew(-40deg);
	transform: skew(-40deg);
}
.liststyle5 .group-main .item .items-circle{
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	top: 245px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
	z-index: 2;
	behavior: url(style/PIE/PIE.htc);
}
.liststyle5 .group-main .item .subtitle{
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	top: 258px;
	left: 0;
	color: #c8cac9;
	z-index: 3;
	font-size: 40px;
	line-height: 50px;
}
.liststyle5 .group-main .item .items-main{
	position: absolute;
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	top: 308px;
	left: 0;
	z-index: 3;
	font-size: 14px;
	line-height: 18px;
	white-space: normal;
}
.liststyle5 .group-main .item .items-main p{margin: 0;}
.liststyle5 .group-main .item.style .maintitle{top: 308px;}
.liststyle5 .group-main .item.style .items-line{top: 258px;}
.liststyle5 .group-main .item.style .subtitle{top: 191px;}
.liststyle5 .group-main .item.style .items-main{top: 12px;}
/* lightgallery 灯箱画廊样式 */
#lightGallery{}
#lightGallery>a.col{padding: 10px;font-size: 0;text-align: center;position: relative;}
#lightGallery>a.col .grouphd{padding-top: 70%;position: relative;}
#lightGallery>a.col .grouphd .grouphd-img{display: block;width: 100%;height: 100%;position: absolute;top:0;left: 0;}
#lightGallery>a.col .grouphd .grouphd-img>span{width: 0;height: 100%;display: inline-block;vertical-align: middle;}
#lightGallery>a.col .grouphd .grouphd-img>img{width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#lightGallery>a.col .grouposter{display: none;width: 100%;height: 100%;position: absolute;background: rgba(0,0,0,.5);top: 0;left: 0;}
#lightGallery>a.col:hover .grouposter{display: block;}
#lightGallery>a.col .grouposter>span{width: 0;height: 100%;display: inline-block;vertical-align: middle;}
#lightGallery>a.col .grouptitle{width: 100%;height: 36px;font-size: 14px;line-height: 36px;background-color: #fff;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#lightGallery>a.col:hover .grouptitle{background-color: #b40001;color: #fff;}
/* casenav 选项卡导航 */
.casenav{width: 100%;background: #f1f1f1;font-size: 16px;text-align: center;line-height:28px;border-bottom: 1px solid #dedede;}
.casenav .casenav-nav{width: 100%;text-align: center;}
.casenav .casenav-nav>li{display: inline-block;position: relative;float: none;}
.casenav .casenav-nav>li.active{background: #b40001;}
.casenav .casenav-nav>li.active a{color: #fff;}
.casenav .casenav-nav>li:hover a{color: #b40001;}
/* pagectrl 翻页按钮 */
.pagectrl{display: block;width: 100%;padding-top: 20px;}
.pagectrl>a{display: inline-block;padding: 0 8px;height: 30px;line-height: 28px;border: 1px solid #ccc;margin-bottom: 10px;color: #333;}
.pagectrl>a.active,.pagectrl>a:hover{background-color: #b40001; border: 1px solid  #b40001;color: #fff;}
.pagectrl>.pagectrlform {display: inline-block;height: 30px;line-height: 28px;padding: 0px 20px;margin-bottom: 10px;}
.pagectrl>.pagectrlform .pageinput{width:30px;height: 30px;border: 1px solid #ccc;border-radius: 0;margin-bottom: 10px;text-align: center;}
.pagectrl>.pagectrlform .pagesubmit{padding: 0 8px;height: 30px;background-color: #b40001; border: 1px solid  #b40001;color: #fff;margin-bottom: 10px;}



/* detail 详情页 */
.content{font-size: 16px;width: 100%;margin: 0 auto;margin-top: 20px;}
.newstitle{display: block;width: 100%;font-size: 16px;font-weight: 700;line-height: 40px;text-align: center;color: #000;}
.maincontent{font-size: 16px;width: 100%;max-width: 1200px;min-height: 915px; margin: 0 auto;padding: 15px;border: #fda69e 1px solid;overflow: auto;}
.screen-phone .maincontent{min-height: auto;height: auto;padding: 10px;margin-bottom: 10px;}
.screen-tablet .maincontent{min-height: auto;height: auto;}

/* prevnext 前一篇-后一篇 */
.prevnext{width: 100%;padding: 20px 0;font-size: 14px;}
.prevnext a{color: #333;}
.prevnext a:hover{text-decoration: underline;color: #b40001;}
.prevnext .prev,.prevnext .next{width: 100%;display: block;}
.prevnext .historygo{display: inline-block;padding: 5px;background: #b40001;color: #fff;}
.prevnext .historygo:hover{color: #fff;text-decoration: none;background: #3f3b3a;}
/* casedetail 案例详情卡片图片展示 */
.casedetail{padding-top: 54%;position: relative;margin-left: -10px;margin-right: -10px;}
.casedetail .items-images{position: absolute;top: 0;height: 100%;width: 100%;}
.casedetail .items-images .mainimgbox,.casedetail .items-images .mainimgctrl{height: 100%;overflow: hidden;}
.casedetail .items-images .mainimgbox{text-align: center;}
.casedetail .items-images .mainimgbox img{width: 100%;max-height: 100%;}
.casedetail .items-images .mainimgctrl{padding-top: 40px;padding-bottom: 40px;}
.casedetail .items-images .mainimgctrl .upctrl,.casedetail .items-images .mainimgctrl .downctrl{
	width:88%;
	position: absolute;
	left: 6%;
	height: 25px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #b40001;
	cursor: pointer;
	border: 1px solid #999;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.casedetail .items-images .mainimgctrl .upctrl:hover,.casedetail .items-images .mainimgctrl .downctrl:hover{background: #3f3b3a;}
.casedetail .items-images .mainimgctrl .upctrl{top: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.casedetail .items-images .mainimgctrl .downctrl{bottom: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.casedetail .items-images .mainimgctrl .imagesbox{width: 100%;height: 100%;overflow: hidden;position: relative;}
.casedetail .items-images .mainimgctrl .imagesbox .images{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}
.casedetail .items-images .mainimgctrl .imagesbox .images>img{width: 100%;height: auto;margin: 4px 0;cursor: pointer;}
.casedetailmorebtn{display: inline-block;background-color: #b40001;color: #fff;width: 120px;font-size: 16px;line-height: 36px;text-align: center;margin-top: 15px;}
.screen-phone .casedetailmorebtn{width: 80px;font-size: 14px;line-height: 28px;margin-top: 5px;}
.casedetailmorebtn:hover{background-color: #3f3b3a;color: #fff;}
.casedetailbox-title{display: block;width:140px;background-color: #b40001;color: #fff;text-align: center;font-size: 16px;line-height: 36px;font-weight: 700;}
.screen-phone .casedetailbox-title{display: block;width:120px;background-color: #b40001;color: #fff;text-align: center;font-size: 14px;line-height: 28px;font-weight: 700;}
.casedetailbox{border-top: 2px solid #b40001;}
.screen-phone .casedetailbox{border-top: 1px solid #b40001;}

/* other 其它 */
/* leftnav 左侧小导航栏 */
.leftnav{display: block;width: 90%;background-color: #fff;border: 1px solid #d1d1d1;margin-bottom: 20px;}
.screen-phone .leftnav,.screen-tablet .leftnav{margin-left: auto;margin-right: auto;display: none; }
.leftnav .leftnav-m-ctrl{display: block;width: 100%;font-size: 18px;line-height: 58px;border-bottom: 1px solid #d1d1d1;background: #b40001;color: #fff;text-align: center;font-weight: 700;cursor: pointer;}

.leftnav a{color: #666;}
.leftnav ul{padding: 0;margin: 0;}
.leftnav ul li{display: block;width: 100%;}
.leftnav ul li>a{display: block;width: 100%;background-color: #fff;font-size: 16px;color: #666;line-height: 54px;font-weight: 800;padding: 0px 22px;position: relative;}
.leftnav ul li.active>a,.leftnav ul li:hover>a{color: #fff;background-color: #b40001;}
.leftnav ul li>a>.icon{
	position: absolute;
	right: 22px;
	line-height: 48px;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.leftnav ul li.active>a>.icon{transform: rotate(180deg);}
.leftnav ul li +li{border-top: 1px solid #d1d1d1;}
.leftnav ul li .navplus{display: none;width: 100%;border-top: 1px solid #d1d1d1;}
.leftnav ul li.left-contact{width: 100%;height: 90px;font-size: 14px;line-height:16px;background: #333;padding: 20px 0;}
.leftnav ul li.left-contact div.left-tel{background: url(../../images/icon/tel1_03.png) no-repeat center;width: 60px;height: 50px;margin-left:5px;float: left;border-left:none;}
.leftnav ul li.left-contact div{float: left; color: #fff; padding: 5px;13px;border-left: 1px dotted #5c5c5c;}
.leftnav ul li.left-contact div p{}
.leftnav ul li .navplus a{
	display: block;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 0px;
	padding: 12px 20px;
	line-height: 16px;
	height: 40px;
	-webkit-transition: all 0.3s ease-in-out 0.05s;
	-moz-transition: all 0.3s ease-in-out 0.05s;
	-ms-transition: all 0.3s ease-in-out 0.05s;
	-o-transition: all 0.3s ease-in-out 0.05s;
}
.leftnav ul li .navplus a:hover,.leftnav ul li .navplus a.active{color: #b40001;padding-left: 40px;}
/* rightnav 右侧悬浮导航 */
.rightnav {width: 52px;border: 1px solid #ccc;font-size: 0px;display: block;position: fixed;top: 50%;right: 0px;z-index: 999;}
.rightnav ul{margin: 0px;padding: 0px;}
.rightnav ul li{
	width: 52px;
	display: block;
	height: 52px;
	overflow: hidden;
	list-style: none;
	background-position: 0 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.rightnav ul li:hover{background-position: 0px -62px;}
.rightnav ul li + li {margin-top: 5px;}
.rightnav ul li a{display: block;width: 100%;height: 100%;}
.qq {background: url(../../images/QQ.png) no-repeat;}
.weixin {background: url(../../images/weixin.png) no-repeat;}
.weixin-logo {
	background: #fff;
	font-size: 12px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 127px;
	transform: rotate(720deg);
	-webkit-transition: ease-out .5s;
	-moz-transition: ease-out .5s;
	-ms-transition: ease-out .5s;
	-o-transition: ease-out .5s;
}
.weixin-logo>img{width: 100%;}
.weixin:hover .weixin-logo {
	width: 130px;
	height:auto;
	top: 0px;
	right: 52px;
	text-align: center;
	color: #000;
	transform: rotate(0deg);
}
.rightnav .liuyan {background: url(../../images/liuyan.png) no-repeat;}
.rightnav .gotop{background: url(../../images/gotop.png) no-repeat;}
/* detailcontent wenhua-imgbox 奥捷文化图片盒子 */
.wenhua-imgbox{
	width: 100%;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari 和 Chrome */
	column-count:2;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px
}
.wenhua-imgbox img{
	display: inline-block;
	width:100%;
	height: auto;
	padding: 1px;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}