@CHARSET "utf8";
/* 初始化CSS */
html {font-family:'-apple-system',"微软雅黑";color:#333;}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img {margin:0;padding:0;}
img {border:none;}
em ,i {font-style:normal;}
ul, ol, li {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-size:inherit;font-weight:normal;}
input, select, textarea, button {outline:none;margin:0;padding:0;vertical-align:middle;font-family:"微软雅黑";font-size:12px;color:#333;}
a {text-decoration:none;color:#333;}
a:hover {text-decoration:none;}
.clear {clear:both;}
.clearfix:after {content:'';display:block;height:0;visibility:hidden;clear:both;}
button {
	cursor:pointer;
	border:0;
	background: #00529D;
}
body{
	overflow-x:hidden;
}
.nav .navListBox>li .sub-nav {
	display: none;
	max-width: 100%;
    margin: auto;
    width: 100%;
}
.nav .navListBox>li:hover .sub-nav {
	display: block;
    background: rgba(0,0,0,.7);
}

.nav .navListBox>li:hover .sub-nav a{
	font-size: 14px;
    display: block;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    cursor: pointer;
	color: #FFFFFF;
	border-bottom: 1px solid #666;
}
.APPdownload {
	display:none;
	text-align: center;
    position: fixed;
    top:0px;
    z-index:9999;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.APPdownload .APPdownload_end {
	background: #FFFFFF;
    width: 1200px;
    margin: auto;
    height: 520px;
    padding: 80px 0;
    margin-top: 10%;
}
.APPdownload .APPdownload_end .APPdownload_close {
	float:right;
	margin: -55px 20px 0 0;
}
.APPdownload .APPdownload_end .APPdownload_center {
	text-align: center;
}
.APPdownload .APPdownload_end .APPdownload_center .APPdownload_logo {
	width: 260px;
}
.APPdownload .APPdownload_end .APPdownload_center .APPdownload_app {
	padding-top:24px;
}
.APPdownload .APPdownload_end .APPdownload_center p {
	padding-top:24px;
	font-size: 40px;
    color: #000000;
}
.totop {
	overflow: hidden;
    position: fixed;
    right: 35px;
    bottom: 30px;
    z-index: 90000;
     transition: height 9s;
	-moz-transition: height 9s;
	-webkit-transition: height 9s;
	-o-transition: height 9s;
}
.totop img {
	width:50px;
	float:right;
	transition: height 10.3s;
	-moz-transition: height 10.3s;
	-webkit-transition: height 10.3s;
	-o-transition: height 10.3s;
}
/* 公共的样式 */
.fl {float: left;}
.fr {float: right;}
.timeOut{
    display: inline-block;
    /* margin-top: -43px; */
    margin-left: 10px;
	position: fixed;
    top: 380px;
    right: 29px;
}
.tips{
    background:rgba(0,0,0,0.4);
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    display: block;
    width: 120px;
	line-height: 20px;
}
.bots{
	line-height: 30px;
    background:rgba(0,0,0,0.4);
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    display: block;
    width: 120px;
    margin-top: 5px;
    text-align: center;
}
.bots .timer{
    display: inline-block;
}
.timer div{
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
}

/* 首页蒙版样式 */
.home-page_top {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index:2;
		font-family: "MicrosoftYaHei";
	}
	.home-page_top .home-mask {
		position:absolute;
		width:100%;
		height: 100%;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.4);
		z-index:-1;
	}
	.home-page_top .home-picture {
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background-size:100%;
		z-index:-1;
	}
	.home-page_top p {
		text-align: left;
		/* font-size:72px; */
		font-size:50px;
		color:#fff;
	}
	.home-page_top .home-info {
		font-size:34px;
	}
	.home-page_top .info {
		margin-top:34px;
	}
	.home-page_top .home-box {
		border-bottom: 8px solid #fff;
		width:700px;
		height: 285px;
		margin-left:160px;
		margin-top:268px;
	}
.home-page_top	.home-enter .home-study {
		background-color:rgb(255, 255, 255, .36);
		border:4px solid #fff;
		width:210px;
		height:95px;
		float:left;
		position:relative;
	}
.home-page_top	.home-enter {
		overflow:hidden;
		margin-top:42px;
		margin-left: 160px;
	}
.home-page_top	.home-enter .home-hardware {
		background:rgb(255, 255, 255 , .36);
		border:4px solid #fff;
		width:210px;
		height:95px;
		float:left;
		margin-left:100px;
		position:relative;
	}
.home-page_top	.home-enter a {
		text-decoration:none;
	}
	
.home-page_top	.home-enter .home-study-info {
		width: 100%;
	    height: 100%;
	    display: table;
	    color:#fff;
	}
.home-page_top	.home-enter .home-study-info .inline {
		display: table-cell;
		vertical-align: middle;
	}
.home-page_top	.home-enter .home-study-info .pl {
		font-size:26px;
		font-family: sans-serif;
		border-bottom:1px solid #fff;
		width: 100px;
    	margin: 0 55px;
		text-align: center;
		padding-bottom: 5px;
	}
.home-page_top	.home-enter .home-study-info .pt {
		padding-top:2px;
		width:100%;
		font-size:20px;
		text-align: center;
		font-family: sans-serif;
	}
	/* 中英文 */
	/* 中英文 */
.site-link_top {
	background:#333;
    position: absolute;
    z-index: 333;
    color: #fff;
    right: 0px;
	
	padding:0 30px;
	width:70px;
	height:80px;
}
.site-link_top>li {
	margin-top:32px;
	float:left;
	line-height:15px;
	text-align:center;
}
.site-link_top>li>a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-size: 20px;
}
.site-link_top>li>span {
	color:#fff;
	display:block;
	font-size: 20px;
	padding:0 7px;
}
.site-link_top .english a {
	opacity:0.6;
}
.site-link_top .register {
	margin-left:26px;
}
/* 首页蒙版样式 */

/* 导航  */
.nav {
	position: absolute;
	top:0;
	width:100%;
	height: 80px;
	z-index:999;
	background: rgb(0,0,0,.7);
	position:fixed;
}
.nav .home {
	float:left;
	margin-left:48px;
	padding-right: 48px;
	line-height:90px;
	
}
.nav .home img {
	margin-left: 75px;
    line-height: 120px;
    height: 50px;
    margin-top: 14px;
    display: block;
}
.nav .navListBox {
	display: inline-flex;
    width: 70%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.nav  .onactive {}
.nav  .triangle_border{
    border-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    width: 0;
    border-width: 16px 16px 0;
    margin: 50px 0 0 86px;
}
.nav .home:hover .home_frame {
	/* display:block; */
	height:104px;
	 transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
}
.nav  .home_frame a:first-child{
	border-bottom:1px solid #000;
	display: block;
}
.nav .home:hover .home_frame p {
	display: block;
	 transition: height 0.3s;
	-moz-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
}
.nav  .home_frame {
 	background: #FFFFFF;
   /* display: none;  */
    border-radius: 0 0 20px 20px;
    width: 125px;
    height: 0px;
    z-index: 50;
    /* background: #dada; */
    margin-top: 12px;
    margin-left: 15px;
}
.nav  .home_frame p{
	font-size: 20px;
    color: rgba(0,0,0,0.80);
    line-height: 51px;
    text-align: center;
    display:none;
}
.nav .navListBox>li {
	height:80px;
	line-height:80px;
	float: left;
	list-style: none;
}
.nav .navListBox>li>a {
	padding:0 30px;
	font-size:20px;
	text-decoration: none;
	display: inline-block;
	color:#fff;
}
.nav .navListBox .onactive {
	border-bottom:4px solid  #fff;
}
.nav .navListBox li:hover>a {

	border-bottom:4px solid  rgb(255,255,255,.6);
}
.nav .navListBox li:focus a {
	border-bottom:8px solid  #fff;
}

.news_one ul{
	display: flex;
	flex-wrap: wrap;
}
.news_one li{
	width: 49%;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
.news_one li:nth-child(2n) {
	margin-left: 2%;
}
.news_one li .newsItem a{
display: flex;
align-items: center;

}
.news_one li .newsItem a .newImgone {
	width: 200px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.news_one li .newsItem a .newImgone img {
	width: 100%;
	height: auto;
}
.news_one li .newsItem a .newImgtwo {
	width: 400px;
    margin-left: 20px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_one li .newsItem a h6 {
	height: 30px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_one li .newsItem a p {
	height: 60px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
	font-size: 14px;
    color: #666;
	margin: 10px auto;
}	
.news_one li .newsItem a .newsbottom {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.search_ul {
	background: rgba(0,0,0,.6);
    width: 594px;
    padding: 0px 27px 0px 27px;
    margin-left: 34px;
    margin-top: 4px;
}
.search_ul li {
	color: #fff;
	overflow: hidden;
    font-size: 18px;
    margin-top: -17px;
    height: 66px;
    border-bottom: 1px solid #fff;
}
.search_ul li:last-child {
	 border-bottom: 0px solid #fff;
}
.search_ul li .name {
	color:#fff;
	font-size:18px;
}
.search {
    line-height: 80px;
    position: absolute;
    top: 0;
    right: 339px;
	display: none;
}
.search  .tosearch {
	width:0px;
	float:right;
	position: absolute;
    overflow: hidden;
}
.all .none {
	display:none!important;
}
.none {
	display:none!important;
}
/* .search .tolang {
	position: relative;
    overflow: hidden;
	width: 800px!important;
	animation:tolang 0.2s normal both; ;
	-moz-animation:tolang 0.2s  normal both; ;
	-webkit-animation:tolang 0.2s  normal both; ;
	-o-animation:tolang 0.2s  normal both; ;
}
@keyframes tolang
{
0%   {width: 0px}
100% {width: 900px}
}
 */
.langsearch {
	width:60%;
}

/* .search .tosmall {
	position: absolute;
    overflow: hidden;
	width: 0px!important;
	tanimation:tosmall 0.3s  normal both; ;
	-moz-animation:tosmall 0.3s  normal both; ;
	-webkit-animation:tosmall 0.3s  normal both; ;
	-o-animation:tosmall 0.3s  normal both; ;
}
@keyframes tosmall
{
0% {width: 900px;right:450px;}
100%   {width: 0px;right:0px;}
} */
.search .btn img {
	position: absolute;
    right: -25px;
    cursor:pointer;
}


.search img{
	width: 22px;
	margin-top:32px;
}
.search .ssk img {
	position: absolute;
	width: 18px;
	cursor:pointer;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
	/* display:none; */
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
	width: 815px;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    margin: 20px 0;
    border: 0;
}
.search input {
	width:23px;
	height:23px;
	/* display:none; */
}
/* 登录 */
.site-link {
	float:left;
	padding:0 48px;
    position: absolute;
    z-index: 333;
    color: #fff;
    right: 0px;
        top: 0;
}
.site-link>li {
	height: 80px;
    line-height: 80px;
    position: relative;
    float:left;
	/* margin-top:22.1px;
	line-height:15.12px;
	text-align:center; */
}
.site-link>li>a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-size: 20px;
}
.site-link>li>span {
	color:#fff;
	display:block;
	font-size: 20px;
}
.site-link .english a {
	opacity:0.6;
}
.site-link .register {
	margin-left:48px;
}




/* <!-- 头部菜单 --> */
.home-page {
	width:100%;
}
.home-page .picUrl{
	position:relative;
}
.home-page .slider2 li{
	/* display:none; */
}
.home-page .slider2 img{
	width:100%;
	height:auto;
}
.home-page .choice {
	height:8px;
	width:156px;
	background: #fff;
	margin-top: -8px;
    margin-left: 258px;
} 
.home-page .home-box {
	width: 515px;
    height: 280px;
}
.picUrl .home-top{
	 position:absolute;
    left:170px;
  top: 189px;
}
.home-page .home-box p {
	float:left;
	font-size:60px; 
	color:#fff;
}
.home-page .home-box .home-info {
	font-size:40px; 
}
.home-page .home-box .info {
	margin-top:8px;
}
.home-page .home-enter {
	overflow:hidden;
	margin-top:112px;
}
.home-page .home-enter .home-study {
	background-color:rgb(255, 255, 255);
	border:2px solid #fff;
	width:293px;
	height:103px;
	float:left;
	position:relative;
	padding-top: 10px;
}
.home-page .home-enter .home-hardware {
	background:rgb(255, 255, 255 , .36);
	border:2px solid #fff;
	width:293px;
	height:103px;
	float:left;
	margin-left:23px;
	position:relative;
	padding-top: 10px;
}
.home-page .home-enter a {
	text-decoration:none;
}
.home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}
.home-page .home-enter .pl {
	color: rgba(0,0,0,0.80);
    font-size: 36px;
    text-align: center;
    width: 155px;
    font-family: sans-serif;
    border-bottom: 2px solid rgba(0,0,0,0.80);
    margin: 0 69px;
    padding-bottom: 5px;
}
.home-page .home-enter .home-hardware .pl {
	color: #FFFFFF;
	border-bottom:2px solid #fff;
}
.home-page .home-enter .home-hardware .pt {
	color: #FFFFFF;
}
.home-page .home-enter .pt {
	text-align:center;
	color: rgba(0,0,0,0.80);
	padding-top:5px;
	font-size:30px;
	font-family: sans-serif;
}
.home-page .home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}

.home_side {
	    position: fixed;
	    z-index: 999;
	    top:110px;
	    right: 0;
}
.home_side>div {
	border-radius:100px;
	float:right;
}
.home_side img {
	margin-top: -3px;
	width:80px;
	float: right;
	z-index: 10;
	position: relative;
	cursor: pointer;
}
.home_side_one {
	display:block!important;
	/* margin-top: -420px; */
    margin-bottom: 10px;
    height: 67px;
    width: 80px;
    margin-right: 20px;
}
/* .home_side .tohome_side_one {\
   animation:spin 0.5s normal both;
-moz-animation:spin 0.5s normal both;
-webkit-animation:spin 0.5s normal both;
-o-animation:spin 0.5s normal both;
transform-origin: x-axis y-axis z-axis;
}
@-webkit-keyframes spin {
                from {
                    -webkit-transform: rotate(0deg);
                }
                to {
                    -webkit-transform: rotate(90deg);
                }
            }
.home_side .returnhome_side_one {
	display:none;
	margin-top: -420px;
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
    margin-right: 20px;
}

.home_side .tohome_side_two {
	display: block;
	margin-top: -420px;
	margin-right: 20px;
	height:67px;
	width:80px;
}
.home_side .returnhome_side_two {
	-webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:-webkit-transform 1s linear;
    transition:transform 1s linear;
   animation:twoturn 0.5s normal both;
-moz-animation:twoturn 0.5s normal both;
-webkit-animation:twoturn 0.5s normal both;
-o-animation:twoturn 0.5s normal both;
transform-origin: x-axis y-axis z-axis;
}
@-webkit-keyframes twoturn {
                from {
                    -webkit-transform: rotate(0deg);
                }
                to {
                    -webkit-transform: rotate(-90deg);
                }
            }

.tohome_side_three {
	position: absolute;
    width: 120px;
    padding-left: 115px;
    margin-left: -134px;
    margin-top: 75px;
    overflow: hidden;
	overflow:hidden;
	margin-right:20px;
	height:400px!important;
	padding-top: 10px;
    transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
}
.returnhome_side_three {
	height:0px!important;
	padding-top: 0px;
    transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
}
.tohome_side_three li img {
	margin-top:10px;
} */
.home_side  .home_side_one_img {
	width: 35px;
    float: left;
    margin: 0px 0px 0 22px;
}
/*.home-page .home_side .home_side_one:active + .home_side_two{
	display:block;
} */
.home_side .tohome_side_two {
	display: block;
	margin-top: -420px;
	margin-right: 20px;
	height:67px;
	width:80px;
}
.home_side .home_side_two {
	/* margin-top: -420px; */
	margin-right: 20px;
	height:67px;
	width:80px;
	display: none;
}
.home_side_three {
	position: absolute;
    width: 120px;
    padding-left: 115px;
    margin-left: -134px;
    margin-top: 75px;
    overflow: hidden;
	overflow:hidden;
	margin-right:20px;
	padding-top: 10px;
	height:0px;
	
}
.home_side_three ul {
	
}
.home_side_three li {
    height: 90px;
    width: 100px;
    border-radius: 100px;
}
.home_side_three li.threethree, .home_side_three li.threefour {
	display: none;
}

/* .home_side_three li:hover p {
	animation:tothreep 0.5s normal both;
	-moz-animation:tothreep 0.5s normal both;
	-webkit-animation:tothreep 0.5s normal both;
	-o-animation:tothreep 0.5s normal both;
}
@keyframes tothreep
{
0%   {width:0px;right:50px;height:0;}
100% {width:130px;right:25%;}
}
.tohome_side_three li .top {
	animation:removethreep 0.5s normal both;
	-moz-animation:removethreep 0.5s normal both;
	-webkit-animation:removethreep 0.5s normal both;
	-o-animation:removethreep 0.5s normal both;
} */
.home_side_three li p {
    text-align: center;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    font-size: 16px;
    border-radius: 40px 3px 5px 40px;
    height: 20px;
    margin: 4px 10px 0 0;
    z-index: 1;
    background: #000;
    width: 0px;
    right:50px;
    position: absolute;
    color: #FFFFFF;
}
/* @keyframes removethreep
{
0% {width:118px;right:25%;}
100%   {width:0px;right:50px;height:0;}
} */
/* <!-- 头部菜单 --> */

/* <!-- 面积展商等 --> */
.data {
	width:1366px;
	margin:0 auto;
	padding:100px 0;
}
.data .data_top {
	overflow:hidden;
	margin-bottom: 30px;
}
.data .data_top p {
	float:right;
	font-size: 14px;
	color: rgba(0,0,0,0.45);
}

.data .data_center {
	height:156px;
	overflow:hidden;
}
.data .data_center ul {
	float:left;
}
.data .data_center li {
	float:left;
	width:340px;
}
/* .data .data_center .exhibition {
	margin: 0 260px 0 265px;
}
.data .data_center .brand {
	margin-right:260px;
} */
.data .data_center li div {
	float:left;
	width:345px;
	position: relative;
}
.data .data_center li div span {
	position: absolute;
	font-size: 27px;
	color: rgba(0,0,0,0.80);
	float:left;
	margin: -80px 0 0 270px;
}
.data .data_center li div .square {
	font-size: 20px;
    color: rgba(0,0,0,0.80);
    margin: -78px 0 0 295px;
}
.data .data_center h6 {
	font-size: 55px;
	color: rgba(0,0,0,0.80);
	width: 340px;
    text-align: center;
	font-weight: 800;
}
.data .data_center p {
	text-align:center;
	font-size: 27px;
	color: rgba(0,0,0,0.80);
}

.data .data_end {
	margin-top:50px;
}
.data .data_end img {
	float:left;
	width:49px;
	height:100%;
}
.data .data_end .data_end_img {
	float:right;
	margin-top:-49px;
}
.data .data_end p {
	text-align: justify;
	line-height: 50px;
	padding:0 60px;
	font-size: 25px;
	color: rgba(0,0,0,0.80);
}
/* <!-- 面积展商等 --> */



/* <!-- 间隔图片 --> */
.images {
	width:100%;
}
.images img{
	width:100%;
}
/* <!-- 间隔图片 --> */



/* <!-- 展会服务 --> */
.service {
	height:835px;
	width:1366px;
	margin:0 auto;
	padding:100px 0px;
}
.all .service_top {
	height:140px;
	text-align:center;
	position: relative;
	z-index: 1;
}
.all .service_top .h3 div {
	background: rgba(0,0,0,0.40);
    width: 120px;
    height: 4px;
    position: absolute;
    margin:0;
    top:39px;
}
.all .service_top .services_begin {
 	left:-150px;
	display: none;
}
.all .service_top .services {
	right:-150px;
	display: none;
}
.all .service_top .h3 {
	font-size: 36px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    line-height: 110px;
}
.all .service_top .h3 span {
	font-weight: 600;
}
.all .service_top p {
	font-size: 76px;
    text-shadow: 0 10px 16px rgb(0 0 0 / 6%);
    line-height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	color: #FFFFFF;
}


.service .service_end {
	width: 1200px;
    margin: auto;
}
.service .service_end .service_end_lenth {
	width:212px;
	height:290px;
	float:left;
	margin-right: 230px;
    margin-bottom: 85px;
	text-align: center;
	padding:17px 16px;
}
.service .service_end a:nth-child(3n) .service_end_lenth{
	margin-right:0;
}
.service .service_end .service_end_lenth:hover {
	/* background: #F2F2F2;
    box-shadow: 0 2px 8px 0 #989898;
    border-radius: 20px; */
}
.service .service_end .service_end_lenth_top {
	margin-top:50px;
}
.service .service_end .service_end_lenth_top {
	margin-top:50px;
}
.service .service_end .service_end_lenth .service_end_left {
	width:120px;
	height: 130px;
    margin: auto;
	border-radius:100px;
}
.service .service_end .service_end_lenth .service_end_left img {
	margin:0 auto;
	width: 100%;
	/* opacity: 0.6; */
	text-align:center;
}
.service .service_end .service_end_lenth .service_end_right {
}
.service .service_end .service_end_lenth .service_end_right h6 {
	font-size: 28px;
	color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right p {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right button {
	width:148px;
	height:40px;
	margin-top:32px;
	background:rgba(0,0,0,0.5);
	font-size: 20px;
	color: #FFFFFF;
}

/* <!-- 展会服务 --> */


/* <!-- 精彩活动 --> */
.active {
	background: #F2F2F2;
}
.activity {
	padding:100px 0;
	height:660px;
	width:1366px;
	margin:0 auto;
}
.active .activity .activity_end {}
.active .activity .activity_end ul {
	float:left;
}
.active .activity .activity_end ul li {
	position: relative;
	float:left;
	height:510px;
	width:425.8px;
	margin-right:40.2px;
	background:url('../images/sy.jpg') no-repeat center center;
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); */
	/* opacity: 0.800; */
}
.active  .activity .activity_end ul li   .activity_end_top {
	/* display: flex;justify-content: center;  align-items: center;
	flex-direction: column ;  */
	position: absolute;
    top: 0;
	width:100%;
	padding-top: 180px;
}
.active .activity .activity_end ul li .activity_end_top_div {
	opacity: 0.600;
	background:rgba(0,0,0,.2);
	width:100%;
	height:100%;
	/* position: absolute; */
	z-index: -10;
}
.active .activity .activity_end ul li:hover .activity_end_top_div {
	opacity: 0.00;
}
.active .activity .activity_end ul li:hover h6 ,  .active .activity .activity_end ul li:hover p{
	transition: all .3s ease-in;
    transform: translateY(0);
	opacity: 1;
}
.active .activity .activity_end ul li:hover>a>button {
	display:block;
}
.active .activity .activity_end ul li:last-child {
	margin-right:0px;
}
.active .activity .activity_end ul li h6 {
	text-align:center;
	font-size: 40px;
	color: #FFFFFF;
	transform: translateY(20px);
}
.active .activity .activity_end ul li p {
	text-align:center;
	margin-top:8px;
	font-size: 30px;
	color: #FFFFFF;
	opacity: 0;
    transform: translateY(30px);
}
.active .activity .activity_end ul li button {
	margin-left:138px;
	margin-top:107px;
	font-size: 24px;
	color: rgba(0,0,0,0.80);
	height:50px;
	width:150px;
	display:none;
}
/* <!-- 精彩活动 --> */


/* <!-- 展会新闻 --> */
.news {
	width:1366px;
	margin:0 auto;
	padding:100px 0;
}
.news .news_center {
	overflow:hidden;
}
.news .news_center .news_left {
	margin-right:24px;
	float:left;
	width:800px;
	height:600px;
	display: table;
}
.newsItem .newImg{
	width:800px;
	overflow-x: hidden;
	height:600px;
	overflow:hidden; 
	display: flex; 
  justify-content: center; 
  align-items: center;  
}
.newsItem .newImg img{
	height:600px;
}
.news .news_center .news_left .news_left_end {
	width: 100%;
    height: 85px;
    margin-top: -85px;
    position: absolute;
    bottom:0px;
}
.news .news_center .news_left .news_left_end .news_left_end_div{
	width: 100%;
    height: 85px;
    background: rgb(0,0,0);
    opacity: 0.500;
    position: absolute;
    z-index: 1;
    top:0;
}
.news .news_center .news_left h6 {
    padding-left: 32px;
    font-size: 27px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    top: 10px;
}
.news .news_center .news_left p {
	padding-left: 32px;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    bottom: 12px;
}
.news .news_center .news_right {
	float: right;
    width: 542px;
}
.news .news_center .news_right ul {}
.news .news_center .news_right ul li {
	margin-bottom:35px;
}
.news .news_center .news_right ul li:first-child {
	margin-bottom:0px;
}
.news .news_center .news_right ul li:last-child {
	margin-bottom:0px;
}
.news .news_center .news_right ul li:nth-child(4) span {
	border-bottom: 0px solid rgba(0,0,0,0.50);
}
.news .news_center .news_right ul li h6 {
	overflow:hidden;
	white-space:nowrap;
	font-size: 25px;
	color: rgba(0,0,0,0.80);
}
.news .news_center .news_right ul li p {
	padding: 20px 0 20px 0;
	font-size: 18px;
	color: rgba(0,0,0,0.60);
	height: 75px;
}
.news .news_center .news_right ul li span {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-bottom:5px;
}
.news .news_center .news_right ul li .right_time {
	padding-left: 350px;
    position: absolute;
    float: right;
}
.news .news_end {
	
	text-align: center;
}
.news .news_end button {
	cursor:pointer;
	text-align:center;
	margin-top:60px;
	width:150px;
	height:60px;
	font-size: 24px;
	color: #FFFFFF;
}
/* <!-- 展会新闻 --> */



/* <!-- 精彩图片 --> */
.picture {
	background: #F2F2F2;
}
.pictures {
	padding:100px 0;
	text-align: center;
	width:1366px;
	margin:0 auto;
}
.pictures .picture_lenth {}
.pictures .picture_lenth ul {overflow: hidden;}
.pictures .picture_lenth li {
	float:left;
	width:420px;
	/* height:315px; */
	margin-right:40px;
	margin-bottom:40px;
}
.pictures .picture_lenth li:hover a {
	/* display: block; */
}
.pictures .picture_lenth li a {
	position: relative;
	display:flex;
	align-items: center;
	justify-content: center;
}
.pictures .picture_lenth li:nth-child(3n) {
	margin-right:0px;
}
.pictures .picture_lenth li:nth-child(4),.pictures .picture_lenth li:nth-child(5),.pictures .picture_lenth li:nth-child(6) {
	margin-bottom:0px;
}
.pictures .picture_lenth li h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	text-align:center;
	color: #FFFFFF;
}
.pictures .picture_lenth li img {
	width: 100%;
    height: auto;
}
.pictures button {
    text-align: center;
    cursor: pointer;
    margin-top: 60px;
    width: 150px;
    height: 60px;
    font-size: 24px;
    color: #FFFFFF;
}
/* <!-- 精彩图片 --> */



/* <!-- 精彩现场 --> */
.scene {
	padding:100px 0;
	height: auto;
	width:1366px;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,0.30);
}
.scene .scene_center {
	width:1366px;
}
/* 轮播图样式 */
.scene .scene_center .bannerbg {height:400px; overflow:hidden;}
.scene .scene_center #imageShow{ clear:both;border-bottom:1px solid #fff;}
.scene .scene_center #imageShow .imagebg{height:768px; overflow:hidden; position:relative;}
.scene .scene_center #imageShow .imagebg li {text-align: center;height: 768px; overflow: hidden; position:absolute;top:0; left:0; width:100%; display:block; filter:alpha(opacity=0); opacity: 0;display: flex;align-items: center;}
.scene .scene_center .bannerbg_main img {
    padding-top: 20%;
}
.scene .scene_center .bannerbg_main{background-position:center; background-repeat:no-repeat; width:100%; height: 768px;  position:absolute; top:0px; right:0;z-index:99; }
/* .scene .scene_center .banner {margin:0 auto;width:960px;height:400px;position:relative;overflow:hidden;} */

.scene .scene_center .scrollbg {height:155px;padding-top:22px;}
.scene .scene_center .scroll {margin:0 auto;width:960px;height:76px;position:relative;}
.scene .scene_center .s_pre, .s_next {
	display:block;
	width: 50px;
    height: 50px;
    position:absolute;
}
.scene .scene_center a.s_pre {
	background:url(../images/2.png);
	background-size:100% 100%;
	top: 30px;
	left:0;
}
.scene .scene_center a.s_next {
	background:url(../images/1.png);background-size:100% 100%;top: 30px;right:0;
}
.scene .scene_center .outScroll_pic{height: 180px;margin-left: 70px;overflow: hidden;position:relative;width:822px; top:2px;}
.scene .scene_center .outScroll_pic .scroll_pic{position:absolute}
.scene .scene_center .scroll_pic {margin:0 auto;width:40000px; height:76px; }
/* .scene .scene_center .scroll_pic li { 
	position: relative;   text-align: center;float:left;height: 65px;width: 145px; margin: 5px 9px; cursor:pointer; background-size:100% 100%}
 */
.scene .scene_center .scroll_pic li {
    position: relative;
    text-align: center;
    float: left;
    height: 108px;
    width: 155px;
    margin: 5px 5px;
    cursor: pointer;
    background-size: 100% 100%;
}

.scene .scene_center .scroll_pic li img {
    opacity: 0.7;
    width: 145px;
    height: 108px;
}
/* .scene .scene_center .scroll_pic li img {filter:alpha(opacity=70);-moz-opacity:0.7;opacity: 0.7;width:145px;height:65px;}
 */
/* .scene .scene_center .scroll_pic .currently .currentlySpan img {
	width: 30px !important;
    height: 30px !important;
    padding: 27px 0 0 65px;
    position: absolute;
} */
.scene .scene_center .scroll_pic .currently .currentlySpan img {
    width: 30px !important;
    height: 30px !important;
    /* padding: 27px 0 0 65px; */
    position: absolute;
    /* margin:-95px 0 0 -15px; */
    left: 41%;
    top: 40%;
}
.scene .scene_center .currently p {
	height: 17px;
	font-size: 12px;
}

.scene .scene_center .currently img {
    position: relative;
    -webkit-transform: scale(1.2,1.2);
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
/* .scene .scene_center .currently img {position: relative;top: -5px;left: -5px;width: 160px!important;height: 80px!important;filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important;}}
 */
.scene .scene_center .scroll_pic li div {margin-top:10px;font-size: 12px;color: rgba(0,0,0,0.60);}
/* <!-- 轮播图样式 --> */
.masking_center_img {
	display:none;
}
.masking_center_img video {
	width:100%;
	height: auto;
}
/* 蒙版 */
/* .masking {
	text-align: center;
	margin-top: -60px;
	min-width:1200px;
	max-width:2000px;
	display:none;
}
.masking .masking_center {
	text-align: center;
    position: absolute;
    height: 65%;
    width: 100%;
    background: rgba(0,0,0,.5);
    padding: 139px 0;
    margin: -315px 0 0 -100px;
}
.masking .masking_center .masking_center_close {
	width: 60px;
    float: right;
    padding-left: 520px;
    margin-top: -85px;
    position: absolute;
}
.masking .masking_center .masking_video {}
 .masking .masking_center .masking_video .masking_center_left {
	height:68.4px;
	float: left;
	padding-top: 220px;
	margin-left: -600px;
	position: absolute;
}

.masking_center_img video {
	width: 100%;
    margin: auto;
	height: 100%;
    height: 500px;
}
.masking .masking_center .masking_video .masking_center_right {
	position: absolute;
    margin-top: -283px;
    margin-left: 530px;
    height: 68.4px;
} */
/* <!-- 精彩现场 --> */





/* <!-- 合作伙伴 --> */
.cooperation {
	padding:100px 0;
}
.cooperation .service_top {
	width:1366px;
	margin:0 auto;
}
 .services_scroll{ position:relative; width: 1366px;margin: 0 auto !important;}
 .services_scroll1{  height:100px; margin:15px auto; position: relative; overflow: hidden;}
 .services_scroll1 ul{ overflow: hidden; height: 100%; position:absolute; left: 0; top: 0;}
 .services_scroll1 ul li{
  	width:180px; /*这里设置了li的宽度为213*/  
  	margin:0 10px; height:100px; list-style:none; float: left;
  	text-align: center;
  	display: table-cell;
  	vertical-align: middle;
  	line-height:150px;
}
 .services_scroll1>ul>li>a{display: flex;justify-content: center;  align-items: center;vertical-align: middle;position: relative; max-width:180px;height:100px;line-height:100%;margin:auto;}
 .services_scroll1>ul>li>a>img {max-width:100%;max-height:100%; position: relative; }
 .services_scroll1>ul>li>a span{display: block; height:30px;  width: 100%; background:rgba(000,000,000,0.15); position: absolute;}
/* <!-- 合作伙伴 --> */

.mySwiper .swiper-slide img {
	width: 100%;
	height: auto;
}



/* 底部  */
.footer {
	background: #00529D;
    height: 280px;
    padding: 30px 268px 20px;
    /* width: 1366px; */
    margin: auto;
}
.footer .footer-top {
	display: flex;
	justify-content: space-between;
	width: 1366px;
    margin: auto;
	height:230px;
	overflow:hidden;
}
.footer .footer-top .link {
	width:76px;
	float:left;
}
.footer .footer-top .link ul {}
.footer .footer-top .link li {
	margin-bottom:18px;
}
.footer .footer-top .link a {}
.footer .footer-top .link p {
	text-align: center;
	line-height:28px;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
}
.footer .footer-top .publicAddress {
	margin-left:120px;
	float:left;
	width:100px;
}
.footer .footer-top .publicAddress img {
	width:100%;
}
.footer .footer-top .publicAddress p {
	text-align: center;
	margin-top:10px;
	font-size: 18px;
	color: #FFFFFF;
}
.footer .footer-top .contact {
	margin-left:200px;
	width:225px;
	float:left;
}
.footer .footer-top h6 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom:7px;
}
.footer .footer-top p {
	font-size: 15px;
	color: #FFFFFF;
	margin-top:3px;
}
.footer .footer-top .contact ul {
	float:left;
	margin-top:30px;
}
.footer .footer-top .contact li {
	float:left;
	width:26px;
	margin-right:20px;
}
.footer .footer-top .contact img {
	width:100%;
}
.footer .footer-top .contact li .share  {
	display:none;
	position: absolute;
}
.footer .footer-top .contact li .share p {
	text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #FFFFFF;
}
.footer .footer-top .contact li:last-child:hover .share {
    display: block;
    width: 100px;
    margin: -133px 0px 0 70px;
}
.footer .footer-top .company {
	margin-left:160px;
	float:left;
	width: 265px;
}
.footer .footer-top .company h6 {
	border-bottom:1px solid #fff;
	margin-right: 190px;
}

.footer .footer-top .company .company_cb {
	margin-top:13px;
}
.footer .footer-center {
	width: 70px;
    margin-left: 47.5%;
    overflow: hidden;
    margin-top: -33px;
}
.footer .footer-center img {
	width:100%;
	height:100%;
	text-align:center;
	padding-bottom:5px;
}
.footer .footer-center p {
	color:#fff;
	font-size:31px;
	font-weight:700;
	margin-top:10px;
}

.footer .footer-end {
	padding-top:10px;
	width:818px;
	height:60px;
	overflow:hidden;
	margin:0 auto;
}
.footer .footer-end p {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	line-height: 17px;
}

@media screen and  (min-width:1280px) and (max-width: 1439px) {
	.APPdownload {
		text-align: center;
		position: fixed;
		top:0px;
		z-index:9999;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.5);
		/* padding: 230px 90px; */
		/* margin: -315px 0 0 -100px; */
	}
	.APPdownload .APPdownload_end {
		background: #FFFFFF;
		width: 1000px;
		margin: auto;
		margin-top: 60px;
		padding: 55px 0;
		height: 370px;
	}
	.APPdownload .APPdownload_end .APPdownload_close {
		float: right;
		width: 45px;
		margin: -35px 25px 0 0;
	}
	.APPdownload .APPdownload_end .APPdownload_center {
		text-align: center;
	}
	.APPdownload .APPdownload_end .APPdownload_center .APPdownload_logo {
		width:180px;
	}
	.APPdownload .APPdownload_end .APPdownload_center .APPdownload_app {
		padding-top: 13px;
		width: 210px;
	}
	.APPdownload .APPdownload_end .APPdownload_center p {
		padding-top: 3px;
		font-size: 26px;
		color: #000000;
	}
.scene .scene_center #imageShow .imagebg{height:563px; overflow:hidden; position:relative;}
.scene .scene_center #imageShow .imagebg li {text-align: center;height: 563px; overflow: hidden; position:absolute; top:0; left:0; width:100%; display:block; filter:alpha(opacity=0); opacity: 0;display: flex;align-items: center;}
.scene .scene_center .bannerbg_main {height: 563px;}
	.scene .scene_center .bannerbg_main img {
    padding-top: 20%;
}
	/* 首页蒙版样式 */
	.home-page_top {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	font-family: "MicrosoftYaHei";
	display: table;
}
.home-page_top .home-mask {
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index:-1;
}
.home-page_top .home-picture {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-size:100%;
	z-index:-1;
}
.home-page_top p {
	text-align: left;
	/* font-size:72px; */
	font-size:40px;
	color:#fff;
}
.home-page_top .home-info {
	font-size:27px;
	/* font-size:50px; */
}
.home-page_top .info {
	margin-top:17px;
}
.home-page_top .home-box {
	border-bottom: 6px solid #fff;
	width:550px;
	height:225px;
	margin-left:100px;
	margin-top:168px;
}
/* .home-page .home-box .home-box-china {
	margin-top:-10px;
}
.home-page .home-box .home-box-info {
	margin-top:-10px;
} */

.home-page_top .home-enter .home-study {
	background-color:rgb(255, 255, 255, .36);
	border:4px solid #fff;
	width:200px;
	height:80px;
	float:left;
	position:relative;
}
.home-page_top .home-enter {
	overflow:hidden;
	margin-top:35px;
	margin-left:100px;
}
.home-page_top .home-enter .home-hardware {
	background:rgb(255, 255, 255 , .36);
	border:4px solid #fff;
	width:200px;
	height:80px;
	float:left;
	margin-left:37.5px;
	position:relative;
}
.home-page_top .home-enter a {
	text-decoration:none;
}
.home-page_top .home-table-content {
	/* display: table-cell;
    vertical-align: middle; */
}
.home-page_top .home-enter .home-study-info {
	width: 100%;
    height: 100%;
    display: table;
    color:#fff;
}
.home-page_top .home-enter .home-study-info .inline {
	display: table-cell;
	vertical-align: middle;
}
.home-page_top .home-enter .home-study-info .pl {
	font-size:26px;
	font-family: sans-serif;
	border-bottom:1px solid #fff;
	width: 110px;
    margin: 0 45px;
	text-align: center;
	padding-bottom: 5px;
}
.home-page_top .home-enter .home-study-info .pt {
	padding-top:2px;
	width:100%;
	font-size:20px;
	text-align: center;
	font-family: sans-serif;
}

/* 中英文 */
.site-link_top {
	padding:0 41px;
	width:60px;
	height:80px;
	background:#333;
    position: absolute;
    z-index: 333;
    color: #fff;
    right: 0px;
}
.site-link_top>li {
	margin-top:32px;
	float:left;
	line-height:15px;
	text-align:center;
}
.site-link_top>li>a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-size: 16px;
}
.site-link_top>li>span {
	color:#fff;
	display:block;
	font-size: 16px;
	padding:0 7px;
}
.site-link_top .english a {
	opacity:0.6;
}
.ssite-link_top .register {
	margin-left:26px;
}
	/* 首页蒙版样式 */
	
	/* 导航  */
	.search {
	float:left;
	margin-left:80px;
	line-height:112px;
}
.search img{
	margin-top: 29px;
    width: 70%;
}
.search .ssk img {
	margin-left:290px;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
	/* display:none; */
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
	width:800px;
	height:70px;
	padding-left:30px;
	color:#fff;
	font-size:30px;
	margin-bottom: 20px;
}
.search input {
	width:23px;
	height:23px;
	/* display:none; */
}


.nav {
	width:100%;
	height:80px;
	z-index:999;
	background: rgb(0,0,0,.7);
	position:fixed;
}
.nav .home {
	margin-left:32px;
	padding-right: 12px;
	line-height:90px;
}
.nav .home img {
	margin-left: 50px;
    line-height: 80px;
    padding-right: 50px;
    height: 50px;
}

.nav  .triangle_border{
    width: 0;
    border-width: 16px 16px 0;
    margin: 50px 0 0 76px;
}
.nav  .home_frame {
	margin-left: 2px;
    background: #FFFFFF;
    /* display: none; */
    border-radius: 0 0 20px 20px;
    width: 100px;
    margin-top: 15px;
    height: 0px;
}
.nav .home:hover .home_frame {
	height:90px;
}
.nav  .home_frame a:first-child{
	display: block;
	border-bottom:1px solid #000;
}
.nav  .home_frame p{
	font-size: 18px;
    line-height: 43px;
    display: none;
}
.nav .navListBox>li {
	height: 80px;
    line-height: 80px;
    float: left;
    list-style: none;
}
.nav .navListBox>li>a {
	padding:0 20px;
	font-size:16px;
}
.nav .navListBox li:hover>a {

	border-bottom:4px solid  rgb(255,255,255,.6);
}
.nav .navListBox li a:focus {
	border-bottom:4px solid  #fff;
}
.search {
	float: right;
	line-height: 80px;
    right: 300px;
    position: relative;
}
.search .ssk {
}
.search .ssk2 {
	width:0px;
}
/* .search .tolang {
	width:400px;
	
} */
.search .ssk img {
	  margin-left: 0px;
	  width: 18px;
}
.search  .tosearch {
	width:0px;
	float:right;
	position: absolute;
    overflow: hidden;
}
.none {
	display:none;
}
/* .search .tolang {
	position: relative;
    overflow: hidden;
	width: 800px!important;
	animation:tolang 0.2s normal both; ;
	-moz-animation:tolang 0.2s  normal both; ;
	-webkit-animation:tolang 0.2s  normal both; ;
	-o-animation:tolang 0.2s  normal both; ;
}
@keyframes tolang
{
0%   {width: 0px}
100% {width: 700px}
}

.langsearch {
	width:58%;
}

.search .tosmall {
	position: absolute;
    overflow: hidden;
	width: 0px!important;
	tanimation:tosmall 0.3s  normal both; ;
	-moz-animation:tosmall 0.3s  normal both; ;
	-webkit-animation:tosmall 0.3s  normal both; ;
	-o-animation:tosmall 0.3s  normal both; ;
}
@keyframes tosmall
{
0% {width: 700px;right:10px;}
100%   {width: 0px;right:0;}
} */

.search .btn img {
	float:right;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
	/* display:none; */
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
    width: 615px;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.search .btn img {
	/* margin-left: 100px; */
	width: 22px;
}
/* 登录 */
.site-link {
	padding:0 50px;
    right: 0px;
}
.site-link>li {
	height: 80px;
    line-height: 80px;
}
.site-link>li>a {
	font-size: 16px;
}
.site-link>li>span {
	font-size: 16px;
}
.site-link .english a {
	opacity:0.6;
}
.site-link .register {
	margin-left:24px;
}




/* <!-- 头部菜单 --> */
/* .home-page {
	height: 610px;
} */
.home-page .choice {
	width: 86px;
    background: #fff;
    margin-top: -8px;
    margin-left: 201px;
} 
.home-page .home-box {
		width:525px;
		height:280px;
		/* margin-left:70px; */
}
.home-page .home-top{
	  position:absolute;
    left:70px;
    top: 150px;
}
.home-page .home-box p {
	float:left;
	font-size:50px; 
	color:#fff;
}
.home-page .home-box .home-info {
	font-size:36px; 
}
.home-page .home-box .info {
	margin-top:8px;
}

.home-page .home-enter {
	overflow:hidden;
	margin-top: 1px;
}
.home-page .home-enter .home-study {
	background-color:rgb(255, 255, 255);
	border:2px solid #fff;
	width: 210px;
    height: 80px;
    float: left;
	position:relative;
}
.home-page .home-enter .home-hardware {
	background:rgb(255, 255, 255 , .36);
	border:2px solid #fff;
	width: 210px;
    height: 80px;
	float:left;
	margin-left:23px;
	position:relative;
}
.home-page .home-enter a {
	text-decoration:none;
}
.home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}
.home-page .home-enter .pl {
	color: rgba(0,0,0,0.80);
    font-size: 23px;
    font-family: sans-serif;
    border-bottom: 2px solid rgba(0,0,0,0.80);
    margin: 0 50px;
    text-align: center;
    width: 108px;
    padding-bottom: 6px;
}
.home-page .home-enter .home-hardware .pl {
	color: #FFFFFF;
	border-bottom:2px solid #fff;
}
.home-page .home-enter .home-hardware .pt {
	color: #FFFFFF;
}
.home-page .home-enter .pt {
	text-align:center;
	color: rgba(0,0,0,0.80);
	padding-top:6px;
	font-size:16px;
	font-family: sans-serif;
}
.home-page .home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}

/* <!-- 头部菜单 --> */

/* <!-- 面积展商等 --> */
.data {
	width:1000px;
	margin:0 auto;
	padding:100px 0;
}
.data .data_top {
	overflow:hidden
}
.data .data_top p {
	float:right;
	font-size: 14px;
	color: rgba(0,0,0,0.45);
}

.data .data_center {
	height:156px;
	overflow:hidden;
}
.data .data_center ul {
	float:left;
}
.data .data_center li {
	float:left;
	width: 250px;
}
/* .data .data_center .exhibition {
	padding: 0px 165px 0 170px;
    margin: 0;
}
.data .data_center .brand {
	margin-right:170px;
} */
.data .data_center li div {
	float: left;
    width: 250px;
    position: relative;
}
.data .data_center li div span {
	position: absolute;
    font-size: 25px;
    color: rgba(0,0,0,0.80);
    float: left;
    margin: -63px 0 0 207px;
}
.data .data_center li div .square {
	font-size: 18px;
    color: rgba(0,0,0,0.80);
    margin: -63px 0 0 230px;
}
.data .data_center h6 {
	width: 250px;
    font-size: 45px;
    text-align: center;
    color: rgba(0,0,0,0.80);
}
.data .data_center p {
	text-align: center;
    font-size: 23px;
    color: rgba(0,0,0,0.80);
}

.data .data_end {
	margin-top: 0px;
}
.data .data_end img {
	float: left;
    width: 30px;
    height: 100%;
}
.data .data_end .data_end_img {
	float:right;
	margin-top:-49px;
}
.data .data_end p {
	line-height: 36px;
    padding: 0 35px;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
}
/* <!-- 面积展商等 --> */



/* <!-- 间隔图片 --> */
.images {
	width:100%;
}
.images img{
	width:100%;
}

/* <!-- 间隔图片 --> */



/* <!-- 展会服务 --> */
.service {
	height: 620px;
	width:1000px;
	margin:0 auto;
	padding:100px 0px;
}
.all .service_top {
	height:140px;
	text-align:center;
	position: relative;
	z-index: 1;
}
.all .service_top .h3 div {
	background: rgba(0,0,0,0.40);
    width: 120px;
    height: 4px;
    position: absolute;
    margin:0;
    top:39px;
}
.all .service_top .services_begin {
 	left:-150px;
	display: none;
}
.all .service_top .services {
	right:-150px;
	display: none;
}
.all .service_top .h3 {
	font-size: 36px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    line-height: 110px;
}
.all .service_top .h3 span {
	font-weight: 600;
}
.all .service_top p {
	font-size: 76px;
    text-shadow: 0 10px 16px rgb(0 0 0 / 6%);
    line-height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	color: #FFFFFF;
}


.service .service_end {
	width: 800px;
    margin: auto;
}
.service .service_end .service_end_lenth {
	width: 134px;
    height: 188px;
    margin-bottom: 60px;
    margin-right: 166px;
    text-align: center;
    padding: 12px 11px;
}
.service .service_end .service_end_lenth .service_end_left {
	width: 88px;
    height: 95px;
	margin: auto;
	border-radius:100px;
}
.service .service_end .service_end_lenth .service_end_left img {
	margin:0 auto;
	text-align:center;
	opacity:1;
}
.service .service_end .service_end_lenth .service_end_right {
}
.service .service_end .service_end_lenth .service_end_right h6 {
	font-size: 21px;
	color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right p {
	font-size: 13px;
	overflow:hidden;
	height: 20px;
	color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right button {
	width: 94px;
    height: 29px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

/* <!-- 展会服务 --> */


/* <!-- 精彩活动 --> */
.activity {
	padding:100px 0;
	height:560px;
	width:1000px;
	margin:0 auto;
}
.active .activity .activity_end {}
.active .activity .activity_end ul {
	float:left;
}
.active .activity .activity_end ul li {
	float:left;
	text-align: center;
	height: 420px;
    width: 312px;
	margin-right:30px;
}
.active .activity .activity_end ul li:last-child {
	margin-right:0px;
}
.active .activity .activity_end ul li h6 {
	text-align:center;
    font-size: 30px;
	color: #FFFFFF;
}
.active .activity .activity_end ul li p {
	text-align:center;
	margin-top:8px;
	font-size: 20px;
	color: #FFFFFF;
}
.active .activity .activity_end ul li button {
	margin-left: 30%;
    margin-top: 64px;
    font-size: 20px;
    cursor: pointer;
    color: rgba(0,0,0,0.80);
    background:#fff;
    height: 44px;
    width: 125px;
}
/* <!-- 精彩活动 --> */


/* <!-- 展会新闻 --> */
.news {
	width:1000px;
	margin:0 auto;
	padding:100px 0;
}
.news .news_end {
	text-align: center;
}
.news .news_center {
	overflow:hidden;
	/* height: 459px; */
}
.news .news_center .news_left {
	margin-right:16px;
	float:left;
	width: 612px;
    height: 459px;
	display: table;
}
.newsItem .newImg{
	width:612px;
	overflow-x: hidden;
	height:459px;
	overflow:hidden; 
	display: flex; 
  justify-content: center; 
  align-items: center;  
}
.newsItem .newImg img{
	height:459px;
}
.news .news_center .news_left .news_left_end {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 10px;
}
.news .news_center .news_left h6 {
	height: 30px;
    overflow: hidden;
    padding-left: 32px;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    top: 10px;
}
.news .news_center .news_left p {
	padding-left: 32px;
    font-size: 15px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    bottom: 2px;
}
.news .news_center .news_right {
	float: right;
    width: 372px;
}
.news .news_center .news_right ul li {
	margin-bottom: 30px;
}
.news .news_center .news_right ul li h6 {
	overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}
.news .news_center .news_right ul li p {
	font-size: 10px;
	color: rgba(0,0,0,0.60);
	padding:18px 0 15px 0;
	height:55px;
	overflow:hidden;
}
.news .news_center .news_right ul li span {
	font-size: 10px;
	color: rgba(0,0,0,0.80);
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-bottom:3px;
}
.news .news_center .news_right ul li .right_time {
	padding-left: 250px;
    position: absolute;
    float: right;
}
.news .news_end button {
	margin-left: 0px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    width: 140px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
}
/* <!-- 展会新闻 --> */



/* <!-- 精彩图片 --> */
.picture {
	background: #F2F2F2;
}
.pictures {
	padding:100px 0;
	width:1000px;
	margin:0 auto;
}
.pictures  button {
	margin-left: 0px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    width: 140px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
}
.pictures .picture_lenth ul {}
.pictures .picture_lenth li {
	float: left;
    width: 320px;
    /* height: 230px; */
    margin-right: 15px;
    margin-bottom: 15px;
}
.pictures .picture_lenth li:nth-child(3n) {
	margin-right:0px;
}
.pictures .picture_lenth li:nth-child(4),.pictures .picture_lenth li:nth-child(5),.pictures .picture_lenth li:nth-child(6) {
	margin-bottom:0px;
}
.pictures .picture_lenth li h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	text-align:center;
	color: #FFFFFF;
}
.pictures .picture_lenth li img {
	width: 100%;
    height: auto;
}
/* <!-- 精彩图片 --> */



/* <!-- 精彩现场 --> */
.scene {
	padding:100px 0;
	height: auto;
	width:1000px;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,0.30);
}
.scene .scene_center {
	/* height:650px; */
	width:1000px;
}
.scene .scene_end {}
/* <!-- 精彩现场 --> */





/* <!-- 合作伙伴 --> */
.cooperation {
	padding:100px 0;
	margin:0 auto;
}
.cooperation .service_top {
	width:1000px;
	margin:0 auto;
}
.services_scroll{ position:relative;  height:180px; margin:0px 0;}
/* <!-- 合作伙伴 --> */





/* 底部  */
.footer {
	background: #00529D;
	height:250px;
	/* width:1000px; */
	margin:auto;
	padding: 20px 174px 10px;
}
.footer .footer-top {
	width:1000px;
	height:160px;
	overflow:hidden;
}
.footer .footer-top .link {
	width:70px;
	float:left;
}
.footer .footer-top .link ul {}
.footer .footer-top .link li {
	margin-bottom:5px;
}
.footer .footer-top .link a {}
.footer .footer-top .link p {
	text-align: center;
	line-height:28px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
}
.footer .footer-top .publicAddress {
	margin-left: 65px;
	float:left;
	width:100px;
}
.footer .footer-top .publicAddress img {
	width:100%;
}
.footer .footer-top .publicAddress p {
	text-align: center;
	margin-top:10px;
	font-size: 15px;
	color: #FFFFFF;
}
.footer .footer-top .contact {
	margin-left: 85px;
    width: 210px;
    float: left;
}
.footer .footer-top h6 {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom:7px;
}
.footer .footer-top p {
	font-size: 10px;
	color: #FFFFFF;
	margin-top:3px;
}
.footer .footer-top .contact ul {
	float:left;
	margin-top:30px;
}
.footer .footer-top .contact li {
	float:left;
	width:26px;
	margin-right:15px;
}
.footer .footer-top .contact li .share  {
	display:none;
	position: absolute;
}
.footer .footer-top .contact li:last-child:hover .share {
	display:block;
    width: 100px;
	margin: -121px 0px 0 42px;
}
.footer .footer-top .contact li .share p {
	text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: #FFFFFF;
}
.footer .footer-top .contact img {
	width:100%;
}
.footer .footer-top .company {
	margin-left: 75px;
	float:left;
	width: 230px;
}
.footer .footer-top .company h6 {
	border-bottom:1px solid #fff;
	margin-right: 160px;
}

.footer .footer-top .company .company_cb {
	margin-top:15px;
}
.footer .footer-center {
	width: 55px;
    overflow: hidden;
    margin-left: 47%;
    margin-top: -26px;
}
.footer .footer-center img {
	width:100%;
	height:100%;
	text-align:center;
	padding-bottom:1px;
}

.footer .footer-end {
	padding-top:10px;
	width:818px;
	height:50px;
	overflow:hidden;
	margin:0 auto;
}
.footer .footer-end p {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	line-height: 17px;
}
}

@media screen and  (min-width:1440px) and (max-width: 1919px) {
	.APPdownload {
		text-align: center;
		position: fixed;
		top:0px;
		z-index:9999;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.5);
	}
	.APPdownload .APPdownload_end {
		background: #FFFFFF;
		width: 1000px;
		margin: auto;
		height: 387px;
		padding: 100px 0;
		margin-top: 10%;
	}
	.APPdownload .APPdownload_end .APPdownload_close {
		float:right;
		margin: -65px 30px 0 0;
		width: 50px;
	}
	.APPdownload .APPdownload_end .APPdownload_center {
		text-align: center;
	}
	.APPdownload .APPdownload_end .APPdownload_center .APPdownload_logo {
		width: 190px;
	}
	.APPdownload .APPdownload_end .APPdownload_center .APPdownload_app {
		padding-top:15px;
		width: 220px;
	}
	.APPdownload .APPdownload_end .APPdownload_center p {
		padding-top: 10px;
		font-size: 30px;
		color: #000000;
	}
.scene .scene_center #imageShow .imagebg{height:675px; overflow:hidden; position:relative;}
.scene .scene_center #imageShow .imagebg li {text-align: center;height: 675px; overflow: hidden; position:absolute; top:0; left:0; width:100%; display:block; filter:alpha(opacity=0); opacity: 0;display: flex;align-items: center;}
.scene .scene_center .bannerbg_main img {
    padding-top: 25%;
}
	/* 首页蒙版样式 */

.home-page_top {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index:2;
		font-family: "MicrosoftYaHei";
		display: table;
	}
.home-page_top .home-mask {
		position:absolute;
		width:100%;
		height: 100%;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.4);
		z-index:-1;
	}
.home-page_top .home-picture {
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background-size:100%;
		z-index:-1;
	}
.home-page_top p {
		text-align: left;
		/* font-size:72px; */
		font-size:50px;
		color:#fff;
	}
.home-page_top .home-info {
		font-size:34px;
	}
.home-page_top .info {
		margin-top:24px;
	}
.home-page_top .home-box {
		border-bottom: 8px solid #fff;
		width:550px;
		height: 285px;
		margin-left:120px;
		margin-top:230px;
	}
	
.home-page_top	.home-enter .home-study {
		background-color:rgb(255, 255, 255, .36);
		border:4px solid #fff;
		width:210px;
		height:95px;
		float:left;
		position:relative;
	}
.home-page_top	.home-enter {
		overflow:hidden;
		margin-top:35px;
		margin-left: 120px;
	}
.home-page_top	.home-enter .home-hardware {
		background:rgb(255, 255, 255 , .36);
		border:4px solid #fff;
		width:210px;
		height:95px;
		float:left;
		margin-left:37.5px;
		position:relative;
	}
.home-page_top	.home-enter a {
		text-decoration:none;
	}
	
.home-page_top	.home-enter .home-study-info {
		width: 100%;
	    height: 100%;
	    display: table;
	    color:#fff;
	}
.home-page_top	.home-enter .home-study-info .inline {
		display: table-cell;
		vertical-align: middle;
	}
.home-page_top	.home-enter .home-study-info .pl {
		font-size:26px;
		font-family: sans-serif;
		border-bottom:1px solid #fff;
		width: 100px;
    	margin: 0 55px;
		text-align: center;
		padding-bottom: 5px;
	}
.home-page_top	.home-enter .home-study-info .pt {
		padding-top:2px;
		width:100%;
		font-size:20px;
		text-align: center;
		font-family: sans-serif;
	}
	/* 首页蒙版样式 */
/* 导航  */
.search  .tosearch {
	width:0px;
	float:right;
	position: absolute;
    overflow: hidden;
}
.none {
	display:none;
}
/* .search .tolang {
	position: relative;
    overflow: hidden;
	width: 800px!important;
	animation:tolang 0.2s normal both; ;
	-moz-animation:tolang 0.2s  normal both; ;
	-webkit-animation:tolang 0.2s  normal both; ;
	-o-animation:tolang 0.2s  normal both; ;
}
@keyframes tolang
{
0%   {width: 0px}
100% {width: 700px}
}

.langsearch {
	width:58%;
}

.search .tosmall {
	position: absolute;
    overflow: hidden;
	width: 0px!important;
	tanimation:tosmall 0.3s  normal both; ;
	-moz-animation:tosmall 0.3s  normal both; ;
	-webkit-animation:tosmall 0.3s  normal both; ;
	-o-animation:tosmall 0.3s  normal both; ;
}
@keyframes tosmall
{
0% {width: 700px;right:400px;}
100%   {width: 0px;right:0px;}
} */



	.search {
	float:left;
	margin-left:80px;
	line-height:112px;
}
.search img{
	margin-top: 29px;
    width: 70%;
}
.search .ssk img {
	margin-left:290px;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
}
.search .btn img {
	float:right;
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
	width:800px;
	height:70px;
	padding-left:30px;
	color:#fff;
	font-size:30px;
	margin-bottom: 20px;
}
.search input {
	width:23px;
	height:23px;
	/* display:none; */
}


.nav {
	width:100%;
	height:80px;
	z-index:999;
	background: rgb(0,0,0,.7);
	position:fixed;
}
.nav .home {
	margin-left:32px;
	padding-right: 12px;
	line-height:90px;
}
.nav .home img {
	margin-left: 50px;
    line-height: 80px;
    height: 50px;
    /* padding-right: 50px; */
}

.nav  .triangle_border{
    width: 0;
    border-width: 16px 16px 0;
    margin: 50px 0 0 76px;
}
.nav  .home_frame {
	margin-left: 2px;
    background: #FFFFFF;
   /*  display: none; */
    border-radius: 0 0 20px 20px;
    width: 100px;
    margin-top: 15px;
    height: 0px;
}
.nav  .home_frame p{
	font-size: 18px;
    line-height: 43px;
    display:none;
}
.nav .navListBox>li {
	height: 80px;
    line-height: 80px;
    position: relative;
    float: left;
    list-style: none;
}
.nav .navListBox>li>a {
	padding:0 30px;
	font-size:16px;
}
.nav .navListBox li:hover>a {

	border-bottom:4px solid  rgb(255,255,255,.6);
}
.nav .navListBox li a:focus {
	border-bottom:4px solid  #fff;
}
.search {
	line-height: 80px;
    position: absolute;
    top: 0;
    right: 295px;
}
.search .ssk {
}
.search .ssk img {
	  margin-left: 0px;
	  width: 19px;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
    width: 615px;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.search .btn img {
	position: absolute;
    right: -25px;
    width: 22px;
}
/* 登录 */
.site-link {
	padding:0 50px;
    right: 0px;
}
.site-link>li {
	height: 80px;
    line-height: 80px;
}
.site-link>li>a {
	font-size: 16px;
}
.site-link>li>span {
	font-size: 16px;
}
.site-link .english a {
	opacity:0.6;
}
.site-link .register {
	margin-left:24px;
}




/* <!-- 头部菜单 --> */
.home-page {
	background-size:100% 100%;
}
.home-page .choice {
	width: 86px;
    background: #fff;
    margin-top: -8px;
    margin-left: 201px;
} 
.home-page .home-box {
		width:525px;
		height:280px;
}
.picUrl .home-top{
	position:absolute;
    left:100px;
    top: 180px;
}
.home-page .home-box p {
	float:left;
	font-size:50px; 
	color:#fff;
}
.home-page .home-box .home-info {
	font-size:36px; 
}
.home-page .home-box .info {
	margin-top:8px;
}

.home-page .home-enter {
	overflow:hidden;
	margin-top: 1px;
}
.home-page .home-enter .home-study {
	background-color:rgb(255, 255, 255);
	border:2px solid #fff;
	width: 210px;
    height: 80px;
    float: left;
	position:relative;
}
.home-page .home-enter .home-hardware {
	background:rgb(255, 255, 255 , .36);
	border:2px solid #fff;
	width: 210px;
    height: 80px;
	float:left;
	margin-left:23px;
	position:relative;
}
.home-page .home-enter a {
	text-decoration:none;
}
.home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}
.home-page .home-enter .pl {
	color: rgba(0,0,0,0.80);
    font-size: 25px;
    font-family: sans-serif;
    border-bottom: 2px solid rgba(0,0,0,0.80);
    margin: 0 50px;
    text-align: center;
    width: 108px;
    padding-bottom: 6px;
    padding-top: 1px;
}
.home-page .home-enter .home-hardware .pl {
	color: #FFFFFF;
	border-bottom:2px solid #fff;
}
.home-page .home-enter .home-hardware .pt {
	color: #FFFFFF;
}
.home-page .home-enter .pt {
	text-align:center;
	color: rgba(0,0,0,0.80);
	padding-top:6px;
	font-size:20px;
	font-family: sans-serif;
}
.home-page .home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}

