/*字体图标*/
@font-face {font-family: "iconfont";
  src: url('../iconfont/iconfont.eot'); /* IE9*/
  src: url('../iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('../iconfont/iconfont.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont.svg?t=1463975367#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 方正兰亭超细黑 */
@font-face {
    font-family: 'fzlantingheis-ul-gbregular';
    src: url('../fonts/fzltcxhjw_0-webfont.eot');
    src: url('../fonts/fzltcxhjw_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fzltcxhjw_0-webfont.woff2') format('woff2'),
         url('../fonts/fzltcxhjw_0-webfont.woff') format('woff'),
         url('../fonts/fzltcxhjw_0-webfont.svg#fzlantingheis-ul-gbregular') format('svg'),
         url('../fonts/FZLTCXHJW_0.TTF');
}




body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}
input,textarea,button,select{
    outline: none;
    font:14px/1.7em arial,Helvetica,'微软雅黑',tahoma,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
input::-webkit-input-placeholder{
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1; 
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{ 
    color:#a1a1a1; 
}

html{
    text-align:center;
}
body{
    font:14px/1.7em arial,Helvetica,'微软雅黑',tahoma,'黑体',sans-serif;
    color:#50555f;
    margin:0 auto; 
    text-align:left; 
    background: #f6f6f6;
}



/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both; 
    visibility:hidden;
}
.clear{
    *zoom:1;
}


/*版心*/
.w1200{ 
    width:1200px; 
    margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.btn{
	border: 0;
}

/*头部*/
.top-message{
	min-width: 1200px;
	background: #f1f1f1;
	border-bottom: 1px solid #e6e6e6;
	height: 34px;
	line-height: 34px;
}
.language{
	color: #0c3c60;
	font-size: 13px;
}
.language-ico{
	margin: 0 5px;
}
.language-ico img{
	line-height: 0;
}
.top-message-txt{
	margin-right: 30px;
	font-size: 13px;
	color: #0c3c60;
}
.top-message-txt .iconfont{
	margin: 0 3px;
	font-size: 15px;
	color: #0c3c60;
}

header{
	min-width: 1200px;
	background: #fff;
}
.logo{
	padding: 15px 20px;
}
nav{
	float: right;
}
.nav{
	padding-top: 30px;
}
.nav-li{
	height: 60px;
	position: relative;
	z-index: 10;
}

.nav-li > a{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #232323;
	font-size: 16px;
}
.nav-li > a:hover{
	color: #00284c;
}
.sub-nav{
	position: absolute;
	border-top: 3px solid #154366;
	width: 205px;
	left: 50%;
	margin-left: -102px;
	display: none;
	background: #fff;
}
.nav-li:hover .sub-nav{
	display: block;
}
.sub-nav-li{
	border-bottom: 1px solid #f2f2f2;
}
.sub-nav-li > a{
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.sub-nav-li > a:hover{
	color: #f34848;
}
.nav-search-box{
	left: auto;
	margin-left: 0;
	right: 0;
	width: 350px;
	padding: 20px 10px;
	box-sizing: border-box;
}
.nav-search-input{
	width: 270px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-right: 0;
	padding: 0 10px;
}
.nav-search-btn{
	height: 40px;
	width: 60px;
	font-size: 14px;
	color: #fff;
	background: #154366;
	cursor: pointer;
}
/* banner */
.banner{
	position: relative;
	width: 100%;
	height: 576px;
	overflow: hidden;
	min-width: 1200px;
}
.banner-ul{
	position: absolute;
	width: 1000%;
}
.banner-li{
	width: 10%;
	position: relative;
	overflow: hidden;
	height: 576px;
}
.banner-li a{
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.banner-control{
	position: absolute;
	width: 54px;
	height: 54px;
	background: rgba(255,255,255,0.5);
	font-size: 26px;
	font-weight: bold;
	font-family: 'Adobe 黑体 Std';
	top: 50%;
	margin-top: -30px;
	box-sizing: border-box;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);		/* Firefox */
}
.banner-control > p{
	height: 53px;
	line-height: 53px;
	cursor: pointer;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);		/* IE 9 */
	-webkit-transform: rotate(-45deg);	/* Safari and Chrome */
	-o-transform: rotate(-45deg);		/* Opera */
	-moz-transform: rotate(-45deg);		/* Firefox */
}
.banner-control-l{
	left: -27px;
}
.banner-control-l > p{
	padding-left: 28px;
}
.banner-control-r{
	right: -28px;

}
.banner-control-r >p{
	padding-left: 5px;
}
.banner-control:hover{
	background: #fff;
}

/* 首页专项展 */
.index-Special-box{
	display: block;
	min-width: 1200px;
	background: url(../Images/index-Special-bg.jpg) center center no-repeat;
	height: 388px;
    background-size: cover;
}
.index-title-box{
	padding-top: 40px;
	margin-bottom: 20px;
}
.index-title{
	font-family: 'fzlantingheis-ul-gbregular';
	width: 20%;
	text-align: center;
	color: #00284c;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
}
.index-title-hr{
	width: 40%;
	border: 0;
	height: 1px;
	background: #00284c;
	opacity: 0.25;
	margin-top: 20px;
}
.Special-logo-li{
	width:200px;
	height: 225px;
	position: relative;
    margin-bottom: 20px;
}
.Special-logo-li:after{
	background-color: #c8c7cc;
    bottom: 0;
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
}
.Special-logo-li:last-of-type:after{
	display: none;
}
.Special-logo{
	padding: 80px 0;
	text-align: center;
}
.Special-logo-img{
	height: 29px;
	text-align: center;
	margin-bottom: 10px;
}
.Special-logo-img img{
    max-width: 93px;
    max-height: 24px;
}
/* .Special-logo-img{
	max-width: 80%;
} */
.Special-logo-name{
	font-size: 16px;
	color: #4e4e4e;
	font-weight: bold;
}
.Special-logo-hr{
	border: 0;
	width: 20px;
	height: 3px;
	background: #d6d6d6;
	margin: 30px auto 0;

}
.Special-logo-chaining{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	display: none;
	z-index: 10;
}
.Special-logo-img2 img{
	max-width: 80%;
	border: 1px solid rgba(0,0,0,0.1);
}
.Special-logo-li:hover .Special-logo-chaining{
	display: block;
}
.Special-logo-name2{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}
.Special-logo-hr2{
	border: 0;
	width: 20px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
}
.Special-logo-mun{
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	font-size: 16px;
	color: #fff;
}
.red-logo-bg{
	background: #e5001f;
}
.yellow-logo-bg{
	background: #fcee00;
}
.blue-logo-bg{
	background: #17429b;
}
.orange-logo-bg{
	background: #d95b13;
}
.print-logo-bg{
	background: url(../Images/print-bg.jpg) center center no-repeat;
}
.lightblue-logo-bg{
	background: #009bd9;
}
.green-logo-bg{background:#3bb865;}



.grey-logo-bg{
    background: #b6b3b4;
}
.LightBlue-logo-bg{
    background: #2590b9;
}
.green-logo-bg{
    background: #26b400;
}
.Deepblue-logo-bg{
    background: #21499d;
}
.Darkgreen-logo-bg{
    background: #508136;
}
.gradient-logo-bg{
    background: #0e7339;
}


.print-logo-bg .Special-logo-name2,
.print-logo-bg .Special-logo-mun,
.yellow-logo-bg .Special-logo-name2,
.yellow-logo-bg .Special-logo-mun{
	color: #333;
}
.yellow-logo-bg .Special-logo-hr2{
	background-color: #333;
}
.print-logo-bg .Special-logo-hr2{
	background: #333;
}
.white-logo-bg .Special-logo-hr2{
	background: #333;
}

/* 首页专项展2 */
.index-Special-box2{
	display: block;	
	min-width: 1200px;
	background: url(../Images/index-Special-bg2.jpg) center center no-repeat;
	height:502px;
}
.index-Special-inner{
	position: relative;
}
.index-Special-box2 .Special-logo-li{
    position: relative;
    z-index: 1000;
    width: 164px;
    height: 164px;
    margin: 32px 32px;
    overflow: hidden;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index-Special-box2 .Special-logo-li-inner{
    width: 230px;
    height: 230px;
    margin-top: -33px;
    margin-left: -33px;
    overflow: hidden;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index-Special-box2 .Special-logo-li:after{
	display: none;
}
.index-Special-box2 .Special-logo-box{
	position: absolute;
	left: 38px;
	top: 2;
}
.index-Special-box2 .Special-logo-box2{
    position: absolute;
	left: 152px;
	top: 116px;
}
.index-Special-box2 .Special-logo-hr{
	display: none;
}
.index-Special-box2 .Special-logo{
	padding:85px 0;
}
.index-Special-box2 .Special-logo-li:hover .Special-logo{
	display: none;
}
.index-Special-box2 .Special-logo-li:hover .Special-logo-chaining{
	display: block;
}
.index-Special-box2 .Special-logo-name2{
	font-size:16px;
	padding-top:10px;
}
.index-Special-box2 .Special-logo-chaining{
	padding:57px;
}
.index-Special-box2 .Special-logo-img2 img{
	width: 72px;
	height: 74px;
}

/* 首页新闻 */
.index-news-half{
	width: 570px;
}

.index-news-title-box{
	border-bottom: 1px solid #bfc9d2;
	padding: 20px 10px 15px 0;

}
.more{
	font-size: 12px;
	font-family: '宋体';
	color: #f34848;
}
.index-news-box{
	min-width: 1200px;
	padding: 30px 0;
	background: #fff;
}
.index-news-title{
	font-size: 22px;
	color: #00284c;
	font-weight: normal;
}
.index-news-li{
	width: 270px;
	padding: 30px 0;
	margin-right: 30px;
}
.index-news-li:last-of-type{
	margin-right: 0;
}
.index-news-img{
	width: 270px;
	display: table;
	height: 174px;
	text-align: center;
}
.index-news-img>a{
	width: 270px;
	height: 174px;
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
}
.index-news-img >a >img{
	max-width: 270px;
	max-height: 174px;
}
.index-news-name{
	font-size: 18px;
	color: #545454;
	font-weight: normal;
	padding: 15px 0 10px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.index-news-time{
	font-size: 12px;
	color: #8e9aa3;
}
.index-news-txt{
	font-size: 14px;
	color: #727272;
	height: 100px;
}
.detail{
	font-size: 12px;
	font-family: '宋体';
	padding: 8px 20px;
	border-radius: 3px;
	background: #515151;
	color: #fff;
}
.detail:hover{
	background: #f34848;
}
/* 首页介绍 */
.index-intro-box{
	min-width: 1200px;
	background: url(../Images/index-intro-bg.jpg) center center no-repeat;
	height: 430px;
}
.index-intro-box .index-title{
	color: #fff;
}
.index-intro-box .index-title-hr{
	background: #fff;
}
.index-intro-information-box{
	text-align: center;
	padding-top: 25px;
}
.index-intro-txt{
	text-align: center;
	padding: 30px 135px;
	font-size: 14px;
	color: #fff;
}
.index-intro-information{
	text-align: center;
	display: inline-block;
	width: 200px;
	padding: 20px;
}
.index-intro-information-txt{
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}

/* 首页同期活动 */
.index-activity-box{
	background: #f6f6f6;
	padding-bottom: 80px;
}
.index-activity-matter{
	margin-top: 40px;
}
.index-activity-txt-box{
	width: 270px;
}
.index-activity-name{
	font-size: 14px;
	color: #00284c;
	font-weight: bold;
	margin-bottom: 5px;
}
.index-activity-txt{
	font-size: 14px;
	color: #73767f;
	min-height: 180px;
}
.idnex-activity{
	width: 912px;
	height: 227px;
}
.idnex-activity-change{
	position: relative;
	width: 860px;
	height: 227px;
	overflow: hidden;
}
.idnex-activity-control{
	width: 25px;
	height: 100%;
	background: #eaeaea;
	cursor: pointer;
	text-align: center;
	line-height: 227px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; 
}
.idnex-activity-control:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray; 
}
.idnex-activity-ul{
	position: absolute;
	width: 1000%;
}
.idnex-activity-li{
	width: 270px;
	height: 227px;
	position: relative;
	float: left;
	margin: 0 8px;
}
.idnex-activity-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.idnex-activity-img img{
	width: 100%;
	display: block;
}
.idnex-activity-change-box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(4,127,181,0.9);
}
.idnex-activity-change-name{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.idnex-activity-change-name:before{
	background-color: #ffcc00;
    display: inline-block;
    content: " ";
    width: 3px;
	height: 14px;
    margin-right: 10px;
	margin-bottom: -1px;
}
.idnex-activity-change-txt{
	font-size: 14px;
	color: #fff;
	display: none;
	margin: 10px 0;
	margin-left: 13px;
}
.idnex-activity-li:hover .idnex-activity-change-box{
	height: 100%;
}
.idnex-activity-li:hover .idnex-activity-change-txt{
	display: block;
}

/* 支持媒体 */
.index-media-box{
	border-bottom: 1px solid #bfc9d2;
	min-width: 1200px;
	background: #fff;
}
.index-media-matter{
	padding: 30px 0;
	position: relative;
}
.index-media-control{
	position: absolute;
	top: 50px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border: 1px solid #bfc9d2;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	
}
.index-media-control-r{
	right: 0;
}
.index-media-control img{
	width: 8px;
	 
}
.index-media-control:hover{
	background: #f34848;
	border-color: #f34848;
	
}
.index-media-control:hover img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.index-media{
	width: 1110px;
	margin: 0 auto;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.index-media-ul{
	position: absolute;
	width: 1000%;
}
.index-media-li{
	display: table;
	width: 185px;
	height: 80px;
	text-align: center;
}
.index-media-li > a{
	display: table-cell;
	width: 185px;
	height: 80px;
	vertical-align: middle;
	line-height: 0;
}
.index-media-li > a >img{
	max-width: 140px;
	max-height: 60px;
	line-height: 0;
}
/* 底部 */
footer{
	min-width: 1200px;
	padding-top: 50px;
	background: #fff;
}
.footer-nav{
	width: 160px;
	margin-bottom: 20px;
}
.footer-nav dt{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
}
.footer-nav dd{
	margin: 5px 0;
}
.footer-iconfont-ico{
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}
.footer-nav-contact{
	width: auto;
}
.footer-iconfont-ico-fax{
	font-size: 22px;
	margin-right: 6px;
}
.footer-records{
	font-size: 12px;
	font-family: "宋体";
	color: #898989;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #0c0c0c;
}
/* 内页banner */
.banners{
	position: relative;
	width: 100%;
	height: 298px;
	overflow: hidden;
}
.banners-img{
	position: absolute;
	width: 1920px;
	height: 298px;
	left: 50%;
	margin-left: -960px;
}
.banners-title{
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -125px;
	width: 250px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}
/* 内容 */
.content{
	margin: 20px auto 80px;
}
/* 左边栏 */
.sidebar{
	width: 224px;
}
.sidebar-box{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sidebar-box-title{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
	padding: 0 15px ;
	font-size: 20px;
	color: #173047;
}
.sidebar-nav-title{
	font-weight: bold;
	padding-left: 10px;
}

.sidebar-nav-li>a{
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	color: #4d4d4d;
}
.sidebar-nav-li>a:hover,
.sidebar-nav-li.current>a{
	background: #173047;
	color: #fff;
}

/* 联系我们 */
.sidebar-content{
	padding: 15px;
}
.sidebar-tab{
	display: table;
}
.sidebar-contact-txt{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #717171;
	word-wrap: break-word;
	word-break: normal;
	line-height: 18px;
}
.sidebar-contact-name{
	display: table-cell;
	vertical-align: middle;
	width:80px;
	font-size: 14px;
	color: #717171;
}
.sidebar-contact-lineheight{
	line-height: 16px;
}
.sidebar-contact-width{
	width: 45px;
}

.main{
	width: 712px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 20px;
	background: #fff;
	min-height: 600px;
}
/* 快速链接 */
.chaining-btn{
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 20px;
}
.chaining-ico img{
	width: 24px;
	height: 24px;
	margin-bottom: -5px;
}
.chaining-ico{
	line-height: 0;
	padding-right: 10px;
}
.sidebar-audience{
	background: #f6f6f6;
	color: #f34848;
}
.sidebar-audience:hover{
	background: #eaeaea;
}
.sidebar-exhibition{
	background: #f34848;
	color: #fff;
}
.sidebar-exhibition:hover{
	background: #ff2f2f;
}
.fast-chaining-ul{
	margin-top: 20px;
}
.fast-chaining-li>a{
	font-size: 14px;
	line-height: 28px;
}
.fast-chaining-li>a:hover{
	color: #f34848;
}
.fast-chaining-li>a>span{
	font-family: "宋体";
	padding-right: 15px;
}
.sidebar-subscription-txt{
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}
.sidebar-subscription-input{
	border: 1px solid #dfdfdf;
	width: 144px;
	height: 34px;
	box-sizing: border-box;
	border-right: 0;
	padding: 0 5px 0 25px;
	background: url(../Images/sidebar-subscription-input.jpg) left center no-repeat;
}
.sidebar-subscription-btn{
	width: 50px;
	height: 34px;
	background: #173047;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}
/* 面包屑 */
.guild-box{
	font-family: '宋体';
	color: #999;
	font-size: 12px;
	padding-top: 20px;
}
.guild-box >a{
	color: #999;
}
.guild-box >a.iconfont{
	font-size: 18px;
	color: #7b7b7b;
}
.guild-current{
	color: #333;
}
.guild-arrow{
	font-size: 16px;
	margin: 0 5px;
}
.main-title-box{
	border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    height: 55px;
    
}
.main-title{
	line-height: 55px;
	color: #173047;
    font-size: 20px;
    font-weight: normal;
}
/* 下载 */
.download-ul{
	padding: 10px;
}
.download-li{
	width: 175px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin: 20px;
	text-align: center;
	padding: 20px;
}
.download-name{
	font-size: 14px;
	color: #636363;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	margin-bottom: 10px;
}
.download-ico{
	text-align: center;
	line-height: 0;
	margin-bottom: 15px;
}
.download-ico img{
	max-width: 30px;
}
.download-size{
	font-size: 12px;
	color: #fb2020;
}
.download-btn{
	width: 112px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	background: #173047;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
}
.download-btn:hover{
	background: #f34848;
}

/* 展会概况 */
.profile-box{
	padding: 20px;
}
.profile-title{
	margin: 30px 0;
	font-size: 20px;
	line-height: 32px;
}
.profile-title-logo{
	padding-right: 20px;
	margin-bottom: -8px;
}
.profile-txt{
	line-height: 36px;
	color: #4c4c4c;
	margin: 40px 0;
	font-size: 14px;
}
.profile-name{
	color: #f34848;
	font-size: 18px;
}


.video_wrap{
	width: 600px;
	margin: 50px auto;
}

/* 联系我们 */
.on-sidebar-l-main{
	width: 955px;
	margin-left: 0;
}
.Contact-top{
	padding: 30px 25px;
	/*border-bottom: 1px solid #dfdfdf;*/
}

.Contact-title-logo{
	width: 90px;
	margin-right: 15px;
	margin-bottom: -6px;
}
.Contact-title{
	font-size: 16px;
	color: #484848;
}
.Contact-top-txt-box{
	margin-top: 50px;
}
.Contact-top-txt{
	width: 50%;
	float: left;
	margin-bottom: 10px;
	color: #484848;
	font-size: 14px;
}
.Contact-top-txt>a{
	color: #f34848;
	text-decoration: underline;
}
.Contact-top-txt>a:hover{
	text-decoration: none;
}

.Contact-row{
	padding: 50px 25px;
}
.Contact-half{
	width: 50%;
}
.Contact-half-title{
	font-size: 14px;
	color: #173047;
	font-weight: bold;
	margin-bottom: 10px;
}
.Contact-half-txt{
	color: #484848;
	margin: 5px 0;
}
.Contact-ewm {
	margin: 10px 0;
}
.Contact-ewm img{
	max-width: 120px;
}
.partner-ul{
	margin: 20px 0;
}
.partner-li{
	display: table;
	margin: 15px 13px;
	box-sizing: border-box;
	width: 198px;
	height: 74px;
	text-align: center;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
}
.partner-li>a{
	display: table-cell;
	width: 198px;
	height: 74px;
	vertical-align: middle;
	line-height: 0;
}
.partner-li>a>img{
	max-width: 180px;
	max-height: 55px;
	display: inline-block;
}

/*分页*/
.paging {
    padding: 20px 10px 50px;
}
.paging a,.paging span{ 
    color: #333;
	padding: 1px 7px;
	font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
	color: #666;
}
.paging .curr,
.paging a:hover {
    background: #173047;
    color: #fff;
    border-radius: 3px;
}
.paging .current,
.paging a:hover {
    background: #173047;
    color: #fff;
    border-radius: 3px;
}
.paging .next{
	font-family: "宋体";
	font-weight: bold;
	font-size: 16px;
}

/* 新闻 */
.news-li{
	padding: 30px 0;
	border-bottom: 1px dashed #e7e7e7;
}
.news-li:last-of-type{
	border-bottom: 0;
}
.news-img-box{
	width: 210px;
}
.news-img-box img{
	max-width: 100%;
}
.news-txt-box{
	padding-left: 238px;
	padding-right: 20px;
}
.news-title{
	font-size: 14px;
	padding: 5px 0;
}
.news-title a{
	color: #727272;
	display: block;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.news-title a:hover{
	color: #f34848;
}
.news-time{
	color: #727272;
}
.news-txt{
	color: #727272;
	padding: 12px 0;
}

/* 新闻详情 */
.news-details-box{
	padding: 20px 20px;
	border-bottom: 1px solid #d4d4d4;
}
.news-details-title{
	font-size: 24px;
	color: #4b4b4b;
	text-align: center;
	line-height: 28px;
	margin: 30px 0 10px;
	font-weight: normal;
}
.news-details-time{
	text-align: center;
	color: #666;
}
.news-details-txt{
	line-height: 32px;
	color: #4b4b4b;
	margin: 40px 0;
}
.news-details-box img{
	max-width: 100%;
}
.news-share-box{
	padding: 20px;
}
.news-keyword-box{
	margin: 10px 0;
}
.news-keyword-name{
	color: #323232;
	font-weight: bold;
}
.news-keyword-txt{
	padding-left: 90px;
	color: #777;
}
.news-keyword{
	margin: 0 5px;
}


.bdimgshare-lbl {
    cursor: default;
    float: left;
    padding-right: 5px;
    line-height: 28px;
}
.news-share{
	margin: 10px 0;
}
.news-control{
	width: 355.5px;
	box-sizing: border-box;
	padding: 30px 20px;
    color: #173047;
    background: #ececec;
}
.news-control >a{
	display: block;
	color: #173047;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.news-control >span{
	font-family: "宋体";
	margin: 0 10px 0 20px;
	float: left;
}
.news-control:hover{
	background: #e1e0e0;
}
.news-control-box{
	margin-left: -20px;
	margin-right: -20px;
}
.news-control.fr{
	text-align: right;
}
.news-control.fr>span{
	float: right;
}


/* 同期活动 */
.activity{
	padding: 50px 4px 20px;
}

.activity-li{
	width: 254px;
	overflow: hidden;
	margin: 10px 24px 40px;
}
.activity-img{
	display: table;
	width: 254px;
	height: 253px;
	text-align: center;
	overflow: hidden;
}
.activity-img >a{
	display: table-cell;
	width: 254px;
	height: 253px;
	vertical-align: middle;
	line-height: 0;
}
.activity-img >a>img{
	max-width: 254px;
	max-height: 253px;
	display: inline-block;
}
.activity-txt{
	padding: 20px 0;
}
.activity-txt>a{
	display: block;
	font-size: 16px;
	color: #666;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.activity-txt>a:hover{
	text-decoration: underline;
}

/* 网上展厅 */
.online-top{
	padding: 25px;
	margin: 18px 0;
	background-color: #f6f6f6;
	border-radius: 3px;
}
.online-search-select{
	outline: none;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background-image: url(../Images/online-search-select.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 280px;
    height: 40px;
    box-sizing: border-box;
    margin-right: 25px;
    border-radius: 5px;
    padding: 0 10px;
}
.online-search-input{
	width: 350px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 10px;
    padding-left: 35px;
    border: 1px solid #dadada;
    background: #fff url(../Images/online-search-input.png) left center no-repeat;
}
.online-search-btn{
	width: 180px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #174567;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.online-search-btn:hover{
	background: #194d74;
}

.online-rank{
	padding-top: 30px;
}
.online-rank a{
	text-transform: uppercase;
	padding: 0 9.5px;
	color: #707070;
	box-sizing: border-box;
}
.online-rank a.current{
	color: #dd4e17;
}
.online-bd{
	margin: 20px 0;
}
.online-hint{
	font-size: 16px;
	color: #666;
	margin: 10px 0;
}

.online-row {
	border-radius: 0;
	padding: 25px;
	border: 1px solid #e9e9e9;
	margin-top: -1px;
}
.online-row:nth-of-type(2n){
	background: #fafafa;
}
.online-logo{
	width: 250px;
	text-align: center;
}
.online-logo a{
	line-height: 0;
}
.online-logo a img{
	display: inline-block;
	max-width: 120px;
	max-height: 70px;
}

.online-txtbox{
	padding-left: 250px;
}
.booth-number{
	font-size: 14px;
	font-weight: bold;
	color: #f34848;
	width: 150px;
}


.online-logo-txt{
	padding-right: 160px;
}
.online-logo-name{
	margin-bottom: 5px;
}
.online-logo-name a{
	color: #404040;
}
.online-logo-line{
	font-size: 14px;
	line-height: 18px;
}
.online-logo-line a{
	color: #525252;

}
.online-logo-name a:hover,
.online-logo-line a:hover{
	color: #f34848;
}

/* 网上展厅详情 */
.online-details-top{
	border: 1px solid #e9e9e9;
	padding: 30px;
}
.online-details-logo{
	width: 110px;
	padding-left: 20px;
	padding-right: 50px;
}
.online-details-logo>img{
	width: 100%;
	display: block;
}
.online-details-txtbox{
	padding-left: 180px;
}
.online-details-name{
	font-size: 22px;
	color: #404040;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
}
.online-details-booth-number{
	font-size: 18px;
	color: #dd4e17;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-bottom: 20px;
}
.online-details-txt{
	width: 50%;
	margin: 3px 0;
	color: #525252;
}
.online-details-txt a{
	color: #525252;
}

.online-product-title{
	margin-top: 50px;
	margin-bottom: 35px;
	height: 46px;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	background: #173047;
	line-height: 46px;
}
.online-product-li{
	width: 280px;
	overflow: hidden;
	margin-right: 36px;
	margin-bottom: 50px;
	cursor: pointer;
}
.online-product-li:nth-of-type(3n){
	margin-right: 0;
}
.online-product-img{
	width: 280px;
	height: 250px;
	overflow: hidden;
}
.online-product-img img{
	width: 100%;
	display: block;
}
.online-product-txt{
	text-align: center;
	font-size: 16px;
	color: #4c4c4c;
	padding: 10px 0;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}

/* 产品弹窗 */
.popup-box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}
.popup{
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -500px;
	width: 1000px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;

}
.popup-product-img{
	width: 460px;
	margin-right: 40px;
}
.popup-product-img img{
	max-width: 460px;
	display: block;
}
.popup-product-txtbox{
	padding: 20px 0;
	padding-left: 500px;
}
.popup-product-name{
	font-size: 24px;
	color: #4c4c4c;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	padding: 30px 0;
}
.popup-product-txt{
	color: #686868;
	line-height: 30px;
	margin-bottom: 40px;
}
.popup-product-title{
	color: #dd4e17;
}
.close{
	position: absolute;
	cursor: pointer;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 10px;
	color: #333;
	font-size: 24px;
	text-align: center;
}

/* 展商中心 */
.exhibition-title{
	height: 34px;
	line-height: 34px;
	padding: 0 15px ;
	background: url(../Images/exhibition-title-bg.jpg);
	color: #f34848;
	font-size: 16px;
	margin: 15px 0;
}

.exhibition-checkbox-ul{
	padding: 0 15px;
}
.exhibition-checkbox-li{
	width: 33.3%;
	padding: 10px 0;
	color: #666;
}
.exhibition-checkbox{
	margin-right: 5px;
}
.exhibition-piece{
	margin-bottom: 70px;
}
.exhibition-input-li{
	margin: 24px 0;
}
.exhibition-input-title{
	font-size: 15px;
	color: #333;
	width: 120px;
	line-height: 44px;
}
.exhibition-input-title span{
	margin-right: 5px;
	color: #d60e1b;
	font-family: '微软雅黑';
	display: inline-block;
	width: 10px;
}
.exhibition-input{
	height: 44px;
	box-sizing: border-box;
	border: 1px solid #ededed;
	width: 100%;
	border-radius: 5px;
	padding: 0 10px;
	color: #878787;
}
.exhibition-input-r{
	padding-left: 120px;
}
.exhibition-select{
	outline: none;
    border: 1px solid #ededed;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background-image: url(../Images/online-search-select.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 20px 0 10px;
    height: 44px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #878787;
    width: 265px;
}
.exhibition-input-mr{
	margin-right: 22px;
}
.exhibition-select-sex{
	width: 170px;
}
.exhibition-input-name{
	width: 360px;
}
.exhibition-select-district{
	width: 127px;
}
.country-num-input{
	width: 110px;
}
.area-num-input{
	width: 150px;
}
.num-input{
	width: 250px;
}
.Booth-tab{
	margin: 40px 0 30px;
    border-collapse:collapse;
}
.standard_box,
.light_box{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	}
.standard_box td,
.light_box td{
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	}

.Booth-tab td{
	padding: 15px 20px;
	width: 50%;
}
.Booth-tab td>b{
	margin-right: 5px;
	color: #0c3c60;
}
.Booth-tab-input{
	width: 65px;
	height: 30px;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 0 10px;
}
.uploading-logo-box{
	padding: 0 10px 30px;
	border-bottom: 1px solid #eee;
}
.uploading-logo-title{
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
}
.uploading-logo{
	width: 155px;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}
.uploading-logo > img{
	max-width: 100%;
}
.uploading-logo-r{
	padding-left: 180px;
	padding-top: 8px;
}
.uploading-logo-btn{
	position: relative;
	width: 80px;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	overflow: hidden;
	background: #f34848;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.uploading-logo-btn:hover{
	background: #e74545;
}
.uploading-logo-btn input{
	position: absolute;
	width: 80px;
	height: 34px;
	opacity: 0;
	cursor: pointer;
}
.uploading-logo-txt{
	font-size: 14px;
	color: #878787;
}
.exhibition-btn-box{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 30px;
}
.exhibition-btn{
	width: 190px;
	height: 50px;
	border-radius: 5px;
	background: #173047;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}
.exhibition-btn:hover{
	background: #173652;
}

/* 添加轮播图上悬浮的按钮 */

.banner-suspend{
	position: absolute;
	width: 280px;
	padding: 30px;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	margin-left: -340px;
}
.banner-suspend-txtBox{
	margin-bottom: 40px;
}
.banner-suspend-title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	line-height: 26px;
}
.banner-suspend-txt{
	color: #fff;
	line-height: 16px;
}
.banner-suspend-li{
	float: left;
}
.banner-suspend-li:nth-of-type(2n-1){
    width:45%;
}
.banner-suspend-li:nth-of-type(2n){
    width: 55%;
}
.banner-suspend-li:before {
	content: "·";
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}
.banner-suspend-li a{
	color: #fff;
}
.banner-suspend-li a:hover{
	color: #5392f9;
}
.banner-btn{
	width: 100%;
	display: block;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 28px;
}
.banner-btn:hover{
	opacity: 0.95;
}
.banner-exhibitors{
	color: #fff;
	background: #f34848;
	margin-bottom: 30px;
}
.banner-audience{
	color: #f34848;
	background: #fff;
}
.banner-btn > i{
	display: inline-block;
	width: 34px;
	height: 34px;
	background-size: cover;
	margin-bottom: -8px;
	margin-right: 20px;
}
.banner-btn > i.banner-exhibitors-ico{
	background-image: url(../Images/Documents.png);
}
.banner-btn > i.banner-audience-ico{
	background-image: url(../Images/spectator.png);
}

.w1140.nav{
	padding-top: 0;
}

.content.w1200 {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.w1140 .logo{
	padding: 0;
}

.Special-logo-img2 img{
	width: 100px;
	height: 100px;
}
.uploading-logo-box{
	display: block !important;
}
.sidebar-content{
	padding: 15px 13px;
}

.banner-btn{
	height: 56px;
	line-height: 56px;
	margin-bottom: 11px;
	font-size: 24px;
	text-align: left;
}
.banner-btn > i{
	width: 28px;
	height: 28px;
	margin-left: 40px;
	margin-bottom: -6px;
}
.banner-demand{
	font-size: 20px;
	background-color: #f34848;
	color: #fff;
}
.banner-demand:hover{
	opacity: 0.9;
}
.banner-demand-ico{
	background-image: url(../Images/demand.png);
}

/* 移动端 */
.app-nav-ico,
.app-nav-close{
	display: none;
}

/* C2M需求定制 */
.demand-top{
	margin: 20px 0;
	background-color: #fff;
	padding: 40px 30px;
	font-size: 16px;
}
.demand-top-name{
	font-weight: bold;
	color: #f34848;
}
.demand-top-text{
	padding-left: 85px;
	color: #173047;

}
.demand-form-row{
	background-color: #fff;
	padding: 35px 0;
}
.demand-form-li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
	margin-bottom: 30px;
}
.demand-form-name{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.demand-form-input{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	height: 45px;
	padding: 0 10px;
	border-radius: 5px;
}
.demand-form-hint{
	float: right;
	font-size: 12px;
	color: #f34848;
	font-family: "宋体";
	padding-left: 20px;
	line-height: 24px;
}
.warn .demand-form-hint{
	background: url(../Images/warn-ico.png) left center no-repeat;

}
.warn .demand-form-input{
	border-color: #f34848;
}
.demand-form-textarea{
	height: 125px;
	padding: 10px;
	resize: none;
}
.demand-btn-box{
	margin: 30px;
	border-top: 1px solid #e5e5e5;
	padding: 30px;
	text-align: center;
}
.demand-btn-hint{
	font-size: 16px;
	color: #f34848;
	margin-bottom: 20px;
}
.demand-btn{
	width: 240px;
}



.pp_pic_holder{
	width:626px !important;
	top:20px !important;
	left:50% !important;
	margin-left:-300px !important;
	background-color:#fff;
	}
.pp_content{
	width:600px !important;
	}
#pp_full_res{
	width:100%;
	}
#fullResImage{
	width:600px !important;
	max-width:600px !important;
	height:auto !important;
	}
.pp_hoverContainer{
	width:100% !important;
	}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next{
	    background: url(../Images/sprite.png) -31px -3px no-repeat !important;
	}
div.pp_default a.pp_arrow_next {
	    background-position: -82px -3px !important;
	}





.logo-down{
	position: relative;
	width: 340px;
	float: right;
	margin-top: -558px;
}
.logo-img{overflow:hidden; display:block; float:left;}
.logo-img img{
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.logo-img-iphone {
    display: inline-block;
    margin:0 auto;
}
.logo-chenghua{
    width: 340px;
    float: right;
     cursor: pointer;
     background: #FFF;
     padding:10px 28px;
     box-sizing: border-box;
}
.arrbox{
    width: 248px;
    height: 30px;
}

.conmentarr{
     width: 30px;
    height: 50px;
    background-color: #f1f0f0;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.arrbox:after{
     position: absolute;
           top: 18px;
           left: 8px;
            content: '';
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 10px solid #129cd1;

}

.openarr:after{
 position: absolute;
           top: 18px;
           left: 11px;
            content: '';
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 10px solid #129cd1;
}
.logo-img-tit{float:left; margin:36px 0 0 0px; color:#323232; font-size:19px; line-height:30px;}
.logo-img-tel{float:left; margin-top:38px;margin-left: 20px;}
.logo-img-tel h2{color:#df2928; font-size:26px; font-weight:normal;}
.logo-img-tel p{color:#464646; font-size:17px; font-weight:normal; line-height:40px;}


.logo-imgbox img{
    width: 90%;
}



.logo-banner{
    width: 100%;
    position: relative;
    overflow: hidden; 
     margin-top: -151px;
}
.logo-banner img{
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}
@media only screen and (max-width:1760px) {
   .logo-chenghua{
/*    width: 248px;
    margin-right: 16px;*/
    float: right;
    text-align: center;
    padding: 5px 28px;
  }
 .logo-img-iphone{
     float: none;
  }
  .logo-down{
  	 margin-top: -574px;
  }

  .conmentarr {
    width: 248px;
    height: 30px;
    margin-top:5px;
    margin-left: 0px;
    background-color: #172988;
  }

  .arrbox:after {
    position: absolute;
   top: 2px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 10px solid  #fff;
    border-right: 8px solid transparent;
    } 

    .openarr:after {
        position: absolute;
        top:10px;
        left: 50%;
        margin-left: -5px;
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-top: 10px solid  #fff;
        border-right: 8px solid transparent;
    }




}
@media only screen and (max-width:1200px) {
  .logo-img-tel,.logo-chenghua,.wrap-logo{display:none;}
}




/* 头部丞华logo组 */

.wrap-logo{
    width: 280px;
    height: 650px;
    border: 1px #ededed solid;
    position: absolute;
/*    left: calc((100% - 1200px)/2 + 1200px);
    top: 80px;*/
    top:105px;
    left:30px;
    background-color: #fff;
    z-index: 1000;
    -moz-box-shadow:0px 0px 10px #eee; 
    -webkit-box-shadow:0px 0px 10px #eee; 
    box-shadow:0px 0px 10px #eee;
    display: none;
}
.swiper-box{
    width: 230px;
    margin: auto;
    height: 530px;
    position: relative;
    display: block;
}

.swiper-box .swiper-wrapper .swiper-slide{
    width: 100% !important;
    height: 100% !important;
}

.wrap-logo .btn-swiper{
    width: 100%;
    height: 60px;
    text-align: center;
    display: block;
     background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.wrap-logo .next-btn{
    background-image: url('../Images/arrdown.png');

}

.wrap-logo .per-btn{
    background-image: url('../Images/arrup.png');

}
.swiper-box .swiper-wrapper .swiper-slide .list-logo{
    display: block;
    height: 100%;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li{
    background: #f6f5f5;
    width: 230px;
    height: 90px;
    padding:10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li:nth-child(5n){
    margin-bottom: 0;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li a{
    display: block;
    width: 100%;
    height: 100%;

}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .logo-box{
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    float: left;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .logo-box img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box{
    display: inline-block;
    float: left;
    width: calc(100% - 90px);
    margin-left: 12px;
}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box .time-box{
    color: #275889;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box p {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:1760px){

/*    .wrap-logo{
        top: 180px;
        left: auto;
        right: calc(50% - 600px);
    }*/

    .logo-img-tel,.logo-img-tit{
        margin-left: 20px;
    }
}













