﻿@charset "utf-8";
html{font-size:12px}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:none;outline: none;}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;font-size: 16px;-webkit-tap-highlight-color: transparent;}
body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;line-height: 1;-webkit-text-size-adjust: none;}
a {text-decoration: none;}

@font-face {
  font-family: 'iconfont';  /* project id 867477 */
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../iconfont/iconfont.woff2') format('woff2'),
  url('../iconfont/iconfont.woff') format('woff'),
  url('../iconfont/iconfont.ttf') format('truetype'),
  url('../iconfont/iconfont.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;
}
html,body{
	height: 100%;
}
/**/
.content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.overflowCont{
	overflow: hidden;
}
/*遮罩层*/
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 500;
}
/*导航*/
.navCont{
	padding-top: 14px;
	height: 94px;
	box-sizing: border-box;
	position: relative;
}
.navCont .logoImg{
	display: block;
	width: 174px;
	height: 62px;
	float: left;
	margin-right: 63px;
}
.navCont .logoImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.navCont .nav{
	float: left;
	padding-top: 20px;
}
.nav a,.nav .machineBtn{
	display: block;
	float: left;
	margin-right: 95px;
	font: 18px/60px "微软雅黑";
	color: #333;
	font-weight: bold;
	position: relative;
}
.nav a:last-child{
	margin-right: 0;
}
.nav .currentNav::after{
	content: ' ';
	border-bottom: 2px solid #00afda;
	position: absolute;
	left: 0;
	bottom: 11px;
	width: 100%;
}
.navCont .navSearch{
	float: right;
}
.navCont .navSearch .webCode{
	color: #00afda;
	padding-top: 20px;
}
.navCont .navSearch .webCode i{
	margin-right: 6px;
	font-size: 22px;
}
.navCont .navSearch .webCode span{
    font: 20px/30px "微软雅黑";
    position: relative;
    top: 13px;
}
.navCont .navSearch .headSearch{
	border: 1px solid #d5d5d5;
	background: #eee;
	width: 254px;
	height: 45px;
	overflow: hidden;
	margin-left: 53px;
}
.navCont .navSearch .headSearch input{
	display: block;
	width: 205px;
	height: 29px;
	font: 18px/29px "微软雅黑";
	padding: 0 28px;
	margin: 8px 0;
	background: transparent;
	border: 0;
	outline: none;
	float: left;
	box-sizing: border-box;
}
.navCont .navSearch .headSearch i.iconfont{
	float: left;
	color: #333;
	display: block;
	font: 21px/45px "iconfont";
	cursor: pointer;
}
.machineMask{
	position: absolute;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 5px 1px rgba(0,0,0,0.1);
	left: 0;
	top: 94px;
	padding: 40px 0 20px;
	border-top: 1px solid #a0a0a0;
	z-index: 5;
	display: none;
}
.machineMask .machineSeries{
	width: 16.6%;
	float: left;
}
.machineMask .machineSeries .machineImg{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #bfbfbf;
}
.machineMask .machineSeries .machineImg img{
	display: block;
	width: 157px;
	height: 114px;
	margin: 0 auto 10px;
}
.machineMask .machineSeries .machineImg h3{
	text-align: center;
}
.machineMask .machineSeries .machineImg h3 em{
	display: inline-block;
	position: relative;
	font: 16px/36px "微软雅黑";
	color: #333;
}
.machineMask .machineSeries .machineImg h3 em::after{
	content: ' ';
	display: block;
	width: 2em;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #cc3333;
}
.machineMask .machineSeries dl{
	margin-bottom: 12px;
	min-height: 190px;
	padding-left: 50px;
}
.machineMask .machineSeries dl dt a{
	display: block;
	font: 15px/47px "微软雅黑";
	color: #555;
	position: relative;
	padding-left: 9px;
}
.machineMask .machineSeries dl a:hover{
	color: #cc3333;
	font-weight: bold;
}
.machineMask .machineSeries dl dt a::before{
	background: #cc3333;
	content: ' ';
	width: 2px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 16px;
}
.machineMask .machineSeries dl dd a{
	display: block;
	padding-left: 24px;
	font: 14px/28px "微软雅黑";
	color: #555;
}
.banner{
	/*height: 220px;
	background: url(../images/banner.png) no-repeat 50% center;*/
}
.banner img{
	display: block;
	width: 100%;
}
.crumbs{
	font: 18px/42px "微软雅黑";
	color: #333;
	padding-top: 18px;
	margin-bottom: 15px;
}
.crumbs a{
	color: #333;
}
.crumbs a:hover{
	color: #1f90c0;
	font-weight: bold;
}
.footerCont{
	background: #f6f6f6;
}
.footerCont .content{
	overflow: hidden;
	padding: 40px 0 35px;
}
.footerCont .content ul{
	float: left;
	margin-right: 130px;
	position: relative;
}
.footerCont .content ul li{
	float: left;
	margin-right: 130px;
	padding-left: 36px;
}
.footerCont .content ul li h3{
	font: 16px/50px "微软雅黑";
	color: #666;
}
.footerCont .content ul li a{
	display: block;
	font: 14px/34px "微软雅黑";
	color: #666;
}
.footerCont .content ul::after{
	content: ' ';
	position: absolute;
	right: 0;
	top: 17px;
	height: 170px;
	border-right: 1px solid #d2d2d2;
}
.footerCont .content ol{
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.footerCont .content ol li{
	width: 130px;
	float: left;
	margin-right: 98px;
}
.footerCont .content ol li:last-child{
	margin-right: 0;
}
.footerCont .content ol li span{
	display: block;
	width: 130px;
	height: 130px;
	border-bottom: 1px solid #9bd4fa;
}
.footerCont .content ol li span img{
	display: block;
	width: 100%;
	height: 100%;
}
.footerCont .content ol li em{
	display: block;
	font: 16px/54px "微软雅黑";
	text-align: center;
	color: #333;
}
.footerBtm{
	border-top: 1px solid #919191;
	padding: 15px 0 37px;
}
.footerBtm p{
	text-align: center;
	font: 14px/25px "微软雅黑";
	color: #666;
}
.footerBtm p span{
	border-right: 1px solid #929292;
	margin: 5px 5px 5px 0;
	font-size: 14px;
	padding-right: 5px;
}
.footerBtm p em{
	margin-right: 20px;
}
.shadowCont{
	box-shadow: 0 10px 10px 3px rgba(0,0,0,0.08);
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #a0a0a0;
}
/*header*/
.header{
	height: 30px;
	background: #f6f6f6;
	font: 14px/30px "微软雅黑";
	color: #333;
}
.header .headerLink{
	float: right;
}
.header .headerLink a{
	font: 14px/30px "微软雅黑";
	color: #333;
	position: relative;
}
.header .headerLink a:hover{
	color: #cc3333;
}
.header .headerLink a:nth-child(1){
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.header .headerLink a:nth-child(1)::after{
	content: ' ';
	position: absolute;
	right: -2px;
	top: 2px;
	height: 15px;
	border-right: 1px solid #333;
}
.header .headerLink a em{
	position: absolute;
	display: none;
	top: 35px;
	right: 0;
	width: 100px;
	height: 100px;
	z-index: 11;
}
.header .headerLink a em img{
	display: block;
	width: 100%;
	height: 100%;
}
.modelTitle{
	text-align: center;
}
.modelTitle span{
	position: relative;
	display: inline-block;
	font: 24px/104px "微软雅黑";
	color: #333;
}
.modelTitle span::after{
	position: absolute;
	content: ' ';
	width: 90%;
	border-bottom: 3px solid #00afda;
	left: 50%;
	bottom: 20px;
	margin-left: -45%;
}
.grayBg{
	background: #f6f6f6;
	overflow: hidden;
}
.whiteBg{
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
.flexFlow{
	display: flex;
	align-items:center;
	display: -webkit-flex; 
	display: -moz-flex;
	display: -ms-flexbox; 
	display: flex; 
}
/*工具栏*/
.toolCont{
	position: fixed;
	right: 10px;
	top: 30%;
	z-index: 6;
}
.toolCont .tools{
	/*width: 60px;*/
	height: 48px;
	background: #fff;
	margin-bottom: 3px;
	font: 14px/19px "微软雅黑";
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.toolCont .tools:nth-child(1){
	top: 0;
	width: 182px;
}
.toolCont .tools:nth-child(2){
	top: 63px;
	width: 250px;
}
.toolCont .tools:nth-child(3){
	top: 126px;
}
.toolCont .tools:nth-child(4){
	top: 189px;
}
.toolCont .tools:nth-child(5){
	top: 252px;
}
.toolCont .tools:nth-child(6){
	top: 315px;
}
.width60{
	width: 50px!important;
	overflow: hidden;
}
.toolCont .tools img{
	display: block;
	width: 50px;
	height: 48px;
	float: left;
}
.toolCont .tools span{
	display: block;
	float: left;
	font: 16px/48px "微软雅黑";
	color: #333;
	padding-right: 10px;
/*	display: none;*/
}
.toolCode{
	padding: 5px 0;
	box-sizing: border-box;
	width: 50px;
	color: #333;
}
.toolTop{
	font: 14px/48px "微软雅黑"!important;
	text-align: center;
	color: #838383;
	width: 50px;
}
.toolCode em{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    right: 64px;
    display: none;
}
.toolCont .toolCode em img{
	display: block;
	width: 100%;
	height: 100%;
}
.halfBar{
	float: left;
	width: 580px;
}
.halfBar:nth-child(2n){
	float: right;
}
.leftTitle{
	color: #333;
	padding-left: 15px;
	position: relative;
}
.leftTitle::before{
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	height: 20px;
	border-left: 4px solid #00afda;
}
.leftTitleCont{
	padding: 15px 0;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 26px;
	overflow: hidden;
}
.leftTitleCont a{
	float: right;
	font-size: 14px;
	color: #333;
}
/*newsList*/
.newsList{
	display: block;
	padding-bottom: 34px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	margin-bottom: 34px;
}
.newsList:last-child{
	border-bottom: 0;
}
.newsList .newsListImg{
	display: block;
	width: 284px;
	height: 190px;
	float: left;
	margin-right: 25px;
}
.newsList .newsListImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.newsList .newsInfo{
	width: 395px;
	float: left;
}
.newsList .newsInfo h3{
	font: 18px/32px "微软雅黑";
	color: #333;
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 64px;
	font-weight: bold;
}
.newsList .newsInfo em{
	display: block;
	text-align: right;
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}
.newsList .newsInfo em i{
	margin-right: 8px;
}
.newsList .newsInfo p{
	font: 16px/31px "微软雅黑";
	color: #333;
	text-indent: 2em;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 93px;
}

.companyNews{
	float: left;
	width: 710px;
}

/*右侧内容区*/
.rightConts{
	width: 460px;
	float: right;
}
.rightConts .newsList .newsListImg{
	width: 139px;
	height: 107px;
}
.rightConts .newsList .newsInfo{
	width: 284px;
}
.rightConts .newsList .newsInfo h3{
	 -webkit-line-clamp: 1;
	 max-height: 31px;
	 font: 16px/31px "微软雅黑";
	 font-weight: bold;
	 margin-bottom: 10px;
}
.rightConts .newsList .newsInfo p{
	 -webkit-line-clamp: 5;
	 max-height:155px;
}
.newsList:hover h3{
	color: #00afda;
}
.indexVideo{
	height: 660px;
	overflow: hidden;
}
/*banner*/
.banner{
	height: 255px;
	width: 100%;
}