/* <!-- 头部菜单 --> */

/* <!-- 面积展商等 --> */
.data {
	width:1200px;
	margin:0 auto;
	padding:100px 0;
}
.data .data_top {
	overflow:hidden
}
.data .data_top p {
	float:right;
	font-size: 14px;
	color: rgba(0,0,0,0.45);
}

.data .data_center {
	height:156px;
	overflow:hidden;
}
.data .data_center ul {
	float:left;
}
.data .data_center li {
	float:left;
	width: 300px;
}
/* .data .data_center .exhibition {
	margin: 0 220px 0 225px;
}
.data .data_center .brand {
	margin-right: 220px;
} */
.data .data_center li div {
	float: left;
    width: 300px;
    position: relative;
}
.data .data_center li div span {
	position: absolute;
    font-size: 28px;
    color: rgba(0,0,0,0.80);
    float: left;
    margin: -73px 0 0 240px;
}
.data .data_center li div .square {
	font-size: 17px;
    color: rgba(0,0,0,0.80);
    margin: -69px 0 0 265px;
}
.data .data_center h6 {
	font-size: 50px;
	width: 300px;
	text-align:center;
    color: rgba(0,0,0,0.80);
}
.data .data_center p {
	text-align:center;
	font-size: 25px;
	color: rgba(0,0,0,0.80);
}

