/*!
 * @since:2019/05/17.
 * @author:flyfly ~~~!
 * @Email:li13572463831@163.com ~~~!
 * @Copyright © 2019 hzgxr.com. All Rights Reserved.
 * @rule:采用大驼峰法命名.
 **/

/*!
*首页样式 Home $tyle
**/

/*!
*首页快捷入口
**/
.ContainerFast{
    width:100%;
    height:98px;
    background: #fff;
    margin:25px 0;
}
.ContainerFast .container{
}

.ContainerFast .FastLst li{
	width:287px;
	height:98px;
	background: #ededed;
	float:left;
	margin-left:90px;
	cursor: pointer;

}
.ContainerFast .FastLst li:first-child{
	margin-left:80px;
	width:288px;
}
.ContainerFast .FastLst li .IconBox{
	height:60px;
	width:auto;
	margin:20px 12px 0 40px;
}
.ContainerFast .FastLst li:hover .IconBox{
	-webkit-transform:translatey(-10px); 
	-moz-transform:translatey(-10px); 
	-ms-transform:translatey(-10px); 
	transform:translatey(-10px);
}
.ContainerFast .FastLst li .line{
	height:60px;
	width:1px;
	background: #d9d9d9;
	margin:20px 26px 0 0;
}
.ContainerFast .FastLst li .IconBox img{
	width:auto;
	height:60px;
}
.ContainerFast .FastLst li .IconTxt{
	margin-top:20px;
}
.ContainerFast .FastLst li .IconTxt .num{
	font-size:30px;
	color:#2a9de0;
}
.ContainerFast .FastLst li .IconTxt .dsp{
	font-size:18px;
	color:#333;
}
.ContainerFast .FastLst li:hover .num{
	-webkit-transform:translatex(10px); 
	-moz-transform:translatex(10px); 
	-ms-transform:translatex(10px); 
	transform:translatex(10px);

}
/*!
*首页关于我们
**/
.ContainerAbout{
   width:100%;
   min-height:526px;
}
.ContainerAbout .ContainerAboutL{
	width:290px;
	height:auto;
}
/*---首页广告快捷---*/
.AdZwei{
	width:290px;
	height:77px;
	background: #f5511e;
}
.AdZwei .IconBox{
	height:36px;
	width:auto;
	margin:20px 25px 0 33px;
}
.AdZwei a{
	display: block;
	width:100%;
	height:36px;
}
.AdZwei .IconBox img{
	height:36px;
	width:auto;
}
.AdZwei .dsp{
	font-size:18px;
	color:#fff;
	line-height: 77px;
}
.AdZwei.bg{
	background: #2a9de0;
	margin-top:13px;
}
.AdZwei:hover{
	background: #333;
}
/*---首页展会指南----*/
.ZhiNanBox{
	width:100%;
	border:1px solid #d1d1d1;
	margin-top:15px;
}
.ZhiNanBox .Title{
	width:100%;
	background: #a9a9a9;
	font-size:16px;
	line-height: 45px;
	height:45px;
	text-indent: 20px;
	color:#fff;
	font-weight:600;

}
.ZhiNanBox .SiderMargin{
	margin:10px;
}
.ZhiNanBox .SiderMargin .dsp{
	line-height: 25px;
	font-size:14px;
	color:#333;
}
.ZhiNanBox .SiderMargin .dsp p{
	line-height: 25px;
	font-size:14px;
	color:#333;
}
.ZhiNanBox .SiderMargin .TimeBox{
	width:200px;
	height:126px;
	background: url(../images/kuang.png) top center no-repeat;
	margin:15px auto;
}
.ZhiNanBox .SiderMargin .TimeBox .num{
	font-size:30px;
	text-align: center;
	margin-top:70px;
	font-weight:600;
	color:red;
}
.ZhiNanBox .SiderMargin .TimeBox .num font{
	color:#333;
	margin-left:5px;
	font-size:20px;
}

