@charset "utf-8";

* {
	box-sizing: border-box;
	outline: 0;
	padding: 0;
	margin: 0;
}
#newBridge #nb_toolbar_wrap {
	display: none !important;
}
body {
	min-height: 100%;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	overflow-x: auto;
	background: #ffffff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}
video {
    	border: 0;
	max-width: 100%;
    width:100%;
    height:500px;
	vertical-align: middle;
}
.five_video {
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}

.five_video_con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    background: #000000;
}
select,
input,
textarea {
	border: 0;
	font-family: "Arial";
	outline: none;
	resize: none;
	box-shadow: none;
}

select {
	background: #FFF;
}

input::-webkit-input-placeholder {
	color: rgb( 160, 169, 186 );
}

input::-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

input:-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

textarea::-webkit-input-placeholder {
	color: rgb( 160, 169, 186 );
}

textarea::-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

textarea:-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
	zoom: 1;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

input,
textarea {
	box-sizing: border-box;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}


/*合并表格边框，设置边框距为零*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.maxwh {
width:100%;
}
/*清除浮动*/

/*clearfix写在浮动元素的上层*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*文字对齐*/

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}

.fontWe {
	font-weight: 700;
}

/*强制换行   禁止换行*/

.break_word {
	word-wrap: break-word;
	word-break: break-all;
}

.keep_all {
	word-break: keep-all;
	white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*me*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}
.hide {
	display: none;
}

.show {
	display: block;
}

.bg-fff {
	background-color: #fff;
}
.bg-f3{
	background-color: #f3f3f3;
}

.ul-w3>li{
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	float: left;
}
/* 标题 */
.abo-top{
	padding: 60px 0px;
}
.abo-tit{
	font-size: 30px;
	color: rgb( 51, 51, 51 );
	text-align: center;
}
/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.none {
	display: none;
}

.hidden {
	overflow: hidden;
}
.cont_flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cont_flex_1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 鼠标划过图片样式 */

.trans_img img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}
.trans_img img:hover {
	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;
}
.trans_img2 img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}
.trans_img2 img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}


/* 东信 */

/* tab */
.gs-tab{
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}
.gs-tabul{
	text-align: center;
}
.gs-tabul>li{
	display: inline-block;
	vertical-align: middle;
	padding: 30px 0px;
	position: relative;
	margin-right: 80px;
}
.gs-tabul>li:last-child{
	margin-right: 0;
}
.gs-tabul>li>a{
	font-size: 18px;
	color: #333333;
	
}
.gs-tabul>li::after{
	content: "";
	width: 0px;
	height: 2px;
	background-color: #0064a9;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .6s;
}
.gs-tabul>li.on>a{
	color: #0064a9;
}
/* .gs-tabul>li:hover::after, */
.gs-tabul>li.on::after{
	display: block;
	width: 100%;
	transition: all .6s;
}