.data .data_end {
	margin-top:10px;
}
.data .data_end img {
	float: left;
    width: 35px;
    height: 100%;
}
.data .data_end .data_end_img {
	float: right;
    margin-top: -40px;
}
.data .data_end p {
	line-height: 40px;
    padding: 0 41px;
    font-size: 20px;
    color: rgba(0,0,0,0.80)
}
/* <!-- 面积展商等 --> */



/* <!-- 间隔图片 --> */
.images {
	width:100%;
}
.images img{
	width:100%;
}

/* <!-- 间隔图片 --> */



/* <!-- 展会服务 --> */
.service {
	height:710px;
	width:1200px;
	margin:0 auto;
	padding:100px 0px;
}
.all .service_top {
	height:140px;
	text-align:center;
	position: relative;
	z-index: 1;
}
.all .service_top .h3 div {
	background: rgba(0,0,0,0.40);
    width: 120px;
    height: 4px;
    position: absolute;
    margin:0;
    top:39px;
}
.all .service_top .services_begin {
 	left:-150px;
	display: none;
}
.all .service_top .services {
	right:-150px;
	display: none;
}
.all .service_top .h3 {
	font-size: 36px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    line-height: 110px;
}
.all .service_top .h3 span {
	font-weight: 600;
}
.all .service_top p {
	font-size: 76px;
    text-shadow: 0 10px 16px rgb(0 0 0 / 6%);
    line-height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	color: #FFFFFF;
}


