/*字体图标*/
@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;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.btn{
	border: 0;
}

/*头部*/


header{
	min-width: 1200px;
	background: #fff;
	padding: 26px 0;
}
.language{
	color: #0c3c60;
	font-size: 13px;
	background-color: #f0f0f0;
	padding: 3px 10px 3px 0 ;
}
.language-arrows{
	width: 28px;
	height: 22px;
	display: block;
	float: left;
	background: url(../Images/language-arrows.png) center center no-repeat;
	border-right: 1px solid #cecece;
}
.language-ico{
	margin: 0 5px;
}
.language-down{
	padding-left: 28px;
	background-color: #f0f0f0;
	border-top: 1px solid #e9e9e9;
	display: none;
}
.language-down-a{
	padding: 3px 10px 3px 0 ;
	display: block;
}
.language-row:hover .language-down{
	display: block;
}
.logo img, .webname{vertical-align:middle;}
.webname{display:inline-block;padding-left:5px;vertical-align:middle;font-size:24px;line-height:30px;color:#111;}




nav{
	width: 100%;
	min-width: 1140px;
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
	border-bottom: 2px solid #b9daf1;
}

.nav-li{
	height: 60px;
	position: relative;
	z-index: 10;
}

.nav-li > a{
	height: 60px;
	line-height: 60px;
	padding: 0 34px;
	color: #232323;
	font-size: 16px;
}
.nav-li > a:hover,
.nav-li.current >a {
	color: #edce01;
}
.sub-nav{
	position: absolute;
	border-top: 3px solid #edce01;
	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: #edce01;
}
.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;
}
.nav-li .nav-iconfont{
	font-size: 30px;
	line-height: 50px;
	padding-left: 0;
}