/* 新闻动态 */
.ind-newcen>ul>li{
	float: left;
	margin-right: 10px;
	width: 292px;
	overflow: hidden;
	background-color: rgb( 243, 243, 243 );
}
.ind-newcen>ul>li>a{
	display: block;
}
.ind-newcen>ul>li:nth-child(4n){
	margin-right: 0;
}
.inewimg{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.inew-txtbox{
	padding: 20px 20px 30px;
}
.inew-time{
	font-size: 14px;
	color: rgba( 0, 0, 0, 0.502 );
	margin-bottom: 10px;
}
.inew-tit{
	font-size: 16px;
	color: rgb( 0, 100, 169 );
	text-align: left;
	line-height: 26px;
	margin-bottom: 10px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inew-sub{
	font-size: 14px;
	color: rgb( 102, 102, 102 );
	line-height: 26px;
	margin-bottom: 20px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inew-icon{
	width: 30px;
	height: 13px;
	background: url(../images/jt3.png) no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 4px;
	transition: all .6s;
}
.ind-newcen>ul>li:hover .inew-icon{
	width: 46px;
	height: 13px;
	background: url(../images/jt3s.png) no-repeat center;
	background-size: 100% 100%;
}
.ind-newcen>ul>li:hover .inewimg>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; */
}

/* 分页 */
.page-num{
	font-size: 16px;
	color: #333333;
	line-height: 37px;
}
.pnum{
	display: inline-block;
	vertical-align: middle;
	background-color: rgb( 255, 255, 255 );
	min-width: 100px;
	height: 38px;
	font-size: 16px;
	color: rgb( 0, 100, 169 );
	line-height: 38px;
	padding: 0 24px 0 14px;
	margin-left: 14px;
	margin-right: 14px;
	position: relative;
}
.pnum::after{
	content: "";
	width: 12px;
	height: 7px;
	background: url(../images/xl3.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.page-box>a{
	display: inline-block;
	vertical-align: middle;
	min-width: 38px;
	height: 44px;
	border-radius: 2px;
	background-color: rgb( 255, 255, 255 );
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: rgb( 102, 102, 102 );
	padding: 0 10px;
}
.page-box>a>img{
	max-width: 14px;
	max-height: 100%;
}
.page-box>a:hover,
.page-box>a.on{
	 background-color: rgb( 0, 100, 169 );
	 color: #fff;
}

/* 查看更多 */
.ban-more{
	border-width: 1px;
	border-color: rgb( 255, 255, 255 );
	border-style: solid;
	width: 159px;
	height: 45px;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	line-height: 43px;
	text-align: center;
}
.ban-more>span,
.ban-more>i{
	display: inline-block;
	vertical-align: middle;
    color: rgb( 0, 100, 169 );
}
.ban-more>i{
	width: 7px;
	height: 12px;
	background: url(../images/jt2.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 8px;
}
.ban-more:hover{
	opacity: 0.6;
	border-radius: 5px;
}

.ban-more.on{
	border-color: #dadada;
	color: #7b7b7b;
}
.ban-more.on>i{
	background: url(../images/jt2s.png) no-repeat center;
	background-size: 100% 100%;
}

    .ban-more.on.bg>i{
	background: url(../images/rightbg.png) no-repeat center;
	background-size: 100% 100%;
}
.page-box_ff {
display: flex;
}
.page-box > a {
    vertical-align: middle;
    min-width: 38px;
    height: 44px;
    border-radius: 2px;
    background-color: rgb( 255, 255, 255 );
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: rgb( 102, 102, 102 );
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}





/* header */
.head_fix {
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index:50;
   }
   .head_main{
       background-color: #fff;
       position: relative;
       padding-top: 5px;
   }
   .head_main.head_bg{
       box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
   }
   .head_main::before{
       content: "";
       width: 100%;
       height: 5px;
       background-image: -moz-linear-gradient( 0deg, rgb(0,156,229) 0%, rgb(0,100,169) 100%);
       background-image: -webkit-linear-gradient( 0deg, rgb(0,156,229) 0%, rgb(0,100,169) 100%);
       background-image: -ms-linear-gradient( 0deg, rgb(0,156,229) 0%, rgb(0,100,169) 100%);
       position: absolute;
       left: 0;
       top: 0;
   }
   
   .logo {
       display: block;
       width: 223px;
       height: 56px;
       overflow: hidden;
       margin-top: 28px;
   }
   .head-rtop{
       margin-top: 18px;
       font-size: 0;
       position: relative;
       text-align: right;
   }
   
   .h-infbox,
   .h-deng,
   .hr-state{
       display: inline-block;
       vertical-align: middle;
       margin-right: 30px;
   }
   .head-rtop>div:last-child{
       margin-right: 0;
   }
   .hr-state{
       position: relative;
   }
   .hr-state>a{
       display: block;
       position: relative;
       padding: 10px 25px 10px 15px;
   }
   .hr-state>a::after{
       content: "";
       width: 10px;
       height: 6px;
       background: url(../images/xl1.png) no-repeat right center;
       background-size: 100% 100%;
       position: absolute;
       right: 10px;
       top: 0;
       bottom: 0;
       margin: auto;
       transition: all .8s;
   }
   .hr-sdow>li>a>img,
   .hr-state>a>img{
       display: block;
       width: 24px;
       max-height: 16px;
   }
   .hr-sdow{
       position: absolute;
       left: 0;
       top: 100%;
       width: 100%;
       display: none;
       z-index: 2;
   }
   .hr-sdow>li{
       padding: 10px 5px;
       border-bottom: 1px dashed #f2f2f2;
       background-color: #fff;
       margin-right: 5px;
   }
   /* .hr-state:hover, */
   .hr-sdow>li:hover{
       border-radius: 3px;
       background-color: rgb( 255, 255, 255 );
       box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 ,0.205);
       /* border: 1px solid red; */
   }
   .hr-state>a:hover::after{
       content: "";
       transform:rotate(180deg);
       -ms-transform:rotate(180deg); 	/* IE 9 */
       -moz-transform:rotate(180deg); 	/* Firefox */
       -webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
       -o-transform:rotate(180deg); 
       transition: all .8s;
   }
   .h-deng>a{
       font-size: 14px;
       color: rgb( 68, 68, 68 );
       /* line-height: 60px; */
   }
   .h-infdh{
       font-size: 0;
   }
   .h-infdh>img,
   .h-infdh>span,
   .h-infdh>a{
       display: inline-block;
       vertical-align: middle;
   }
   .h-infdh{
       font-size: 14px;
       color: #444444;
   }
   .h-infdh>img{
       width: 14px;
       max-height: 16px;
       margin-right: 10px;
   }
   .h-infdh>a{
       font-size: 16px;
       color: #0064a9;
   }
   
   /*  */
   .head_nav{
       /* margin-top: 20px;
       padding-bottom: 20px; */
       position: relative;
   }
   .head_nav>ul>li{
       float: left;
       margin-left: 40px;
       position: relative;
       padding: 20px 0px 20px;
   }
   .head_nav>ul>li>a{
       font-size: 16px;
       /*font-family: "Source Han Sans SC";*/
       color: #444444;
   }
   .head_nav>ul>li:hover>a,
   .head_nav>ul>li.on>a{
       color: #0064a9;
   }
   .head_nav>ul>li:hover .nav-dow{
       display: block;
       translate: all .6s;
   }
   
   /* drop */
   .nav-dow {
       display: none;
       position: absolute;
       top: 100%;
       left: -50px;
       right: 0;
       margin: auto;
       width: 160px;
       z-index: 2;
       background-color: rgb( 255, 255, 255 );
       box-shadow: 0px 0px 10px 0px rgb( 0, 0, 0 ,0.2);
       translate: all .6s;
   }
   
   .nav-dcen>ul{
       text-align: center;
       padding: 20px 10px;
   }
   .nav-dcen>ul>li>a{
       display: block;
       font-size: 16px;
       color: #666666;
       line-height: 40px;
   }
   .nav-dcen>ul>li>a:hover{
       color: #0064a9;
   }
   .mdr-img{
       height: 34px;
       margin-bottom: 10px;
   }
   .mdr-img>img{
       max-height: 100%;
   }
   .mdr-txt>p{
       font-size: 14px;
       color: rgb( 255, 255, 255 );
       line-height: 26px;
   }
       
   .mdr-cont>ul>li:hover>a{
       color: #f2282f;
   }
   
   /* footer */
   .footer{
       background-color: #0064a9;	
   }
   .foot_top {
       padding: 56px 0px 50px;
       border-bottom: 1px solid rgba( 255, 255, 255,0.102 );
   }
   .foot_nav>ul {
       margin-right: -110px;
   }
   .foot_nav>ul>li {
       float: left;
       margin-right: 110px;
       max-width: 230px;
   }
   .foot_nav>ul>li>a {
       font-size: 16px;
       color: rgb( 255, 255, 255 );
       margin-bottom: 20px;
   }
   .fooul>li>a,
   .fooul>li>p{
       font-size: 14px;
       color: #ffffff;
       line-height: 36px;
   }
   .wximg{
       border-radius: 2px;
       background-color: rgb( 255, 255, 255 );
       width: 111px;
       height: 110px;
       overflow: hidden;
       margin-bottom: 14px;
   }
   .inf-box{
       text-align: right;
   }
   .inf-box>a {
       display: inline-block;
       vertical-align: middle;
       width: 32px;
       height: 32px;
       border-radius: 50%;
       overflow: hidden;
       margin-right: 14px;
   }
   .foot_bot {
       padding: 20px 0px;
   }
   .foobl .txtp {
       font-size: 14px;
       color: #fff;
   }
   .foobr-top>a {
       font-size: 14px;
       color: #fff!important;
       margin-left: 30px;
   }
   .foobr-top>a:hover{
       text-decoration: underline;
       color: rgb(255, 255, 255);
   }
   
   
   .serve-extit_a div {
       display: none;
   }
   
   .serve-extit_a:hover div {
       width: 100%;
       height: 100%;
       background-color: rgba(90, 90, 90, .7) !important;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       position: absolute;
       top: 0;
       left: 0;
       font-size: 16px;
       font-weight: bold;
   }
   
   /* banner */
   .banner>a{
       position: relative;
   }
   .banner>a,
   .banner>a>img{
       display: block;
       width: 100%;
       margin: 0 auto;
   }
   .ban-tit{
       font-size: 46px;
       color: rgb( 255, 255, 255 );
       font-weight: bold;
       line-height: 46px;
       text-align: center;
       text-shadow: 0px 0px 10px rgba( 0, 0, 0 ,0.205);
   }
   /* 路径 */
   .path{
       padding: 14px 0px;
       font-size: 0;
   }
   .path>a,
   .path>span{
       display: inline-block;
       vertical-align: middle;
   }
   .path>a{
       position: relative;
       font-size: 12px;
       color: #999999;
       padding-right: 10px;
       margin-right: 4px;
   }
   .path>a::after{
       content: "";
       width: 6px;
       height: 11px;
       background: url(../images/xg1.png) no-repeat right center;
       background-size: 100% 100%;
       position: absolute;
       right: 0;
       top: 3px;
       /* bottom: 0;
       margin: auto; */
       
   }
   .path>a:hover{
       text-decoration: underline;
   }
   .path>span{
       font-size: 12px;
       color: #666666;
   }
   .path a:last-child{color: #0064a9;}
   .path a:last-child::after{display: none;}
   /* 弹窗 */
   .tan_bg {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, .5);
       filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
       z-index: 20;
   }
   .abs_c {
       position: absolute;
       top: 50%;
       left: 70%;
       -ms-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
       -webkit-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
   }
   .fixed_c {
       position: fixed;
       top: 58%;
       left: 50%;
       -ms-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
       -webkit-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
   }
   
   
   /* add */
   .hr-state>a{
       display: none;
   }
   .hr-sdow{
       display: flex;
       position: relative;
       justify-content: flex-start;
       align-items: center;
   }


   /* 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: 150px;
	height: 50px;
	background-color: #fff;
	margin-right: 4px;
  margin-bottom: 8px;
}
.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%;
}
} 


.abs_c {
	left: 50%;
}
@media screen and (max-width: 768px) {
	.abs_c {
		left: 50%;
		/* top: 4.2rem; */
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.video-box {
	max-width: 600px;
	overflow: hidden;
	height: 359px;
}
.hot-excen .swiper-slide:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.ind-clients .swiper-slide>a {
	height: 100%;
}

/* 搜索筛选 */
.expo-search-box{
	margin-bottom: 20px;
}
.search-item{
	padding: 14px 0px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0;
}
.sort-name>span{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.search-cent>ul>li{
	float: left;
	margin-right: 4px;
	/* margin-bottom: .1rem; */
}
.sort-name,
.search-cent{
	display: inline-block;
	vertical-align: top;
}
.search-cent>ul>li>a{
	display: inline-block;
	padding: 0 14px;
	 height: 29px;
	 line-height: 29px;
	 text-align: center;
	font-size: 14px;
	 color: #333333;
	 position: relative;
}
.search-cent>ul>li:hover>a,
.search-cent>ul>li.on>a{
	/* color: #0064a9; */
}
.sort-name{
	/* width: 60px; */
	width: 80px;
	text-align: left;
}
.search-cent{
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
}
.expo-area>ul>li.on{
	border-radius: 3px;
	background-color: rgb( 243, 243, 243 );
}
.search-year{
	position: relative;
}
.search-year>a{
	position: relative;
	
}
.search-year>a::after{
	content: "";
	width: 8px;
	height: 5px;
	background: url(../images/xl2.png) no-repeat center;
	/* background: url(../images/xl2a.png) no-repeat right center; */
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .8s;
}
/* .search-year.on>a::after, */
.search-year:hover>a::after{
	background: url(../images/xl2s.png) no-repeat center;
	background-size: 100% 100%;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(180deg); 
	transition: all .8s;
}
.year-dow{
	position: absolute;
	top: 100%;
	left: -30px;
	right: 0;
	margin: auto;
	width: 120px;
	max-height: 274px;
	overflow-y: auto;
	display: none;
	background-color: #fff;
	z-index: 2;
}
/*滚动条整体部分,必须要设置*/
.year-dow::-webkit-scrollbar{
  width: 6px;
  background-color: pink;
}
/*滚动条的轨道*/
.year-dow::-webkit-scrollbar-track{
  background-color: rgb( 243, 243, 243 );
}
/*滚动条的滑块按钮*/
.year-dow::-webkit-scrollbar-thumb{
  /* height: 100px; */
  background-color: rgba( 0, 0, 0 ,0.102);
}
/*滚动条的上下两端的按钮*/
.year-dow::-webkit-scrollbar-button{
  height: 0px;
  background-color: rgb( 243, 243, 243 );
}

.year-dow>ul>li{
	padding: 16px 0px;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
}
.year-dow>ul>li>a{
	font-size: 14px;
	color: #666666;
	
}

/* 搜索筛选-内容 */
.expo-li{
	background-color: rgb( 255, 255, 255 );
	padding: 30px 0px;
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}
.expo-img,
.expo-infbox,
.expo-btnbox{
	display: inline-block;
	vertical-align: middle;
}
.expo-img{
	width: 250px;
	padding: 0 10px;
	text-align: center;
}
.expo-infbox{
	width: calc(100% - 250px - 220px);
	width: -moz-calc(100% - 250px - 220px);
	width: -webkit-calc(100% - 250px - 220px);
	border-right: 1px solid #f3f3f3;
}
.expo-tit{
	font-size: 20px;
	color: #333333;
	margin-bottom: 12px;
}
.exp-tli{
	margin-bottom: 8px;
}
.exp-tli>img,
.exp-tli>span{
	display: inline-block;
	vertical-align: middle;
}
.exp-tli>img{
	width: 11px;
	max-height: 13px;
	margin-right: 10px;
}
.exp-tli>span{
	font-size: 14px;
	color: #333333;
}
.expo-btnbox{
	width: 220px;
}
.expo-btnbox>a{
	display: block;
	border-radius: 2px;
	background-color: rgb( 23, 146, 229 );
	width: 121px;
	height: 35px;
	margin: 0px auto 20px;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	text-align: center;
	line-height: 35px;
}
.expo-btnbox>a:last-child{
	margin-bottom: 0;
}
.expo-btnbox>a:nth-child(2){
	background-color: rgb( 0, 100, 169 );
}

.expo-libot{
	margin-bottom: 50px;
}

/*  */
.year-dow{
	/* background: rgb(23, 146, 229); */
	width: 100%;
	left: 0;
}
.year-dow>ul>li>a{
	color: #fff;
}
.year-dow>ul>li {
    padding: 10px 0px;
}
/* .search-cent>ul>li:hover,
.search-cent>ul>li.on{
	border-radius: 3px;
	background-color: rgb( 243, 243, 243 );
} */
.expo-area>ul>li.on{
	background-color: #0064a9;
}
.search-cent>ul>li:hover>a, 
.search-cent>ul>li.on>a{
	/* color: #fff; */
}
.expo-time>ul>li.on>a::after,
.expo-area>ul>li.on a::after{
	content: "";
	background: url(../images/xl2a.png) no-repeat right center;
}
.search-cent>ul>li.on,
.expo-time>ul>li.on{
	background: #0064a9;
	border-radius: 3px;
}
.search-cent>ul>li.on>a,
.expo-area>ul>li.on>a,
.expo-time>ul>li.on>a{
	color: #fff;
}
.year-dow>ul>li>a{
	color: #333;
}
.year-dow>ul>li>a:hover{
	color: #0064a9;
}

.expo-area .he{
	position: relative;
	padding-left: 130px;
}
.expo-area .he>li:nth-child(1){
	position: absolute;
	left: 0;
}
.expo-area .he>li:nth-child(2){
	position: absolute;
	left: 60px;
}

.expo-mcont{
	width: 830px;
}
.expo-side{
	width: 350px;
}
.expo-mimg{
	max-height: 450px;
	max-height: 450px;
	overflow: hidden;
	margin-bottom: 20px;
}
.expo-mimg>img{
	display: block;
	max-height: 100%;
}
.exh-cent,
.exh-entry,
.exh-other{
	background-color: #fff;
	margin-bottom: 20px;
}
.expo-dtop{
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.expo-dtop .gs-tabul{
	text-align: left;
	padding: 0px 30px;
}
.expo-dtop .gs-tabul>li{
	padding: 24px 0px;
	margin-right: 36px;
}

.exh-dcli{
	padding: 30px;
}
.exh-tit{
	font-size: 24px;
	color: rgb( 0, 100, 169 );
	line-height: 36px;
	margin-bottom: 20px;
}
.exh-cen>p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
}
.exh-cen>p:last-child{
	margin-bottom: 0;
}
/* 参观展报名 */
.entry-cent{
	padding: 30px;
}
.ent-li{
	margin-bottom: 18px;
}
.try-ls{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.ent-tit,
.ent-inpbot,
.ent-checkbox,
.ent-tarbot{
	display: inline-block;
	vertical-align: top;
}
.ent-tit{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	width: 76px;
	text-align: left;
}
.ent-checkbox{
	padding-top: 6px;
}
.ent-inpbot{
	width: 280px;
}
.ent-inpbot>input{
	display: block;
	width: 100%;
	height: 40px;
	background-color: rgb( 243, 243, 243 );
}
.check-box{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.check-box>input{
	width: 21px;
	height: 21px;
	display: block;
	filter:alpha(opacity=0);
	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.check-box>i{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: rgb( 237, 237, 237 );
	margin-right: 10px;
}
.check-box>span{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}
.check-box input:checked+i{
	background: url(../images/xz.png) no-repeat center;
	background-size: 100% 100%;
}

.ent-tarbot{
	width: 640px;
}
.ent-tarbot>textarea{
	display: block;
	width: 100%;
	height: 96px;
	background-color: rgb( 243, 243, 243 );
	padding: 10px;
}
.yzm-inp,
.yzm-img{
	display: inline-block;
	vertical-align: middle;
}
.yzm-inp{
	margin-right: 10px;
}
.yzm-inp>input{
	background-color: rgb( 243, 243, 243 );
	width: 141px;
	height: 40px;
}
.yzm-img{
	width: 130px;
	height: 40px;
	background-color: #448aca;
}
.yzm-img>img{
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: auto;
}
.entry-cbot{
	padding: 10px 0px;
}
.cbot-subm{
	padding-left: 76px;
}
.cbot-subm>input{
	display: block;
	border-radius: 2px;
	background-color: rgb( 0, 100, 169 );
	width: 140px;
	height: 40px;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: rgb( 255, 255, 255 );
}
.cbot-tis{
	margin-top: 50px;
}
.cbot-tis>p{
	font-size: 14px;
	color: #999999;
	
}
.cbot-tis>p>span{
	color: #0064a9;
}
/* 该行业的其他展会 */
.exh-btnbox{
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 33px;
}
.exh-btnbox>a{
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background-color: rgb( 0, 100, 169 );
	min-width: 91px;
	height: 100%;
	padding: 0 10px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
}
.other-cent{
	padding: 30px;
}
.other-cent>ul{
	display: block;
	width: 100%;
}
.other-cent>ul>li{
	border-width: 1px;
	border-color: rgb( 238, 238, 238 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	width: 232px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.other-cent>ul>li>a{
	display: block;
	width: 100%;
}
.other-cent>ul>li:nth-child(3n){
	margin-right: 0;
}
.oeximg{
	display: block;
	width: 100%;
	height: 150px;
	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;
    -webkit-transition: all 1s;
}
.oeximg:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.2);
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
img {
     display: block;
    max-height: 100%;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    margin:0 auto;
}
.oextxt-box{
	width: 100%;
	height: 130px;
	background-color: rgba( 90, 90, 90 ,1);
	padding: 10px 20px;
}
.oextit{
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oex-time>img,
.oex-time>span,
.oex-addr>img,
.oex-addr>span{
	display: inline-block;
	/* vertical-align: middle; */
}
.oex-time>img,
.oex-addr>img{
	width: 13px;
	max-height: 13px;
	overflow: hidden;
	margin-right: 10px;
}
.oex-time>span,
.oex-addr>span{
	font-size: 12px;
	color: rgb( 255, 255, 255 );
}
.oex-time{
	margin-bottom: 10px;
}
/* 展会展示 */
.expo-show{
	padding: 32px 34px;
	background-color: #fff;
	margin-bottom: 20px;
	height: 450px;
	overflow: hidden;
}
.med-img{
	/*width: 112px;*/
	height: 110px;
	margin: 0 auto;
	text-align: center;
}
.med-txtbox{
	margin: 30px 0px;
	text-align: center;
}
.med-time{
	font-size: 14px;
	color: rgb( 0, 100, 169 );
	text-align: center;
	margin-bottom: 10px;
}
.med-addr{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
}
.med-tit{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
    margin-bottom: 10px;
}
.med-btnbox{
	text-align: center;
	font-size: 0;
}
.med-btnbox>a{
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background-color: rgb( 23, 146, 229 );
	width: 111px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	padding: 0px 10px;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	margin-right: 10px;
}
.med-btnbox>a:last-child{
	margin-right: 0;
}
.med-btnbox>a.on{
	background-color: rgb( 0, 100, 169 );
}
.med-share{
	text-align: center;
	margin-top: 30px;
}
.med-share>a{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background-color: rgb( 243, 243, 243 );
	border-radius: 2px;
	overflow: hidden;
	margin-right: 4px;
	line-height: 20px;
	padding: 4px;
}
.med-share>a:last-child{
	margin-right: 0;
}
.med-share>a>img{
	display: inline-block;
	max-height: 100%;
}

/* 展会信息 */
.expo-infmx{
	background-color: #fff;
	padding: 20px 30px;
	
}
.infm-li{
	width: 100%;
	font-size: 0;
	height: 50px;
}
.infm-tit,
.infm-cen{
	display: inline-block;
	vertical-align: middle;
}
.infm-tit{
	font-size: 14px;
	color: rgb( 51, 51, 51 );
	line-height: 50px;
	width: 76px;
	text-align: left;
}
.infm-cen{
	width: calc(100% - 76px);
	width: -moz-calc(100% - 76px);
	width: -webkit-calc(100% - 76px);
	height: 100%;
	border-bottom: 1px solid #f2f2f2;
}
.infm-cen>p{
	font-size: 14px;
	color: #666666;
	line-height: 48px;
}
.infm-li:last-child .infm-cen{
	border-bottom: none;
}

/*  */
.expo-report{
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.report-top{
	padding: 0 30px;
	border-bottom: 1px solid #f2f2f2;
}
.report-top .gs-tabul{
	text-align: left;
}
.report-top .gs-tabul>li{
	padding: 20px 0px;
	margin-right: 34px;
}

.report-cent{
	padding: 0px 30px;
}
.report-cent>ul>li{
	border-bottom: 1px solid #f2f2f2;
	/* height: 50px; */
	/* padding: 20px 0px; */
}
.report-cent>ul>li>a{
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: rgb( 102, 102, 102 );
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.report-cent>ul>li>a:hover{
	color: rgb( 0, 100, 169 );
}
.rep-mor>a{
	font-size: 14px;
	color: rgb( 0, 100, 169 );
	line-height: 50px;
	padding-right: 12px;
	background: url(../images/jtr1s.png) no-repeat right center;
	background-size: 7px 12px;
}
.rep-mor>a:hover{
	text-decoration: underline;
}
.exh-cen{
	margin-bottom: 20px;
}

.expo-mimg .swiper-pagination-bullet{
	width: 40px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	background: #F3F3F3;
	opacity: .2;
}
.expo-mimg .swiper-pagination-bullet-active{
	opacity: 1;
	background: #007aff;
}
.expo-mimg .swiper-wrapper .swiper-slide{
	height: 450px;
	max-height: 450px;
	text-align: center;
	overflow: hidden;
}
.expo-mimg .swiper-wrapper .swiper-slide>img{
	/* display: block; */
	 width: 100%;
	/*max-height: 100%; */
}
.outposts{ text-align:center; padding:10px 0 10px 27px;}
.expo-show .med-img img {
margin:0 auto;
}

.new-tab>ul{
	text-align: center;
	padding: 46px 0px;
}
.new-tab>ul>li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 56px;
}
.new-tab>ul>li:last-child{
	margin-right: 0;
}
.new-tab>ul>li>a{
	font-size: 28px;
	color: #999999;
}
.new-tab>ul>li.on>a{
	color: #0064a9;
}

.new-con .inew-txtbox{
	background-color: #fff;
}
.new-con .ind-newcen>ul>li{
	margin-bottom: 30px;
}
.new-bot{
	margin-bottom: 50px;
}

.news-con {
    width: 100%;
    padding: 20px 230px 54px;
    position: relative;
}
/* 返回 */
.news-lefbox {
    position: absolute;
    left: 0;
    top: 40px;
    width: 230px;
}

.news-back {
    padding-right: 50px;
    width: 100%;
}

    .news-back > a {
        display: block;
        width: 100%;
        line-height: 50px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: url(../images/bk1.png) no-repeat right center;
        background-size: 30px 14px;
        transition: all .6s;
        font-size: 16px;
        font-family: "Source Han Sans SC";
        color: rgb( 51, 51, 51 );
    }

        .news-back > a:hover {
            color: #0064a9;
            background: url(../images/bk1.png) no-repeat right 20px center;
            background-size: 30px 14px;
            transition: all .6s;
            /* padding-left: 10px; */
        }

/* 分享 */
.news-rigbox {
    width: 230px;
    position: absolute;
    right: 0;
    top: 40px;
}

.new-share {
    width: 100%;
    text-align: right;
}

    .new-share > .new-shareimg > a {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgb( 0, 100, 169 );
        text-align: center;
        line-height: 48px;
        overflow: hidden;
    }

.news-time {
    font-size: 18px;
    font-family: "MyriadPro";
    color: rgb( 0, 100, 169 );
    line-height: 60px;
}

/* 内容 */
.news-tit {
    font-size: 30px;
    color: rgb( 42, 42, 42 );
    line-height: 50px;
    margin-bottom: 20px;
}

.news-sub {
    font-size: 24px;
    color: rgb( 51, 51, 51 );
}

.news-cen > img {
    display: block;
    margin: 20px auto;
}

.news-cen p {
    font-size: 16px;
    color: rgb( 51, 51, 51 );
    line-height: 30px;
    margin: 20px 0px;
}

/* 目前已在 */
.news-bot {
    padding: 26px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.n-prev > a,
.n-next > a {
    font-size: 14px;
    color: #999999;
}

.n-prev > a {
    background: url(../images/mq1.png) no-repeat left center;
    background-size: 8px 14px;
    padding-left: 20px;
    margin-left: 10px;
}

.n-next > a {
    margin-right: 10px;
    padding-right: 20px;
    background: url(../images/mq2.png) no-repeat right center;
    background-size: 8px 14px;
}

    .n-prev > a:hover,
    .n-next > a:hover {
        text-decoration: underline;
    }

.fl a, .fr a {
    color: rgb( 0, 100, 169 );
}

.med-share {
    display: none;
    position: absolute;
    top: 45%;
    right: 8px;
    width: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.new-shareimg {
    width: 50px;
    float: right;
}

.med-share > li {
    height: 30px;
    line-height: 30px;
}

.new-share > .new-shareimg:hover .outposts {
    display: block;
    translate: all .6s;
}

.outposts {
    display:none;
    text-align: center;
    padding: 10px 0 10px 6px;
    position: absolute;
    top: 100%;
    /* right: 1px; */
    width: 47px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

/* 切换 */
.gs-tab{
	border-bottom: 1px solid #e5e5e5;
}
/* .gs-tabul{
	text-align: center;
}
.gs-tabul>li{
	display: inline-block;
	vertical-align: middle;
	padding: 30px 0px;
	position: relative;
	margin-right: 80px;
}
.gs-tabul>li:last-child{
	margin-right: 0;
}
.gs-tabul>li>a{
	font-size: 18px;
	color: #333333;
	
}
.gs-tabul>li::after{
	content: "";
	width: 0px;
	height: 3px;
	background-color: #0064a9;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .6s;
}
.gs-tabul>li.on>a{
	color: #0064a9;
}
.gs-tabul>li.on::after{
	display: block;
	width: 100%;
	transition: all .6s;
} */

/* 切换内容 - 公司介绍*/
.gsli{
	padding: 60px 0px;
	/* display: none; */
}
.gs-intit{
	font-size: 30px;
	color: rgb( 51, 51, 51 );
	text-align: left;
	margin-bottom: 40px;
}
.gs-intxt,
.gs-inimg{
	width: 570px;
	overflow: hidden;
}
.gs-intxt{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.gs-intxt>p{
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
}

/* 愿景价值 */
.abo-vision{
	padding-bottom: 50px;
}
.vision-cen>ul{
	margin-right: -10px;
}
.vision-cen>ul>li{
	float: left;
	width: 232px;
	height: 300px;
	background-color: #fff;
	margin-right: 10px;
	text-align: center;
	padding: 40px;
	margin-bottom: 20px;
}
.vis-img{
	margin: 20px auto 30px;
	height: 62px;
}
.vis-tit{
	font-size: 20px;
	/* font-family: "Source Han Sans SC"; */
	color: rgb( 0, 100, 169 );
	text-align: center;
	margin-bottom: 10px;
}
.vis-sub{
	font-size: 14px;
	color: rgb( 51, 51, 51 );
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.vision-cen>ul>li:hover .vis-img>img{
	-ms-transform:translateY(-20px); 	/* IE 9 */
	-moz-transform:translateY(-20px); 	/* Firefox */
	-webkit-transform:translateY(-20px); /* Safari å’Œ Chrome */
	-o-transform:translateY(-20px); 
	transform:translateY(-20px);
	transition: all .8s;
}
/* 组织架构 */
.abo-orgbox{
	padding-bottom: 110px;
}
.org-cent{
	text-align: center;
}
.org-cent>img{
	display: block;
	margin: 0 auto;
}


.join-top{
	margin-bottom: 50px;
}
.join-cent>ul>li:nth-child(odd){
	background-color: #f3f3f3;
}
.join-cent>ul>li{
	padding: 25px 190px 25px 25px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	position: relative;
}
.join-inf{
	width: 100%;
	border-right: 1px solid #e5e5e5;
}
.join-btnbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
	height: 100%;
}
.join-btn{
	position: relative;
	width: 100%;
	height: 100%;
}
.jinf-top{
	
}
.join-inf{
	/* border: 1px solid red; */
	padding: 30px;
}
.jinf-tit{
	font-size: 20px;
	color: rgb( 0, 100, 169 );
	margin-bottom: 13px;
}
.jinf-sub>p{
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid #aaa;
	margin-right: 20px;
	font-size: 16px;
	color: #666666;
}
.jinf-sub>p:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.jinf-top{
	margin-bottom: 20px;
}
.jinf-tis{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.jinf-tcen{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}
.jinf-tcen:last-child{
	margin-bottom: 0;
}
.jinf-yx{
	font-size: 16px;
	color: #0064a9;
}


.jinf-cent{
	display: none;
}
.join-open{
	display: block;
	margin: 0 auto;
	background-color: rgb( 0, 100, 169 );
	width: 121px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	 -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

@media screen and (max-width: 768px) {
    .team-lunbox .swiper-slide>a {
      width: auto;
      height: auto;
    }
  }
 
  .team-top {
    text-align: center;
    margin-bottom: 50px;
  }
 
  .team-tit {
    font-size: 30px;
    color: #0064a9;
    font-weight: bold;
    margin-bottom: 20px;
  }
 
  .team-sub {
    font-size: 24px;
    color: #0064a9;
  }
 
  .team-txt {
    font-size: 16px;
    color: #333333;
    margin-top: 50px;
  }
 
  /*  */
  .team-lunbox {
    position: relative;
  }
 
  .team-lunbox .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
 
  .team-lunbox .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;
  }
 
  .team-lunbox .swiper-slide>a {
    display: block;
    width: 380px;
    height: 240px;
    background-color: rgb(255, 255, 255);
    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;
    background-color: #666666;
    padding: 0;
  }
 
  .team-lunbox .swiper-pagination {
    bottom: 0;
  }
 
  .team-lunbox .swiper-button-next,
  .team-lunbox .swiper-button-prev {
    width: 15px;
    height: 26px;
    background-size: 100% 100%;
  }
 
  .team-lunbox .swiper-button-next {
    right: -30px;
    background: url(../images/jtr2.png) no-repeat center;
  }
 
  .team-lunbox .swiper-button-prev {
    left: -30px;
    background: url(../images/jtl2.png) no-repeat center;
  }
 
  .team-lunbox .swiper-slide>a>img {
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
  }
 
  .team-lunbox .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;
  }
 
  @media screen and (max-width: 768px) {
    .team-lunbox .swiper-slide>a {
      width: auto;
      height: auto;
      padding: 0;
    }
  }

  /* 信息 */
.contact-box{
	padding: 50px 0px 70px;
}
.contact-infbox{
	padding: 60px 0px;
	background-color: #fff;
	margin-bottom: 20px;
}
.inf-tit{
	font-size: 30px;
	color: rgb( 51, 51, 51 );
	text-align: center;
	margin-bottom: 20px;
}

.inf-ulbox>li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 40px 40px 20px;
}
.cinf-img{
	height: 42px;
	text-align: center;
	margin-bottom: 28px;
	overflow: hidden;
}
.cinf-img>img{
	display: block;
	max-height: 100%;
	margin: auto;
}
.cinf-txt>p{
	font-size: 16px;
	color: rgb( 102, 102, 102 );
	text-align: center;
	line-height: 30px;
}

/* 在线留言 */
.online-mes{
	background-color: #fff;
	width: 590px;
	min-height: 640px;
	float: left;
}

.mes-tit{
	font-size: 26px;
	color: #333333;
	line-height: 60px;
	padding: 20px 50px 20px 50px;
}
.omes-cent{
	/* padding: 0 50px 0px 0px; */
}
.mesli{
	margin-bottom: 16px;
	width: 100%;
	font-size: 0;
}
.mes-txt,
.mes-input{
	display: inline-block;
	vertical-align: top;
}
.mes-txt{
	text-align: right;
	font-size: 16px;
	color: #666666;
	line-height: 44px;
	width: 146px;
	padding-left: 20px;
	padding-right: 20px;
}
.mes-txt>em{
	display: inline-block;
	vertical-align: top;
	color: #df1e1e;
	margin-right: 5px;
}
.mes-input{
	width: calc(100% - 146px);
	width: -moz-calc(100% - 146px);
	width: -webkit-calc(100% - 146px);
	padding-right: 50px;
}
.mes-input>input,
.mes-input>select,
.mes-input>textarea{
	display: block;
	 background-color: rgb( 243, 243, 243 );
	 width: 100%;
	 height: 44px;
	 padding: 0 10px;
	 font-size: 14px;
	 color: #333333;
}
.mes-input>textarea{
	height: 120px;
}
.omes-bot{
	padding-left: 146px;
}
.omes-bot>input{
	display: block;
	background-color: rgb( 0, 100, 169 );
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: rgb( 255, 255, 255 );
}

.tinf-box{
	float: right;
}
.tinf-li{
	width: 590px;
	/* height: 191px; */
	background-color: rgb( 255, 255, 255 );
	padding: 38px 40px;
	margin-bottom: 20px;
	position: relative;
}
.tinf-li:last-child{
	margin-bottom: 0;
}
.tinf-tit{
	font-size: 18px;
	color: #333333;
	margin-bottom: 11px;
}
.tinf-cent>p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 8px;
}
.tinf-cent>p:last-child{
	margin-bottom: 0;
}
.tinf-share{
	position: absolute;
	right: 40px;
	top: 40px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: none;
}
.tinf-share>img{
	max-height: 100%;
}
.cer-img{
	width: 120px;
	height: 120px;
	overflow: hidden;
}


/* 流程切换 */
.process-tab{
	padding: 60px 0px;
}
.process-tab>ul{
	text-align: center;
}
.process-tab>ul>li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
	position: relative;
	padding-right: 104px;
}
.process-tab>ul>li>a{
	font-size: 30px;
	color: #999999;
}
.process-tab>ul>li::after{
	content: "";
	width: 70px;
	height: 3px;
	background-color: #f3f3f3;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.process-tab>ul>li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.process-tab>ul>li:last-child::after{
	display: none;
}
.process-tab>ul>li.on>a{
	color: #0064a9;
}

/* 流程内容 */
.pss-ulbox>li{
	width: 255px;
	height: 286px;
	background-color: rgb( 243, 243, 243 );
	padding: 40px;
	margin-right: 60px;
	margin-bottom: 60px;
	position: relative;
	float: left;
}
.pss-ulbox>li:nth-child(4n){
	margin-right: 0;
}
.pss-ulbox>li::after{
	content: "";
	width: 16px;
	height: 28px;
	background: url(../images/ilc.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pss-ulbox>li:last-child::after,
.pss-ulbox>li:nth-child(4n)::after{
	display: none;
}
.pss-img{
	max-width: 100%;
	height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.pss-img>img{
	max-height: 100%;
}
.pss-txtbox{
	text-align: center;
}
.pss-tit{
	font-size: 18px;
	font-family: "Source Han Sans SC";
	color: rgb( 51, 51, 51 );
	margin-bottom: 10px;
}
.pss-sub{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.proli{
	display: none;
}

.alb-bot{
	text-align: center;
	margin: 10px auto 70px;
}
.album-detcon .ind-newcen>ul>li{
	margin-bottom: 20px;
}
.album-detcon .inew-txtbox {
    padding: 10px;
    height: 70px;
	background-color: #fff;
}
.album-detcon .inew-tit {
    line-height: 50px;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	text-align: center;
}

.album-cents{
	padding: 50px 0px;
}


.client-box>ul{
	margin-right: -20px;
}
.client-box>ul>li{
	float: left;
	width: 183px;
	height: 100px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}
.client-box>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
                position: relative;
	-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;
}



/*  */
.team-lunbox{
	position: relative;
}
.team-lunbox .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.team-lunbox .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;
}
.team-lunbox .swiper-slide>a{
	display: block;
	width: 380px;
	height: 240px;
	background-color: rgb( 255, 255, 255 );
	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;
	background-color: #666666;
}
.team-lunbox .swiper-pagination{
	bottom: 0;
}
.team-lunbox .swiper-button-next, 
.team-lunbox .swiper-button-prev{
	width: 15px;
	height: 26px;
	background-size:100% 100%;
}
.team-lunbox .swiper-button-next{
	right: -30px;
	background: url(../images/jtr2.png) no-repeat center;
}
.team-lunbox .swiper-button-prev{
	left: -30px;
	background: url(../images/jtl2.png) no-repeat center;
}

.team-lunbox .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;
}
.team-lunbox .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;
}

@media screen and (max-width: 768px) {
    .team-lunbox .swiper-slide>a {
      width: auto;
      height: auto;
    }
  }
 
  .team-top {
    text-align: center;
    margin-bottom: 50px;
  }
 
  .team-tit {
    font-size: 30px;
    color: #0064a9;
    font-weight: bold;
    margin-bottom: 20px;
  }
 
  .team-sub {
    font-size: 24px;
    color: #0064a9;
  }
 
  .team-txt {
    font-size: 16px;
    color: #333333;
    margin-top: 50px;
  }
 
  /*  */
  .team-lunbox {
    position: relative;
  }
 
  .team-lunbox .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
 
  .team-lunbox .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;
  }
 
  .team-lunbox .swiper-slide>a {
    display: block;
    width: 380px;
    height: 240px;
    background-color: rgb(255, 255, 255);
    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;
    background-color: #666666;
    padding: 0;
  }
 
  .team-lunbox .swiper-pagination {
    bottom: 0;
  }
 
  .team-lunbox .swiper-button-next,
  .team-lunbox .swiper-button-prev {
    width: 15px;
    height: 26px;
    background-size: 100% 100%;
  }
 
  .team-lunbox .swiper-button-next {
    right: -30px;
    background: url(../images/jtr2.png) no-repeat center;
  }
 
  .team-lunbox .swiper-button-prev {
    left: -30px;
    background: url(../images/jtl2.png) no-repeat center;
  }
 
  .team-lunbox .swiper-slide>a>img {
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
  }
 
  .team-lunbox .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;
  }
 
  @media screen and (max-width: 768px) {
    .team-lunbox .swiper-slide>a {
      width: auto;
      height: auto;
      padding: 0;
    }
  }

  .booth-cont{
	padding: 50px 0px;
}
.boo-tit{
	font-size: 30px;
	color: #333333;
	margin-bottom: 30px;
}
.boo-txt>p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 40px;
	line-height: 26px;
}

.jour-box{
	padding: 46px 0px;
}
.jour-top{
	margin-bottom: 30px;
}
.jourt-tit{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.jour-sub{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}
.jour-txt>p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}
.fwe{
	/* font-weight: 600; */
}

/*  */
.jour-ulo>li{
	width: 384px;
	height: 359px;
	border-width: 1px;
	border-color: rgb( 229, 229, 229 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}
.jour-ult>li{
	width: 283px;
	height: 359px;
	border-width: 1px;
	border-color: rgb( 229, 229, 229 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.jour-ulo>li:nth-child(3n){
	margin-right: 0;
}
.jour-ult>li:nth-child(4n){
	margin-right: 0;
}
.jour-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.jour-txtbox{
	padding: 20px;
}
.jour-tit{
	font-size: 18px;
	color: #0064a9;
	margin-bottom: 10px;
}
.jour-txt{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.jour-txts>p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.visa-subsidy{
	padding: 50px 0px;
}
.visas-top{
	margin-bottom: 30px;
}
.sub-stit{
	font-size: 30px;
	color: rgb( 51, 51, 51 );
	margin-bottom: 20px;
}
.sub-stxt{
	font-size: 16px;
	color: rgb( 51, 51, 51 );
}
.visas-item{
	margin-bottom: 40px;
}
.visas-itit{
	margin-bottom: 30px;
	font-size: 26px;
	color: #0064a9;
}
.visas-cbox{
	/* border: 1px solid red; */
	font-size: 0;
	background-color: rgb( 243, 243, 243 );
	/* width: 801px; */
	/* height: 301px; */
}
.vis-cimg,
.vis-txtbox{
	display: inline-block;
	vertical-align: top;
}
.vis-cimg{
	width: 400px;
	height: 100%;
}
.vis-txtbox{
	width: calc(100% - 400px);
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	padding: 40px;
	font-size: 14px;
}
.subl-tit{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.subl-sub{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 14px;
}
.subli:last-child .subl-sub{
	margin-bottom: 0;
}

.logist-cont{
	padding: 50px 0px;
}
.log-tit{
	font-size: 22px;
	color: #0064a9;
	margin-bottom: 20px;
}
.log-txtbox{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.fwe{
	font-weight: 600;
}


@media screen and (max-width: 1440px) {
    .wrap {
      width: 1200px;
    }
  
  
  
  }
  
  @media screen and (max-width: 768px) {
  
    body,
    html {
      margin: 0 auto;
      max-width: 750px;
      overflow-x: hidden;
      background: #fff;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
      background: #fff;
    }
  
    .team-lunbox .swiper-slide:hover img {
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      opacity: 0.8;
    }
  
    .hot-excen .swiper-slide>a:hover .eximg>img {
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transition: all 1s;
      -ms-transition: all 1s;
      -moz-transition: all 1s;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
    }
  
    .ind-newcen>ul>li:hover .inewimg>img {
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      /* opacity: 0.8; */
    }
  
    img {
      border: 0;
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      height: auto;
    }
  
    textarea {
      border: 0;
      -webkit-appearance: none;
    }
  
    .none {
      display: block;
    }
  
    .wrap {
      width: 100%;
      padding-left: .12rem;
      padding-right: .12rem;
    }
  
    input {
      /* -webkit-appearance: none; */
      /* -webkit-user-select: text; */
      outline-color: transparent;
    }
  
    /* pc */
  
    .header {
      display: none;
    }
  
    .hr_togpu {
      padding-left: .8rem;
    }
  
    .footer {
      display: none
    }
  
    /* 手机端头部 */
    .p_header_box {
      width: 100%;
      padding-top: 45px;
    }
  
    .phone_header {
      position: fixed;
      width: 100%;
      height: 45px;
      top: 0;
      left: 0;
      z-index: 17;
      background: #fff;
    }
  
    .p_header-cont {
      width: 100%;
      height: 45px;
      line-height: 45px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-right: 0px;
      margin: 0 auto;
    }
  
    .n-prev>i {
      width: .26rem;
      height: .14rem;
      margin-right: .14rem;
    }
  
    .moren_hh {
      display: none;
    }
  
    .fhdas {
      display: none;
    }
  
    .nav_icon {
      display: block;
      width: 27px;
      margin-left: 15px;
    }
  
    .hr_togpu {
      padding-left: .80rem;
    }
  
    .head_logo {
      margin: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      text-align: center;
      padding-top: .30rem;
    }
  
    .head_logo a {
      display: inline-block;
    }
  
    .head_logo img {
      width: 1.8rem;
    }
  
    .p_heder_rg {
      display: block;
      width: 24px;
      margin-right: 15px;
      position: relative;
    }
  
    .p_heder_rg>a {
      display: block;
    }
  
    .phone_mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 15;
      display: none;
    }
  
    .phone_nav_right {
      position: fixed;
      top: 0;
      left: -100%;
      width: 50%;
      height: 100%;
      z-index: 16;
      background: #fff;
      overflow-y: auto;
    }
  
    .phone_nav_right>ul {
      margin-top: 45px;
      padding-bottom: 54px;
    }
  
    .phone_nav_right>ul>li>a {
      display: block;
      border-bottom: 1px solid #ddd;
      font-size: 0.22rem;
      color: #555;
      /* height: 45px;
          line-height: 45px; */
      padding: 10px 15px;
      text-transform: uppercase;
    }
  
    .phone_nav_right>ul>li>a:hover {
      color: #0064a9;
    }
  
    .phone_duo {
      margin: 0 12px;
      display: none;
    }
  
    .phone_duo a {
      display: block;
      border-bottom: 1px solid #eaeaea;
      font-size: 0.2rem;
      color: #555;
      /* height: 45px;
          line-height: 45px; */
      padding: 10px;
    }
  
    .phone_duo a:hover {
      color: #0064a9;
    }
  
    .menu_fr {
      font-size: 0;
      padding: 0 15px;
    }
  
    .menu_fr a {
      margin-right: 10px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #0054a6;
      color: #0054a6;
      text-align: center;
      width: calc((100% - 10px)/2);
      display: inline-block;
      font-size: .12rem;
    }
  
    .menu_fr a:nth-child(2n) {
      margin-right: 0;
    }
  
    .menu_fr a:last-child {
      margin-right: 0;
      background: rgb(19, 99, 151);
      border: 1px solid rgb(19, 99, 151);
      color: #FFFFFF;
    }
  
    .video-box {
      max-width: 600px;
      overflow: hidden;
      height: auto !important;
    }
  
    /* 底部 */
    .phone_foot_fixed {
      padding-top: 52px;
      margin-bottom: 0;
    }
  
    .anypabottom {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 20;
      width: 100%;
      height: 52px;
      line-height: 51px;
      background: #fff;
      text-align: center;
      /* display: none; */
    }
    .anypabottom img{padding-top: 8px;}
    .anypabottom>a {
      float: left;
      width: 40%;
      margin: 0 5%;
    }
  
    /* 公共 */
  
    /* 分页 */
    .expo-libot {
      margin-bottom: .5rem;
    }
  
    .page-num {
      font-size: .16rem;
      line-height: .37rem;
      float: none;
      margin-bottom: .2rem;
    }
  
    .pnum {
      min-width: 1rem;
      height: .38rem;
      font-size: .16rem;
      line-height: .38rem;
      padding: 0 .24rem 0 .14rem;
      margin-left: .14rem;
      margin-right: .14rem;
    }
  
    .pnum::after {
      content: "";
      width: .12rem;
      height: .07rem;
      right: .1rem;
    }
  
    .page-box {
      width: 100%;
      float: none;
    }
  
    .page-box>a {
      min-width: .38rem;
      height: .44rem;
      line-height: .44rem;
      font-size: .14rem;
      padding: 0 .1rem;
    }
  
    .page-box>a>img {
      max-width: .14rem;
    }
  
    /* banner */
    .ban-tit {
      font-size: .34rem;
      line-height: normal;
    }
  
    /* 首页 start  */
    .banner .swiper-pagination {
      bottom: .1rem;
    }
  
    .hot-exhibit {
      padding: .5rem 0rem;
    }
  
    .hot-extab {
      margin-bottom: .4rem;
      padding: 0 .2rem;
    }
  
    .ind-newtab>ul,
    .hot-extab>ul {
      text-align: center;
      width: 100%;
      overflow-y: auto;
      white-space: nowrap;
    }
  
    .ind-newtab>ul>li,
    .hot-extab>ul>li {
      min-width: 1.3rem;
      height: .5rem;
      margin-right: .04rem;
    }
  
    .ind-newtab>ul>li>a,
    .hot-extab>ul>li>a {
      line-height: .5rem;
      font-size: .18rem;
    }
  
    /* .eximg {
          height: 1.7rem;
          padding: .2rem;
      } */
    /* .extxt-box {
          height: auto;
          padding: .2rem;
      } */
    .extit {
      font-size: .16rem;
      margin-bottom: .1rem;
      line-height: .28rem;
    }
  
    .ex-time {
      margin-bottom: .04rem;
    }
  
    .ex-time>img {
      width: .13rem;
      max-height: .13rem;
      margin-right: .1rem;
    }
  
    .ex-addr>span,
    .ex-time>span {
      font-size: .14rem;
    }
  
    .ex-addr>img {
      width: .12rem;
      max-height: .15rem;
      margin-right: .1rem;
    }
  
    .hot-excen .swiper-button-next {
      background-size: .1rem .16rem;
      right: 0;
    }
  
    .hot-excen .swiper-button-next,
    .hot-excen .swiper-button-prev {
      width: .47rem;
      height: .47rem;
    }
  
    .hot-excen .swiper-button-prev {
      background-size: .1rem .16rem;
      left: 0;
    }
  
    .hot-exbtn {
      margin-top: .4rem;
    }
  
    .ban-more {
      width: 1.6rem;
      height: .45rem;
      font-size: .14rem;
      line-height: .43rem;
    }
  
    .ban-more>i {
      width: .07rem;
      height: .12rem;
      margin-left: .08rem;
    }
  
    .dx-cen {
      max-width: 90%;
      padding: .6rem .4rem;
      margin-top: .1rem;
    }
  
    .about-dx>img {
      max-width: none;
      width: auto;
      display: block;
      margin: auto;
    }
  
    .dx-abo {
      font-size: .18rem;
      margin-bottom: .2rem;
    }
  
    .dx-txt {
      font-size: .24rem !important;
      line-height: .4rem !important;
    }
  
    .dx-btn {
      margin-top: .3rem;
    }
  
    .serve-exhibit {
      padding: .5rem 0rem;
    }
  
    .serve-excont {
      padding: .5rem 0rem;
    }
  
    .serve-extit {
      font-size: .28rem;
      margin-bottom: .4rem;
    }
  
    .serve-excen>ul>li {
      width: 100%;
      padding: .2rem .4rem;
      border-right: 1px solid #e5e5e5;
      float: none;
      margin-bottom: .2rem;
    }
  
    .serimg {
      margin-bottom: .2rem;
      height: .6rem;
      display: flex;
      justify-content: center;
    }
  
    .ser-tit {
      font-size: .2rem;
      margin-bottom: .2rem;
    }
  
    .ser-sub {
      font-size: .14rem;
      line-height: .24rem;
    }
  
    .ind-new {
      padding: .5rem 0rem;
    }
  
    .ind-newtab {
      margin-bottom: .4rem;
    }
  
    .ind-newcen>ul>li {
      margin-right: 2%;
      width: 49%;
    }
  
    .inewimg {
      height: auto;
      max-height: 2rem;
    }
  
    .inew-txtbox {
      padding: .2rem;
    }
  
    .inew-time {
      font-size: .14rem;
      margin-bottom: .1rem;
    }
  
    .inew-tit {
      font-size: .16rem;
      line-height: .26rem;
      margin-bottom: .1rem;
      height: .5rem;
    }
  
    .inew-sub {
      font-size: .14rem;
      line-height: .26rem;
      margin-bottom: .2rem;
      height: .5rem;
    }
  
    .inew-icon {
      width: .3rem;
      height: .13rem;
      margin-bottom: .04rem;
    }
  
    .ind-newcen>ul>li:nth-child(2n) {
      margin-right: 0;
    }
  
    .ind-clientsbox {
      padding: .5rem 0rem .4rem;
    }
  
    .ind-clients .swiper-container {
      padding-bottom: .4rem;
    }
  
    .ind-clients .swiper-slide>a {
      width: 1.83rem;
      height: 1rem;
      padding: .1rem;
    }
  
    .ind-clientsbox .swiper-pagination-bullet {
      width: .08rem;
      height: .08rem;
    }
  
    .eximg {
      height: 1.7rem;
      padding: .1rem;
    }
  
    .extxt-box {
      /* height: 1.6rem; */
      height: auto;
      padding: .2rem;
    }
  
    /* 首页 end  */
  
    /* 关于东信 start*/
    .gs-tabul {
      white-space: nowrap;
      padding: 0 .2rem;
      width: 100%;
      overflow-x: auto;
    }
  
    .gs-tabul>li {
      padding: .3rem 0rem;
      margin-right: .4rem;
    }
  
    .gs-tabul>li>a {
      font-size: .18rem;
    }
  
    .gs-tabul>li::after {
      content: "";
      height: .03rem;
      bottom: -.01rem;
    }
  
    .gsli {
      padding: .6rem 0rem;
    }
  
    .gs-intit {
      font-size: .3rem;
      margin-bottom: .4rem;
    }
  
    .gs-intxt {
      font-size: .16rem;
      line-height: .3rem;
    }
  
    .gs-intxt,
    .gs-inimg {
      width: 100%;
      float: none;
    }
  
    .gs-intxt>p {
      margin-bottom: .2rem;
      font-size: .16rem;
    }
  
    .abo-top {
      padding: .6rem 0rem;
    }
  
    .abo-tit {
      font-size: .3rem;
    }
  
    .vision-cen>ul {
      margin-right: 0;
    }
  
    .vision-cen>ul>li {
      width: 49%;
      height: 3rem;
      margin-right: 2%;
      padding: .4rem;
      margin-bottom: .2rem;
    }
  
    .vision-cen>ul>li:nth-child(2n) {
      margin-right: 0;
    }
  
    .vis-img {
      margin: .2rem auto .3rem;
      height: .62rem;
    }
  
    .vis-tit {
      font-size: .2rem;
      margin-bottom: .1rem;
    }
  
    .vis-sub {
      font-size: .14rem;
      line-height: .24rem;
    }
  
    .abo-orgbox {
      padding-bottom: .4rem;
    }
  
    /* 关于东信 end*/
  
    /* 关于东信-加入我们 start */
    .join-top {
      margin-bottom: .5rem;
    }
  
    .join-cent>ul>li {
      padding: .25rem 1.9rem .25rem .25rem;
    }
  
    .join-inf {
      padding: .3rem;
    }
  
    .jinf-top {
      margin-bottom: .2rem;
    }
  
    .jinf-tit {
      font-size: .2rem;
      margin-bottom: .13rem;
    }
  
    .jinf-sub>p {
      display: block;
      padding-right: .2rem;
      margin-right: 0;
      font-size: .16rem;
      padding-left: .2rem;
      line-height: .26rem;
      border: none;
    }
  
    .jinf-tis {
      font-size: .16rem;
      line-height: .3rem;
    }
  
    .jinf-tcen {
      font-size: .16rem;
      line-height: .3rem;
      margin-bottom: .2rem;
    }
  
    .jinf-yx {
      font-size: .16rem;
    }
  
    .join-btnbox {
      width: 1.9rem;
    }
  
    .join-open {
      width: 1.2rem;
      height: .37rem;
      line-height: .37rem;
      font-size: .14rem;
    }
  
    /* 关于东信-加入我们 end */
  
    /* 关于东信-团队风采 start */
    .team-top {
      margin-bottom: .5rem;
    }
  
    .team-tit {
      font-size: .3rem;
      margin-bottom: .2rem;
    }
  
    .team-sub {
      font-size: .24rem;
    }
  
    .team-txt {
      font-size: .16rem;
      margin-top: .5rem;
    }
  
    .team-lunbox .swiper-button-next,
    .team-lunbox .swiper-button-prev {
      /* width: .15rem;
          height: .16rem;
          background-size: 100% auto; */
    }
  
    .team-lunbox .swiper-button-next {
      right: .2rem;
    }
  
    .team-lunbox .swiper-button-prev {
      left: .2rem;
    }
  
  
    /* 关于东信-团队风采 end */
  
    /* 合作伙伴 start */
    .client-box>ul {
      margin-right: 0;
    }
  
    .client-box>ul>li {
      width: 32.98%;
      height: 1rem;
      margin-right: .03rem;
      margin-bottom: .2rem;
    }
  
    .client-box>ul>li:nth-child(3n) {
      margin-right: 0;
    }
  
    /* 合作伙伴 end */
  
    /* 联系我们 start */
    .contact-box {
      padding: .5rem 0rem .7rem;
    }
  
    .contact-infbox {
      padding: .6rem 0rem;
      margin-bottom: .2rem;
    }
  
    .inf-tit {
      font-size: .3rem;
      margin-bottom: .2rem;
    }
  
    .inf-ulbox>li {
      float: none;
      width: 100%;
      text-align: left;
      padding: .2rem .4rem;
    }
  
    .cinf-img,
    .cinf-txt {
      display: inline-block;
      vertical-align: top;
      max-width: 1.2rem;
    }
  
    .cinf-img {
      width: .4rem;
      height: .42rem;
      margin-bottom: 0;
    }
  
    .cinf-txt {
      max-width: calc(100% - .4rem - .8rem);
      max-width: -moz-calc(100% - .4rem - .8rem);
      max-width: -webkit-calc(100% - .4rem - .8rem);
      padding-left: .2rem;
    }
  
    .cinf-txt>p {
      font-size: .16rem;
      text-align: left;
      line-height: .3rem;
    }
  
    .cer-img {
      width: 1.2rem;
      height: 1.2rem;
    }
  
    .online-mes {
      width: 100%;
      min-height: auto;
      float: none;
      margin-top: .2rem;
    }
  
    .mes-tit {
      font-size: .26rem;
      line-height: .6rem;
      padding: .2rem .5rem;
    }
  
    .mesli {
      margin-bottom: .16rem;
    }
  
    .mes-txt {
      font-size: .16rem;
      line-height: .44rem;
      width: 1.8rem;
      padding-left: .2rem;
      padding-right: .2rem;
    }
  
    .mes-txt>em {
      margin-right: .05rem;
    }
  
    .mes-input {
      width: calc(100% - 1.8rem);
      width: -moz-calc(100% - 1.8rem);
      width: -webkit-calc(100% - 1.8rem);
      padding-right: .5rem;
    }
  
    .mes-input>input,
    .mes-input>select,
    .mes-input>textarea {
      height: .44rem;
      padding: 0 .1rem;
      font-size: .14rem;
    }
  
    .mes-input>textarea {
      height: 1.2rem;
      padding: .1rem;
    }
  
    .omes-bot {
      padding-left: 1.46rem;
      padding-bottom: .46rem;
    }
  
    .omes-bot>input {
      width: 1.8rem;
      height: .48rem;
      line-height: .18rem;
      font-size: .16rem;
    }
  
    .tinf-box {
      float: none;
      margin-top: .2rem;
    }
  
    .tinf-li {
      width: 100%;
      padding: .38rem .4rem;
      margin-bottom: .2rem;
    }
  
    .tinf-tit {
      font-size: .18rem;
      margin-bottom: .11rem;
    }
  
    .tinf-cent>p {
      font-size: .16rem;
      margin-bottom: .08rem;
    }
  
    /* 联系我们 end */
  
    /* 全球展会 start */
    .path {
      padding: .14rem .2rem;
      white-space: nowrap;
      overflow-y: auto;
    }
  
    .path>a {
      font-size: .12rem;
      padding-right: .1rem;
      margin-right: .04rem;
    }
  
    .path>a::after {
      content: "";
      width: .06rem;
      height: .11rem;
      top: 0;
      bottom: 0;
      margin: auto;
    }
  
    .path>span {
      font-size: .12rem;
    }
  
    .search-item {
      padding: .14rem 0rem;
    }
  
    .sort-name {
      width: .6rem;
    }
  
    .sort-name>span {
      font-size: .14rem;
      line-height: .28rem;
    }
  
    .search-cent {
      width: calc(100% - .6rem);
      width: -moz-calc(100% - .6rem);
      width: -webkit-calc(100% - .6rem);
    }
  
    .search-cent>ul>li {
      margin-right: .04rem;
    }
  
    .search-cent>ul>li>a {
      padding: 0 .14rem;
      height: .29rem;
      line-height: .29rem;
      font-size: .14rem;
    }
  
    .search-year {
      /* display: block;
          float: none !important;
          margin: .04rem;
          margin-bottom: .2rem; */
    }
  
    .year-dow {
      left: -.3rem;
      width: 1.2rem;
      max-height: 2.74rem;
    }
  
    .year-dow>ul>li {
      padding: .16rem 0rem;
    }
  
    .year-dow>ul>li>a {
      font-size: .14rem;
    }
  
    .year-dow {
      /* left: .8rem; */
      width: 1.2rem;
      max-height: 2.74rem;
      right: auto;
    }
  
    .expo-li {
      padding: .3rem 0rem;
      margin-bottom: .2rem;
    }
  
    .expo-img {
      display: block;
      width: 100%;
      padding: .1rem;
      transform: scale(.87);
  
    }
  
    .expo-infbox {
      width: 100%;
      padding: .2rem;
    }
  
    .expo-tit {
      font-size: .2rem;
      margin-bottom: .12rem;
    }
  
    .exp-tli {
      margin-bottom: .08rem;
    }
  
    .exp-tli>img {
      width: .11rem;
      max-height: .13rem;
      margin-right: .1rem;
    }
  
    .exp-tli>span {
      font-size: .14rem;
    }
  
    .expo-btnbox {
      text-align: center;
      width: 100%;
    }
  
    .expo-btnbox>a {
      display: inline-block;
      width: 1.2rem;
      height: .35rem;
      margin: 0 auto;
      font-size: .14rem;
      line-height: .35rem;
      margin-right: .2rem;
    }
  
    .expo-btnbox>a:last-child {
      margin-right: 0;
    }
  
    /* 全球展会 end */
  
    /* 全球展会-详情 start */
    .expo-mcont {
      width: 100%;
      float: none;
    }
  
    .expo-mimg {
      max-height: none;
      height: auto;
      margin-bottom: .2rem;
    }
  
    .exh-cent,
    .exh-entry,
    .exh-other {
      margin-bottom: .2rem;
    }
  
    .expo-dtop .gs-tabul {
      padding: 0 .3rem;
    }
  
    .expo-dtop .gs-tabul>li {
      padding: .24rem 0rem;
      margin-right: .36rem;
    }
  
    .exh-dcli {
      padding: .3rem;
    }
  
    .exh-tit {
      font-size: .24rem;
      line-height: .36rem;
      margin-bottom: .2rem;
    }
  
    .exh-cen>p {
      font-size: .14rem;
      line-height: .24rem;
      margin-bottom: .2rem;
    }
  
    .exh-cen {
      margin-bottom: .2rem;
    }
  
    .entry-cent {
      padding: .3rem;
    }
  
    .ent-li {
      margin-bottom: .18rem;
    }
  
    .try-ls {
      display: block;
      width: 100%;
      margin-right: .2rem;
    }
  
    .ent-tit {
      font-size: .14rem;
      line-height: .4rem;
      width: 100%;
      margin-bottom: .12rem;
    }
  
    .ent-tit,
    .ent-inpbot,
    .ent-checkbox,
    .ent-tarbot {
      display: block;
    }
  
    .ent-inpbot {
      width: 100%;
    }
  
    .ent-inpbot>input {
      height: .4rem;
    }
  
    .check-box {
      margin-right: .2rem;
    }
  
    .check-box:last-child {
      margin-right: 0;
    }
  
    .check-box>input {
      width: .21rem;
      height: .21rem;
    }
  
    .check-box>i {
      width: .21rem;
      height: .21rem;
      margin-right: .1rem;
    }
  
    .check-box>span {
      font-size: .14rem;
      line-height: .21rem;
    }
  
    .ent-tarbot {
      width: 100%;
    }
  
    .yzm-inp {
      margin-right: .1rem;
    }
  
    .yzm-inp>input {
      width: 1.4rem;
      height: .4rem;
    }
  
    .yzm-img {
      width: 1.3rem;
      height: .4rem;
    }
  
    .entry-cbot {
      padding: .1rem 0rem;
    }
  
    .cbot-subm {
      padding-left: 0rem;
      text-align: center;
    }
  
    .cbot-subm>input {
      width: 1.4rem;
      height: .4rem;
      padding: 0 .1rem;
      line-height: .4rem;
      font-size: .16rem;
      margin: auto;
      margin-top: .2rem;
    }
  
    .cbot-tis {
      margin-top: .5rem;
    }
  
    .cbot-tis>p {
      font-size: .14rem;
    }
  
    .exh-btnbox {
      right: .3rem;
      height: .33rem;
    }
  
    .exh-btnbox>a {
      min-width: .9rem;
      height: 100%;
      padding: 0 .1rem;
      line-height: .33rem;
      font-size: .14rem;
    }
  
    .other-cent {
      padding: .3rem;
    }
  
    .other-cent>ul>li {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: .3rem;
    }
  
    .oeximg {
      width: 100%;
      height: 1.5rem;
      padding: .1rem;
    }
  
    .oextxt-box {
      height: auto;
      padding: .1rem .2rem;
    }
  
    .oextit {
      font-size: .14rem;
      line-height: .24rem;
      margin-bottom: .1rem;
    }
  
    .oex-time {
      margin-bottom: .1rem;
    }
  
    .oex-time>img,
    .oex-addr>img {
      width: .13rem;
      max-height: .13rem;
      margin-right: .1rem;
    }
  
    .oex-time>span,
    .oex-addr>span {
      font-size: .12rem;
    }
  
    .expo-side {
      width: 100%;
      float: none;
    }
  
    .expo-show {
      height: auto;
      padding: .32rem .34rem;
      margin-bottom: .2rem;
    }
  
    .med-img {
      height: 1.1rem;
    }
  
    .med-txtbox {
      margin: .3rem 0rem;
    }
  
    .med-time {
      font-size: .14rem;
      margin-bottom: .1rem;
    }
  
    .med-addr {
      font-size: .14rem;
      margin-bottom: .1rem;
    }
  
    .med-tit {
      font-size: .18rem;
      line-height: .3rem;
    }
  
    .med-btnbox>a {
      width: 1.1rem;
      height: .37rem;
      line-height: .37rem;
      padding: 0 .1rem;
      font-size: .14rem;
      margin-right: .1rem;
    }
  
    .med-share {
      margin-top: .3rem;
    }
  
    .med-share>a {
      width: .32rem;
      height: .32rem;
      margin-right: .04rem;
      line-height: .2rem;
      padding: .04rem;
    }
  
    .expo-infmx {
      padding: .2rem .3rem;
      margin-bottom: .2rem;
    }
  
    .infm-li {
      height: .5rem;
      display: flex;
    }
  
    .infm-tit {
      font-size: .14rem;
      line-height: .5rem;
      width: .9rem;
    }
  
    .infm-cen {
      width: calc(100% - .76rem);
      width: -moz-calc(100% - .76rem);
      width: -webkit-calc(100% - .76rem);
    }
  
    .infm-cen>p {
      font-size: .14rem;
      line-height: .48rem;
      padding-left: .12rem;
    }
  
    .expo-report {
      margin-top: .2rem;
      margin-bottom: .2rem;
    }
  
    .report-top {
      padding: 0 .3rem;
    }
  
    .report-top .gs-tabul {
      padding: 0;
    }
  
    .report-top .gs-tabul>li {
      padding: .2rem 0rem;
      margin-right: .34rem;
    }
  
    .report-cent {
      padding: 0 .3rem;
    }
  
    .report-cent>ul>li>a {
      line-height: .5rem;
      font-size: .14rem;
    }
  
    .rep-mor>a {
      font-size: .14rem;
      line-height: .5rem;
      padding-right: .12rem;
      background-size: .07rem .12rem;
    }
  
    /* 全球展会-详情 end */
  
    /* 咨询中心 start  */
  
    .new-tab>ul {
      padding: .46rem .12rem;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
    }
  
    .new-tab>ul>li {
      margin-right: .56rem;
    }
  
    .new-tab>ul>li>a {
      font-size: .28rem;
    }
  
    .new-con .ind-newcen>ul>li {
      margin-bottom: .3rem;
    }
  
    /* 咨询中心 end  */
  
    /* 咨询中心-详情 start  */
    .news-con {
      width: 100%;
      padding: .8rem 0rem .4rem;
      position: relative;
    }
  
    .news-lefbox {
      top: .2rem;
      width: 2.3rem;
    }
  
    .news-back {
      padding-right: .5rem;
    }
  
    .news-back>a {
      line-height: .5rem;
      background-size: .3rem .14rem;
      font-size: .16rem;
    }
  
    .news-rigbox {
      width: 2.3rem;
      top: .2rem;
    }
  
    .new-share>a {
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      line-height: .48rem;
      padding: 0 .13rem;
    }
  
    .news-time {
      font-size: .18rem;
      line-height: .6rem;
    }
  
    .news-tit {
      font-size: .3rem;
      line-height: .5rem;
      margin-bottom: .2rem;
    }
  
    .news-sub {
      font-size: .24rem;
    }
  
    .news-cen p {
      font-size: .16rem;
      line-height: .3rem;
      margin: .2rem 0rem;
    }
  
    .news-cen>img {
      margin: .2rem auto;
    }
  
    .news-bot {
      padding: .26rem;
      margin-bottom: .5rem;
    }
  
    .n-prev>a {
      background-size: .08rem .14rem;
      padding-left: .2rem;
      margin-left: .1rem;
    }
  
    .n-prev>a,
    .n-next>a {
      font-size: .14rem;
    }
  
    .n-next>a {
      margin-right: .1rem;
      padding-right: .2rem;
      background-size: .08rem .14rem;
    }
  
    /* 咨询中心-详情 end  */
  
    /* 展会服务-签证办理2 start */
    .visa-cont {
      padding-right: 2.1rem;
      margin-top: .2rem;
    }
  
    .visa-tit {
      font-size: .3rem;
      line-height: .6rem;
      margin-bottom: .2rem;
    }
  
    .visa-img {
      width: 2rem;
      height: 2rem;
      padding: .1rem;
    }
  
    .vis {
      margin-bottom: .2rem;
    }
  
    .vis>p {
      font-size: .16rem;
      line-height: .26rem;
    }
  
    /* 展会服务-签证办理2 end */
  
    /* 展会服务 start */
    .process-tab {
      padding: .6rem 0rem;
    }
  
    .process-tab>ul>li {
      margin-right: .3rem;
      padding-right: 1rem;
    }
  
    .process-tab>ul>li>a {
      font-size: .3rem;
    }
  
    .process-tab>ul>li::after {
      content: "";
      width: .7rem;
      height: .03rem;
    }
  
    .pss-ulbox>li {
      width: 2.78rem;
      height: 2.86rem;
      padding: .4rem;
      margin-right: .6rem;
      margin-bottom: .6rem;
    }
  
    .pss-img {
      height: .6rem;
      margin-bottom: .2rem;
    }
  
    .pss-tit {
      font-size: .18rem;
      margin-bottom: .1rem;
    }
  
    .pss-sub {
      font-size: .14rem;
      line-height: .22rem;
    }
  
    .pss-ulbox>li::after {
      content: "";
      width: .16rem;
      height: .28rem;
      right: -.4rem;
    }
  
    .pss-ulbox>li:nth-child(2n) {
      margin-right: 0;
    }
  
    .pss-ulbox>li:nth-child(2n)::after {
      display: none;
    }
  
    .pss-ulbox>li::after {
      content: "";
      width: .16rem;
      height: .28rem;
      right: -.4rem;
    }
  
    /* 展会服务 end */
  
    /* 展会服务-签证办理 start */
    .visa-country {
      padding: .45rem 0rem;
    }
  
    .visa-country>ul {
      margin-right: 0;
    }
  
    .visa-country>ul>li {
      width: 32.98%;
      margin-right: .0311rem;
      margin-bottom: .3rem;
    }
  
    .visa-country>ul>li:nth-child(3n) {
      margin-right: 0;
    }
  
    .gjimg {
      height: 1.15rem;
      padding: .1rem;
    }
  
    .gjtit {
      line-height: .52rem;
      font-size: .16rem;
    }
  
    /* 展会服务-签证办理 end */
  
    /* 展会服务-补贴政策  start*/
    .visa-subsidy {
      padding: .5rem 0rem;
    }
  
    .visas-top {
      margin-bottom: .3rem;
    }
  
    .sub-stit {
      font-size: .3rem;
      margin-bottom: .2rem;
    }
  
    .sub-stxt {
      font-size: .16rem;
    }
  
    .visas-item {
      margin-bottom: .4rem;
    }
  
    .visas-itit {
      margin-bottom: .3rem;
      font-size: .26rem;
    }
  
    .vis-cimg {
      /* width: 4rem; */
      padding: .2rem .4rem;
    }
  
    .vis-txtbox {
      /* width: calc(100% - 4rem);
          width: -moz-calc(100% - 4rem);
          width: -webkit-calc(100% - 4rem); */
      padding: .4rem;
      font-size: .14rem;
    }
  
    .subl-tit {
      font-size: .18rem;
      margin-bottom: .05rem;
    }
  
    .subl-sub {
      font-size: .16rem;
      line-height: .28rem;
      margin-bottom: .14rem;
    }
  
    .vis-cimg,
    .vis-txtbox {
      display: block;
      width: 100%;
      /* vertical-align: middle; */
    }
  
    /* 展会服务-补贴政策  end*/
  
    /* 展会服务-商旅行程 start */
    .jour-box {
      padding: .46rem .12rem;
    }
  
    .jour-top {
      margin-bottom: .3rem;
    }
  
    .jourt-tit {
      font-size: .3rem;
      margin-bottom: .2rem;
    }
  
    .jour-sub {
      font-size: .24rem;
      margin-bottom: .3rem;
    }
  
    .jour-txts>p {
      font-size: .14rem;
      line-height: .24rem;
    }
  
    .jour-ulo>li {
      width: 100%;
      height: auto;
      float: none;
      margin-right: 0;
      margin-bottom: .2rem;
    }
  
    .jour-img {
      height: auto;
    }
  
    .jour-txtbox {
      padding: .2rem;
    }
  
    .jour-tit {
      font-size: .18rem;
      margin-bottom: .1rem;
    }
  
    .jour-txt {
      font-size: .14rem;
      line-height: .24rem;
    }
  
    .jour-ult>li {
      width: 100%;
      height: auto;
      float: none;
      margin-right: 0;
      margin-bottom: .2rem;
    }
  
    .jour-img>img {
      display: block;
      width: 100%;
    }
  
    /* 展会服务-商旅行程 end */
  
    /* 展会服务-展品物流 start */
    .logist-cont {
      padding: .5rem 0rem;
    }
  
    .log-tit {
      font-size: .22rem;
      margin-bottom: .2rem;
    }
  
    .log-txtbox {
      font-size: .16rem;
      line-height: .26rem;
    }
  
    /* 展会服务-展品物流 end */
  
    /* 展会服务-站台搭建 start */
    .booth-cont {
      padding: .5rem .12rem;
    }
  
    .boo-tit {
      font-size: .3rem;
      margin-bottom: .3rem;
    }
  
    .boo-txt>p {
      font-size: .16rem;
      margin-bottom: .3rem;
    }
  
    .team-lunbox .swiper-container {
      padding-bottom: .4rem;
    }
  
    /* 展会服务-站台搭建 end */
  
    /* 展会相册 start */
    .album-cents {
      padding: .5rem .12rem;
    }
  
  
  
    /* 展会相册 end */
    /* 展会相册-详情 start */
    .alb-bot {
      text-align: center;
      margin: .1rem auto .5rem;
    }
  
    /* 展会相册-详情 end */
  }
  
  
  
  @media screen and (max-width: 330px) {}
  
  
  
  
  .visa-country>ul{
    margin-right: -20px;
  }
  .visa-country>ul>li{
    border-width: 1px;
    border-color: rgb( 229, 229, 229 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    width: 154px;
    /* height: 169px; */
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
  }
  .visa-country>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .gjimg{
    width: 100%;
    height: 115px;
    text-align: center;
    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;
    border-bottom: 1px solid #e5e5e5;
  }
  .gjtit{
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    font-family: "Source Han Sans SC";
    color: rgb( 102, 102, 102 );
  }
  .visa-country{
    padding: 45px 0px;
  }
  .visa-country>ul>li:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.12);
  }
  .visa-country>ul>li:hover .gjtit{
    color: #0064a9;
  }
  .visa-cont{
    position: relative;
    padding-right: 210px;
  }
  .visa-tit{
    font-size: 30px;
    /* color: rgb( 51, 51, 51 ); */
    color: #0064a9;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .vis{
    margin-bottom: 20px;
  }
  .vis>p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
  }
  .visa-img{
    width: 199px;
    height: 199px;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb( 229, 229, 229 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    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;
  }
  .visa-img>img{
    max-height: 100%;
  }