.service .service_end {
	width: 1200px;
    margin: auto;
}
.service .service_end .service_end_lenth {
	width: 225px;
    height: 224px;
    float: left;
    margin-bottom: 76px;
    margin-right: 220px;
    text-align: center;
    padding: 15px 14px;
}
.service .service_end .service_end_lenth .service_end_left {
	width:105px;
	height:110px;
	margin:auto;
	border-radius:100px;
}
.service .service_end .service_end_lenth .service_end_left img {
	margin:0 auto;
	text-align:center;
}
.service .service_end .service_end_lenth .service_end_right {
}
.service .service_end .service_end_lenth .service_end_right h6 {
	font-size: 24px;
    color: rgba(0,0,0,0.80);
    padding-top: 10px;
}
.service .service_end .service_end_lenth .service_end_right p {
	font-size: 15px;
    overflow: hidden;
    padding-top: 5px;
    height: 20px;
    color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right button {
	width: 112px;
    height: 35px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 17px;
    color: #FFFFFF;
}

/* <!-- 展会服务 --> */


/* <!-- 精彩活动 --> */
.activity {
	padding:100px 0;
	width:1200px;
	margin:0 auto;
}
.active .activity .activity_end {}
.active .activity .activity_end ul {
	float:left;
}
.active .activity .activity_end ul li {
	float:left;
	height:454px;
	width:380px;
	margin-right:30px;
}
.active .activity .activity_end ul li:last-child {
	margin-right:0px;
}
.active .activity .activity_end ul li h6 {
	text-align: center;
    font-size: 35px;
    color: #FFFFFF;
}
.active .activity .activity_end ul li p {
	text-align: center;
    margin-top: 8px;
    font-size: 25px;
    color: #FFFFFF;
}
.active .activity .activity_end ul li button {
	margin-left:105px;
	margin-top:77px;
	font-size: 24px;
	cursor:pointer;
	color: rgba(0,0,0,0.80);
	height:50px;
	width:150px;
}
/* <!-- 精彩活动 --> */


/* <!-- 展会新闻 --> */
.news {
	width:1200px;
	margin:0 auto;
	padding:100px 0;
}
.news .news_center {
	overflow:hidden;
}
.news .news_center .news_left {
    margin-right: 23px;
    float: left;
    width: 710px;
    height: 532px;
    display: table;
}
.newsItem .newImg{
	width:710px;
	overflow-x: hidden;
	height:532px;
	overflow:hidden; 
	display: flex; 
  justify-content: center; 
  align-items: center;  
}
.newsItem .newImg img{
	height:532px;
}
.news .news_center .news_left .news_left_end {
    width: 100%;
    height: 80px;
    display: flex;
    margin-top: -80px;
    flex-direction: column;
    position: relative;
}
.news .news_center .news_left h6 {
	height: 35px;
    overflow: hidden;
    margin-top: 12px;
    padding-top: 0;
    padding-left: 32px;
    font-size: 22px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    top: 2px;
}
.news .news_center .news_left p {
	padding-left: 32px;
    font-size: 17px;
    color: #FFFFFF;
    padding-top: 0px;
}
.news .news_center .news_right {
	float: right;
    width: 466px;
}
.news .news_center .news_right ul {}
.news .news_center .news_right ul li {
	margin-bottom:25px;
}
.news .news_center .news_right ul li:first-child {
	margin-bottom:10px;
}
.news .news_center .news_right ul li h6 {
	overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: rgba(0,0,0,0.80);
}
.news .news_center .news_right ul li p {
	font-size: 15px;
    color: rgba(0,0,0,0.60);
    padding: 20px 0 30px 0;
    height: 60px;
    overflow: hidden;
}
.news .news_center .news_right ul li span {
	font-size: 15px;
    color: rgba(0,0,0,0.80);
    border-bottom: 1px solid rgba(0,0,0,0.50);
    padding-bottom: 4px;
}
.news .news_center .news_right ul li .right_time {
	padding-left: 295px;
    float: right;
}
.news .news_end {
	
	text-align: center;
}
.news .news_end button {
    cursor: pointer;
    margin-top: 50px;
    width: 140px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
}
/* <!-- 展会新闻 --> */



/* <!-- 精彩图片 --> */
.picture {
	background: #F2F2F2;
}
.pictures {
	padding:100px 0;
	width:1200px;
	margin:0 auto;
}
.pictures button {
	text-align: center;
    cursor: pointer;
    margin-top: 50px;
    width: 140px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
}
.pictures .picture_lenth ul {}
.pictures .picture_lenth li {
	float:left;
	width:375px;
	/* height:281px; */
	margin-right:36px;
	margin-bottom:37px;
}
.pictures .picture_lenth li:nth-child(3n) {
	margin-right:0px;
}
.pictures .picture_lenth li:nth-child(4),.pictures .picture_lenth li:nth-child(5),.pictures .picture_lenth li:nth-child(6) {
	margin-bottom:0px;
}
.pictures .picture_lenth li h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	text-align:center;
	color: #FFFFFF;
}
.pictures .picture_lenth li img {
	width: 100%;
    height: auto;
}
/* <!-- 精彩图片 --> */



