@charset "utf-8";
/*--------------- reset ---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, button, input, select, textarea{font:12px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
address, cite, dfn, em, var{font-style:normal;}
code, kbd, pre, samp, tt{font-family:"Consolas", "Courier New", Courier, monospace;}
em,strong{font-weight:bolder;}
i{font-style: normal;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--------------- other ---------------*/
img{border:0 none;}
textarea{ resize: vertical; }
a, button{ cursor:pointer; }
input{border: 0;outline: none;}
a{text-decoration: none;}
.clr{clear:both;}
.clr:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;font-size:0;}
.clr { *zoom:1; }
.zeroOneTech-banner{
	min-width: 1200px;
	height: 1068px;
	background: url(../images/zeroOneTech/zeroOne.jpg) no-repeat center top;
}
.zeroOneTech-main{
	min-width: 1200px;
	min-height: 3582px;
	background: url(../images/zeroOneTech/mainBg.jpg) no-repeat center top;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.introduce .title{
	text-align: center;
	padding: 15px 0 45px 0;
}
.introduce .main{
	position: relative;
	width: 1200px;
	height: 480px;
	background: url(../images/zeroOneTech/introduce.jpg) no-repeat;
}
.video-box{
	position: absolute;
	width: 690px;
	height: 390px;
	right: 36px;
	top:44px;
	background:#FDE4EA;
}
.reports .title{
	text-align: center;
	padding-bottom:45px;;
}
.reports .list li{
	width: 535px;
	position: relative;
	height: 138px;
	margin-bottom: 48px;
}
.reports .list li:nth-child(2n+1){
	float: left;
}
.reports .list li:nth-child(2n+2){
	float: right;
}
.reports .list li .pic{
	float: left;
	width: 210px;
	height: 138px;
}
.reports .list li .txt{
	overflow: hidden;
	padding-left: 18px;
}
.reports .list li .txt .hdTit{
	font-size: 16px;;
	color: #f04e7d;
	line-height: 24px;
	display: block;
	max-height: 48px;
	overflow: hidden;
}
.reports .list li .txt .des{
	font-size:12px;
	line-height:22px;
	padding:10px 0;
	color:#627381;
}
.reports .list li .more{
	font-size:12px;
	color:#f04e7d;
	position: absolute;
	right: 0;
	bottom: 6px;
}
.technology .title{
	text-align: center;
}
.technology .video-main{padding-top: 70px;}
.img-show{ width:1080px; height:450px; position:relative; /*overflow:hidden;*/margin: 0px auto;}
.img-show .btn,.img-show .video{position:absolute;}
.img-show .video{width:760px;border-radius: 3px;border-radius: 5px;-webkit-border-radius: 5px;}
.img-show .video .box{
	width:100%;
	height: 100%;
	box-shadow: 0 1px 10px rgba(160, 160, 160, 0.4)
}
.img-show .video .box embed,
.img-show .video .box iframe{
	width:100%;height: 100%;
}
.img-show .video .box .box-inner{background: #fff;padding: 8px 8px 0 8px;font-size: 0;height: 87%;}
.img-show .video .txt{
	font-size: 16px;
	color: #3b586f;
	padding:0 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	background: #fff;
	display: flex;
    align-items: center;
	justify-content: center;
	height: 11%;
}
.img-show .video .box img{width: 100%;height: 100%;display: none;}
.img-show .video .temp{width:100%;height:100%; /*display: none;*/font-size: 0;background:#000;}
.img-show .video .vd{cursor: pointer;}


.img-show .btn{
	cursor: pointer;
	z-index:9;
	position: absolute;
	background: url(../images/zeroOneTech/prev.png) no-repeat ;
	width: 60px;
	height: 60px;
}
.img-show .left-btn{ left: 50px;}
.img-show .right-btn{background: url(../images/zeroOneTech/next.png) no-repeat;right:50px!important;}

.exhibitiors{
	padding-bottom: 20px;
}
.exhibitiors .title{
	text-align: center;
	padding-bottom: 55px;
}
.exhibitiors .list a{
	width: 195px;
	height: 80px;
	float: left;
	border:1px solid #d6d6d6;
	box-shadow: 0 3px 5px rgba(142, 160, 193, 0.3);
	margin-bottom:26px;
	margin-right: 53px;
}
.exhibitiors .list a:nth-child(5n+5){
	margin-right: 0;
}
.fix-code{
	position: fixed;
	right: 10px;
	z-index: 999;
	bottom: 20%;
	display:none;
}
@media screen and (max-width: 1400px){
	.fix-code img{
		width: 180px;
	}
}