/*---关于----*/
.ContainerAbout .ContainerAboutM{
	width:600px;
	height:auto;
	margin-left:10px;
}
.ContainerAbout .ContainerAboutM .AboutMiddle{
	width:100%;
	border:1px solid #d1d1d1;
	height:auto;
}
.ContainerAbout .ContainerAboutM .AboutMiddle .SiderMargin{
	margin:10px;
}
.ContainerAbout .ContainerAboutM .AboutMiddle .SiderMargin .AboutImg{
    width:100%;
    height:248px;
    overflow: hidden
}
.AboutMiddle .SiderMargin .AboutImg img{
	width:100%;
	height:100%;
}
.AboutMiddle .SiderMargin .dsp{
	font-size:14px;
	line-height: 24px;
	color:#333;
}
.AboutMiddle .SiderMargin .dsp .bt{
	font-weight:600;
	margin-top:10px;
}

/*---新闻---*/
.ContainerAbout .ContainerAboutR{
	width:290px;
	height:auto;
}
.ContainerAbout .ContainerAboutR .NewsBox{
	width:100%;
	border:1px solid #d1d1d1;
	height:auto;
}
.ContainerAbout .ContainerAboutR .NewsBox .Title{
	width:100%;
	height:45px;
	line-height: 45px;
	border-bottom:1px solid #d1d1d1;
}
.ContainerAbout .ContainerAboutR .NewsBox .Title em{
	width:5px;
	height:16px;
	margin:15px 9px 0px 5px;
	display: block;
	background: #2a9de0;
}
.NewsBox .Title .TypeName{
	font-size:16px;
	line-height: 45px;
	color:#2a9de0;
	font-weight:600;
}
.NewsBox .Title .more{
	line-height: 45px;
	margin-right:15px;
	text-transform: uppercase;
}
.NewsBox .SiderMargin{
	margin:10px;
}
.NewsBox .SiderMargin ul li{
	height:30px;
	border-bottom:dashed #ddd 1px;
	margin-bottom:8px;

}
.NewsBox .SiderMargin ul li:last-child{
	border-bottom:none;
}
.NewsBox .SiderMargin ul li a{
	width:167px;
	height:30px;
	line-height: 30px;

	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
	font-size:14px;
	color:666;
}
/*!
*首页展品范围
**/
.ContainerZhanpin{
   width:100%;
   height:auto;
   margin-bottom:10px;
}
.ContainerZhanpin .FanWeiBox{
	width:100%;
	border:1px solid #d1d1d1;
	height:auto;
}
.ContainerZhanpin .FanWeiBox .SiderMargin{
	margin:10px;
}
.ContainerZhanpin .FanWeiBox .Title{
	width:100%;
	height:50px;
	position: relative;
}
.ContainerZhanpin .FanWeiBox .Title .line{
	width:100%;
	height:9px;
	background: #f5f5f5;
	position: absolute;
	top:50%;
	margin-top:-4.5px;
}
.ContainerZhanpin .FanWeiBox .Title .name{
	background: #fff;
	height:50px;
	position: absolute;
	left:0px;
	padding:0px 20px 0px 0px;
	z-index: 2;
	line-height: 50px;
}
.ContainerZhanpin .FanWeiBox .Title .name .CnName{
	font-size:16px;
	color:#2a9de0;;
	font-weight:600;

}
.ContainerZhanpin .FanWeiBox .Title .name .EnName{
	color:#333;
	margin:0px 10px 0px 5px;
}
.ContainerZhanpin .FanWeiBox .Title .name .LineBox{
	width:6px;
	height:9px;
	background: #2a9de0;
	margin:20px 0px 0px 0px;
}
.ContainerZhanpin .FanWeiBox .content{
	margin:20px 0;
}
/*!
*首页同期活动
**/
.ActiveLst{
	margin:15px 0;
}
.ActiveLst ul li{
	background: #eee;
	width:383px;
	height:260px;
	float:left;
	margin-left:15px;
}
.ActiveLst ul li:first-child{
	margin-left:0px;
}
.ActiveLst ul li .ImgBoxZ{
	width:100%;
	height:220px;
	overflow: hidden;
}
.ActiveLst ul li .ImgBoxZ img{
	width:100%;
	height:100%;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}