/* <!-- 精彩现场 --> */
.scene {
	padding:100px 0;
	height:auto;
	width:1200px;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,0.30);
}
.scene .scene_center {
	/* height:650px; */
	width:1200px;
}
.scene .scene_end {}
/* <!-- 精彩现场 --> */





/* <!-- 合作伙伴 --> */
.cooperation {
	padding:100px 0;
	margin:0 auto;
}
.cooperation .service_top {
	width:1200px;
	margin:0 auto;
}
.services_scroll{ position:relative;  height:180px; margin:0px 0;}
/* <!-- 合作伙伴 --> */



/* 底部  */
.footer {
	background: #00529D;
    height: 255px;
    /* width:1200px; */
    padding: 30px 111px 20px;
}
.footer .footer-top {
	width:100%;
	height:180px;
	overflow:hidden;
	width:1200px;
	margin:auto;
}
.footer .footer-top .link {
	width:66px;
	float:left;
}
.footer .footer-top .link ul {}
.footer .footer-top .link li {
	margin-bottom:15px;
}
.footer .footer-top .link a {}
.footer .footer-top .link p {
	text-align: center;
	line-height:28px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
}
.footer .footer-top .publicAddress {
	margin-left:110px;
	float:left;
	width:100px;
}
.footer .footer-top .publicAddress img {
	width:100%;
}
.footer .footer-top .publicAddress p {
	text-align: center;
	margin-top:10px;
	font-size: 15px;
	color: #FFFFFF;
}
.footer .footer-top .contact {
	margin-left:130px;
	width:225px;
	float:left;
}
.footer .footer-top h6 {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom:7px;
}
.footer .footer-top p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top:3px;
}
.footer .footer-top .contact ul {
	float:left;
	margin-top:30px;
}
.footer .footer-top .contact li {
	float:left;
	width:23px;
	margin-right:20px;
}
.footer .footer-top .contact img {
	width:100%;
}
.footer .footer-top .contact li .share  {
	display:none;
	position: absolute;
}
.footer .footer-top .contact li .share p {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: #FFFFFF;
}
.footer .footer-top .contact li:last-child:hover .share {
	display:block;
    width: 100px;
    margin: -118px 0 0 45px;
}
.footer .footer-top .company {
	margin-left: 100px;
    float: left;
    width: 256px;
}
.footer .footer-top .company h6 {
	border-bottom:1px solid #fff;
	margin-right:190px;
}