/* banner */
.banner{
	position: relative;
	width: 100%;
	height: 620px;
	overflow: hidden;
	min-width: 1200px;
}
.banner-ul{
	position: absolute;
	width: 1000%;
}
.banner-li{
	width: 10%;
	position: relative;
	overflow: hidden;
	height: 620px;
}
.banner-li a{
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.banner-control-box{
	width: 1140px;
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -570px;
}
.banner-control{
	position: absolute;
	width: 56px;
	height: 56px;
	top: 50%;
	margin-top: -30px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #fff;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	background-image: url(../Images/banner-control.png);
	background-repeat: no-repeat;
	background-position: left center; 
}

.banner-control-l{
	left: -56px;
	background-position: right center; 
}

.banner-control-r{
	right: -56px;
	background-position: -56px center; 
}

.banner-control:hover{
	background-color: #fff;
}
.banner-control-l:hover{
	background-position: -116px center; 
}
.banner-control-r:hover{
	background-position: 0 center; 
}

.index-btn-row{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.index-btn-box{
	width: 50%;
	height: 80px;
}
.index-btn-l{
	background-color: rgba(155,35,16,0.75);
}
.index-btn-r{
	background-color: rgba(255,239,65,0.75);
}
.index-btn{
	display: block;
	width: 570px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.index-btn-ico{
	margin-right: 10px;
	line-height: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	margin-bottom: -13px;
}


.index-row{
	padding: 70px 0;
	background-color: #fff;
}
.index-video{
	width: 544px;
}
.index-video a img{
	display: block;
	width: 100%;
}
.index-countdown-row{
	padding-left: 600px;
}
.countdown-title{
	font-size: 32px;
	color: #edce01;
	font-weight: bold;
	line-height: 50px;
	padding: 10px 0;
}
.countdown-txt{
	color: #777;
}
.countdown-box{
	margin: 20px 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}
.countdown-name{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.countdown{
	display: inline-block;
	width: 54px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	color: #333;
	text-align: center;
	background: url(../Images/countdown.png) center center no-repeat;
	font-family: arial;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 20px;
}
.countdown-unit{
	color: #999;
	font-size: 13px;
	line-height: 24px;
	position: absolute;
	bottom: 0;
	margin-left: -18px;
}
.countdown-btn{
	font-family: '宋体';
	font-size: 12px;
	display: inline-block;
	border: 2px solid #9b2c19;
	width: 140px;
	height: 40px;
	color: #666;
	text-align: center;
	line-height: 40px;
}
.countdown-btn:hover{
	background: #9b2c19;
	color: #fff;
}

.index-activity-box{
	height: 350px;
	background: url(../Images/index-activity-box.jpg) center top no-repeat;
	box-sizing: border-box;
	padding: 50px 0;
}
.index-activity-half{
	height: 248px;
	width: 530px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	background: #fff;
}
.index-activity-txt-box{
	padding-top: 30px;
	padding-left: 30px;
}
.index-activity-title{
	font-size: 30px;
	color: #464646;
	margin-top: 50px;
	font-weight: normal;
	margin-bottom: 15px;
}
.index-activity-more{
	color: #999;
	font-size: 12px;
}
.index-activity-img-row{
	width: 323px;
	height: 248px;
	position: relative;
	overflow: hidden;
}
.index-activity-img-ul,
.index-previous-img-ul{
	position: absolute;
	width: 1000%;
}
.index-activity-img-li,
.index-previous-img-li{
	width: 323px;
	height: 248px;
	float: left;
	position: relative;
}
.index-activity-img-p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 46px;
	width: 100%;
	line-height: 46px;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
}
.index-activity-img-control{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 35%;
	line-height: 32px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	cursor: pointer;
	font-family: '宋体';
	text-align: center;
	font-size: 18px;
	color: #333;
}
.index-activity-img-control.control-l{
	left: 10px;
}
.index-activity-img-control.control-r{
	right: 10px;
}
.index-activity-img-control:hover,
.index-previous-img-control:hover{
	background: #edce01;
	color: #fff;
}


.index-previous-txt-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	box-sizing: border-box;
	padding: 15px 20px;
}

.index-previous-num,
.index-previous-name{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
}
.index-previous-txt{
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}
.index-previous-img-control{
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 20px;
	line-height: 32px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	cursor: pointer;
	font-family: '宋体';
	text-align: center;
	font-size: 18px;
	color: #333;
}

.index-previous-img-control.control-l{
	right: 45px;
}
.index-previous-img-control.control-r{
	right: 10px;
}


/* 新闻 */
.index-news{
	width: 270px;
	margin-right: 20px;
	padding-bottom: 30px;
}
.index-news:last-of-type{
	margin-right: 0;
}
.index-news-img{
	width: 270px;
	height: 175px;
	overflow: hidden;
}
.index-news-img img{
	width: 100%;
	display: block;
}

.index-news-time{
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}
.index-news-name{
	font-size: 18px;
	color: #555555;
	font-weight: normal;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    margin-bottom: 20px;
}
.index-news-txt{
	color: #737373;
	line-height: 20px;
	margin-bottom: 20px;
}

.index-news-detailed{
	font-family: '宋体';
	color: #9b2c19;
}
.index-news-detailed:hover{
	text-decoration: underline;
}
.index-news-box{
	margin-bottom: 150px;
}

.index-title-box{
	padding-top: 40px;
	margin-bottom: 20px;
}
.index-title{
	width: 14%;
	text-align: center;
	color: #444;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
}
.index-title-hr{
	width: 43%;
	border: 0;
	height: 1px;
	background: #00284c;
	opacity: 0.25;
	margin-top: 20px;
}

/* 展会新闻 */
.index-news-exhibition-box{
	background: #fff;
	min-width: 1140px
}
.index-news-exhibition-w{
	position: relative;
	height: 300px;
}

.index-news-exhibition-row{
	position: absolute;
	width: 1140px;
	height: 378px;
	overflow: hidden;
	top: -120px;
}
.index-news-exhibition-ul{
	position: absolute;
	width: 1000%;
}
.index-news-exhibition-li{
	width: 10%;
}

.index-news-exhibition-img{
	width: 760px;
	height: 378px;
	overflow: hidden;
}
.index-news-exhibition-img img{
	width: 100%;
	display: block;
}
.index-news-exhibition-txt-box{
	width: 380px;
	background: #edce01;
	height: 378px;
	box-sizing: border-box;
	padding: 20px;
}
.index-news-exhibition-title{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	margin: 10px 0 30px;
}
.index-news-exhibition-name{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0;
}

.index-news-exhibition-txt{
	color: #fff;
	margin-bottom: 40px;
}
.index-news-exhibition-detailed{
	color: #FFF;
	opacity: 0.6;
}
.index-news-exhibition-control-box{
	position: absolute;
	right: 380px;
	bottom: 5px;
}

.index-news-exhibition-control-ul{
	margin-top: 20px;
}
.index-news-exhibition-control-li{
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
}
.index-news-exhibition-control-li.current{
	background: #fff;
}
.index-news-exhibition-control{
	font-family: '宋体';
	font-size: 50px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	width: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.index-news-exhibition-control.control-l{
	border-right: 1px solid #fff;
}






/* 合作媒体 */
.index-media-box{
	min-width: 1140px;
	background: #fff;
}
.index-media-matter{
	padding: 30px 0;
	position: relative;
}
.index-media-control-box{
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 100px;
}
.index-media-control{
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #bfc9d2;
	border-radius: 10px;
	line-height: 16px;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
	color: #bfc9d2;
	box-sizing: border-box;
	padding: 0 4px;
}
.index-media-control-l{
	right: 45px;
	text-align: right;
}
.index-media-control-r{
	left: 60px;
}

.index-media-control:hover{
	background: #e7e409;
	border-color: #e7e409;
	width: 30px;
	color: #fff;
}
.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: 1140px;
	margin: 0 auto;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.index-media-ul{
	position: absolute;
	width: 1000%;
}
.index-media-li{
	display: table;
	width: 190px;
	height: 80px;
	text-align: center;
}
.index-media-li > a{
	display: table-cell;
	width: 190px;
	height: 80px;
	vertical-align: middle;
	line-height: 0;
}
.index-media-li > a >img{
	max-width: 160px;
	max-height: 70px;
	line-height: 0;
}
/* 底部 */
footer{
	min-width: 1200px;
	padding-top: 50px;
	background: #f0f0f0;
}
.footer-nav{
	width: 160px;
	margin-bottom: 20px;
}
.footer-nav dt{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	color: #333;
}
.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;
}


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


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