.ActiveLst ul li h1{
	height:40px;
	line-height: 40px;
	font-size:14px;
	overflow: hidden;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.ActiveLst ul li:hover .ImgBoxZ img{
	 -webkit-transform: scale(1.05); 
	 -ms-transform: scale(1.05); 
	 -o-transform: scale(1.05); 
	 transform: scale(1.05);
}

/*!
*首页同期活动
**/
.LinkLst{
	margin:15px 0;
}
.LinkLst ul li{
	border: #eee 1px solid;
	width:182px;
	height:115px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}
.LinkLst ul li:hover{
	border: #2a9de0 1px solid;
}
.LinkLst ul li img{
	width:100%;
	height:100%;
}
.LinkLst ul{
	margin-left:-15px;
}
/*!
*内页样式开始
**/
.ContainerBody{
	width:100%;
	padding:30px 0;

}
.ContainerBody .ContainerBodyL{
	width:290px;
	height:auto;
}

.ContainerBody .ContainerBodyR{
	width:880px;
	height:auto;
}
.ContainerBodyL .SonMenu{
	margin-bottom:10px;
}
.ContainerBodyL .SonMenu .Tit{
	width:100%;
	height:45px;
	background: #2a9de0;
	font-size:16px;
	color:#fff;
	text-indent: 20px;
	line-height:45px;
	font-weight:600;
}
.ContainerBodyL .SonMenu .SonLst{
	border: 1px solid #d1d1d1;
	border-top:none;

}
.ContainerBodyL .SonMenu .SonLst .SiderMargin{
	margin:0 10px 10px 10px;
}
.ContainerBodyL .SonMenu .SonLst ul{
	margin-top:10px;
}
.ContainerBodyL .SonMenu .SonLst ul li{
	line-height: 30px;
	border-bottom: 1px dashed #ebebeb;
	font-size:14px;
	text-indent: 12px;
}
.ContainerBodyL .SonMenu .SonLst ul li:last-child{
	border-bottom:none;
}
.ContainerBodyL .SonMenu .SonLst ul li a{
	color:#666;
	
}
.ContainerBodyL .SonMenu .SonLst ul li a:hover,.ContainerBodyL .SonMenu .SonLst ul li a.active{
	color:#2a9de0;
}
.ContainerBodyL .ContantLeft{
	margin-top:10px;
}
.ContainerBodyL .ContantLeft .Tit{
	width:100%;
	height:45px;
	background: #a9a9a9;
	font-size:16px;
	color:#fff;
	text-indent: 20px;
	line-height:45px;
	font-weight:600;
}
.ContainerBodyL .ContantLeft .ContantBox{
	border: 1px solid #d1d1d1;
	border-top:none;

}
.ContainerBodyL .ContantLeft .ContantBox .SiderMargin{
	margin:0 10px 10px 10px;
}
.ContainerBodyL .ContantLeft .ContantBox .SiderMargin .QqBox{
	border-bottom: 1px dashed #ebebeb;
	padding:10px 0;
}
.ContainerBodyL .ContantLeft .ContantBox .SiderMargin .WorkTime{
	border-bottom: 1px dashed #ebebeb;
	padding:10px 0;
}
.LeftBt{
	height:30px;
	line-height: 30px;
	display: block;
	font-weight:600;
	font-size:15px;
}
.WorkTime .LeftBt i{
	background: url(../images/serviceOnlineTime1.png) top center no-repeat;
	background-size:100% 100%;
	width:22px;
	height:22px;
	display: block;
	margin:4px 5px 0 0 ;
}
.ContainerBodyL .ContantLeft .ContantBox .SiderMargin .ContantText{
	padding:10px 0;
}
.ContantText .LeftBt i{
	background: url(../images/serviceOnlineCall.png) top center no-repeat;
	background-size:100% 100%;
	width:22px;
	height:22px;
	display: block;
	margin:4px 5px 0 0 ;
}
.ContantBox .words,.ContantBox .words p{
	font-size:14px;
	line-height: 25px;
	color:#666;
}
/*!
*内页当前位置样式开始
**/
.Location{
	width:100%;
	height:40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
}
.Location a{
	font-size:14px;
	line-height: 40px;
}
.Location font{
	font-family: '宋体';
	font-size:12px;
	margin: 0 5px;
}
/*!
*内页右侧内容样式开始
**/
.ContainerBodyR .content{
  border: 1px solid #d1d1d1;
}
.ContainerBodyR .content .words,.ContainerBodyR .content .words p{
	margin:20px;
	line-height: 30px;
	font-size:14px;
	color:#333;
}
/*!
*内页右侧合作样式开始
**/
.ContainerBodyR .LinkLst{
	margin:0px;
}

.ContainerBodyR .LinkLst ul li{
	width:195px;
}

.FormBox .InputTxt{
	border:1px solid #dadada;
	height:34px;
	border-radius: 4px;
	line-height: 34px;
	color:#333;
	width:80%;
	text-indent: 20px;
}
.FormBox dd{
	margin-bottom:10px;
}
.BtnBox{
	padding:15px 0 0 0;
}
.BtnBox .BtnBoxs{
	width:240px;
	height:42px;
	font-size:16px;
	border:none;
	background: #2a9de0;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	line-height: 42px;
	display: block;
	color:#fff;
	letter-spacing: 3px;
}
.BtnBox .BtnBoxs:hover{
	background: #333;
}
/*!
*内页右侧新闻样式开始
**/
.NewLsts{

}
.NewLsts li{
   height:140px;
   width:100%;
   overflow: hidden;
   margin-bottom:20px;
   cursor: pointer;
}
.NewLsts li .ImgBox{
	width:220px;
	height:140px;
	overflow: hidden;
}
.NewLsts li .ImgBox img{
	width:100%;
	height:100%;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}
.NewLsts li:hover .ImgBox img{
	 -webkit-transform: scale(1.05); 
	 -ms-transform: scale(1.05); 
	 -o-transform: scale(1.05); 
	 transform: scale(1.05);
}
.NewLsts li .TextBox{
	width:595px;
}
.NewLsts li .TextBox .bt{
	height:30px;
	line-height: 30px;
	font-size:16px;
	font-weight: 600;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:6px;
	text-align:left;
}
.NewLsts li .TextBox .bt a{
	color:#333;
}
.NewLsts li .TextBox .bt a:hover{
	color:#2a9de0;
}
.NewLsts li .TextBox .dsp{
  line-height: 20px;
  font-size:14px;
}

/*!
*内页右侧新闻详情样式开始
**/
.words .bt{
	font-size:16px;
	font-weight:600;
	width:100%;
	text-align: center;
	color:#666;
	margin:20px 0 10px 0;
}
.words .TimeBox{
	width:100%;
	text-align: center;
	font-size:12px;
	color:#666;
	border-bottom: 1px dashed #eee;
	padding-bottom:10px;
}
.words .TimeBox span{
	display: inline-block;
	margin:0 10px;
}


.scrollpicbox {
	height: 144px;
	position: relative;
	margin-top: 30px;
}

.scrollpicbox .bun {
	width: 30px;
	height: 124px;
	line-height: 124px;
	font-size: 30px;
	text-align: center;
	color: #2a9de0;
	font-weight: bold;
	position: absolute;
/*	background: #2a9de0;*/
	display: block;
	top: 0;
	z-index: 99;
	
	font-family: "iconfont";
}

.scrollpicbox .lbun {
	left: -10px;
	background-position: 0px 0px;
}

.scrollpicbox .lbun:before {
	content: "\e7b0";
}

.scrollpicbox .lbun:hover {
	/*background: #f5511e;*/
}

.scrollpicbox .rbun {
	right: -10px;
}

.scrollpicbox .rbun:before {
	content: "\e7af";
}

.scrollpicbox .rbun:hover {
	/*background: #f5511e;*/
}

.scrollpicbox .scrollpic {
	width: 1130px;
	height: 124px;
	overflow: hidden;
	z-index: 98;
	position: absolute;
	left: 25px;
	top: 0;
}

.scrollpicbox ul {
	position: absolute;
	left: 0;
	top: 0px;
	width: 5000px;
}

.scrollpicbox .item {
	width: 216px;
	padding: 0 5px;
	float: left;
}

.scrollpicbox .lazy {
	width: 216px;
	height: 122px;
}
.scrollpicbox .item img{
	border:1px solid #ebebeb;
}