.footer .footer-top .company .company_cb {
	margin-top:20px;
}
.footer .footer-center {
	width: 53px;
    overflow: hidden;
    margin-left: 48%;
}
.footer .footer-center img {
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer .footer-center p {
	color:#fff;
	font-size:31px;
	font-weight:700;
	margin-top:10px;
}

.footer .footer-end {
	padding-top:10px;
	width:818px;
	height:60px;
	overflow:hidden;
	margin:0 auto;
}
.footer .footer-end p {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	line-height: 17px;
}
}
/* 补充 */
.newsItem{
	position:relative;
}
@media screen and   (max-width: 1280px) {
	.APPdownload {
		text-align: center;
	   position: fixed;
		top:0px;
		z-index:9999;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.5);
		/* padding: 230px 90px; */
		/* margin: -315px 0 0 -100px; */
	}
	.APPdownload .APPdownload_end {
		background: #FFFFFF;
		width: 1000px;
		margin: auto;
		margin-top: 60px;
		padding: 55px 0;
		height: 370px;
	}
	.APPdownload .APPdownload_end .APPdownload_close {
		float: right;
		width: 45px;
		margin: -35px 25px 0 0;
	}
	.APPdownload .APPdownload_end .APPdownload_center {
		text-align: center;
	}
	.APPdownload .APPdownload_end .APPdownload_center .APPdownload_logo {
		width:180px;
	}
	.APPdownload .APPdownload_end .APPdownload_center .APPdownload_app {
		padding-top: 13px;
		width: 210px;
	}
	.APPdownload .APPdownload_end .APPdownload_center p {
		padding-top: 3px;
		font-size: 26px;
		color: #000000;
	}
	.scene .scene_center #imageShow .imagebg{height:563px; overflow:hidden; position:relative;}
