﻿/* banner */
.ban-sytit{
	font-size: 40px;
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	line-height: 60px;
}
.ban-sysub{
	font-size: 24px;
	font-family: "Arial";
	color: rgb( 255, 255, 255 );
	line-height: 67px;
}


.banner .swiper-slide>img{
	display: block;
	width: 100%;
}

/* 热门展会 -切换 */
.hot-exhibit{
	padding: 50px 0px;
}
.hot-extab{
	margin-bottom: 40px;
}
.hot-extab>ul{
	text-align: center;
}
.hot-extab>ul>li{
	display: inline-block;
	vertical-align: middle;
	min-width: 130px;
	height: 50px;
	background-color: #fff;
	margin-right: 4px;
}
.hot-extab>ul>li:last-child{
	margin-right: 0;
}
.hot-extab>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: rgb( 68, 68, 68 );
}
/* .hot-extab>ul>li:hover, */
.hot-extab>ul>li.on{
	border-width: 2px;
	border-color: rgb( 0, 100, 169 );
	border-style: solid;
	background-color: rgb( 0, 100, 169 );
}
/* .hot-extab>ul>li:hover>a, */
.hot-extab>ul>li.on>a{
	color: #fff;
}

/*  热门展会 -切换内容 */
.hot-excen{
	position: relative;
}
.hot-excen .swiper-container {
  width: 100%;
  height: 100%;
  /* overflow: inherit; */
}
.hot-excen .swiper-wrapper{
	 /* overflow: inherit; */
	/* border: 1px solid red; */
}
.hot-excen .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hot-excen .swiper-button-next, 
.hot-excen .swiper-button-prev{
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-color: rgba( 255, 255, 255, 0.502 );
	box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0 ,0.2);
	z-index: 2;
}
.hot-excen .swiper-button-prev{
	background: url(../images/jtl.png) no-repeat center;
	background-size: 10px 16px;
	left: -50px;
	/* left: 0px; */
}
.hot-excen .swiper-button-next{
	background: url(../images/jtr.png) no-repeat center;
	background-size: 10px 16px;
	right: -50px;
	/* right: 0px; */
}
.hot-excen .swiper-slide>a{
	display: block;
	width: 100%;
}
.eximg{
	/* width: 232px; */
	width: 100%;
	height: 170px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	/* height: 330px; */
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	 -webkit-align-items:center;
	 -moz-align-items:center;
	 -ms-align-items:center;
	 -o-align-items:center;
	 align-items:center;
}
.eximg>img{
	display: block;
	max-height: 100%;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.extxt-box{
	height: 160px;
	/* background-color: rgba( 90, 90, 90 ,0.8); */
	background-color: rgba( 90, 90, 90 ,1);
	padding: 20px;
}
.extit{
	font-size: 16px;
	color: rgb( 255, 255, 255 );
	text-align: left;
	margin-bottom: 10px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ex-time>img,
.ex-time>span,
.ex-addr>img,
.ex-addr>span{
	display: inline-block;
	vertical-align: middle;
}
.ex-time>img{
	width: 13px;
	max-height: 13px;
	margin-right: 10px;
}
.ex-addr>img{
	width: 12px;
	max-height: 15px;
	margin-right: 10px;
}
.ex-addr>span,
.ex-time>span{
	font-size: 14px;
	color: #ffffff;
	width: calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	overflow: hidden;
	text-overflow: ellipsis;
}
.ex-time,
.ex-addr{
	text-align: left;
	white-space: nowrap;
}
.ex-time{
	margin-bottom: 4px;
}

.hot-exbtn{
	text-align: center;
	margin-top: 40px;
}

/* 关于东信 */
.about-dx{
	position: relative;
}
.dx-cen{
	max-width: 600px;
	background-color: rgb( 0, 100, 169 );
	padding: 60px 40px;
}
.dx-abo{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.dx-txt {
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
.dx-btn{
	margin-top: 30px;
}

/* 展会服务 */
.serve-exhibit{
	padding: 50px 0px;
}
.serve-excont{
	background-color: #fff;
	padding: 50px 0px;
}
.serve-extit{
	font-size: 28px;
	color: rgb( 0, 100, 169 );
	text-align: center;
	margin-bottom: 40px;
}
.serve-excen>ul>li{
	width: 25%;
	position: relative;
	text-align: center;
	padding: 5px 40px;
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 20px;
}
.serve-excen>ul>li:nth-child(4n){
	border-right: none;
}
.serimg{
	margin-bottom: 20px;
	height: 60px;
	/* border: 1px solid red; */
}
.serimg>img{
	max-height: 100%;
}
.ser-tit{
	font-size: 20px;
	color: rgb( 51, 51, 51 );
	margin-bottom: 20px;
}
.ser-sub{
	font-size: 14px;
	color: rgba( 51, 51, 51, 0.8 );
	line-height: 24px;
	text-align: justify;
}
.serve-excen>ul>li .serimg>img{
	transition: all .6s;
}
.serve-excen>ul>li:hover .serimg>img{
	transform: translateY(-20px);
	transition: all .6s;
}

/* 新闻动态 */
.ind-new{
	padding: 50px 0px;
}
.ind-newtab{
	margin-bottom: 40px;
}
.ind-newtab>ul{
	text-align: center;
}
.ind-newtab>ul>li{
	display: inline-block;
	vertical-align: middle;
	background-color: rgb( 243, 243, 243 );
	min-width: 130px;
	height: 50px;
	margin-right: 4px;
}
.ind-newtab>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: rgb( 68, 68, 68 );
	line-height: 50px;
	text-align: center;
}
.ind-newtab>ul>li.on{
	border-width: 2px;
	border-color: rgb( 0, 100, 169 );
	border-style: solid;
	background-color: rgb( 0, 100, 169 );
}
.ind-newtab>ul>li.on>a{
	color: #fff;
}


/*  */
.ind-clientsbox{
	padding: 50px 0px 40px;
}
.ind-clients .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.ind-clients .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind-clients .swiper-slide>a{
	display: block;
	width: 183px;
	height: 100px;
	background-color: rgb( 255, 255, 255 );
	border-radius: 3px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	padding: 20px;
}
.ind-clients .swiper-pagination{
	bottom: 0;
}
.ind-clients .swiper-slide>a>img{
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}
.ind-clients .swiper-slide:hover img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.8;
}

/*.ind-clients .swiper-slide:hover::after {
    content: "进入展厅";
    width: 100%;
    height: 100%;
    background-color: rgba( 90, 90, 90 ,.7) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
}*/
/*.ind-clients .swiper-slide a::after {
    content:" (" attr(href) ") ";color:red;
    width: 100%;
    height: 100%;
    background-color: rgba( 90, 90, 90 ,.7) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
}*/
.hot-excen .swiper-slide>a:hover .eximg>img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}


@media screen and (max-width: 1440px) and (min-width : 768px) {
    .file-cent {
    width: 48%;
    /* height: 600px; */
    background-color: #f7f7f7;
    z-index: 100;
    border-radius: 4px;
 box-shadow: 0px 4px 10px 0px rgba(84,65,65,1);
}
.fixed_c {
top:48%;
}
} 