.scene .scene_center #imageShow .imagebg li {text-align: center;height: 563px; overflow: hidden; position:absolute; top:0; left:0; width:100%; display:block; filter:alpha(opacity=0); opacity: 0;display: flex;align-items: center;}
.scene .scene_center .bannerbg_main {height: 563px;}
	.scene .scene_center .bannerbg_main img {
    padding-top: 20%;
}
	/* 首页蒙版样式 */
	.home-page_top {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	font-family: "MicrosoftYaHei";
	display: table;
}
.home-page_top .home-mask {
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index:-1;
}
.home-page_top .home-picture {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-size:100%;
	z-index:-1;
}
.home-page_top p {
	text-align: left;
	/* font-size:72px; */
	font-size:40px;
	color:#fff;
}
.home-page_top .home-info {
	font-size:27px;
	/* font-size:50px; */
}
.home-page_top .info {
	margin-top:17px;
}
.home-page_top .home-box {
	border-bottom: 6px solid #fff;
	width:550px;
	height:225px;
	margin-left:100px;
	margin-top:168px;
}
/* .home-page .home-box .home-box-china {
	margin-top:-10px;
}
.home-page .home-box .home-box-info {
	margin-top:-10px;
} */

.home-page_top .home-enter .home-study {
	background-color:rgb(255, 255, 255, .36);
	border:4px solid #fff;
	width:200px;
	height:80px;
	float:left;
	position:relative;
}
.home-page_top .home-enter {
	overflow:hidden;
	margin-top:35px;
	margin-left:100px;
}
.home-page_top .home-enter .home-hardware {
	background:rgb(255, 255, 255 , .36);
	border:4px solid #fff;
	width:200px;
	height:80px;
	float:left;
	margin-left:37.5px;
	position:relative;
}
.home-page_top .home-enter a {
	text-decoration:none;
}
.home-page_top .home-table-content {
	/* display: table-cell;
    vertical-align: middle; */
}
.home-page_top .home-enter .home-study-info {
	width: 100%;
    height: 100%;
    display: table;
    color:#fff;
}
.home-page_top .home-enter .home-study-info .inline {
	display: table-cell;
	vertical-align: middle;
}
.home-page_top .home-enter .home-study-info .pl {
	font-size:26px;
	font-family: sans-serif;
	border-bottom:1px solid #fff;
	width: 110px;
    margin: 0 45px;
	text-align: center;
	padding-bottom: 5px;
}
.home-page_top .home-enter .home-study-info .pt {
	padding-top:2px;
	width:100%;
	font-size:20px;
	text-align: center;
	font-family: sans-serif;
}

/* 中英文 */
.site-link_top {
	padding:0 41px;
	width:60px;
	height:80px;
	background:#333;
    position: absolute;
    z-index: 333;
    color: #fff;
    right: 0px;
}
.site-link_top>li {
	margin-top:32px;
	float:left;
	line-height:15px;
	text-align:center;
}
.site-link_top>li>a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-size: 16px;
}
.site-link_top>li>span {
	color:#fff;
	display:block;
	font-size: 16px;
	padding:0 7px;
}
.site-link_top .english a {
	opacity:0.6;
}
.ssite-link_top .register {
	margin-left:26px;
}
	/* 首页蒙版样式 */
	
	/* 导航  */
	.search {
	float:left;
	margin-left:80px;
	line-height:112px;
}
.search img{
	margin-top: 29px;
    width: 70%;
}
.search .ssk img {
	margin-left:290px;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
	/* display:none; */
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
	width:800px;
	height:70px;
	padding-left:30px;
	color:#fff;
	font-size:30px;
	margin-bottom: 20px;
}
.search input {
	width:23px;
	height:23px;
	/* display:none; */
}


.nav {
	width:100%;
	height:80px;
	z-index:1000;
	background: rgb(0,0,0,.7);
	position:fixed;
}
.nav .home {
	margin-left:32px;
	padding-right: 12px;
	line-height:90px;
}
.nav .home img {
	margin-left: 50px;
    line-height: 80px;
    padding-right: 50px;
    height: 50px;
}

.nav  .triangle_border{
    width: 0;
    border-width: 16px 16px 0;
    margin: 50px 0 0 76px;
}
.nav  .home_frame {
	margin-left: 2px;
    background: #FFFFFF;
    /* display: none; */
    border-radius: 0 0 20px 20px;
    width: 100px;
    margin-top: 15px;
    height: 0px;
}
.nav .home:hover .home_frame {
	height:90px;
}
.nav  .home_frame a:first-child{
	display: block;
	border-bottom:1px solid #000;
}
.nav  .home_frame p{
	font-size: 18px;
    line-height: 43px;
    display: none;
}
.nav .navListBox>li {
	height: 80px;
    line-height: 80px;
    float: left;
    list-style: none;
}
.nav .navListBox>li>a {
	padding:0 30px;
	font-size:16px;
}
.nav .navListBox li:hover>a {

	border-bottom:4px solid  rgb(255,255,255,.6);
}
.nav .navListBox li a:focus {
	border-bottom:4px solid  #fff;
}
.search {
	float: right;
	line-height: 80px;
    right: 300px;
    position: relative;
}
.search .ssk {
}
.search .ssk2 {
	width:0px;
}
/* .search .tolang {
	width:400px;
	
} */
.search .ssk img {
	  margin-left: 0px;
	  width: 18px;
}
.search  .tosearch {
	width:0px;
	float:right;
	position: absolute;
    overflow: hidden;
}
.none {
	display:none;
}
/* .search .tolang {
	position: relative;
    overflow: hidden;
	width: 800px!important;
	animation:tolang 0.2s normal both; ;
	-moz-animation:tolang 0.2s  normal both; ;
	-webkit-animation:tolang 0.2s  normal both; ;
	-o-animation:tolang 0.2s  normal both; ;
}
@keyframes tolang
{
0%   {width: 0px}
100% {width: 700px}
}

.langsearch {
	width:58%;
}

.search .tosmall {
	position: absolute;
    overflow: hidden;
	width: 0px!important;
	tanimation:tosmall 0.3s  normal both; ;
	-moz-animation:tosmall 0.3s  normal both; ;
	-webkit-animation:tosmall 0.3s  normal both; ;
	-o-animation:tosmall 0.3s  normal both; ;
}
@keyframes tosmall
{
0% {width: 700px;right:10px;}
100%   {width: 0px;right:0;}
} */

.search .btn img {
	float:right;
}
.search .ssk2 {
	margin:0 33px ;
	width:135px;
	/* display:none; */
}
.search .ssk2 input {
	background: rgba(255,255,255,0.30);
    width: 615px;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.search .btn img {
	/* margin-left: 100px; */
	width: 22px;
}
/* 登录 */
.site-link {
	padding:0 50px;
    right: 0px;
}
.site-link>li {
	height: 80px;
    line-height: 80px;
}
.site-link>li>a {
	font-size: 16px;
}
.site-link>li>span {
	font-size: 16px;
}
.site-link .english a {
	opacity:0.6;
}
.site-link .register {
	margin-left:24px;
}




/* <!-- 头部菜单 --> */
/* .home-page {
	height: 610px;
} */
.home-page .choice {
	width: 86px;
    background: #fff;
    margin-top: -8px;
    margin-left: 201px;
} 
.home-page .home-box {
		width:525px;
		height:280px;
		/* margin-left:70px; */
}
.home-page .home-top{
	  position:absolute;
    left:70px;
    top: 150px;
}
.home-page .home-box p {
	float:left;
	font-size:50px; 
	color:#fff;
}
.home-page .home-box .home-info {
	font-size:36px; 
}
.home-page .home-box .info {
	margin-top:8px;
}

.home-page .home-enter {
	overflow:hidden;
	margin-top: 1px;
}
.home-page .home-enter .home-study {
	background-color:rgb(255, 255, 255);
	border:2px solid #fff;
	width: 210px;
    height: 80px;
    float: left;
	position:relative;
}
.home-page .home-enter .home-hardware {
	background:rgb(255, 255, 255 , .36);
	border:2px solid #fff;
	width: 210px;
    height: 80px;
	float:left;
	margin-left:23px;
	position:relative;
}
.home-page .home-enter a {
	text-decoration:none;
}
.home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}
.home-page .home-enter .pl {
	color: rgba(0,0,0,0.80);
    font-size: 23px;
    font-family: sans-serif;
    border-bottom: 2px solid rgba(0,0,0,0.80);
    margin: 0 50px;
    text-align: center;
    width: 108px;
    padding-bottom: 6px;
}
.home-page .home-enter .home-hardware .pl {
	color: #FFFFFF;
	border-bottom:2px solid #fff;
}
.home-page .home-enter .home-hardware .pt {
	color: #FFFFFF;
}
.home-page .home-enter .pt {
	text-align:center;
	color: rgba(0,0,0,0.80);
	padding-top:6px;
	font-size:16px;
	font-family: sans-serif;
}
.home-page .home-enter .inline {
	display: table-cell;
	vertical-align: middle;
}

/* <!-- 头部菜单 --> */

/* <!-- 面积展商等 --> */
.data {
	width:1000px;
	margin:0 auto;
	padding:100px 0;
}
.data .data_top {
	overflow:hidden
}
.data .data_top p {
	float:right;
	font-size: 14px;
	color: rgba(0,0,0,0.45);
}

.data .data_center {
	height:156px;
	overflow:hidden;
}
.data .data_center ul {
	float:left;
}
.data .data_center li {
	float:left;
	width: 250px;
}
/* .data .data_center .exhibition {
	padding: 0px 165px 0 170px;
    margin: 0;
}
.data .data_center .brand {
	margin-right:170px;
} */
.data .data_center li div {
	float: left;
    width: 250px;
    position: relative;
}
.data .data_center li div span {
	position: absolute;
    font-size: 25px;
    color: rgba(0,0,0,0.80);
    float: left;
    margin: -63px 0 0 207px;
}
.data .data_center li div .square {
	font-size: 18px;
    color: rgba(0,0,0,0.80);
    margin: -63px 0 0 230px;
}
.data .data_center h6 {
	width: 250px;
    font-size: 45px;
    text-align: center;
    color: rgba(0,0,0,0.80);
}
.data .data_center p {
	text-align: center;
    font-size: 23px;
    color: rgba(0,0,0,0.80);
}

.data .data_end {
	margin-top: 0px;
}
.data .data_end img {
	float: left;
    width: 30px;
    height: 100%;
}
.data .data_end .data_end_img {
	float:right;
	margin-top:-49px;
}
.data .data_end p {
	line-height: 36px;
    padding: 0 35px;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
}
/* <!-- 面积展商等 --> */



/* <!-- 间隔图片 --> */
.images {
	width:100%;
}
.images img{
	width:100%;
}

/* <!-- 间隔图片 --> */



/* <!-- 展会服务 --> */
.service {
	height: 620px;
	width:1000px;
	margin:0 auto;
	padding:100px 0px;
}
.all .service_top {
	height:140px;
	text-align:center;
	position: relative;
	z-index: 1;
}
.all .service_top .h3 div {
	background: rgba(0,0,0,0.40);
    width: 120px;
    height: 4px;
    position: absolute;
    margin:0;
    top:39px;
}
.all .service_top .services_begin {
 	left:-150px;
	display: none;
}
.all .service_top .services {
	right:-150px;
	display: none;
}
.all .service_top .h3 {
	font-size: 36px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    line-height: 110px;
}
.all .service_top .h3 span {
	font-weight: 600;
}
.all .service_top p {
	font-size: 76px;
    text-shadow: 0 10px 16px rgb(0 0 0 / 6%);
    line-height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	color: #FFFFFF;
}


.service .service_end {
	width: 800px;
    margin: auto;
}
.service .service_end .service_end_lenth {
	width: 134px;
    height: 188px;
    margin-bottom: 60px;
    margin-right: 166px;
    text-align: center;
    padding: 12px 11px;
}
.service .service_end .service_end_lenth .service_end_left {
	width: 88px;
    height: 95px;
	margin: auto;
	border-radius:100px;
}
.service .service_end .service_end_lenth .service_end_left img {
	margin:0 auto;
	text-align:center;
	opacity:1;
}
.service .service_end .service_end_lenth .service_end_right {
}
.service .service_end .service_end_lenth .service_end_right h6 {
	font-size: 21px;
	color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right p {
	font-size: 13px;
	overflow:hidden;
	height: 20px;
	color: rgba(0,0,0,0.80);
}
.service .service_end .service_end_lenth .service_end_right button {
	width: 94px;
    height: 29px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

/* <!-- 展会服务 --> */


/* <!-- 精彩活动 --> */
.activity {
	padding:100px 0;
	height:560px;
	width:1000px;
	margin:0 auto;
}
.active .activity .activity_end {}
.active .activity .activity_end ul {
	float:left;
}
.active .activity .activity_end ul li {
	float:left;
	text-align: center;
	height: 420px;
    width: 312px;
	margin-right:30px;
}
.active .activity .activity_end ul li:last-child {
	margin-right:0px;
}
.active .activity .activity_end ul li h6 {
	text-align:center;
    font-size: 30px;
	color: #FFFFFF;
}
.active .activity .activity_end ul li p {
	text-align:center;
	margin-top:8px;
	font-size: 20px;
	color: #FFFFFF;
}
.active .activity .activity_end ul li button {
	margin-left: 30%;
    margin-top: 64px;
    font-size: 20px;
    cursor: pointer;
    color: rgba(0,0,0,0.80);
    background:#fff;
    height: 44px;
    width: 125px;
}
/* <!-- 精彩活动 --> */


/* <!-- 展会新闻 --> */
.news {
	width:1000px;
	margin:0 auto;
	padding:100px 0;
}
.news .news_end {
	text-align: center;
}
.news .news_center {
	overflow:hidden;
	/* height: 459px; */
}
.news .news_center .news_left {
	margin-right:16px;
	float:left;
	width: 612px;
    height: 459px;
	display: table;
}
.newsItem .newImg{
	width:612px;
	overflow-x: hidden;
	height:459px;
	overflow:hidden; 
	display: flex; 
  justify-content: center; 
  align-items: center;  
}
.newsItem .newImg img{
	height:459px;
}
.news .news_center .news_left .news_left_end {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 10px;
}
.news .news_center .news_left h6 {
	height: 30px;
    overflow: hidden;
    padding-left: 32px;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    top: 10px;
}
.news .news_center .news_left p {
	padding-left: 32px;
    font-size: 15px;
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    bottom: 2px;
}
.news .news_center .news_right {
	float: right;
    width: 372px;
}
.news .news_center .news_right ul li {
	margin-bottom: 30px;
}
.news .news_center .news_right ul li h6 {
	overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}
.news .news_center .news_right ul li p {
	font-size: 10px;
	color: rgba(0,0,0,0.60);
	padding:18px 0 15px 0;
	height:55px;
	overflow:hidden;
}
.news .news_center .news_right ul li span {
	font-size: 10px;
	color: rgba(0,0,0,0.80);
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-bottom:3px;
}
.news .news_center .news_right ul li .right_time {
	padding-left: 250px;
    position: absolute;
    float: right;
}
.news .news_end button {
	margin-left: 0px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    width: 140px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
}
/* <!-- 展会新闻 --> */



/* <!-- 精彩图片 --> */
.picture {
	background: #F2F2F2;
}
.pictures {
	padding:100px 0;
	width:1000px;
	margin:0 auto;
}
.pictures  button {
	margin-left: 0px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    width: 140px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
}
.pictures .picture_lenth ul {}
.pictures .picture_lenth li {
	float: left;
    width: 320px;
    /* height: 230px; */
    margin-right: 15px;
    margin-bottom: 15px;
}
.pictures .picture_lenth li:nth-child(3n) {
	margin-right:0px;
}
.pictures .picture_lenth li:nth-child(4),.pictures .picture_lenth li:nth-child(5),.pictures .picture_lenth li:nth-child(6) {
	margin-bottom:0px;
}
.pictures .picture_lenth li h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	text-align:center;
	color: #FFFFFF;
}
.pictures .picture_lenth li img {
	width: 100%;
    height: auto;
}
/* <!-- 精彩图片 --> */



/* <!-- 精彩现场 --> */
.scene {
	padding:100px 0;
	height: auto;
	width:1000px;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,0.30);
}
.scene .scene_center {
	/* height:650px; */
	width:1000px;
}
.scene .scene_end {}
/* <!-- 精彩现场 --> */





/* <!-- 合作伙伴 --> */
.cooperation {
	padding:100px 0;
	margin:0 auto;
}
.cooperation .service_top {
	width:1000px;
	margin:0 auto;
}
.services_scroll{ position:relative;  height:180px; margin:0px 0;}
/* <!-- 合作伙伴 --> */





/* 底部  */
.footer {
	background: #00529D;
	height:250px;
	/* width:1000px; */
	margin:auto;
	padding: 20px 174px 10px;
}
.footer .footer-top {
	width:1000px;
	height:160px;
	overflow:hidden;
}
.footer .footer-top .link {
	width:60px;
	float:left;
}
.footer .footer-top .link ul {}
.footer .footer-top .link li {
	margin-bottom:5px;
}
.footer .footer-top .link a {}
.footer .footer-top .link p {
	text-align: center;
	line-height:28px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
}
.footer .footer-top .publicAddress {
	margin-left: 70px;
	float:left;
	width:100px;
}
.footer .footer-top .publicAddress img {
	width:100%;
}
.footer .footer-top .publicAddress p {
	text-align: center;
	margin-top:10px;
	font-size: 15px;
	color: #FFFFFF;
}
.footer .footer-top .contact {
	margin-left: 85px;
    width: 210px;
    float: left;
}
.footer .footer-top h6 {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom:7px;
}
.footer .footer-top p {
	font-size: 10px;
	color: #FFFFFF;
	margin-top:3px;
}
.footer .footer-top .contact ul {
	float:left;
	margin-top:30px;
}
.footer .footer-top .contact li {
	float:left;
	width:26px;
	margin-right:15px;
}
.footer .footer-top .contact li .share  {
	display:none;
	position: absolute;
}
.footer .footer-top .contact li:last-child:hover .share {
	display:block;
    width: 100px;
	margin: -121px 0px 0 42px;
}
.footer .footer-top .contact li .share p {
	text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: #FFFFFF;
}
.footer .footer-top .contact img {
	width:100%;
}
.footer .footer-top .company {
	margin-left: 85px;
	float:left;
	width: 220px;
}
.footer .footer-top .company h6 {
	border-bottom:1px solid #fff;
	margin-right: 160px;
}

.footer .footer-top .company .company_cb {
	margin-top:15px;
}
.footer .footer-center {
	width: 55px;
    overflow: hidden;
    margin-left: 47%;
    margin-top: -26px;
}
.footer .footer-center img {
	width:100%;
	height:100%;
	text-align:center;
	padding-bottom:1px;
}

.footer .footer-end {
	padding-top:10px;
	width:818px;
	height:50px;
	overflow:hidden;
	margin:0 auto;
}
.footer .footer-end p {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	line-height: 17px;
}
	/* .nav .navListBox{
		height:85px;
		position: absolute;
		overflow-y:hidden;
		margin-left:0px;
	}
	.nav .navListBox>li>a {
	padding:0px 30px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
	} */
}
@media screen and (max-width:1200px){
		.dropmenus{
			height: 2.1rem;
		    width: 3rem;
		    border: 1px solid #fff;
		    position: fixed;
		    right: 0;
		    text-align: center;
		    border-radius: 4px;
		    top: 22px;
		    right: 10px;
		    display:block;
		}
		.dropmenus .icon-menu{
		    font-size: 2rem;
	    	color: #fff;
		}
		.site-link{
		display:none;
		}
		.search{
		display:none;
		}
		.nav .navListBox>li {
    height: 80px;
    line-height: 80px;
    float: left;
    list-style: none;
    width: 100%;
    background: #000;
}
		.nav  .navListBox{
			display:none;
			position: absolute;
		    top: 78px;
		    right:0px;
		    width: 40%;
    		height: 350px;
    		z-index: 999;
		}
		.nav .navListBox>li{
		height:50px;
		line-height:50px;
		}
	@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?pm21s1');
    src:url('../fonts/icomoon.eot?pm21s1#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?pm21s1') format('truetype'),
        url('../fonts/icomoon.woff?pm21s1') format('woff'),
        url('../fonts/icomoon.svg?pm21s1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
    content: "\e916";
}
}
.picnum {
    position: absolute;
    margin: 0 auto;
    bottom: 220px;
   left:50%; 
}
.picnum li {
    display:inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background:url(../images/num_t.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    list-style: none;
}
.picnum li.sel {
    width: 10px;
    height: 10px;
    border: 0;
   background:url(../images/num_b.png);
    background-repeat: no-repeat;
}
.home-enter .home-study-info{
	cursor: pointer;
    display: table;
    width: 100%;
    height: 100%;
}